-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathColladaXna.sln
150 lines (150 loc) · 10.6 KB
/
ColladaXna.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ColladaXnaBase", "ColladaXnaBase\ColladaXnaBase.csproj", "{65FE2973-B4E6-49DE-8F57-55490D4B4FD4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Base Tests", "Base Tests\Base Tests.csproj", "{CF7A1F1D-5935-4C59-A037-2A823F15682A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{512905E9-709D-449D-A99C-DF0624A742DF}"
ProjectSection(SolutionItems) = preProject
ColladaXna.vsmdi = ColladaXna.vsmdi
Local.testsettings = Local.testsettings
README.md = README.md
TraceAndTestImpact.testsettings = TraceAndTestImpact.testsettings
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ColladaXnaImporter", "ColladaXnaImporter\ColladaXnaImporter.csproj", "{625E5D7F-86F6-4961-89D0-3835BF261ACC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PipelineDebug", "PipelineDebug\PipelineDebug.csproj", "{E6D0DE18-F105-4E21-9963-DF183FFD8E2A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ColladaXna Standard Sample", "ColladaXna Standard Sample\ColladaXna Standard Sample\ColladaXna Standard Sample.csproj", "{92F535C7-D054-4BA6-BCF2-CF8AFD3A5FD6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ColladaXna Standard SampleContent", "ColladaXna Standard Sample\ColladaXna Standard SampleContent\ColladaXna Standard SampleContent.contentproj", "{0DAB2428-B954-4E00-925F-A07953AA3055}"
<<<<<<< HEAD
=======
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SkinnedModelWindows", "SkinnedModel\SkinnedModelWindows.csproj", "{0D41E29B-829F-4255-BCA5-64DC2677DA6D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SkinnedModelPipeline", "SkinnedModelPipeline\SkinnedModelPipeline.csproj", "{4636C7E1-B845-4B83-B96D-64A11B8A4515}"
>>>>>>> 87ad8bfee57c730698917839690aec4c90a48429
EndProject
Global
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = ColladaXna.vsmdi
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|x86 = Debug|x86
Debug|Xbox 360 = Debug|Xbox 360
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|x86 = Release|x86
Release|Xbox 360 = Release|Xbox 360
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{65FE2973-B4E6-49DE-8F57-55490D4B4FD4}.Debug|Any CPU.ActiveCfg = Debug|x86
{65FE2973-B4E6-49DE-8F57-55490D4B4FD4}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{65FE2973-B4E6-49DE-8F57-55490D4B4FD4}.Debug|Mixed Platforms.Build.0 = Debug|x86
{65FE2973-B4E6-49DE-8F57-55490D4B4FD4}.Debug|x86.ActiveCfg = Debug|x86
{65FE2973-B4E6-49DE-8F57-55490D4B4FD4}.Debug|x86.Build.0 = Debug|x86
{65FE2973-B4E6-49DE-8F57-55490D4B4FD4}.Debug|Xbox 360.ActiveCfg = Debug|x86
{65FE2973-B4E6-49DE-8F57-55490D4B4FD4}.Release|Any CPU.ActiveCfg = Release|x86
{65FE2973-B4E6-49DE-8F57-55490D4B4FD4}.Release|Mixed Platforms.ActiveCfg = Release|x86
{65FE2973-B4E6-49DE-8F57-55490D4B4FD4}.Release|Mixed Platforms.Build.0 = Release|x86
{65FE2973-B4E6-49DE-8F57-55490D4B4FD4}.Release|x86.ActiveCfg = Release|x86
{65FE2973-B4E6-49DE-8F57-55490D4B4FD4}.Release|x86.Build.0 = Release|x86
{65FE2973-B4E6-49DE-8F57-55490D4B4FD4}.Release|Xbox 360.ActiveCfg = Release|x86
{CF7A1F1D-5935-4C59-A037-2A823F15682A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CF7A1F1D-5935-4C59-A037-2A823F15682A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CF7A1F1D-5935-4C59-A037-2A823F15682A}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{CF7A1F1D-5935-4C59-A037-2A823F15682A}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{CF7A1F1D-5935-4C59-A037-2A823F15682A}.Debug|x86.ActiveCfg = Debug|Any CPU
{CF7A1F1D-5935-4C59-A037-2A823F15682A}.Debug|Xbox 360.ActiveCfg = Debug|Any CPU
{CF7A1F1D-5935-4C59-A037-2A823F15682A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CF7A1F1D-5935-4C59-A037-2A823F15682A}.Release|Any CPU.Build.0 = Release|Any CPU
{CF7A1F1D-5935-4C59-A037-2A823F15682A}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{CF7A1F1D-5935-4C59-A037-2A823F15682A}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{CF7A1F1D-5935-4C59-A037-2A823F15682A}.Release|x86.ActiveCfg = Release|Any CPU
{CF7A1F1D-5935-4C59-A037-2A823F15682A}.Release|Xbox 360.ActiveCfg = Release|Any CPU
{625E5D7F-86F6-4961-89D0-3835BF261ACC}.Debug|Any CPU.ActiveCfg = Debug|x86
{625E5D7F-86F6-4961-89D0-3835BF261ACC}.Debug|Any CPU.Build.0 = Debug|x86
{625E5D7F-86F6-4961-89D0-3835BF261ACC}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{625E5D7F-86F6-4961-89D0-3835BF261ACC}.Debug|Mixed Platforms.Build.0 = Debug|x86
{625E5D7F-86F6-4961-89D0-3835BF261ACC}.Debug|x86.ActiveCfg = Debug|x86
{625E5D7F-86F6-4961-89D0-3835BF261ACC}.Debug|x86.Build.0 = Debug|x86
{625E5D7F-86F6-4961-89D0-3835BF261ACC}.Debug|Xbox 360.ActiveCfg = Debug|x86
{625E5D7F-86F6-4961-89D0-3835BF261ACC}.Release|Any CPU.ActiveCfg = Debug|x86
{625E5D7F-86F6-4961-89D0-3835BF261ACC}.Release|Any CPU.Build.0 = Debug|x86
{625E5D7F-86F6-4961-89D0-3835BF261ACC}.Release|Mixed Platforms.ActiveCfg = Debug|x86
{625E5D7F-86F6-4961-89D0-3835BF261ACC}.Release|Mixed Platforms.Build.0 = Debug|x86
{625E5D7F-86F6-4961-89D0-3835BF261ACC}.Release|x86.ActiveCfg = Debug|x86
{625E5D7F-86F6-4961-89D0-3835BF261ACC}.Release|x86.Build.0 = Debug|x86
{625E5D7F-86F6-4961-89D0-3835BF261ACC}.Release|Xbox 360.ActiveCfg = Debug|x86
{E6D0DE18-F105-4E21-9963-DF183FFD8E2A}.Debug|Any CPU.ActiveCfg = Debug|x86
{E6D0DE18-F105-4E21-9963-DF183FFD8E2A}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{E6D0DE18-F105-4E21-9963-DF183FFD8E2A}.Debug|Mixed Platforms.Build.0 = Debug|x86
{E6D0DE18-F105-4E21-9963-DF183FFD8E2A}.Debug|x86.ActiveCfg = Debug|x86
{E6D0DE18-F105-4E21-9963-DF183FFD8E2A}.Debug|x86.Build.0 = Debug|x86
{E6D0DE18-F105-4E21-9963-DF183FFD8E2A}.Debug|Xbox 360.ActiveCfg = Debug|x86
{E6D0DE18-F105-4E21-9963-DF183FFD8E2A}.Release|Any CPU.ActiveCfg = Release|x86
{E6D0DE18-F105-4E21-9963-DF183FFD8E2A}.Release|Mixed Platforms.ActiveCfg = Release|x86
{E6D0DE18-F105-4E21-9963-DF183FFD8E2A}.Release|Mixed Platforms.Build.0 = Release|x86
{E6D0DE18-F105-4E21-9963-DF183FFD8E2A}.Release|x86.ActiveCfg = Release|x86
{E6D0DE18-F105-4E21-9963-DF183FFD8E2A}.Release|x86.Build.0 = Release|x86
{E6D0DE18-F105-4E21-9963-DF183FFD8E2A}.Release|Xbox 360.ActiveCfg = Release|x86
{92F535C7-D054-4BA6-BCF2-CF8AFD3A5FD6}.Debug|Any CPU.ActiveCfg = Debug|x86
{92F535C7-D054-4BA6-BCF2-CF8AFD3A5FD6}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{92F535C7-D054-4BA6-BCF2-CF8AFD3A5FD6}.Debug|Mixed Platforms.Build.0 = Debug|x86
{92F535C7-D054-4BA6-BCF2-CF8AFD3A5FD6}.Debug|x86.ActiveCfg = Debug|x86
{92F535C7-D054-4BA6-BCF2-CF8AFD3A5FD6}.Debug|x86.Build.0 = Debug|x86
{92F535C7-D054-4BA6-BCF2-CF8AFD3A5FD6}.Debug|Xbox 360.ActiveCfg = Debug|x86
{92F535C7-D054-4BA6-BCF2-CF8AFD3A5FD6}.Release|Any CPU.ActiveCfg = Release|x86
{92F535C7-D054-4BA6-BCF2-CF8AFD3A5FD6}.Release|Mixed Platforms.ActiveCfg = Release|x86
{92F535C7-D054-4BA6-BCF2-CF8AFD3A5FD6}.Release|Mixed Platforms.Build.0 = Release|x86
{92F535C7-D054-4BA6-BCF2-CF8AFD3A5FD6}.Release|x86.ActiveCfg = Release|x86
{92F535C7-D054-4BA6-BCF2-CF8AFD3A5FD6}.Release|x86.Build.0 = Release|x86
{92F535C7-D054-4BA6-BCF2-CF8AFD3A5FD6}.Release|Xbox 360.ActiveCfg = Release|x86
{0DAB2428-B954-4E00-925F-A07953AA3055}.Debug|Any CPU.ActiveCfg = Debug|x86
{0DAB2428-B954-4E00-925F-A07953AA3055}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{0DAB2428-B954-4E00-925F-A07953AA3055}.Debug|x86.ActiveCfg = Debug|x86
{0DAB2428-B954-4E00-925F-A07953AA3055}.Debug|Xbox 360.ActiveCfg = Debug|x86
{0DAB2428-B954-4E00-925F-A07953AA3055}.Release|Any CPU.ActiveCfg = Release|x86
{0DAB2428-B954-4E00-925F-A07953AA3055}.Release|Mixed Platforms.ActiveCfg = Release|x86
{0DAB2428-B954-4E00-925F-A07953AA3055}.Release|x86.ActiveCfg = Release|x86
{0DAB2428-B954-4E00-925F-A07953AA3055}.Release|Xbox 360.ActiveCfg = Release|x86
{0D41E29B-829F-4255-BCA5-64DC2677DA6D}.Debug|Any CPU.ActiveCfg = Debug|Xbox 360
{0D41E29B-829F-4255-BCA5-64DC2677DA6D}.Debug|Mixed Platforms.ActiveCfg = Debug|Xbox 360
{0D41E29B-829F-4255-BCA5-64DC2677DA6D}.Debug|Mixed Platforms.Build.0 = Debug|Xbox 360
{0D41E29B-829F-4255-BCA5-64DC2677DA6D}.Debug|x86.ActiveCfg = Debug|x86
{0D41E29B-829F-4255-BCA5-64DC2677DA6D}.Debug|x86.Build.0 = Debug|x86
{0D41E29B-829F-4255-BCA5-64DC2677DA6D}.Debug|Xbox 360.ActiveCfg = Debug|Xbox 360
{0D41E29B-829F-4255-BCA5-64DC2677DA6D}.Debug|Xbox 360.Build.0 = Debug|Xbox 360
{0D41E29B-829F-4255-BCA5-64DC2677DA6D}.Release|Any CPU.ActiveCfg = Release|Xbox 360
{0D41E29B-829F-4255-BCA5-64DC2677DA6D}.Release|Mixed Platforms.ActiveCfg = Release|Xbox 360
{0D41E29B-829F-4255-BCA5-64DC2677DA6D}.Release|Mixed Platforms.Build.0 = Release|Xbox 360
{0D41E29B-829F-4255-BCA5-64DC2677DA6D}.Release|x86.ActiveCfg = Release|x86
{0D41E29B-829F-4255-BCA5-64DC2677DA6D}.Release|x86.Build.0 = Release|x86
{0D41E29B-829F-4255-BCA5-64DC2677DA6D}.Release|Xbox 360.ActiveCfg = Release|Xbox 360
{0D41E29B-829F-4255-BCA5-64DC2677DA6D}.Release|Xbox 360.Build.0 = Release|Xbox 360
{4636C7E1-B845-4B83-B96D-64A11B8A4515}.Debug|Any CPU.ActiveCfg = Debug|x86
{4636C7E1-B845-4B83-B96D-64A11B8A4515}.Debug|Any CPU.Build.0 = Debug|x86
{4636C7E1-B845-4B83-B96D-64A11B8A4515}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{4636C7E1-B845-4B83-B96D-64A11B8A4515}.Debug|Mixed Platforms.Build.0 = Debug|x86
{4636C7E1-B845-4B83-B96D-64A11B8A4515}.Debug|x86.ActiveCfg = Debug|x86
{4636C7E1-B845-4B83-B96D-64A11B8A4515}.Debug|x86.Build.0 = Debug|x86
{4636C7E1-B845-4B83-B96D-64A11B8A4515}.Debug|Xbox 360.ActiveCfg = Debug|x86
{4636C7E1-B845-4B83-B96D-64A11B8A4515}.Debug|Xbox 360.Build.0 = Debug|x86
{4636C7E1-B845-4B83-B96D-64A11B8A4515}.Release|Any CPU.ActiveCfg = Debug|x86
{4636C7E1-B845-4B83-B96D-64A11B8A4515}.Release|Any CPU.Build.0 = Debug|x86
{4636C7E1-B845-4B83-B96D-64A11B8A4515}.Release|Mixed Platforms.ActiveCfg = Debug|x86
{4636C7E1-B845-4B83-B96D-64A11B8A4515}.Release|Mixed Platforms.Build.0 = Debug|x86
{4636C7E1-B845-4B83-B96D-64A11B8A4515}.Release|x86.ActiveCfg = Debug|x86
{4636C7E1-B845-4B83-B96D-64A11B8A4515}.Release|x86.Build.0 = Debug|x86
{4636C7E1-B845-4B83-B96D-64A11B8A4515}.Release|Xbox 360.ActiveCfg = Debug|x86
{4636C7E1-B845-4B83-B96D-64A11B8A4515}.Release|Xbox 360.Build.0 = Debug|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal