|
|
@@ -0,0 +1,53 @@
|
|
|
+
|
|
|
+Microsoft Visual Studio Solution File, Format Version 12.00
|
|
|
+# Visual Studio 15
|
|
|
+VisualStudioVersion = 15.0.28307.329
|
|
|
+MinimumVisualStudioVersion = 10.0.40219.1
|
|
|
+Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{29566B60-311D-42A0-9E8D-C48DECDD587F}"
|
|
|
+ ProjectSection(SolutionItems) = preProject
|
|
|
+ README.md = README.md
|
|
|
+ EndProjectSection
|
|
|
+EndProject
|
|
|
+Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{072B725F-773F-4751-9616-E9778897C1D2}"
|
|
|
+EndProject
|
|
|
+Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{0CBF510D-D836-40BA-95EC-E93FDBB90632}"
|
|
|
+EndProject
|
|
|
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "glTF2Sharp.CodeGen", "src\glTF2Sharp.CodeGen\glTF2Sharp.CodeGen.csproj", "{E15F8DCC-987D-4FA8-B7B0-1F0614DC93DD}"
|
|
|
+EndProject
|
|
|
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "glTF2Sharp.DOM", "src\glTF2Sharp.DOM\glTF2Sharp.DOM.csproj", "{B1DA4F42-AB6A-4021-9989-674B1394E8A2}"
|
|
|
+EndProject
|
|
|
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "glTF2Sharp.Tests", "src\glTF2Sharp.Tests\glTF2Sharp.Tests.csproj", "{4FCBB910-67D4-4628-9B2B-F5F2C8D92257}"
|
|
|
+EndProject
|
|
|
+Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{D7D51F42-D08C-4DDA-88DA-AF008F10B644}"
|
|
|
+EndProject
|
|
|
+Global
|
|
|
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
|
|
+ Debug|Any CPU = Debug|Any CPU
|
|
|
+ Release|Any CPU = Release|Any CPU
|
|
|
+ EndGlobalSection
|
|
|
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
|
|
+ {E15F8DCC-987D-4FA8-B7B0-1F0614DC93DD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
|
+ {E15F8DCC-987D-4FA8-B7B0-1F0614DC93DD}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
|
+ {E15F8DCC-987D-4FA8-B7B0-1F0614DC93DD}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
|
+ {E15F8DCC-987D-4FA8-B7B0-1F0614DC93DD}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
|
+ {B1DA4F42-AB6A-4021-9989-674B1394E8A2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
|
+ {B1DA4F42-AB6A-4021-9989-674B1394E8A2}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
|
+ {B1DA4F42-AB6A-4021-9989-674B1394E8A2}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
|
+ {B1DA4F42-AB6A-4021-9989-674B1394E8A2}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
|
+ {4FCBB910-67D4-4628-9B2B-F5F2C8D92257}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
|
+ {4FCBB910-67D4-4628-9B2B-F5F2C8D92257}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
|
+ {4FCBB910-67D4-4628-9B2B-F5F2C8D92257}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
|
+ {4FCBB910-67D4-4628-9B2B-F5F2C8D92257}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
|
+ EndGlobalSection
|
|
|
+ GlobalSection(SolutionProperties) = preSolution
|
|
|
+ HideSolutionNode = FALSE
|
|
|
+ EndGlobalSection
|
|
|
+ GlobalSection(NestedProjects) = preSolution
|
|
|
+ {E15F8DCC-987D-4FA8-B7B0-1F0614DC93DD} = {D7D51F42-D08C-4DDA-88DA-AF008F10B644}
|
|
|
+ {B1DA4F42-AB6A-4021-9989-674B1394E8A2} = {072B725F-773F-4751-9616-E9778897C1D2}
|
|
|
+ {4FCBB910-67D4-4628-9B2B-F5F2C8D92257} = {0CBF510D-D836-40BA-95EC-E93FDBB90632}
|
|
|
+ EndGlobalSection
|
|
|
+ GlobalSection(ExtensibilityGlobals) = postSolution
|
|
|
+ SolutionGuid = {1D7BBAD9-834C-4981-AC96-0AA5226FC43F}
|
|
|
+ EndGlobalSection
|
|
|
+EndGlobal
|