diff --git a/FirstLesson/Ankets.sln b/FirstLesson/Ankets.sln new file mode 100644 index 0000000..440f1b0 --- /dev/null +++ b/FirstLesson/Ankets.sln @@ -0,0 +1,31 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 15 +VisualStudioVersion = 15.0.28010.2026 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ankets", "Ankets\Ankets.csproj", "{B0061D61-0E00-4662-A507-7CA529F12A31}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AnketsTest", "AnketsTest\AnketsTest.csproj", "{C126329D-CD65-4672-A61C-90E6C8223AA3}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {B0061D61-0E00-4662-A507-7CA529F12A31}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {B0061D61-0E00-4662-A507-7CA529F12A31}.Debug|Any CPU.Build.0 = Debug|Any CPU + {B0061D61-0E00-4662-A507-7CA529F12A31}.Release|Any CPU.ActiveCfg = Release|Any CPU + {B0061D61-0E00-4662-A507-7CA529F12A31}.Release|Any CPU.Build.0 = Release|Any CPU + {C126329D-CD65-4672-A61C-90E6C8223AA3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {C126329D-CD65-4672-A61C-90E6C8223AA3}.Debug|Any CPU.Build.0 = Debug|Any CPU + {C126329D-CD65-4672-A61C-90E6C8223AA3}.Release|Any CPU.ActiveCfg = Release|Any CPU + {C126329D-CD65-4672-A61C-90E6C8223AA3}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {FA4831B3-F55B-4212-8722-C2AD6E018D48} + EndGlobalSection +EndGlobal diff --git a/FirstLesson/Tournaments.csproj b/FirstLesson/Tournaments.csproj new file mode 100644 index 0000000..524eb7c --- /dev/null +++ b/FirstLesson/Tournaments.csproj @@ -0,0 +1,53 @@ + + + + + Debug + AnyCPU + {D97EBD3C-4A9D-4B35-9645-09D227406AA3} + Exe + Tournaments + Tournaments + v4.6.1 + 512 + true + true + + + AnyCPU + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + AnyCPU + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/FirstLesson/readme.md b/FirstLesson/readme.md index d135227..d580790 100644 --- a/FirstLesson/readme.md +++ b/FirstLesson/readme.md @@ -1 +1 @@ -First lesson of Margelov Vitaly \ No newline at end of file +First lesson of Vishnevsky Mark