-
Notifications
You must be signed in to change notification settings - Fork 19
/
Sharp3DBinPacking.sln
40 lines (40 loc) · 2.26 KB
/
Sharp3DBinPacking.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2024
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sharp3DBinPacking", "Sharp3DBinPacking\Sharp3DBinPacking.csproj", "{5E43899A-E801-4CE8-9E7D-F396A4BE1988}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sharp3DBinPacking.RandomTest", "Sharp3DBinPacking.RandomTest\Sharp3DBinPacking.RandomTest.csproj", "{0651FAB6-AFEF-45FD-9C5B-1F902CCFE8B2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sharp3DBinPacking.Example", "Sharp3DBinPacking.Example\Sharp3DBinPacking.Example.csproj", "{4D5DBD00-7687-43DA-8229-C0146F1E2A41}"
EndProject
Global
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5E43899A-E801-4CE8-9E7D-F396A4BE1988}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5E43899A-E801-4CE8-9E7D-F396A4BE1988}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5E43899A-E801-4CE8-9E7D-F396A4BE1988}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5E43899A-E801-4CE8-9E7D-F396A4BE1988}.Release|Any CPU.Build.0 = Release|Any CPU
{0651FAB6-AFEF-45FD-9C5B-1F902CCFE8B2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0651FAB6-AFEF-45FD-9C5B-1F902CCFE8B2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0651FAB6-AFEF-45FD-9C5B-1F902CCFE8B2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0651FAB6-AFEF-45FD-9C5B-1F902CCFE8B2}.Release|Any CPU.Build.0 = Release|Any CPU
{4D5DBD00-7687-43DA-8229-C0146F1E2A41}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4D5DBD00-7687-43DA-8229-C0146F1E2A41}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4D5DBD00-7687-43DA-8229-C0146F1E2A41}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4D5DBD00-7687-43DA-8229-C0146F1E2A41}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F7DAEB2F-94AC-49F5-A37C-565081E70F5F}
EndGlobalSection
EndGlobal