forked from ppescher/resizablelib
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDemo.sln
101 lines (101 loc) · 7.09 KB
/
Demo.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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.23107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Demo", "Demo.vcxproj", "{E90C0521-E036-49C5-BC3E-F27276C73726}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ResizableLib", "..\ResizableLib\ResizableLib.vcxproj", "{C176053F-C799-4BF4-ABFA-125A4192CEB9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug Static Unicode|x64 = Debug Static Unicode|x64
Debug Static Unicode|x86 = Debug Static Unicode|x86
Debug Static|x64 = Debug Static|x64
Debug Static|x86 = Debug Static|x86
Debug Unicode|x64 = Debug Unicode|x64
Debug Unicode|x86 = Debug Unicode|x86
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release Static Unicode|x64 = Release Static Unicode|x64
Release Static Unicode|x86 = Release Static Unicode|x86
Release Static|x64 = Release Static|x64
Release Static|x86 = Release Static|x86
Release Unicode|x64 = Release Unicode|x64
Release Unicode|x86 = Release Unicode|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C176053F-C799-4BF4-ABFA-125A4192CEB9}.Debug Static Unicode|x64.ActiveCfg = Debug Static Unicode|x64
{C176053F-C799-4BF4-ABFA-125A4192CEB9}.Debug Static Unicode|x64.Build.0 = Debug Static Unicode|x64
{C176053F-C799-4BF4-ABFA-125A4192CEB9}.Debug Static Unicode|x86.ActiveCfg = Debug Static Unicode|Win32
{C176053F-C799-4BF4-ABFA-125A4192CEB9}.Debug Static Unicode|x86.Build.0 = Debug Static Unicode|Win32
{C176053F-C799-4BF4-ABFA-125A4192CEB9}.Debug Static|x64.ActiveCfg = Debug Static|x64
{C176053F-C799-4BF4-ABFA-125A4192CEB9}.Debug Static|x64.Build.0 = Debug Static|x64
{C176053F-C799-4BF4-ABFA-125A4192CEB9}.Debug Static|x86.ActiveCfg = Debug Static|Win32
{C176053F-C799-4BF4-ABFA-125A4192CEB9}.Debug Static|x86.Build.0 = Debug Static|Win32
{C176053F-C799-4BF4-ABFA-125A4192CEB9}.Debug Unicode|x64.ActiveCfg = Debug Unicode|x64
{C176053F-C799-4BF4-ABFA-125A4192CEB9}.Debug Unicode|x64.Build.0 = Debug Unicode|x64
{C176053F-C799-4BF4-ABFA-125A4192CEB9}.Debug Unicode|x86.ActiveCfg = Debug Unicode|Win32
{C176053F-C799-4BF4-ABFA-125A4192CEB9}.Debug Unicode|x86.Build.0 = Debug Unicode|Win32
{C176053F-C799-4BF4-ABFA-125A4192CEB9}.Debug|x64.ActiveCfg = Debug|x64
{C176053F-C799-4BF4-ABFA-125A4192CEB9}.Debug|x64.Build.0 = Debug|x64
{C176053F-C799-4BF4-ABFA-125A4192CEB9}.Debug|x86.ActiveCfg = Debug|Win32
{C176053F-C799-4BF4-ABFA-125A4192CEB9}.Debug|x86.Build.0 = Debug|Win32
{C176053F-C799-4BF4-ABFA-125A4192CEB9}.Release Static Unicode|x64.ActiveCfg = Release Static Unicode|x64
{C176053F-C799-4BF4-ABFA-125A4192CEB9}.Release Static Unicode|x64.Build.0 = Release Static Unicode|x64
{C176053F-C799-4BF4-ABFA-125A4192CEB9}.Release Static Unicode|x86.ActiveCfg = Release Static Unicode|Win32
{C176053F-C799-4BF4-ABFA-125A4192CEB9}.Release Static Unicode|x86.Build.0 = Release Static Unicode|Win32
{C176053F-C799-4BF4-ABFA-125A4192CEB9}.Release Static|x64.ActiveCfg = Release Static|x64
{C176053F-C799-4BF4-ABFA-125A4192CEB9}.Release Static|x64.Build.0 = Release Static|x64
{C176053F-C799-4BF4-ABFA-125A4192CEB9}.Release Static|x86.ActiveCfg = Release Static|Win32
{C176053F-C799-4BF4-ABFA-125A4192CEB9}.Release Static|x86.Build.0 = Release Static|Win32
{C176053F-C799-4BF4-ABFA-125A4192CEB9}.Release Unicode|x64.ActiveCfg = Release Unicode|x64
{C176053F-C799-4BF4-ABFA-125A4192CEB9}.Release Unicode|x64.Build.0 = Release Unicode|x64
{C176053F-C799-4BF4-ABFA-125A4192CEB9}.Release Unicode|x86.ActiveCfg = Release Unicode|Win32
{C176053F-C799-4BF4-ABFA-125A4192CEB9}.Release Unicode|x86.Build.0 = Release Unicode|Win32
{C176053F-C799-4BF4-ABFA-125A4192CEB9}.Release|x64.ActiveCfg = Release|x64
{C176053F-C799-4BF4-ABFA-125A4192CEB9}.Release|x64.Build.0 = Release|x64
{C176053F-C799-4BF4-ABFA-125A4192CEB9}.Release|x86.ActiveCfg = Release|Win32
{C176053F-C799-4BF4-ABFA-125A4192CEB9}.Release|x86.Build.0 = Release|Win32
{E90C0521-E036-49C5-BC3E-F27276C73726}.Debug Static Unicode|x64.ActiveCfg = Debug Static Unicode|x64
{E90C0521-E036-49C5-BC3E-F27276C73726}.Debug Static Unicode|x64.Build.0 = Debug Static Unicode|x64
{E90C0521-E036-49C5-BC3E-F27276C73726}.Debug Static Unicode|x86.ActiveCfg = Debug Static Unicode|Win32
{E90C0521-E036-49C5-BC3E-F27276C73726}.Debug Static Unicode|x86.Build.0 = Debug Static Unicode|Win32
{E90C0521-E036-49C5-BC3E-F27276C73726}.Debug Static|x64.ActiveCfg = Debug Static|x64
{E90C0521-E036-49C5-BC3E-F27276C73726}.Debug Static|x64.Build.0 = Debug Static|x64
{E90C0521-E036-49C5-BC3E-F27276C73726}.Debug Static|x86.ActiveCfg = Debug Static|Win32
{E90C0521-E036-49C5-BC3E-F27276C73726}.Debug Static|x86.Build.0 = Debug Static|Win32
{E90C0521-E036-49C5-BC3E-F27276C73726}.Debug Unicode|x64.ActiveCfg = Debug Unicode|x64
{E90C0521-E036-49C5-BC3E-F27276C73726}.Debug Unicode|x64.Build.0 = Debug Unicode|x64
{E90C0521-E036-49C5-BC3E-F27276C73726}.Debug Unicode|x86.ActiveCfg = Debug Unicode|Win32
{E90C0521-E036-49C5-BC3E-F27276C73726}.Debug Unicode|x86.Build.0 = Debug Unicode|Win32
{E90C0521-E036-49C5-BC3E-F27276C73726}.Debug|x64.ActiveCfg = Debug|x64
{E90C0521-E036-49C5-BC3E-F27276C73726}.Debug|x64.Build.0 = Debug|x64
{E90C0521-E036-49C5-BC3E-F27276C73726}.Debug|x86.ActiveCfg = Debug|Win32
{E90C0521-E036-49C5-BC3E-F27276C73726}.Debug|x86.Build.0 = Debug|Win32
{E90C0521-E036-49C5-BC3E-F27276C73726}.Release Static Unicode|x64.ActiveCfg = Release Static Unicode|x64
{E90C0521-E036-49C5-BC3E-F27276C73726}.Release Static Unicode|x64.Build.0 = Release Static Unicode|x64
{E90C0521-E036-49C5-BC3E-F27276C73726}.Release Static Unicode|x86.ActiveCfg = Release Static Unicode|Win32
{E90C0521-E036-49C5-BC3E-F27276C73726}.Release Static Unicode|x86.Build.0 = Release Static Unicode|Win32
{E90C0521-E036-49C5-BC3E-F27276C73726}.Release Static|x64.ActiveCfg = Release Static|x64
{E90C0521-E036-49C5-BC3E-F27276C73726}.Release Static|x64.Build.0 = Release Static|x64
{E90C0521-E036-49C5-BC3E-F27276C73726}.Release Static|x86.ActiveCfg = Release Static|Win32
{E90C0521-E036-49C5-BC3E-F27276C73726}.Release Static|x86.Build.0 = Release Static|Win32
{E90C0521-E036-49C5-BC3E-F27276C73726}.Release Unicode|x64.ActiveCfg = Release Unicode|x64
{E90C0521-E036-49C5-BC3E-F27276C73726}.Release Unicode|x64.Build.0 = Release Unicode|x64
{E90C0521-E036-49C5-BC3E-F27276C73726}.Release Unicode|x86.ActiveCfg = Release Unicode|Win32
{E90C0521-E036-49C5-BC3E-F27276C73726}.Release Unicode|x86.Build.0 = Release Unicode|Win32
{E90C0521-E036-49C5-BC3E-F27276C73726}.Release|x64.ActiveCfg = Release|x64
{E90C0521-E036-49C5-BC3E-F27276C73726}.Release|x64.Build.0 = Release|x64
{E90C0521-E036-49C5-BC3E-F27276C73726}.Release|x86.ActiveCfg = Release|Win32
{E90C0521-E036-49C5-BC3E-F27276C73726}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {137D9A81-B439-444F-A22E-6BD617C77FB1}
EndGlobalSection
EndGlobal