-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathProjectLauncher.sln
43 lines (43 loc) · 2.61 KB
/
ProjectLauncher.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34902.65
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ProjectLauncher", "ProjectLauncher\ProjectLauncher.csproj", "{4009B9F3-5BA3-49B4-AE59-7763349F23A8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ProjectLauncher.Desktop", "ProjectLauncher.Desktop\ProjectLauncher.Desktop.csproj", "{4689F984-1641-420D-92FC-BE8AFB06CEB5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ProjectLauncher.Updater", "ProjectLauncher.Updater\ProjectLauncher.Updater.csproj", "{338E1F23-96C2-4CD2-9B97-8E2C8B807EAD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ProjectLauncher.Unzip", "ProjectLauncher.Unzip\ProjectLauncher.Unzip.csproj", "{4560C200-0210-4E43-921F-0B7AD8B6B249}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4009B9F3-5BA3-49B4-AE59-7763349F23A8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4009B9F3-5BA3-49B4-AE59-7763349F23A8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4009B9F3-5BA3-49B4-AE59-7763349F23A8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4009B9F3-5BA3-49B4-AE59-7763349F23A8}.Release|Any CPU.Build.0 = Release|Any CPU
{4689F984-1641-420D-92FC-BE8AFB06CEB5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4689F984-1641-420D-92FC-BE8AFB06CEB5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4689F984-1641-420D-92FC-BE8AFB06CEB5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4689F984-1641-420D-92FC-BE8AFB06CEB5}.Release|Any CPU.Build.0 = Release|Any CPU
{338E1F23-96C2-4CD2-9B97-8E2C8B807EAD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{338E1F23-96C2-4CD2-9B97-8E2C8B807EAD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{338E1F23-96C2-4CD2-9B97-8E2C8B807EAD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{338E1F23-96C2-4CD2-9B97-8E2C8B807EAD}.Release|Any CPU.Build.0 = Release|Any CPU
{4560C200-0210-4E43-921F-0B7AD8B6B249}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4560C200-0210-4E43-921F-0B7AD8B6B249}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4560C200-0210-4E43-921F-0B7AD8B6B249}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4560C200-0210-4E43-921F-0B7AD8B6B249}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C5634FDA-6AD3-43F8-A4C6-21284988517F}
EndGlobalSection
EndGlobal