-
Notifications
You must be signed in to change notification settings - Fork 1
/
gitsetup.sln
41 lines (41 loc) · 2.09 KB
/
gitsetup.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31911.196
MinimumVisualStudioVersion = 15.0.26124.0
Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "Bundle", "src\Bundle\Bundle.wixproj", "{32EDED6F-F573-4840-AECE-7E019A1A5C0D}"
EndProject
Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "Package", "src\Package\Package.wixproj", "{DB21A71D-0866-4FF3-A39E-6877FF7C9F00}"
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
{32EDED6F-F573-4840-AECE-7E019A1A5C0D}.Debug|x64.ActiveCfg = Debug|x86
{32EDED6F-F573-4840-AECE-7E019A1A5C0D}.Debug|x64.Build.0 = Debug|x86
{32EDED6F-F573-4840-AECE-7E019A1A5C0D}.Debug|x86.ActiveCfg = Debug|x86
{32EDED6F-F573-4840-AECE-7E019A1A5C0D}.Debug|x86.Build.0 = Debug|x86
{32EDED6F-F573-4840-AECE-7E019A1A5C0D}.Release|x64.ActiveCfg = Release|x64
{32EDED6F-F573-4840-AECE-7E019A1A5C0D}.Release|x64.Build.0 = Release|x64
{32EDED6F-F573-4840-AECE-7E019A1A5C0D}.Release|x86.ActiveCfg = Release|x86
{32EDED6F-F573-4840-AECE-7E019A1A5C0D}.Release|x86.Build.0 = Release|x86
{DB21A71D-0866-4FF3-A39E-6877FF7C9F00}.Debug|x64.ActiveCfg = Debug|x86
{DB21A71D-0866-4FF3-A39E-6877FF7C9F00}.Debug|x64.Build.0 = Debug|x86
{DB21A71D-0866-4FF3-A39E-6877FF7C9F00}.Debug|x86.ActiveCfg = Debug|x86
{DB21A71D-0866-4FF3-A39E-6877FF7C9F00}.Debug|x86.Build.0 = Debug|x86
{DB21A71D-0866-4FF3-A39E-6877FF7C9F00}.Release|x64.ActiveCfg = Release|x64
{DB21A71D-0866-4FF3-A39E-6877FF7C9F00}.Release|x64.Build.0 = Release|x64
{DB21A71D-0866-4FF3-A39E-6877FF7C9F00}.Release|x86.ActiveCfg = Release|x86
{DB21A71D-0866-4FF3-A39E-6877FF7C9F00}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0F1F366A-8B5E-4500-B008-07C92484527A}
EndGlobalSection
EndGlobal