-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathWindawesome.sln
129 lines (129 loc) · 8.87 KB
/
Windawesome.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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WindowSubclassing", "WindowSubclassing\WindowSubclassing.vcxproj", "{67670ECC-FD00-4B7C-8748-00A168FA9768}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SystemTrayHook", "SystemTrayHook\SystemTrayHook.vcxproj", "{4B1EDA49-44B3-49BC-9B5D-B3F602FDBDBD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Windawesome", "Windawesome\Windawesome.csproj", "{90BCA858-A66A-42BF-A560-F956550FF9FE}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Helpers", "Helpers\Helpers.vcxproj", "{B4A776E4-4C87-44B6-AFD6-A4996EE38330}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TileLayout", "TileLayout\TileLayout.csproj", "{720B613C-08A1-44EB-A5C0-7F35A16D7EC6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WindowSubclassingCSharp", "WindowSubclassingCSharp\WindowSubclassingCSharp.csproj", "{3A9C3694-8057-43E3-B9B0-1487DBF80CB1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ShortcutsManager", "ShortcutsManager\ShortcutsManager.csproj", "{F708858D-F410-437B-997E-1373E44C5DA4}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "GlobalShellHook", "GlobalShellHook\GlobalShellHook.vcxproj", "{A16BB20E-4E10-4C13-9BF4-F945FCE4E87C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{354EF524-746F-47B0-B9F8-4A9C0F2DE872}"
ProjectSection(SolutionItems) = preProject
app_version.xml = app_version.xml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Profiling|x64 = Profiling|x64
Profiling|x86 = Profiling|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{67670ECC-FD00-4B7C-8748-00A168FA9768}.Debug|x64.ActiveCfg = Debug|x64
{67670ECC-FD00-4B7C-8748-00A168FA9768}.Debug|x86.ActiveCfg = Debug|Win32
{67670ECC-FD00-4B7C-8748-00A168FA9768}.Debug|x86.Build.0 = Debug|Win32
{67670ECC-FD00-4B7C-8748-00A168FA9768}.Profiling|x64.ActiveCfg = Release Profiling|x64
{67670ECC-FD00-4B7C-8748-00A168FA9768}.Profiling|x64.Build.0 = Release Profiling|x64
{67670ECC-FD00-4B7C-8748-00A168FA9768}.Profiling|x86.ActiveCfg = Release Profiling|Win32
{67670ECC-FD00-4B7C-8748-00A168FA9768}.Profiling|x86.Build.0 = Release Profiling|Win32
{67670ECC-FD00-4B7C-8748-00A168FA9768}.Release|x64.ActiveCfg = Release|x64
{67670ECC-FD00-4B7C-8748-00A168FA9768}.Release|x64.Build.0 = Release|x64
{67670ECC-FD00-4B7C-8748-00A168FA9768}.Release|x86.ActiveCfg = Release|Win32
{67670ECC-FD00-4B7C-8748-00A168FA9768}.Release|x86.Build.0 = Release|Win32
{4B1EDA49-44B3-49BC-9B5D-B3F602FDBDBD}.Debug|x64.ActiveCfg = Debug|x64
{4B1EDA49-44B3-49BC-9B5D-B3F602FDBDBD}.Debug|x86.ActiveCfg = Debug|Win32
{4B1EDA49-44B3-49BC-9B5D-B3F602FDBDBD}.Debug|x86.Build.0 = Debug|Win32
{4B1EDA49-44B3-49BC-9B5D-B3F602FDBDBD}.Profiling|x64.ActiveCfg = Debug|x64
{4B1EDA49-44B3-49BC-9B5D-B3F602FDBDBD}.Profiling|x64.Build.0 = Debug|x64
{4B1EDA49-44B3-49BC-9B5D-B3F602FDBDBD}.Profiling|x86.ActiveCfg = Debug|Win32
{4B1EDA49-44B3-49BC-9B5D-B3F602FDBDBD}.Profiling|x86.Build.0 = Debug|Win32
{4B1EDA49-44B3-49BC-9B5D-B3F602FDBDBD}.Release|x64.ActiveCfg = Release|x64
{4B1EDA49-44B3-49BC-9B5D-B3F602FDBDBD}.Release|x64.Build.0 = Release|x64
{4B1EDA49-44B3-49BC-9B5D-B3F602FDBDBD}.Release|x86.ActiveCfg = Release|Win32
{4B1EDA49-44B3-49BC-9B5D-B3F602FDBDBD}.Release|x86.Build.0 = Release|Win32
{90BCA858-A66A-42BF-A560-F956550FF9FE}.Debug|x64.ActiveCfg = Debug|x64
{90BCA858-A66A-42BF-A560-F956550FF9FE}.Debug|x64.Build.0 = Debug|x64
{90BCA858-A66A-42BF-A560-F956550FF9FE}.Debug|x86.ActiveCfg = Debug|x86
{90BCA858-A66A-42BF-A560-F956550FF9FE}.Debug|x86.Build.0 = Debug|x86
{90BCA858-A66A-42BF-A560-F956550FF9FE}.Profiling|x64.ActiveCfg = Debug|x64
{90BCA858-A66A-42BF-A560-F956550FF9FE}.Profiling|x64.Build.0 = Debug|x64
{90BCA858-A66A-42BF-A560-F956550FF9FE}.Profiling|x86.ActiveCfg = Debug|x86
{90BCA858-A66A-42BF-A560-F956550FF9FE}.Profiling|x86.Build.0 = Debug|x86
{90BCA858-A66A-42BF-A560-F956550FF9FE}.Release|x64.ActiveCfg = Release|x64
{90BCA858-A66A-42BF-A560-F956550FF9FE}.Release|x64.Build.0 = Release|x64
{90BCA858-A66A-42BF-A560-F956550FF9FE}.Release|x86.ActiveCfg = Release|x86
{90BCA858-A66A-42BF-A560-F956550FF9FE}.Release|x86.Build.0 = Release|x86
{B4A776E4-4C87-44B6-AFD6-A4996EE38330}.Debug|x64.ActiveCfg = Debug|x64
{B4A776E4-4C87-44B6-AFD6-A4996EE38330}.Debug|x64.Build.0 = Debug|x64
{B4A776E4-4C87-44B6-AFD6-A4996EE38330}.Debug|x86.ActiveCfg = Debug|Win32
{B4A776E4-4C87-44B6-AFD6-A4996EE38330}.Debug|x86.Build.0 = Debug|Win32
{B4A776E4-4C87-44B6-AFD6-A4996EE38330}.Profiling|x64.ActiveCfg = Debug|x64
{B4A776E4-4C87-44B6-AFD6-A4996EE38330}.Profiling|x64.Build.0 = Debug|x64
{B4A776E4-4C87-44B6-AFD6-A4996EE38330}.Profiling|x86.ActiveCfg = Debug|Win32
{B4A776E4-4C87-44B6-AFD6-A4996EE38330}.Profiling|x86.Build.0 = Debug|Win32
{B4A776E4-4C87-44B6-AFD6-A4996EE38330}.Release|x64.ActiveCfg = Release|x64
{B4A776E4-4C87-44B6-AFD6-A4996EE38330}.Release|x64.Build.0 = Release|x64
{B4A776E4-4C87-44B6-AFD6-A4996EE38330}.Release|x86.ActiveCfg = Release|Win32
{B4A776E4-4C87-44B6-AFD6-A4996EE38330}.Release|x86.Build.0 = Release|Win32
{720B613C-08A1-44EB-A5C0-7F35A16D7EC6}.Debug|x64.ActiveCfg = Debug|x64
{720B613C-08A1-44EB-A5C0-7F35A16D7EC6}.Debug|x86.ActiveCfg = Debug|x86
{720B613C-08A1-44EB-A5C0-7F35A16D7EC6}.Debug|x86.Build.0 = Debug|x86
{720B613C-08A1-44EB-A5C0-7F35A16D7EC6}.Profiling|x64.ActiveCfg = Debug|x64
{720B613C-08A1-44EB-A5C0-7F35A16D7EC6}.Profiling|x64.Build.0 = Debug|x64
{720B613C-08A1-44EB-A5C0-7F35A16D7EC6}.Profiling|x86.ActiveCfg = Debug|x86
{720B613C-08A1-44EB-A5C0-7F35A16D7EC6}.Profiling|x86.Build.0 = Debug|x86
{720B613C-08A1-44EB-A5C0-7F35A16D7EC6}.Release|x64.ActiveCfg = Release|x64
{720B613C-08A1-44EB-A5C0-7F35A16D7EC6}.Release|x64.Build.0 = Release|x64
{720B613C-08A1-44EB-A5C0-7F35A16D7EC6}.Release|x86.ActiveCfg = Release|x86
{720B613C-08A1-44EB-A5C0-7F35A16D7EC6}.Release|x86.Build.0 = Release|x86
{3A9C3694-8057-43E3-B9B0-1487DBF80CB1}.Debug|x64.ActiveCfg = Debug|x64
{3A9C3694-8057-43E3-B9B0-1487DBF80CB1}.Debug|x86.ActiveCfg = Debug|x86
{3A9C3694-8057-43E3-B9B0-1487DBF80CB1}.Debug|x86.Build.0 = Debug|x86
{3A9C3694-8057-43E3-B9B0-1487DBF80CB1}.Profiling|x64.ActiveCfg = Release Profiling|x64
{3A9C3694-8057-43E3-B9B0-1487DBF80CB1}.Profiling|x64.Build.0 = Release Profiling|x64
{3A9C3694-8057-43E3-B9B0-1487DBF80CB1}.Profiling|x86.ActiveCfg = Release Profiling|x86
{3A9C3694-8057-43E3-B9B0-1487DBF80CB1}.Profiling|x86.Build.0 = Release Profiling|x86
{3A9C3694-8057-43E3-B9B0-1487DBF80CB1}.Release|x64.ActiveCfg = Release|x64
{3A9C3694-8057-43E3-B9B0-1487DBF80CB1}.Release|x64.Build.0 = Release|x64
{3A9C3694-8057-43E3-B9B0-1487DBF80CB1}.Release|x86.ActiveCfg = Release|x86
{3A9C3694-8057-43E3-B9B0-1487DBF80CB1}.Release|x86.Build.0 = Release|x86
{F708858D-F410-437B-997E-1373E44C5DA4}.Debug|x64.ActiveCfg = Debug|x64
{F708858D-F410-437B-997E-1373E44C5DA4}.Debug|x86.ActiveCfg = Debug|x86
{F708858D-F410-437B-997E-1373E44C5DA4}.Debug|x86.Build.0 = Debug|x86
{F708858D-F410-437B-997E-1373E44C5DA4}.Profiling|x64.ActiveCfg = Debug|x64
{F708858D-F410-437B-997E-1373E44C5DA4}.Profiling|x64.Build.0 = Debug|x64
{F708858D-F410-437B-997E-1373E44C5DA4}.Profiling|x86.ActiveCfg = Debug|x86
{F708858D-F410-437B-997E-1373E44C5DA4}.Profiling|x86.Build.0 = Debug|x86
{F708858D-F410-437B-997E-1373E44C5DA4}.Release|x64.ActiveCfg = Release|x64
{F708858D-F410-437B-997E-1373E44C5DA4}.Release|x64.Build.0 = Release|x64
{F708858D-F410-437B-997E-1373E44C5DA4}.Release|x86.ActiveCfg = Release|x86
{F708858D-F410-437B-997E-1373E44C5DA4}.Release|x86.Build.0 = Release|x86
{A16BB20E-4E10-4C13-9BF4-F945FCE4E87C}.Debug|x64.ActiveCfg = Debug|x64
{A16BB20E-4E10-4C13-9BF4-F945FCE4E87C}.Debug|x86.ActiveCfg = Debug|Win32
{A16BB20E-4E10-4C13-9BF4-F945FCE4E87C}.Debug|x86.Build.0 = Debug|Win32
{A16BB20E-4E10-4C13-9BF4-F945FCE4E87C}.Profiling|x64.ActiveCfg = Debug|x64
{A16BB20E-4E10-4C13-9BF4-F945FCE4E87C}.Profiling|x64.Build.0 = Debug|x64
{A16BB20E-4E10-4C13-9BF4-F945FCE4E87C}.Profiling|x86.ActiveCfg = Debug|Win32
{A16BB20E-4E10-4C13-9BF4-F945FCE4E87C}.Profiling|x86.Build.0 = Debug|Win32
{A16BB20E-4E10-4C13-9BF4-F945FCE4E87C}.Release|x64.ActiveCfg = Release|x64
{A16BB20E-4E10-4C13-9BF4-F945FCE4E87C}.Release|x64.Build.0 = Release|x64
{A16BB20E-4E10-4C13-9BF4-F945FCE4E87C}.Release|x86.ActiveCfg = Release|Win32
{A16BB20E-4E10-4C13-9BF4-F945FCE4E87C}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal