-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Изменения: — Создан значок TG (TropeGen) — Создана система кэширования перечислений, а также система законов рандомизации — Создан класс персонажа и класс-строитель для него — В библиотеку встроена бесплатная база данных имён и фамилий с сайта mydata.biz — Написана простая форма
- Loading branch information
1 parent
a697fb1
commit 14bd907
Showing
32 changed files
with
373,018 additions
and
201 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
|
||
Microsoft Visual Studio Solution File, Format Version 12.00 | ||
# Visual Studio Version 16 | ||
VisualStudioVersion = 16.0.31019.35 | ||
MinimumVisualStudioVersion = 10.0.40219.1 | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tropegenbase", "Tropegenbase\Tropegenbase.csproj", "{4CFFDD70-F9E9-4FF1-9957-066581FEEA61}" | ||
EndProject | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tropegen", "Tropegen\Tropegen.csproj", "{EEF15492-DA5C-4B3D-91C4-13CCE77BDBBB}" | ||
ProjectSection(ProjectDependencies) = postProject | ||
{4CFFDD70-F9E9-4FF1-9957-066581FEEA61} = {4CFFDD70-F9E9-4FF1-9957-066581FEEA61} | ||
EndProjectSection | ||
EndProject | ||
Global | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Debug|Any CPU = Debug|Any CPU | ||
Release|Any CPU = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{4CFFDD70-F9E9-4FF1-9957-066581FEEA61}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{4CFFDD70-F9E9-4FF1-9957-066581FEEA61}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{4CFFDD70-F9E9-4FF1-9957-066581FEEA61}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{4CFFDD70-F9E9-4FF1-9957-066581FEEA61}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{EEF15492-DA5C-4B3D-91C4-13CCE77BDBBB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{EEF15492-DA5C-4B3D-91C4-13CCE77BDBBB}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{EEF15492-DA5C-4B3D-91C4-13CCE77BDBBB}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{EEF15492-DA5C-4B3D-91C4-13CCE77BDBBB}.Release|Any CPU.Build.0 = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
GlobalSection(ExtensibilityGlobals) = postSolution | ||
SolutionGuid = {5E25786A-2F81-4040-B1C4-8D72CFA2D08E} | ||
EndGlobalSection | ||
EndGlobal |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<configuration> | ||
<startup> | ||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.1" /> | ||
</startup> | ||
</configuration> |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.