-
Notifications
You must be signed in to change notification settings - Fork 167
/
Copy pathDreamScene2.sln
58 lines (58 loc) · 3.32 KB
/
DreamScene2.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32929.385
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DreamScene2", "src\DreamScene2\DreamScene2.csproj", "{59D51177-F47B-4B90-8366-0B96658114BC}"
ProjectSection(ProjectDependencies) = postProject
{3EB67CD9-3814-4A20-89D5-C1BD393DB163} = {3EB67CD9-3814-4A20-89D5-C1BD393DB163}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DS2Native", "src\DS2Native\DS2Native.vcxproj", "{3EB67CD9-3814-4A20-89D5-C1BD393DB163}"
EndProject
Project("{C7167F0D-BC9F-4E6E-AFE1-012C56B48DB5}") = "DreamScene2 (Package)", "src\DreamScene2 (Package)\DreamScene2 (Package).wapproj", "{5DC72AB8-EF9D-4130-A690-04897977BFCC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{59D51177-F47B-4B90-8366-0B96658114BC}.Debug|x64.ActiveCfg = Debug|x64
{59D51177-F47B-4B90-8366-0B96658114BC}.Debug|x64.Build.0 = Debug|x64
{59D51177-F47B-4B90-8366-0B96658114BC}.Debug|x86.ActiveCfg = Debug|x86
{59D51177-F47B-4B90-8366-0B96658114BC}.Debug|x86.Build.0 = Debug|x86
{59D51177-F47B-4B90-8366-0B96658114BC}.Release|x64.ActiveCfg = Release|x64
{59D51177-F47B-4B90-8366-0B96658114BC}.Release|x64.Build.0 = Release|x64
{59D51177-F47B-4B90-8366-0B96658114BC}.Release|x86.ActiveCfg = Release|x86
{59D51177-F47B-4B90-8366-0B96658114BC}.Release|x86.Build.0 = Release|x86
{3EB67CD9-3814-4A20-89D5-C1BD393DB163}.Debug|x64.ActiveCfg = Debug|x64
{3EB67CD9-3814-4A20-89D5-C1BD393DB163}.Debug|x64.Build.0 = Debug|x64
{3EB67CD9-3814-4A20-89D5-C1BD393DB163}.Debug|x86.ActiveCfg = Debug|Win32
{3EB67CD9-3814-4A20-89D5-C1BD393DB163}.Debug|x86.Build.0 = Debug|Win32
{3EB67CD9-3814-4A20-89D5-C1BD393DB163}.Release|x64.ActiveCfg = Release|x64
{3EB67CD9-3814-4A20-89D5-C1BD393DB163}.Release|x64.Build.0 = Release|x64
{3EB67CD9-3814-4A20-89D5-C1BD393DB163}.Release|x86.ActiveCfg = Release|Win32
{3EB67CD9-3814-4A20-89D5-C1BD393DB163}.Release|x86.Build.0 = Release|Win32
{5DC72AB8-EF9D-4130-A690-04897977BFCC}.Debug|x64.ActiveCfg = Debug|x64
{5DC72AB8-EF9D-4130-A690-04897977BFCC}.Debug|x64.Build.0 = Debug|x64
{5DC72AB8-EF9D-4130-A690-04897977BFCC}.Debug|x64.Deploy.0 = Debug|x64
{5DC72AB8-EF9D-4130-A690-04897977BFCC}.Debug|x86.ActiveCfg = Debug|x86
{5DC72AB8-EF9D-4130-A690-04897977BFCC}.Debug|x86.Build.0 = Debug|x86
{5DC72AB8-EF9D-4130-A690-04897977BFCC}.Debug|x86.Deploy.0 = Debug|x86
{5DC72AB8-EF9D-4130-A690-04897977BFCC}.Release|x64.ActiveCfg = Release|x64
{5DC72AB8-EF9D-4130-A690-04897977BFCC}.Release|x64.Build.0 = Release|x64
{5DC72AB8-EF9D-4130-A690-04897977BFCC}.Release|x64.Deploy.0 = Release|x64
{5DC72AB8-EF9D-4130-A690-04897977BFCC}.Release|x86.ActiveCfg = Release|x86
{5DC72AB8-EF9D-4130-A690-04897977BFCC}.Release|x86.Build.0 = Release|x86
{5DC72AB8-EF9D-4130-A690-04897977BFCC}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6DA57329-6DC9-46FF-8869-6486D35D1A45}
EndGlobalSection
EndGlobal