-
Notifications
You must be signed in to change notification settings - Fork 9
/
WindowsMover.sln
51 lines (51 loc) · 3.03 KB
/
WindowsMover.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.3.32901.215
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WindowsMover", "streamdeck-windowsmover\WindowsMover.csproj", "{CC12FB78-BDB5-44A2-9694-3E604BDCAFE0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WindowsMoverRunner", "WindowsMoverRunner\WindowsMoverRunner.csproj", "{CC421BF3-C776-45FD-8FEB-D39773552FCD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BarRaiderVirtualDesktop", "..\BarRaiderVirtualDesktop\BarRaiderVirtualDesktop.csproj", "{ECEE3065-57BA-475B-B709-2E8FD35AE2E8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CC12FB78-BDB5-44A2-9694-3E604BDCAFE0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CC12FB78-BDB5-44A2-9694-3E604BDCAFE0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CC12FB78-BDB5-44A2-9694-3E604BDCAFE0}.Debug|x64.ActiveCfg = Debug|x64
{CC12FB78-BDB5-44A2-9694-3E604BDCAFE0}.Debug|x64.Build.0 = Debug|x64
{CC12FB78-BDB5-44A2-9694-3E604BDCAFE0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CC12FB78-BDB5-44A2-9694-3E604BDCAFE0}.Release|Any CPU.Build.0 = Release|Any CPU
{CC12FB78-BDB5-44A2-9694-3E604BDCAFE0}.Release|x64.ActiveCfg = Release|x64
{CC12FB78-BDB5-44A2-9694-3E604BDCAFE0}.Release|x64.Build.0 = Release|x64
{CC421BF3-C776-45FD-8FEB-D39773552FCD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CC421BF3-C776-45FD-8FEB-D39773552FCD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CC421BF3-C776-45FD-8FEB-D39773552FCD}.Debug|x64.ActiveCfg = Debug|Any CPU
{CC421BF3-C776-45FD-8FEB-D39773552FCD}.Debug|x64.Build.0 = Debug|Any CPU
{CC421BF3-C776-45FD-8FEB-D39773552FCD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CC421BF3-C776-45FD-8FEB-D39773552FCD}.Release|Any CPU.Build.0 = Release|Any CPU
{CC421BF3-C776-45FD-8FEB-D39773552FCD}.Release|x64.ActiveCfg = Release|Any CPU
{CC421BF3-C776-45FD-8FEB-D39773552FCD}.Release|x64.Build.0 = Release|Any CPU
{ECEE3065-57BA-475B-B709-2E8FD35AE2E8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ECEE3065-57BA-475B-B709-2E8FD35AE2E8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ECEE3065-57BA-475B-B709-2E8FD35AE2E8}.Debug|x64.ActiveCfg = Debug|x64
{ECEE3065-57BA-475B-B709-2E8FD35AE2E8}.Debug|x64.Build.0 = Debug|x64
{ECEE3065-57BA-475B-B709-2E8FD35AE2E8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ECEE3065-57BA-475B-B709-2E8FD35AE2E8}.Release|Any CPU.Build.0 = Release|Any CPU
{ECEE3065-57BA-475B-B709-2E8FD35AE2E8}.Release|x64.ActiveCfg = Release|x64
{ECEE3065-57BA-475B-B709-2E8FD35AE2E8}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1ED74D2F-CE00-423D-825A-7B5674648D10}
EndGlobalSection
EndGlobal