-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathCode.sln
39 lines (39 loc) · 2.03 KB
/
Code.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
37
38
39
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29306.81
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{B79BB8E3-2F8E-4FA4-B8D3-08FB210DCF03}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{40A92EE6-83F2-41B2-A627-A5D3F93EB8E1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Code", "src\Code\Code.csproj", "{666B07A9-9C20-4A6F-B8DC-ED625687B4A3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Code.Tests", "test\Code.Tests\Code.Tests.csproj", "{DFB53973-777F-475B-A776-3E7A4865EAB5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{666B07A9-9C20-4A6F-B8DC-ED625687B4A3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{666B07A9-9C20-4A6F-B8DC-ED625687B4A3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{666B07A9-9C20-4A6F-B8DC-ED625687B4A3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{666B07A9-9C20-4A6F-B8DC-ED625687B4A3}.Release|Any CPU.Build.0 = Release|Any CPU
{DFB53973-777F-475B-A776-3E7A4865EAB5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DFB53973-777F-475B-A776-3E7A4865EAB5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DFB53973-777F-475B-A776-3E7A4865EAB5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DFB53973-777F-475B-A776-3E7A4865EAB5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{666B07A9-9C20-4A6F-B8DC-ED625687B4A3} = {B79BB8E3-2F8E-4FA4-B8D3-08FB210DCF03}
{DFB53973-777F-475B-A776-3E7A4865EAB5} = {40A92EE6-83F2-41B2-A627-A5D3F93EB8E1}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A8705603-B5A8-43F3-B55D-A3572E5EFA9A}
EndGlobalSection
EndGlobal