-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMsiQuery.sln
37 lines (37 loc) · 1.93 KB
/
MsiQuery.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.4.33927.135
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MsiQuery", "MsiQuery\MsiQuery.vcxproj", "{0C6B0F58-DAAE-4E82-9F1B-B1C6F9ECD490}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MsixQuery", "MsixQuery\MsixQuery.csproj", "{79881CF3-6FE8-48CE-8346-AFA275322030}"
EndProject
Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "ScheduleReboot", "ScheduleReboot\ScheduleReboot.wixproj", "{311008EE-B26A-4D88-8249-94103288D156}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0C6B0F58-DAAE-4E82-9F1B-B1C6F9ECD490}.Debug|x64.ActiveCfg = Debug|x64
{0C6B0F58-DAAE-4E82-9F1B-B1C6F9ECD490}.Debug|x64.Build.0 = Debug|x64
{0C6B0F58-DAAE-4E82-9F1B-B1C6F9ECD490}.Release|x64.ActiveCfg = Release|x64
{0C6B0F58-DAAE-4E82-9F1B-B1C6F9ECD490}.Release|x64.Build.0 = Release|x64
{79881CF3-6FE8-48CE-8346-AFA275322030}.Debug|x64.ActiveCfg = Debug|Any CPU
{79881CF3-6FE8-48CE-8346-AFA275322030}.Debug|x64.Build.0 = Debug|Any CPU
{79881CF3-6FE8-48CE-8346-AFA275322030}.Release|x64.ActiveCfg = Release|Any CPU
{79881CF3-6FE8-48CE-8346-AFA275322030}.Release|x64.Build.0 = Release|Any CPU
{311008EE-B26A-4D88-8249-94103288D156}.Debug|x64.ActiveCfg = Debug|x64
{311008EE-B26A-4D88-8249-94103288D156}.Debug|x64.Build.0 = Debug|x64
{311008EE-B26A-4D88-8249-94103288D156}.Release|x64.ActiveCfg = Release|x64
{311008EE-B26A-4D88-8249-94103288D156}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C85340E7-EF57-49D5-B3B3-638330851128}
EndGlobalSection
EndGlobal