forked from Daniel-R-Thornton/DeepNestPort
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDeepNestPort.sln
55 lines (55 loc) · 3.28 KB
/
DeepNestPort.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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31129.286
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MinkowskiWrapper", "MinkowskiWrapper\MinkowskiWrapper.csproj", "{E09E5402-28CF-4C96-9410-1AF2A44833E0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DeepNestPort", "DeepNestPort\DeepNestPort.csproj", "{4EE88664-6236-46CD-868D-7D183CA38F40}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DeepNestLib", "DeepNestLib\DeepNestLib.csproj", "{32F6DD67-EF43-49E7-A6B3-4786344BAF14}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "clipper_library", "clipper_library\clipper_library.csproj", "{9B062971-A88E-4A3D-B3C9-12B78D15FA66}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DeepNestConsole", "DeepNestConsole\DeepNestConsole.csproj", "{C02ABAED-5922-4BBF-A78C-44FCDD96D118}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B1B81D2E-9681-4487-9737-171539D7F360}"
ProjectSection(SolutionItems) = preProject
CMakeLists.txt = CMakeLists.txt
CMakeSettings.json = CMakeSettings.json
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E09E5402-28CF-4C96-9410-1AF2A44833E0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E09E5402-28CF-4C96-9410-1AF2A44833E0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E09E5402-28CF-4C96-9410-1AF2A44833E0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E09E5402-28CF-4C96-9410-1AF2A44833E0}.Release|Any CPU.Build.0 = Release|Any CPU
{4EE88664-6236-46CD-868D-7D183CA38F40}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4EE88664-6236-46CD-868D-7D183CA38F40}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4EE88664-6236-46CD-868D-7D183CA38F40}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4EE88664-6236-46CD-868D-7D183CA38F40}.Release|Any CPU.Build.0 = Release|Any CPU
{32F6DD67-EF43-49E7-A6B3-4786344BAF14}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{32F6DD67-EF43-49E7-A6B3-4786344BAF14}.Debug|Any CPU.Build.0 = Debug|Any CPU
{32F6DD67-EF43-49E7-A6B3-4786344BAF14}.Release|Any CPU.ActiveCfg = Release|Any CPU
{32F6DD67-EF43-49E7-A6B3-4786344BAF14}.Release|Any CPU.Build.0 = Release|Any CPU
{9B062971-A88E-4A3D-B3C9-12B78D15FA66}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9B062971-A88E-4A3D-B3C9-12B78D15FA66}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9B062971-A88E-4A3D-B3C9-12B78D15FA66}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9B062971-A88E-4A3D-B3C9-12B78D15FA66}.Release|Any CPU.Build.0 = Release|Any CPU
{C02ABAED-5922-4BBF-A78C-44FCDD96D118}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C02ABAED-5922-4BBF-A78C-44FCDD96D118}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C02ABAED-5922-4BBF-A78C-44FCDD96D118}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C02ABAED-5922-4BBF-A78C-44FCDD96D118}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {66CA19BB-3B11-49D7-93D3-C23A60A3844B}
EndGlobalSection
EndGlobal