-
Notifications
You must be signed in to change notification settings - Fork 22
/
DirectUI.sln
30 lines (30 loc) · 1.45 KB
/
DirectUI.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
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "App", "App\App.vcproj", "{6F3C0572-FE53-4700-8B65-10A31B6F64C0}"
ProjectSection(ProjectDependencies) = postProject
{39457495-D33E-49E3-82B8-914678C88766} = {39457495-D33E-49E3-82B8-914678C88766}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "UIlib", "UIlib\UIlib.vcproj", "{39457495-D33E-49E3-82B8-914678C88766}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfiguration) = preSolution
Debug = Debug
Release = Release
EndGlobalSection
GlobalSection(ProjectConfiguration) = postSolution
{6F3C0572-FE53-4700-8B65-10A31B6F64C0}.Debug.ActiveCfg = Debug|Win32
{6F3C0572-FE53-4700-8B65-10A31B6F64C0}.Debug.Build.0 = Debug|Win32
{6F3C0572-FE53-4700-8B65-10A31B6F64C0}.Release.ActiveCfg = Release|Win32
{6F3C0572-FE53-4700-8B65-10A31B6F64C0}.Release.Build.0 = Release|Win32
{39457495-D33E-49E3-82B8-914678C88766}.Debug.ActiveCfg = Debug|Win32
{39457495-D33E-49E3-82B8-914678C88766}.Debug.Build.0 = Debug|Win32
{39457495-D33E-49E3-82B8-914678C88766}.Release.ActiveCfg = Release|Win32
{39457495-D33E-49E3-82B8-914678C88766}.Release.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
EndGlobalSection
GlobalSection(ExtensibilityAddIns) = postSolution
EndGlobalSection
EndGlobal