-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathKinectAnimationStudio.sln
44 lines (44 loc) · 2.56 KB
/
KinectAnimationStudio.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "KinectAnimationStudio", "KinectAnimationStudio-Src\KinectAnimationStudio.vcxproj", "{F04FE33E-CE64-4B58-AF06-B28DD9734858}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CommonKinect", "CommonKinect\CommonKinect.vcxproj", "{50182805-3D70-46EE-B4CF-01E7A0F5B5B2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|Win32 = Debug|Win32
Debug|x64 = Debug|x64
Release|Mixed Platforms = Release|Mixed Platforms
Release|Win32 = Release|Win32
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F04FE33E-CE64-4B58-AF06-B28DD9734858}.Debug|Mixed Platforms.ActiveCfg = Debug|x64
{F04FE33E-CE64-4B58-AF06-B28DD9734858}.Debug|Mixed Platforms.Build.0 = Debug|x64
{F04FE33E-CE64-4B58-AF06-B28DD9734858}.Debug|Win32.ActiveCfg = Debug|x64
{F04FE33E-CE64-4B58-AF06-B28DD9734858}.Debug|x64.ActiveCfg = Debug|x64
{F04FE33E-CE64-4B58-AF06-B28DD9734858}.Debug|x64.Build.0 = Debug|x64
{F04FE33E-CE64-4B58-AF06-B28DD9734858}.Release|Mixed Platforms.ActiveCfg = Release|x64
{F04FE33E-CE64-4B58-AF06-B28DD9734858}.Release|Mixed Platforms.Build.0 = Release|x64
{F04FE33E-CE64-4B58-AF06-B28DD9734858}.Release|Win32.ActiveCfg = Release|x64
{F04FE33E-CE64-4B58-AF06-B28DD9734858}.Release|x64.ActiveCfg = Release|x64
{F04FE33E-CE64-4B58-AF06-B28DD9734858}.Release|x64.Build.0 = Release|x64
{50182805-3D70-46EE-B4CF-01E7A0F5B5B2}.Debug|Mixed Platforms.ActiveCfg = Debug|x64
{50182805-3D70-46EE-B4CF-01E7A0F5B5B2}.Debug|Mixed Platforms.Build.0 = Debug|x64
{50182805-3D70-46EE-B4CF-01E7A0F5B5B2}.Debug|Win32.ActiveCfg = Debug|x64
{50182805-3D70-46EE-B4CF-01E7A0F5B5B2}.Debug|x64.ActiveCfg = Debug|x64
{50182805-3D70-46EE-B4CF-01E7A0F5B5B2}.Debug|x64.Build.0 = Debug|x64
{50182805-3D70-46EE-B4CF-01E7A0F5B5B2}.Release|Mixed Platforms.ActiveCfg = Release|x64
{50182805-3D70-46EE-B4CF-01E7A0F5B5B2}.Release|Mixed Platforms.Build.0 = Release|x64
{50182805-3D70-46EE-B4CF-01E7A0F5B5B2}.Release|Win32.ActiveCfg = Release|x64
{50182805-3D70-46EE-B4CF-01E7A0F5B5B2}.Release|x64.ActiveCfg = Release|x64
{50182805-3D70-46EE-B4CF-01E7A0F5B5B2}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal