From faf18181b6c76a9291cffcf0aceade7ad19143cd Mon Sep 17 00:00:00 2001 From: Mapk58 <43153683+Mapk58@users.noreply.github.com> Date: Sat, 6 Oct 2018 00:39:25 +0300 Subject: [PATCH 1/2] Update readme.md --- FirstLesson/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 480081b8d97e0280924987a4cbc9f39f778e952b Mon Sep 17 00:00:00 2001 From: Mapk58 <43153683+Mapk58@users.noreply.github.com> Date: Sat, 6 Oct 2018 01:29:53 +0300 Subject: [PATCH 2/2] Add files via upload --- FirstLesson/Ankets.sln | 31 ++++++++++++++++++++ FirstLesson/Tournaments.csproj | 53 ++++++++++++++++++++++++++++++++++ 2 files changed, 84 insertions(+) create mode 100644 FirstLesson/Ankets.sln create mode 100644 FirstLesson/Tournaments.csproj 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