-
Notifications
You must be signed in to change notification settings - Fork 4
/
Xande.sln
40 lines (40 loc) · 2.23 KB
/
Xande.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33513.286
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xande", "Xande\Xande.csproj", "{3728CC45-B56B-4EC9-BCE1-5885B8E40C69}"
ProjectSection(ProjectDependencies) = postProject
{895BA7CB-1FB5-4471-A7E8-85FBFC5A18F1} = {895BA7CB-1FB5-4471-A7E8-85FBFC5A18F1}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xande.TestPlugin", "Xande.TestPlugin\Xande.TestPlugin.csproj", "{D55C2DEE-6341-4CD6-B2B2-9D45A0C27318}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Xande.GltfImporter", "Xande.GltfImporter\Xande.GltfImporter.csproj", "{895BA7CB-1FB5-4471-A7E8-85FBFC5A18F1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3728CC45-B56B-4EC9-BCE1-5885B8E40C69}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3728CC45-B56B-4EC9-BCE1-5885B8E40C69}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3728CC45-B56B-4EC9-BCE1-5885B8E40C69}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3728CC45-B56B-4EC9-BCE1-5885B8E40C69}.Release|Any CPU.Build.0 = Release|Any CPU
{D55C2DEE-6341-4CD6-B2B2-9D45A0C27318}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D55C2DEE-6341-4CD6-B2B2-9D45A0C27318}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D55C2DEE-6341-4CD6-B2B2-9D45A0C27318}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D55C2DEE-6341-4CD6-B2B2-9D45A0C27318}.Release|Any CPU.Build.0 = Release|Any CPU
{895BA7CB-1FB5-4471-A7E8-85FBFC5A18F1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{895BA7CB-1FB5-4471-A7E8-85FBFC5A18F1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{895BA7CB-1FB5-4471-A7E8-85FBFC5A18F1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{895BA7CB-1FB5-4471-A7E8-85FBFC5A18F1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {57E992B3-4B05-436A-A2E2-75A06B26663E}
EndGlobalSection
EndGlobal