-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAnimationExample.sln
More file actions
36 lines (36 loc) · 2.19 KB
/
AnimationExample.sln
File metadata and controls
36 lines (36 loc) · 2.19 KB
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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AnimationExample", "AnimationExample\AnimationExample\AnimationExample.csproj", "{876971E9-2BA5-4ABC-978D-F76D9061CA69}"
EndProject
Project("{96E2B04D-8817-42C6-938A-82C39BA4D311}") = "AnimationExampleContent", "AnimationExample\AnimationExampleContent\AnimationExampleContent.contentproj", "{7C098AF9-4283-4187-B622-E2314A77587F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ModelAnimationLibrary", "AnimationExample\ModelAnimationLibrary\ModelAnimationLibrary.csproj", "{53C1744D-47C7-498C-BCB5-0A8F1D445EEA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ModelAnimationPipeline", "AnimationExample\ModelAnimationPipeline\ModelAnimationPipeline.csproj", "{415C3E61-7DD1-4A52-A99A-E94182BB7C5D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{876971E9-2BA5-4ABC-978D-F76D9061CA69}.Debug|x86.ActiveCfg = Debug|x86
{876971E9-2BA5-4ABC-978D-F76D9061CA69}.Debug|x86.Build.0 = Debug|x86
{876971E9-2BA5-4ABC-978D-F76D9061CA69}.Release|x86.ActiveCfg = Release|x86
{876971E9-2BA5-4ABC-978D-F76D9061CA69}.Release|x86.Build.0 = Release|x86
{7C098AF9-4283-4187-B622-E2314A77587F}.Debug|x86.ActiveCfg = Debug|x86
{7C098AF9-4283-4187-B622-E2314A77587F}.Release|x86.ActiveCfg = Release|x86
{53C1744D-47C7-498C-BCB5-0A8F1D445EEA}.Debug|x86.ActiveCfg = Debug|x86
{53C1744D-47C7-498C-BCB5-0A8F1D445EEA}.Debug|x86.Build.0 = Debug|x86
{53C1744D-47C7-498C-BCB5-0A8F1D445EEA}.Release|x86.ActiveCfg = Release|x86
{53C1744D-47C7-498C-BCB5-0A8F1D445EEA}.Release|x86.Build.0 = Release|x86
{415C3E61-7DD1-4A52-A99A-E94182BB7C5D}.Debug|x86.ActiveCfg = Debug|x86
{415C3E61-7DD1-4A52-A99A-E94182BB7C5D}.Debug|x86.Build.0 = Debug|x86
{415C3E61-7DD1-4A52-A99A-E94182BB7C5D}.Release|x86.ActiveCfg = Debug|x86
{415C3E61-7DD1-4A52-A99A-E94182BB7C5D}.Release|x86.Build.0 = Debug|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal