-
Notifications
You must be signed in to change notification settings - Fork 0
/
CodeTest.sln
36 lines (36 loc) · 1.88 KB
/
CodeTest.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 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{D01EF85A-FE94-49CA-9D48-55DB2B98BA69}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeTest", "CodeTest\CodeTest.csproj", "{83DE58B8-A62C-49AA-AB60-71DC4C27395A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{3C862D5B-F172-424C-A299-0D5E16E7E0FD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeTest.Tests", "CodeTest.Tests\CodeTest.Tests.csproj", "{73BD4623-0584-4424-A572-06B08CEFE14F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{83DE58B8-A62C-49AA-AB60-71DC4C27395A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{83DE58B8-A62C-49AA-AB60-71DC4C27395A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{83DE58B8-A62C-49AA-AB60-71DC4C27395A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{83DE58B8-A62C-49AA-AB60-71DC4C27395A}.Release|Any CPU.Build.0 = Release|Any CPU
{73BD4623-0584-4424-A572-06B08CEFE14F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{73BD4623-0584-4424-A572-06B08CEFE14F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{73BD4623-0584-4424-A572-06B08CEFE14F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{73BD4623-0584-4424-A572-06B08CEFE14F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{83DE58B8-A62C-49AA-AB60-71DC4C27395A} = {D01EF85A-FE94-49CA-9D48-55DB2B98BA69}
{73BD4623-0584-4424-A572-06B08CEFE14F} = {3C862D5B-F172-424C-A299-0D5E16E7E0FD}
EndGlobalSection
EndGlobal