-
Notifications
You must be signed in to change notification settings - Fork 29
/
Bonsai.Setup.sln
34 lines (34 loc) · 1.81 KB
/
Bonsai.Setup.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "Bonsai.Setup", "Bonsai.Setup\Bonsai.Setup.wixproj", "{45231157-6544-4A5B-87EC-5342FC170AE7}"
EndProject
Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "Bonsai.Setup.Bootstrapper", "Bonsai.Setup.Bootstrapper\Bonsai.Setup.Bootstrapper.wixproj", "{DA1C1AA7-15F6-4787-B441-E75BCFFE680B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{45231157-6544-4A5B-87EC-5342FC170AE7}.Debug|x64.ActiveCfg = Debug|x86
{45231157-6544-4A5B-87EC-5342FC170AE7}.Debug|x86.ActiveCfg = Debug|x86
{45231157-6544-4A5B-87EC-5342FC170AE7}.Debug|x86.Build.0 = Debug|x86
{45231157-6544-4A5B-87EC-5342FC170AE7}.Release|x64.ActiveCfg = Release|x86
{45231157-6544-4A5B-87EC-5342FC170AE7}.Release|x64.Build.0 = Release|x86
{45231157-6544-4A5B-87EC-5342FC170AE7}.Release|x86.ActiveCfg = Release|x86
{45231157-6544-4A5B-87EC-5342FC170AE7}.Release|x86.Build.0 = Release|x86
{DA1C1AA7-15F6-4787-B441-E75BCFFE680B}.Debug|x64.ActiveCfg = Debug|x86
{DA1C1AA7-15F6-4787-B441-E75BCFFE680B}.Debug|x86.ActiveCfg = Debug|x86
{DA1C1AA7-15F6-4787-B441-E75BCFFE680B}.Debug|x86.Build.0 = Debug|x86
{DA1C1AA7-15F6-4787-B441-E75BCFFE680B}.Release|x64.ActiveCfg = Release|x86
{DA1C1AA7-15F6-4787-B441-E75BCFFE680B}.Release|x64.Build.0 = Release|x86
{DA1C1AA7-15F6-4787-B441-E75BCFFE680B}.Release|x86.ActiveCfg = Release|x86
{DA1C1AA7-15F6-4787-B441-E75BCFFE680B}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal