-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSetupDemo.sln
45 lines (45 loc) · 2.53 KB
/
SetupDemo.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.76
MinimumVisualStudioVersion = 10.0.40219.1
Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "SetupDemo", "SetupDemo\SetupDemo.wixproj", "{0D384169-3AC7-4372-9942-F9A55A4DC0BC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GetSystemInfo", "GetSystemInfo\GetSystemInfo.csproj", "{4AF19B4C-1080-462A-90FA-BDE185284FE5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{6BC5B675-659E-4041-AFC7-29C4A9EF890E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GetVSCodeVersion", "GetVSCodeVersion\GetVSCodeVersion.csproj", "{88144190-D08B-4028-980D-31DB3B7A6734}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GetAdoptOpenJDKVersion", "GetAdoptOpenJDKVersion\GetAdoptOpenJDKVersion.csproj", "{25834093-2935-45FC-8EF7-5607C1EA3E51}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0D384169-3AC7-4372-9942-F9A55A4DC0BC}.Debug|x86.ActiveCfg = Debug|x86
{0D384169-3AC7-4372-9942-F9A55A4DC0BC}.Debug|x86.Build.0 = Debug|x86
{0D384169-3AC7-4372-9942-F9A55A4DC0BC}.Release|x86.ActiveCfg = Release|x86
{0D384169-3AC7-4372-9942-F9A55A4DC0BC}.Release|x86.Build.0 = Release|x86
{4AF19B4C-1080-462A-90FA-BDE185284FE5}.Debug|x86.ActiveCfg = Debug|x86
{4AF19B4C-1080-462A-90FA-BDE185284FE5}.Debug|x86.Build.0 = Debug|x86
{4AF19B4C-1080-462A-90FA-BDE185284FE5}.Release|x86.ActiveCfg = Release|x86
{4AF19B4C-1080-462A-90FA-BDE185284FE5}.Release|x86.Build.0 = Release|x86
{88144190-D08B-4028-980D-31DB3B7A6734}.Debug|x86.ActiveCfg = Debug|x86
{88144190-D08B-4028-980D-31DB3B7A6734}.Debug|x86.Build.0 = Debug|x86
{88144190-D08B-4028-980D-31DB3B7A6734}.Release|x86.ActiveCfg = Release|x86
{88144190-D08B-4028-980D-31DB3B7A6734}.Release|x86.Build.0 = Release|x86
{25834093-2935-45FC-8EF7-5607C1EA3E51}.Debug|x86.ActiveCfg = Debug|x86
{25834093-2935-45FC-8EF7-5607C1EA3E51}.Debug|x86.Build.0 = Debug|x86
{25834093-2935-45FC-8EF7-5607C1EA3E51}.Release|x86.ActiveCfg = Release|x86
{25834093-2935-45FC-8EF7-5607C1EA3E51}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3DBCEC82-A2E9-424A-9629-62DA4471194C}
EndGlobalSection
EndGlobal