forked from fel88/DeepNestPort
-
Notifications
You must be signed in to change notification settings - Fork 1
/
DeepNestPort.sln
46 lines (46 loc) · 2.88 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MinkowskiWrapper", "MinkowskiWrapper\MinkowskiWrapper.csproj", "{E09E5402-28CF-4C96-9410-1AF2A44833E0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DeepNestPort", "DeepNestPort\DeepNestPort.csproj", "{4EE88664-6236-46CD-868D-7D183CA38F40}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DeepNestLib", "DeepNestLib\DeepNestLib.csproj", "{32F6DD67-EF43-49E7-A6B3-4786344BAF14}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "clipper_library", "clipper_library\clipper_library.csproj", "{9B062971-A88E-4A3D-B3C9-12B78D15FA66}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DeepNestConsole", "DeepNestConsole\DeepNestConsole.csproj", "{C02ABAED-5922-4BBF-A78C-44FCDD96D118}"
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
EndGlobal