-
Notifications
You must be signed in to change notification settings - Fork 50
/
glTF.sln
44 lines (44 loc) · 2.45 KB
/
glTF.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "IO-glTF", "IO-glTF\IO-glTF.vcxproj", "{E9EAB40C-BD44-4E31-AE38-2F906D1CC719}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "glTF", "glTF\glTF.vcxproj", "{B6119252-FC6A-4A75-8AD2-88B09781F175}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|Win32 = Debug|Win32
Debug|x64 = Debug|x64
Release|Mixed Platforms = Release|Mixed Platforms
Release|Win32 = Release|Win32
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E9EAB40C-BD44-4E31-AE38-2F906D1CC719}.Debug|Mixed Platforms.ActiveCfg = Debug|x64
{E9EAB40C-BD44-4E31-AE38-2F906D1CC719}.Debug|Mixed Platforms.Build.0 = Debug|x64
{E9EAB40C-BD44-4E31-AE38-2F906D1CC719}.Debug|Win32.ActiveCfg = Debug|x64
{E9EAB40C-BD44-4E31-AE38-2F906D1CC719}.Debug|x64.ActiveCfg = Debug|x64
{E9EAB40C-BD44-4E31-AE38-2F906D1CC719}.Debug|x64.Build.0 = Debug|x64
{E9EAB40C-BD44-4E31-AE38-2F906D1CC719}.Release|Mixed Platforms.ActiveCfg = Release|x64
{E9EAB40C-BD44-4E31-AE38-2F906D1CC719}.Release|Mixed Platforms.Build.0 = Release|x64
{E9EAB40C-BD44-4E31-AE38-2F906D1CC719}.Release|Win32.ActiveCfg = Release|x64
{E9EAB40C-BD44-4E31-AE38-2F906D1CC719}.Release|x64.ActiveCfg = Release|x64
{E9EAB40C-BD44-4E31-AE38-2F906D1CC719}.Release|x64.Build.0 = Release|x64
{B6119252-FC6A-4A75-8AD2-88B09781F175}.Debug|Mixed Platforms.ActiveCfg = Debug|x64
{B6119252-FC6A-4A75-8AD2-88B09781F175}.Debug|Mixed Platforms.Build.0 = Debug|x64
{B6119252-FC6A-4A75-8AD2-88B09781F175}.Debug|Win32.ActiveCfg = Debug|x64
{B6119252-FC6A-4A75-8AD2-88B09781F175}.Debug|x64.ActiveCfg = Debug|x64
{B6119252-FC6A-4A75-8AD2-88B09781F175}.Debug|x64.Build.0 = Debug|x64
{B6119252-FC6A-4A75-8AD2-88B09781F175}.Release|Mixed Platforms.ActiveCfg = Release|x64
{B6119252-FC6A-4A75-8AD2-88B09781F175}.Release|Mixed Platforms.Build.0 = Release|x64
{B6119252-FC6A-4A75-8AD2-88B09781F175}.Release|Win32.ActiveCfg = Release|x64
{B6119252-FC6A-4A75-8AD2-88B09781F175}.Release|x64.ActiveCfg = Release|x64
{B6119252-FC6A-4A75-8AD2-88B09781F175}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal