forked from boolean-uk/csharp-fundamentals-control-flow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
csharp-fundamentals-control-flow.sln
36 lines (36 loc) · 1.93 KB
/
csharp-fundamentals-control-flow.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33213.308
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp-fundamentals-control-flow.Main", "csharp-fundamentals-control-flow.Main\csharp-fundamentals-control-flow.Main.csproj", "{C81A65C8-2D30-4A47-87A5-A26F570E66ED}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp-fundamentals-control-flow.Test", "csharp-fundamentals-control-flow.Test\csharp-fundamentals-control-flow.Test.csproj", "{EF92BB26-EBA2-42F3-9254-1F6957E4491F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E4594B8F-046E-44C5-AF7A-4D952CFA8774}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C81A65C8-2D30-4A47-87A5-A26F570E66ED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C81A65C8-2D30-4A47-87A5-A26F570E66ED}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C81A65C8-2D30-4A47-87A5-A26F570E66ED}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C81A65C8-2D30-4A47-87A5-A26F570E66ED}.Release|Any CPU.Build.0 = Release|Any CPU
{EF92BB26-EBA2-42F3-9254-1F6957E4491F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EF92BB26-EBA2-42F3-9254-1F6957E4491F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EF92BB26-EBA2-42F3-9254-1F6957E4491F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EF92BB26-EBA2-42F3-9254-1F6957E4491F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {38054BF8-7FB3-4B38-9C80-8F1895CA3875}
EndGlobalSection
EndGlobal