-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathHotCornersWin.sln
37 lines (37 loc) · 2.11 KB
/
HotCornersWin.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34031.279
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HotCornersWin", "src\HotCornersWin\HotCornersWin.csproj", "{CD9B445F-B3B3-4A7F-BE70-E67F2F8DD00F}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "HotCornersWin.Installer", "src\HotCornersWin.Installer\HotCornersWin.Installer.vdproj", "{82451D8C-F5EA-469B-AF61-1EE327184D50}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug Portable|Any CPU = Debug Portable|Any CPU
Debug|Any CPU = Debug|Any CPU
Release Portable|Any CPU = Release Portable|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CD9B445F-B3B3-4A7F-BE70-E67F2F8DD00F}.Debug Portable|Any CPU.ActiveCfg = Debug Portable|Any CPU
{CD9B445F-B3B3-4A7F-BE70-E67F2F8DD00F}.Debug Portable|Any CPU.Build.0 = Debug Portable|Any CPU
{CD9B445F-B3B3-4A7F-BE70-E67F2F8DD00F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CD9B445F-B3B3-4A7F-BE70-E67F2F8DD00F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CD9B445F-B3B3-4A7F-BE70-E67F2F8DD00F}.Release Portable|Any CPU.ActiveCfg = Release Portable|Any CPU
{CD9B445F-B3B3-4A7F-BE70-E67F2F8DD00F}.Release Portable|Any CPU.Build.0 = Release Portable|Any CPU
{CD9B445F-B3B3-4A7F-BE70-E67F2F8DD00F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CD9B445F-B3B3-4A7F-BE70-E67F2F8DD00F}.Release|Any CPU.Build.0 = Release|Any CPU
{82451D8C-F5EA-469B-AF61-1EE327184D50}.Debug Portable|Any CPU.ActiveCfg = Debug Portable
{82451D8C-F5EA-469B-AF61-1EE327184D50}.Debug|Any CPU.ActiveCfg = Debug
{82451D8C-F5EA-469B-AF61-1EE327184D50}.Release Portable|Any CPU.ActiveCfg = Release Portable
{82451D8C-F5EA-469B-AF61-1EE327184D50}.Release|Any CPU.ActiveCfg = Release
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {32F82055-8B30-42CF-9960-0364FF2A5056}
EndGlobalSection
EndGlobal