This repository has been archived by the owner on Aug 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
GdiplusUI.sln
51 lines (51 loc) · 2.86 KB
/
GdiplusUI.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34622.214
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "GdiplusUI", "GdiplusUI\GdiplusUI.vcxproj", "{D468561C-1EBB-4F41-9CCA-B0E812A0EB08}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DemoWindow", "DemoWindow\DemoWindow.vcxproj", "{18DED339-EA8F-4E6C-B4BF-7F749B9FEF9C}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DebugConsole", "DebugConsole\DebugConsole.vcxproj", "{8B7C9F92-D264-439C-BAEA-FC2DF1E36363}"
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
{D468561C-1EBB-4F41-9CCA-B0E812A0EB08}.Debug|x64.ActiveCfg = Debug|x64
{D468561C-1EBB-4F41-9CCA-B0E812A0EB08}.Debug|x64.Build.0 = Debug|x64
{D468561C-1EBB-4F41-9CCA-B0E812A0EB08}.Debug|x86.ActiveCfg = Debug|Win32
{D468561C-1EBB-4F41-9CCA-B0E812A0EB08}.Debug|x86.Build.0 = Debug|Win32
{D468561C-1EBB-4F41-9CCA-B0E812A0EB08}.Release|x64.ActiveCfg = Release|x64
{D468561C-1EBB-4F41-9CCA-B0E812A0EB08}.Release|x64.Build.0 = Release|x64
{D468561C-1EBB-4F41-9CCA-B0E812A0EB08}.Release|x86.ActiveCfg = Release|Win32
{D468561C-1EBB-4F41-9CCA-B0E812A0EB08}.Release|x86.Build.0 = Release|Win32
{18DED339-EA8F-4E6C-B4BF-7F749B9FEF9C}.Debug|x64.ActiveCfg = Debug|x64
{18DED339-EA8F-4E6C-B4BF-7F749B9FEF9C}.Debug|x64.Build.0 = Debug|x64
{18DED339-EA8F-4E6C-B4BF-7F749B9FEF9C}.Debug|x86.ActiveCfg = Debug|Win32
{18DED339-EA8F-4E6C-B4BF-7F749B9FEF9C}.Debug|x86.Build.0 = Debug|Win32
{18DED339-EA8F-4E6C-B4BF-7F749B9FEF9C}.Release|x64.ActiveCfg = Release|x64
{18DED339-EA8F-4E6C-B4BF-7F749B9FEF9C}.Release|x64.Build.0 = Release|x64
{18DED339-EA8F-4E6C-B4BF-7F749B9FEF9C}.Release|x86.ActiveCfg = Release|Win32
{18DED339-EA8F-4E6C-B4BF-7F749B9FEF9C}.Release|x86.Build.0 = Release|Win32
{8B7C9F92-D264-439C-BAEA-FC2DF1E36363}.Debug|x64.ActiveCfg = Debug|x64
{8B7C9F92-D264-439C-BAEA-FC2DF1E36363}.Debug|x64.Build.0 = Debug|x64
{8B7C9F92-D264-439C-BAEA-FC2DF1E36363}.Debug|x86.ActiveCfg = Debug|Win32
{8B7C9F92-D264-439C-BAEA-FC2DF1E36363}.Debug|x86.Build.0 = Debug|Win32
{8B7C9F92-D264-439C-BAEA-FC2DF1E36363}.Release|x64.ActiveCfg = Release|x64
{8B7C9F92-D264-439C-BAEA-FC2DF1E36363}.Release|x64.Build.0 = Release|x64
{8B7C9F92-D264-439C-BAEA-FC2DF1E36363}.Release|x86.ActiveCfg = Release|Win32
{8B7C9F92-D264-439C-BAEA-FC2DF1E36363}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7DDFAA86-88DB-436B-AA3B-CAA877AA355F}
EndGlobalSection
EndGlobal