-
Notifications
You must be signed in to change notification settings - Fork 0
/
window-selector.sln
57 lines (57 loc) · 3.17 KB
/
window-selector.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.32802.440
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "window-selector", "window-selector\window-selector.vcxproj", "{6D16E7B8-A41C-43F8-BBDE-49870DAB000A}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "lib-window-selector", "lib-window-selector\lib-window-selector.vcxproj", "{318B8D73-5BD4-4171-9ED1-17672420A7F0}"
ProjectSection(ProjectDependencies) = postProject
{6D16E7B8-A41C-43F8-BBDE-49870DAB000A} = {6D16E7B8-A41C-43F8-BBDE-49870DAB000A}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "demo", "demo\demo.vcxproj", "{F3E55744-5A17-4F14-8D7D-1B51F1FD9700}"
ProjectSection(ProjectDependencies) = postProject
{318B8D73-5BD4-4171-9ED1-17672420A7F0} = {318B8D73-5BD4-4171-9ED1-17672420A7F0}
EndProjectSection
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
{6D16E7B8-A41C-43F8-BBDE-49870DAB000A}.Debug|x64.ActiveCfg = Debug|x64
{6D16E7B8-A41C-43F8-BBDE-49870DAB000A}.Debug|x64.Build.0 = Debug|x64
{6D16E7B8-A41C-43F8-BBDE-49870DAB000A}.Debug|x86.ActiveCfg = Debug|Win32
{6D16E7B8-A41C-43F8-BBDE-49870DAB000A}.Debug|x86.Build.0 = Debug|Win32
{6D16E7B8-A41C-43F8-BBDE-49870DAB000A}.Release|x64.ActiveCfg = Release|x64
{6D16E7B8-A41C-43F8-BBDE-49870DAB000A}.Release|x64.Build.0 = Release|x64
{6D16E7B8-A41C-43F8-BBDE-49870DAB000A}.Release|x86.ActiveCfg = Release|Win32
{6D16E7B8-A41C-43F8-BBDE-49870DAB000A}.Release|x86.Build.0 = Release|Win32
{318B8D73-5BD4-4171-9ED1-17672420A7F0}.Debug|x64.ActiveCfg = Debug|x64
{318B8D73-5BD4-4171-9ED1-17672420A7F0}.Debug|x64.Build.0 = Debug|x64
{318B8D73-5BD4-4171-9ED1-17672420A7F0}.Debug|x86.ActiveCfg = Debug|Win32
{318B8D73-5BD4-4171-9ED1-17672420A7F0}.Debug|x86.Build.0 = Debug|Win32
{318B8D73-5BD4-4171-9ED1-17672420A7F0}.Release|x64.ActiveCfg = Release|x64
{318B8D73-5BD4-4171-9ED1-17672420A7F0}.Release|x64.Build.0 = Release|x64
{318B8D73-5BD4-4171-9ED1-17672420A7F0}.Release|x86.ActiveCfg = Release|Win32
{318B8D73-5BD4-4171-9ED1-17672420A7F0}.Release|x86.Build.0 = Release|Win32
{F3E55744-5A17-4F14-8D7D-1B51F1FD9700}.Debug|x64.ActiveCfg = Debug|x64
{F3E55744-5A17-4F14-8D7D-1B51F1FD9700}.Debug|x64.Build.0 = Debug|x64
{F3E55744-5A17-4F14-8D7D-1B51F1FD9700}.Debug|x86.ActiveCfg = Debug|Win32
{F3E55744-5A17-4F14-8D7D-1B51F1FD9700}.Debug|x86.Build.0 = Debug|Win32
{F3E55744-5A17-4F14-8D7D-1B51F1FD9700}.Release|x64.ActiveCfg = Release|x64
{F3E55744-5A17-4F14-8D7D-1B51F1FD9700}.Release|x64.Build.0 = Release|x64
{F3E55744-5A17-4F14-8D7D-1B51F1FD9700}.Release|x86.ActiveCfg = Release|Win32
{F3E55744-5A17-4F14-8D7D-1B51F1FD9700}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {153D2A9E-1465-4016-A5F6-FF79FE21CDB3}
EndGlobalSection
EndGlobal