forked from xBimTeam/XbimGltf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
XbimGLTF.sln
48 lines (48 loc) · 2.55 KB
/
XbimGLTF.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 15
VisualStudioVersion = 15.0.27703.2047
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution items", "Solution items", "{DC6781F8-5E66-4DCF-89B8-EA2839318DD5}"
ProjectSection(SolutionItems) = preProject
license.md = license.md
SharedAssemblyInfo.cs = SharedAssemblyInfo.cs
Xbim.Gltf.IO.nuspec = Xbim.Gltf.IO.nuspec
XbimPlugin.Gltf.nuspec = XbimPlugin.Gltf.nuspec
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MainTests", "MainTests\MainTests.csproj", "{2309990B-2BD5-4910-9252-2E909BF7ABDD}"
ProjectSection(ProjectDependencies) = postProject
{11755BB4-23CF-4A71-9443-EB1E752CB53D} = {11755BB4-23CF-4A71-9443-EB1E752CB53D}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xbim.GLTF.IO", "Xbim.GLTF.IO\Xbim.GLTF.IO.csproj", "{11755BB4-23CF-4A71-9443-EB1E752CB53D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "XbimPlugin.Gltf.IO", "XbimPlugin.Gltf.IO\XbimPlugin.Gltf.IO.csproj", "{7DAFBD23-8E73-4359-9EC6-52B191344323}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2309990B-2BD5-4910-9252-2E909BF7ABDD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2309990B-2BD5-4910-9252-2E909BF7ABDD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2309990B-2BD5-4910-9252-2E909BF7ABDD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2309990B-2BD5-4910-9252-2E909BF7ABDD}.Release|Any CPU.Build.0 = Release|Any CPU
{11755BB4-23CF-4A71-9443-EB1E752CB53D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{11755BB4-23CF-4A71-9443-EB1E752CB53D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{11755BB4-23CF-4A71-9443-EB1E752CB53D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{11755BB4-23CF-4A71-9443-EB1E752CB53D}.Release|Any CPU.Build.0 = Release|Any CPU
{7DAFBD23-8E73-4359-9EC6-52B191344323}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7DAFBD23-8E73-4359-9EC6-52B191344323}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7DAFBD23-8E73-4359-9EC6-52B191344323}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7DAFBD23-8E73-4359-9EC6-52B191344323}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7AB42F23-CD9E-4AA2-ACAB-51BCDCF68C1E}
EndGlobalSection
EndGlobal