-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathAnimation.sln
More file actions
100 lines (100 loc) · 6.02 KB
/
Animation.sln
File metadata and controls
100 lines (100 loc) · 6.02 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
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.23107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Animation.Win8", "Animation.Win8\Animation.Win8.csproj", "{9B5A8CE8-858A-4977-AD61-534E532FD381}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{AF3C2F87-8508-4D3E-9418-D40635AA9D2C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "AnimationManager", "AnimationManager", "{C2909148-2167-4B81-9C45-E37915230EDE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "NugetSolution", "NugetSolution", "{39DF8F67-FDE3-435B-86DA-95A86E382239}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
LICENSE = LICENSE
NuGetPackage\pack.cmd = NuGetPackage\pack.cmd
NuGetPackage\Package.nuspec = NuGetPackage\Package.nuspec
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Images", "Images", "{0E660531-75D9-4EA3-9573-DD03EAF986C1}"
ProjectSection(SolutionItems) = preProject
Images\AnimatedHead.gif = Images\AnimatedHead.gif
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Animation.WP81", "Animation.WP81\Animation.WP81.csproj", "{084D2D4B-6AC9-4595-985E-63D5E1A202D3}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "AnimationManager.Shared", "AnimationManager.Shared\AnimationManager.Shared.shproj", "{D729D034-893B-4D9B-8B0A-15BF6AA87DBB}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
AnimationManager.Shared\AnimationManager.Shared.projitems*{084d2d4b-6ac9-4595-985e-63d5e1a202d3}*SharedItemsImports = 4
AnimationManager.Shared\AnimationManager.Shared.projitems*{d729d034-893b-4d9b-8b0a-15bf6aa87dbb}*SharedItemsImports = 13
AnimationManager.Shared\AnimationManager.Shared.projitems*{9b5a8ce8-858a-4977-ad61-534e532fd381}*SharedItemsImports = 4
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|ARM = Debug|ARM
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|ARM = Release|ARM
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9B5A8CE8-858A-4977-AD61-534E532FD381}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9B5A8CE8-858A-4977-AD61-534E532FD381}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9B5A8CE8-858A-4977-AD61-534E532FD381}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{9B5A8CE8-858A-4977-AD61-534E532FD381}.Debug|ARM.ActiveCfg = Debug|ARM
{9B5A8CE8-858A-4977-AD61-534E532FD381}.Debug|ARM.Build.0 = Debug|ARM
{9B5A8CE8-858A-4977-AD61-534E532FD381}.Debug|ARM.Deploy.0 = Debug|ARM
{9B5A8CE8-858A-4977-AD61-534E532FD381}.Debug|x64.ActiveCfg = Debug|x64
{9B5A8CE8-858A-4977-AD61-534E532FD381}.Debug|x64.Build.0 = Debug|x64
{9B5A8CE8-858A-4977-AD61-534E532FD381}.Debug|x64.Deploy.0 = Debug|x64
{9B5A8CE8-858A-4977-AD61-534E532FD381}.Debug|x86.ActiveCfg = Debug|x86
{9B5A8CE8-858A-4977-AD61-534E532FD381}.Debug|x86.Build.0 = Debug|x86
{9B5A8CE8-858A-4977-AD61-534E532FD381}.Debug|x86.Deploy.0 = Debug|x86
{9B5A8CE8-858A-4977-AD61-534E532FD381}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9B5A8CE8-858A-4977-AD61-534E532FD381}.Release|Any CPU.Build.0 = Release|Any CPU
{9B5A8CE8-858A-4977-AD61-534E532FD381}.Release|Any CPU.Deploy.0 = Release|Any CPU
{9B5A8CE8-858A-4977-AD61-534E532FD381}.Release|ARM.ActiveCfg = Release|ARM
{9B5A8CE8-858A-4977-AD61-534E532FD381}.Release|ARM.Build.0 = Release|ARM
{9B5A8CE8-858A-4977-AD61-534E532FD381}.Release|ARM.Deploy.0 = Release|ARM
{9B5A8CE8-858A-4977-AD61-534E532FD381}.Release|x64.ActiveCfg = Release|x64
{9B5A8CE8-858A-4977-AD61-534E532FD381}.Release|x64.Build.0 = Release|x64
{9B5A8CE8-858A-4977-AD61-534E532FD381}.Release|x64.Deploy.0 = Release|x64
{9B5A8CE8-858A-4977-AD61-534E532FD381}.Release|x86.ActiveCfg = Release|x86
{9B5A8CE8-858A-4977-AD61-534E532FD381}.Release|x86.Build.0 = Release|x86
{9B5A8CE8-858A-4977-AD61-534E532FD381}.Release|x86.Deploy.0 = Release|x86
{084D2D4B-6AC9-4595-985E-63D5E1A202D3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{084D2D4B-6AC9-4595-985E-63D5E1A202D3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{084D2D4B-6AC9-4595-985E-63D5E1A202D3}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{084D2D4B-6AC9-4595-985E-63D5E1A202D3}.Debug|ARM.ActiveCfg = Debug|ARM
{084D2D4B-6AC9-4595-985E-63D5E1A202D3}.Debug|ARM.Build.0 = Debug|ARM
{084D2D4B-6AC9-4595-985E-63D5E1A202D3}.Debug|ARM.Deploy.0 = Debug|ARM
{084D2D4B-6AC9-4595-985E-63D5E1A202D3}.Debug|x64.ActiveCfg = Debug|Any CPU
{084D2D4B-6AC9-4595-985E-63D5E1A202D3}.Debug|x86.ActiveCfg = Debug|x86
{084D2D4B-6AC9-4595-985E-63D5E1A202D3}.Debug|x86.Build.0 = Debug|x86
{084D2D4B-6AC9-4595-985E-63D5E1A202D3}.Debug|x86.Deploy.0 = Debug|x86
{084D2D4B-6AC9-4595-985E-63D5E1A202D3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{084D2D4B-6AC9-4595-985E-63D5E1A202D3}.Release|Any CPU.Build.0 = Release|Any CPU
{084D2D4B-6AC9-4595-985E-63D5E1A202D3}.Release|Any CPU.Deploy.0 = Release|Any CPU
{084D2D4B-6AC9-4595-985E-63D5E1A202D3}.Release|ARM.ActiveCfg = Release|ARM
{084D2D4B-6AC9-4595-985E-63D5E1A202D3}.Release|ARM.Build.0 = Release|ARM
{084D2D4B-6AC9-4595-985E-63D5E1A202D3}.Release|ARM.Deploy.0 = Release|ARM
{084D2D4B-6AC9-4595-985E-63D5E1A202D3}.Release|x64.ActiveCfg = Release|Any CPU
{084D2D4B-6AC9-4595-985E-63D5E1A202D3}.Release|x86.ActiveCfg = Release|x86
{084D2D4B-6AC9-4595-985E-63D5E1A202D3}.Release|x86.Build.0 = Release|x86
{084D2D4B-6AC9-4595-985E-63D5E1A202D3}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{9B5A8CE8-858A-4977-AD61-534E532FD381} = {AF3C2F87-8508-4D3E-9418-D40635AA9D2C}
{084D2D4B-6AC9-4595-985E-63D5E1A202D3} = {AF3C2F87-8508-4D3E-9418-D40635AA9D2C}
{D729D034-893B-4D9B-8B0A-15BF6AA87DBB} = {C2909148-2167-4B81-9C45-E37915230EDE}
EndGlobalSection
EndGlobal