-
Notifications
You must be signed in to change notification settings - Fork 0
/
ClrCodingGolf.sln
36 lines (36 loc) · 2.09 KB
/
ClrCodingGolf.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 16
VisualStudioVersion = 16.0.31130.22
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ClrCodingGolf", "ClrCodingGolf\ClrCodingGolf.csproj", "{73BD2CB7-E2FC-4435-8C25-6D3719ACDDD9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CCMEngine", "ccm\source\CCMEngine\CCMEngine.csproj", "{D7F03C3F-43F3-4039-B746-42B5EB53A809}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release_WithCoverageFeature|Any CPU = Release_WithCoverageFeature|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{73BD2CB7-E2FC-4435-8C25-6D3719ACDDD9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{73BD2CB7-E2FC-4435-8C25-6D3719ACDDD9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{73BD2CB7-E2FC-4435-8C25-6D3719ACDDD9}.Release_WithCoverageFeature|Any CPU.ActiveCfg = Release|Any CPU
{73BD2CB7-E2FC-4435-8C25-6D3719ACDDD9}.Release_WithCoverageFeature|Any CPU.Build.0 = Release|Any CPU
{73BD2CB7-E2FC-4435-8C25-6D3719ACDDD9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{73BD2CB7-E2FC-4435-8C25-6D3719ACDDD9}.Release|Any CPU.Build.0 = Release|Any CPU
{D7F03C3F-43F3-4039-B746-42B5EB53A809}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D7F03C3F-43F3-4039-B746-42B5EB53A809}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D7F03C3F-43F3-4039-B746-42B5EB53A809}.Release_WithCoverageFeature|Any CPU.ActiveCfg = Release_WithCoverageFeature|Any CPU
{D7F03C3F-43F3-4039-B746-42B5EB53A809}.Release_WithCoverageFeature|Any CPU.Build.0 = Release_WithCoverageFeature|Any CPU
{D7F03C3F-43F3-4039-B746-42B5EB53A809}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D7F03C3F-43F3-4039-B746-42B5EB53A809}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E78C7F74-8FFA-4C7E-8A40-01416461310E}
EndGlobalSection
EndGlobal