-
Notifications
You must be signed in to change notification settings - Fork 41
/
Copy pathWindowsVirtualDesktopHelper.sln
66 lines (66 loc) · 3.46 KB
/
WindowsVirtualDesktopHelper.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.11.35312.102
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WindowsVirtualDesktopHelper", "Source\WindowsVirtualDesktopHelper.csproj", "{88BEA099-1D4B-4213-9197-1929FFB44901}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8D5AC9C5-CA17-450A-B63E-66BFF5261906}"
ProjectSection(SolutionItems) = preProject
CHANGELOG.md = CHANGELOG.md
Scripts\create-version.sh = Scripts\create-version.sh
LICENSE.md = LICENSE.md
README.md = README.md
EndProjectSection
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "Setup", "Setup\Setup.vdproj", "{5D3D71E2-FB87-4D01-8013-520ED05EC6C4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Scripts", "Scripts", "{CCD7DB49-839B-4BD0-B28B-30B7F8A8F355}"
ProjectSection(SolutionItems) = preProject
Scripts\codesign-release-build.ps1 = Scripts\codesign-release-build.ps1
Scripts\codesign-release-setup.ps1 = Scripts\codesign-release-setup.ps1
Scripts\create-version.ps1 = Scripts\create-version.ps1
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Installers", "Installers", "{9FEB8DAE-5E39-495E-9BF9-5C0733033FE1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Scoop", "Scoop", "{DE7ABE25-05E4-4A6B-BA08-A995FC608737}"
ProjectSection(SolutionItems) = preProject
Installers\Scoop\windows-virtualdesktop-helper.json = Installers\Scoop\windows-virtualdesktop-helper.json
Installers\Scoop\windows-virtualdesktop-helper.json.template = Installers\Scoop\windows-virtualdesktop-helper.json.template
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Documentation", "Documentation", "{43567E8A-F656-49BF-8D79-9D9703743AA9}"
ProjectSection(SolutionItems) = preProject
Documentation\Actions.md = Documentation\Actions.md
Documentation\Hotkeys.md = Documentation\Hotkeys.md
Documentation\Settings.md = Documentation\Settings.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{88BEA099-1D4B-4213-9197-1929FFB44901}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{88BEA099-1D4B-4213-9197-1929FFB44901}.Debug|Any CPU.Build.0 = Debug|Any CPU
{88BEA099-1D4B-4213-9197-1929FFB44901}.Release|Any CPU.ActiveCfg = Release|Any CPU
{88BEA099-1D4B-4213-9197-1929FFB44901}.Release|Any CPU.Build.0 = Release|Any CPU
{5D3D71E2-FB87-4D01-8013-520ED05EC6C4}.Debug|Any CPU.ActiveCfg = Debug
{5D3D71E2-FB87-4D01-8013-520ED05EC6C4}.Release|Any CPU.ActiveCfg = Release
{5D3D71E2-FB87-4D01-8013-520ED05EC6C4}.Release|Any CPU.Build.0 = Release
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{CCD7DB49-839B-4BD0-B28B-30B7F8A8F355} = {8D5AC9C5-CA17-450A-B63E-66BFF5261906}
{9FEB8DAE-5E39-495E-9BF9-5C0733033FE1} = {8D5AC9C5-CA17-450A-B63E-66BFF5261906}
{DE7ABE25-05E4-4A6B-BA08-A995FC608737} = {9FEB8DAE-5E39-495E-9BF9-5C0733033FE1}
{43567E8A-F656-49BF-8D79-9D9703743AA9} = {8D5AC9C5-CA17-450A-B63E-66BFF5261906}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4501F245-0997-4EFA-9053-549FD6135156}
EndGlobalSection
EndGlobal