-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDirectDesktop.sln
More file actions
55 lines (55 loc) · 3.13 KB
/
DirectDesktop.sln
File metadata and controls
55 lines (55 loc) · 3.13 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.14.36109.1 d17.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DirectDesktop", "DirectDesktop\DirectDesktop.vcxproj", "{1D0F8BF4-F1CB-44BA-8012-5D0EB6735F5C}"
ProjectSection(ProjectDependencies) = postProject
{0B7DE49A-33C6-41B1-A9CE-D353031F8454} = {0B7DE49A-33C6-41B1-A9CE-D353031F8454}
{11541C39-BDE1-4AA4-8FC3-D1C209267802} = {11541C39-BDE1-4AA4-8FC3-D1C209267802}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DirectUI", "DirectDesktop\Include\dui70\DirectUI\DirectUI.vcxproj", "{0B7DE49A-33C6-41B1-A9CE-D353031F8454}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DUser", "DirectDesktop\Include\dui70\DUser\DUser.vcxproj", "{11541C39-BDE1-4AA4-8FC3-D1C209267802}"
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
{1D0F8BF4-F1CB-44BA-8012-5D0EB6735F5C}.Debug|x64.ActiveCfg = Debug|x64
{1D0F8BF4-F1CB-44BA-8012-5D0EB6735F5C}.Debug|x64.Build.0 = Debug|x64
{1D0F8BF4-F1CB-44BA-8012-5D0EB6735F5C}.Debug|x86.ActiveCfg = Debug|Win32
{1D0F8BF4-F1CB-44BA-8012-5D0EB6735F5C}.Debug|x86.Build.0 = Debug|Win32
{1D0F8BF4-F1CB-44BA-8012-5D0EB6735F5C}.Release|x64.ActiveCfg = Release|x64
{1D0F8BF4-F1CB-44BA-8012-5D0EB6735F5C}.Release|x64.Build.0 = Release|x64
{1D0F8BF4-F1CB-44BA-8012-5D0EB6735F5C}.Release|x86.ActiveCfg = Release|Win32
{1D0F8BF4-F1CB-44BA-8012-5D0EB6735F5C}.Release|x86.Build.0 = Release|Win32
{0B7DE49A-33C6-41B1-A9CE-D353031F8454}.Debug|x64.ActiveCfg = Debug|x64
{0B7DE49A-33C6-41B1-A9CE-D353031F8454}.Debug|x64.Build.0 = Debug|x64
{0B7DE49A-33C6-41B1-A9CE-D353031F8454}.Debug|x86.ActiveCfg = Debug|Win32
{0B7DE49A-33C6-41B1-A9CE-D353031F8454}.Debug|x86.Build.0 = Debug|Win32
{0B7DE49A-33C6-41B1-A9CE-D353031F8454}.Release|x64.ActiveCfg = Release|x64
{0B7DE49A-33C6-41B1-A9CE-D353031F8454}.Release|x64.Build.0 = Release|x64
{0B7DE49A-33C6-41B1-A9CE-D353031F8454}.Release|x86.ActiveCfg = Release|Win32
{0B7DE49A-33C6-41B1-A9CE-D353031F8454}.Release|x86.Build.0 = Release|Win32
{11541C39-BDE1-4AA4-8FC3-D1C209267802}.Debug|x64.ActiveCfg = Debug|x64
{11541C39-BDE1-4AA4-8FC3-D1C209267802}.Debug|x64.Build.0 = Debug|x64
{11541C39-BDE1-4AA4-8FC3-D1C209267802}.Debug|x86.ActiveCfg = Debug|Win32
{11541C39-BDE1-4AA4-8FC3-D1C209267802}.Debug|x86.Build.0 = Debug|Win32
{11541C39-BDE1-4AA4-8FC3-D1C209267802}.Release|x64.ActiveCfg = Release|x64
{11541C39-BDE1-4AA4-8FC3-D1C209267802}.Release|x64.Build.0 = Release|x64
{11541C39-BDE1-4AA4-8FC3-D1C209267802}.Release|x86.ActiveCfg = Release|Win32
{11541C39-BDE1-4AA4-8FC3-D1C209267802}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D6CB341A-DBE4-411B-A50E-2D34216376B9}
EndGlobalSection
EndGlobal