forked from SutroMachine/geometry3Sharp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgeometry3Sharp.sln
31 lines (31 loc) · 1.59 KB
/
geometry3Sharp.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29709.97
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "geometry3Sharp.Tests", "geometry3Sharp.Tests\geometry3Sharp.Tests.csproj", "{49748AF7-D8D4-4FD0-B52D-5B92572AD656}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "geometry3Sharp", "geometry3Sharp\geometry3Sharp.csproj", "{BB77C542-83F2-4B85-8DA3-60079F298C6B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{49748AF7-D8D4-4FD0-B52D-5B92572AD656}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{49748AF7-D8D4-4FD0-B52D-5B92572AD656}.Debug|Any CPU.Build.0 = Debug|Any CPU
{49748AF7-D8D4-4FD0-B52D-5B92572AD656}.Release|Any CPU.ActiveCfg = Release|Any CPU
{49748AF7-D8D4-4FD0-B52D-5B92572AD656}.Release|Any CPU.Build.0 = Release|Any CPU
{BB77C542-83F2-4B85-8DA3-60079F298C6B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BB77C542-83F2-4B85-8DA3-60079F298C6B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BB77C542-83F2-4B85-8DA3-60079F298C6B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BB77C542-83F2-4B85-8DA3-60079F298C6B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5532F65C-A570-4B04-B0CC-CF508A7D74E7}
EndGlobalSection
EndGlobal