-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathShape.sln
executable file
·28 lines (28 loc) · 1.44 KB
/
Shape.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.24720.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{50CEF1D2-5A9A-4D06-9CD7-F6C2D59500C5}") = "Shape", "src\Shape\Shape.xproj", "{15E4E9DC-3D74-4491-8F23-E4B8E382F635}"
EndProject
Project("{50CEF1D2-5A9A-4D06-9CD7-F6C2D59500C5}") = "Shape.Test", "test\Shape.Test\Shape.Test.xproj", "{3DAB4CFB-0F12-49A1-AAA1-843E37527BDB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{15E4E9DC-3D74-4491-8F23-E4B8E382F635}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{15E4E9DC-3D74-4491-8F23-E4B8E382F635}.Debug|Any CPU.Build.0 = Debug|Any CPU
{15E4E9DC-3D74-4491-8F23-E4B8E382F635}.Release|Any CPU.ActiveCfg = Release|Any CPU
{15E4E9DC-3D74-4491-8F23-E4B8E382F635}.Release|Any CPU.Build.0 = Release|Any CPU
{3DAB4CFB-0F12-49A1-AAA1-843E37527BDB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3DAB4CFB-0F12-49A1-AAA1-843E37527BDB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3DAB4CFB-0F12-49A1-AAA1-843E37527BDB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3DAB4CFB-0F12-49A1-AAA1-843E37527BDB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal