forked from DesignEngrLab/TVGL
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TVGL.sln
45 lines (45 loc) · 2.82 KB
/
TVGL.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28803.452
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TessellationAndVoxelizationGeometryLibrary", "TessellationAndVoxelizationGeometryLibrary\TessellationAndVoxelizationGeometryLibrary.csproj", "{859A90C2-4B36-4486-9279-EF9DF02C0C9B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8007C04B-FC3E-48DA-AA4C-BAFC689832BD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TVGL Presenter", "TVGL Presenter\TVGL Presenter.csproj", "{FD6643D7-ED2C-4FB8-B7A2-F64CDB7CD7EF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TVGLUnitTestsAndBenchmarking", "TVGLUnitTestsAndBenchmarking\TVGLUnitTestsAndBenchmarking.csproj", "{39E24BC5-932B-49EF-B8BC-7999472408BE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TVGL PresenterDebugger", "TVGL PresenterDebugger\TVGL PresenterDebugger.csproj", "{CC5F477E-D308-4C86-8C3E-0FB13A5BE656}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{859A90C2-4B36-4486-9279-EF9DF02C0C9B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{859A90C2-4B36-4486-9279-EF9DF02C0C9B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{859A90C2-4B36-4486-9279-EF9DF02C0C9B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{859A90C2-4B36-4486-9279-EF9DF02C0C9B}.Release|Any CPU.Build.0 = Release|Any CPU
{FD6643D7-ED2C-4FB8-B7A2-F64CDB7CD7EF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FD6643D7-ED2C-4FB8-B7A2-F64CDB7CD7EF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FD6643D7-ED2C-4FB8-B7A2-F64CDB7CD7EF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FD6643D7-ED2C-4FB8-B7A2-F64CDB7CD7EF}.Release|Any CPU.Build.0 = Release|Any CPU
{39E24BC5-932B-49EF-B8BC-7999472408BE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{39E24BC5-932B-49EF-B8BC-7999472408BE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{39E24BC5-932B-49EF-B8BC-7999472408BE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{39E24BC5-932B-49EF-B8BC-7999472408BE}.Release|Any CPU.Build.0 = Release|Any CPU
{CC5F477E-D308-4C86-8C3E-0FB13A5BE656}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CC5F477E-D308-4C86-8C3E-0FB13A5BE656}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CC5F477E-D308-4C86-8C3E-0FB13A5BE656}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CC5F477E-D308-4C86-8C3E-0FB13A5BE656}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CABD1F98-F91D-4BEB-B5D4-D5E580FF5A37}
EndGlobalSection
EndGlobal