This repository has been archived by the owner on Jun 30, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTriBox.sln
48 lines (48 loc) · 2.85 KB
/
TriBox.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25123.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TriBox", "TriBox\TriBox.csproj", "{D52F55A8-08E5-488E-AD0F-BF49B1F29A5F}"
EndProject
Project("{9344BDBB-3E7F-41FC-A0DD-8665D75EE146}") = "Packages", "Packages.mdproj", "{2D85B5B2-ACC3-4472-9254-EDFC1AD25359}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TriBox.DumpMesh", "DumpMesh\TriBox.DumpMesh.csproj", "{9FB9D6E0-442D-4644-8612-7B82FAAFDA9A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TriBox.DisplayMesh", "DisplayMesh\TriBox.DisplayMesh.csproj", "{C74FFDCF-E7A3-4AE9-AAC1-C1F67F032B8B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TriBox.DisplayMeshCameraMode", "DisplayMeshCameraMode\TriBox.DisplayMeshCameraMode.csproj", "{231815C1-81EE-4B12-92B2-B9B67C3B54CE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
Description = TriBox Game Engine
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D52F55A8-08E5-488E-AD0F-BF49B1F29A5F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D52F55A8-08E5-488E-AD0F-BF49B1F29A5F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D52F55A8-08E5-488E-AD0F-BF49B1F29A5F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D52F55A8-08E5-488E-AD0F-BF49B1F29A5F}.Release|Any CPU.Build.0 = Release|Any CPU
{2D85B5B2-ACC3-4472-9254-EDFC1AD25359}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2D85B5B2-ACC3-4472-9254-EDFC1AD25359}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9FB9D6E0-442D-4644-8612-7B82FAAFDA9A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9FB9D6E0-442D-4644-8612-7B82FAAFDA9A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9FB9D6E0-442D-4644-8612-7B82FAAFDA9A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9FB9D6E0-442D-4644-8612-7B82FAAFDA9A}.Release|Any CPU.Build.0 = Release|Any CPU
{C74FFDCF-E7A3-4AE9-AAC1-C1F67F032B8B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C74FFDCF-E7A3-4AE9-AAC1-C1F67F032B8B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C74FFDCF-E7A3-4AE9-AAC1-C1F67F032B8B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C74FFDCF-E7A3-4AE9-AAC1-C1F67F032B8B}.Release|Any CPU.Build.0 = Release|Any CPU
{231815C1-81EE-4B12-92B2-B9B67C3B54CE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{231815C1-81EE-4B12-92B2-B9B67C3B54CE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{231815C1-81EE-4B12-92B2-B9B67C3B54CE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{231815C1-81EE-4B12-92B2-B9B67C3B54CE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = Meshomatic\Meshomatic.csproj
EndGlobalSection
EndGlobal