-
Notifications
You must be signed in to change notification settings - Fork 0
/
CSharp1Exercises.sln
19 lines (18 loc) · 978 Bytes
/
CSharp1Exercises.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CSharp1Exercises", "CSharp1Exercises\CSharp1Exercises.csproj", "{F9DA1A62-0515-4D26-9E03-F52481653BBB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A8C62E6D-1069-4332-A01D-24EF872566E2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F9DA1A62-0515-4D26-9E03-F52481653BBB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F9DA1A62-0515-4D26-9E03-F52481653BBB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F9DA1A62-0515-4D26-9E03-F52481653BBB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F9DA1A62-0515-4D26-9E03-F52481653BBB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal