-
Notifications
You must be signed in to change notification settings - Fork 24
/
CarveSharp.sln
34 lines (34 loc) · 1.8 KB
/
CarveSharp.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CarveLibWrapper", "CarveLibWrapper\CarveLibWrapper.vcxproj", "{CBCA6DF2-ADAC-41BC-A1C7-7941E95FA798}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CarveSharp", "CarveSharp\CarveSharp.csproj", "{E0784070-C3EE-4B1C-9794-8C6E5E1952E6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Examples", "Examples\Examples.csproj", "{F61DDEA3-DFC7-4F49-A872-CB80CFF0510E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CBCA6DF2-ADAC-41BC-A1C7-7941E95FA798}.Debug|x64.ActiveCfg = Debug|x64
{CBCA6DF2-ADAC-41BC-A1C7-7941E95FA798}.Debug|x64.Build.0 = Debug|x64
{CBCA6DF2-ADAC-41BC-A1C7-7941E95FA798}.Release|x64.ActiveCfg = Release|x64
{CBCA6DF2-ADAC-41BC-A1C7-7941E95FA798}.Release|x64.Build.0 = Release|x64
{E0784070-C3EE-4B1C-9794-8C6E5E1952E6}.Debug|x64.ActiveCfg = Debug|x64
{E0784070-C3EE-4B1C-9794-8C6E5E1952E6}.Debug|x64.Build.0 = Debug|x64
{E0784070-C3EE-4B1C-9794-8C6E5E1952E6}.Release|x64.ActiveCfg = Release|x64
{E0784070-C3EE-4B1C-9794-8C6E5E1952E6}.Release|x64.Build.0 = Release|x64
{F61DDEA3-DFC7-4F49-A872-CB80CFF0510E}.Debug|x64.ActiveCfg = Debug|Any CPU
{F61DDEA3-DFC7-4F49-A872-CB80CFF0510E}.Debug|x64.Build.0 = Debug|Any CPU
{F61DDEA3-DFC7-4F49-A872-CB80CFF0510E}.Release|x64.ActiveCfg = Release|Any CPU
{F61DDEA3-DFC7-4F49-A872-CB80CFF0510E}.Release|x64.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal