-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSetupSample.sln
More file actions
31 lines (31 loc) · 1.49 KB
/
SetupSample.sln
File metadata and controls
31 lines (31 loc) · 1.49 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29519.87
MinimumVisualStudioVersion = 10.0.40219.1
Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "SetupSample", "SetupSample\SetupSample.wixproj", "{20CEBFF2-E0DB-411C-9144-F267D712273A}"
EndProject
Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "SqlServerSetup", "SqlServerSetup\SqlServerSetup.wixproj", "{C403BC35-91DA-474B-A169-86B46ECCAD71}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{20CEBFF2-E0DB-411C-9144-F267D712273A}.Debug|x86.ActiveCfg = Debug|x86
{20CEBFF2-E0DB-411C-9144-F267D712273A}.Debug|x86.Build.0 = Debug|x86
{20CEBFF2-E0DB-411C-9144-F267D712273A}.Release|x86.ActiveCfg = Release|x86
{20CEBFF2-E0DB-411C-9144-F267D712273A}.Release|x86.Build.0 = Release|x86
{C403BC35-91DA-474B-A169-86B46ECCAD71}.Debug|x86.ActiveCfg = Debug|x86
{C403BC35-91DA-474B-A169-86B46ECCAD71}.Debug|x86.Build.0 = Debug|x86
{C403BC35-91DA-474B-A169-86B46ECCAD71}.Release|x86.ActiveCfg = Release|x86
{C403BC35-91DA-474B-A169-86B46ECCAD71}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1AFAAADC-6401-48FD-BB0B-931C73C6A066}
EndGlobalSection
EndGlobal