-
Notifications
You must be signed in to change notification settings - Fork 3
/
MyProject.sln
47 lines (47 loc) · 2.66 KB
/
MyProject.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2010
MinimumVisualStudioVersion = 10.0.40219.1
Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "MyProject.Setup", "MyProject.Setup\MyProject.Setup.wixproj", "{C3CFC108-6BC9-4ED0-8BF8-CEC1C391EC97}"
EndProject
Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "MyProject.Bootstrapper", "MyProject.Bootstrapper\MyProject.Bootstrapper.wixproj", "{8E59407E-871D-4E9E-BBEF-1D85C228B595}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MyProject", "MyProject\MyProject.csproj", "{8190362D-5B99-4E00-BFB2-B428FA4E550E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C3CFC108-6BC9-4ED0-8BF8-CEC1C391EC97}.Debug|Any CPU.ActiveCfg = Debug|x86
{C3CFC108-6BC9-4ED0-8BF8-CEC1C391EC97}.Debug|x86.ActiveCfg = Debug|x86
{C3CFC108-6BC9-4ED0-8BF8-CEC1C391EC97}.Debug|x86.Build.0 = Debug|x86
{C3CFC108-6BC9-4ED0-8BF8-CEC1C391EC97}.Release|Any CPU.ActiveCfg = Release|x86
{C3CFC108-6BC9-4ED0-8BF8-CEC1C391EC97}.Release|x86.ActiveCfg = Release|x86
{C3CFC108-6BC9-4ED0-8BF8-CEC1C391EC97}.Release|x86.Build.0 = Release|x86
{8E59407E-871D-4E9E-BBEF-1D85C228B595}.Debug|Any CPU.ActiveCfg = Debug|x86
{8E59407E-871D-4E9E-BBEF-1D85C228B595}.Debug|x86.ActiveCfg = Debug|x86
{8E59407E-871D-4E9E-BBEF-1D85C228B595}.Debug|x86.Build.0 = Debug|x86
{8E59407E-871D-4E9E-BBEF-1D85C228B595}.Release|Any CPU.ActiveCfg = Release|x86
{8E59407E-871D-4E9E-BBEF-1D85C228B595}.Release|x86.ActiveCfg = Release|x86
{8E59407E-871D-4E9E-BBEF-1D85C228B595}.Release|x86.Build.0 = Release|x86
{8190362D-5B99-4E00-BFB2-B428FA4E550E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8190362D-5B99-4E00-BFB2-B428FA4E550E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8190362D-5B99-4E00-BFB2-B428FA4E550E}.Debug|x86.ActiveCfg = Debug|Any CPU
{8190362D-5B99-4E00-BFB2-B428FA4E550E}.Debug|x86.Build.0 = Debug|Any CPU
{8190362D-5B99-4E00-BFB2-B428FA4E550E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8190362D-5B99-4E00-BFB2-B428FA4E550E}.Release|Any CPU.Build.0 = Release|Any CPU
{8190362D-5B99-4E00-BFB2-B428FA4E550E}.Release|x86.ActiveCfg = Release|Any CPU
{8190362D-5B99-4E00-BFB2-B428FA4E550E}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B7A32599-C5B9-4BE0-B757-7D02696495F2}
EndGlobalSection
EndGlobal