diff options
Diffstat (limited to 'WixBuildTools.sln')
-rw-r--r-- | WixBuildTools.sln | 22 |
1 files changed, 15 insertions, 7 deletions
diff --git a/WixBuildTools.sln b/WixBuildTools.sln index d7f21621..b46c4ed1 100644 --- a/WixBuildTools.sln +++ b/WixBuildTools.sln | |||
@@ -1,13 +1,13 @@ | |||
1 | Microsoft Visual Studio Solution File, Format Version 12.00 | 1 | Microsoft Visual Studio Solution File, Format Version 12.00 |
2 | # Visual Studio 15 | 2 | # Visual Studio 15 |
3 | VisualStudioVersion = 15.0.26730.3 | 3 | VisualStudioVersion = 15.0.27130.2003 |
4 | MinimumVisualStudioVersion = 15.0.26124.0 | 4 | MinimumVisualStudioVersion = 15.0.26124.0 |
5 | Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{00E50075-E896-42D1-AC30-2D2E7D129FB9}" | ||
6 | EndProject | ||
7 | Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WixBuildTools.XsdGen", "src\WixBuildTools.XsdGen\WixBuildTools.XsdGen.csproj", "{E89E52C9-A4A1-4174-A1B1-3B72975E6ED6}" | 5 | Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WixBuildTools.XsdGen", "src\WixBuildTools.XsdGen\WixBuildTools.XsdGen.csproj", "{E89E52C9-A4A1-4174-A1B1-3B72975E6ED6}" |
8 | EndProject | 6 | EndProject |
9 | Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WixBuildTools.MsgGen", "src\WixBuildTools.MsgGen\WixBuildTools.MsgGen.csproj", "{DB6EF6F3-51B1-4214-9A14-D501C23F6FA4}" | 7 | Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WixBuildTools.MsgGen", "src\WixBuildTools.MsgGen\WixBuildTools.MsgGen.csproj", "{DB6EF6F3-51B1-4214-9A14-D501C23F6FA4}" |
10 | EndProject | 8 | EndProject |
9 | Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WixBuildTools.TestSupport", "src\WixBuildTools.TestSupport\WixBuildTools.TestSupport.csproj", "{6C57EF2C-979A-4106-A9E5-FE342810619A}" | ||
10 | EndProject | ||
11 | Global | 11 | Global |
12 | GlobalSection(SolutionConfigurationPlatforms) = preSolution | 12 | GlobalSection(SolutionConfigurationPlatforms) = preSolution |
13 | Debug|Any CPU = Debug|Any CPU | 13 | Debug|Any CPU = Debug|Any CPU |
@@ -42,14 +42,22 @@ Global | |||
42 | {DB6EF6F3-51B1-4214-9A14-D501C23F6FA4}.Release|x64.Build.0 = Release|Any CPU | 42 | {DB6EF6F3-51B1-4214-9A14-D501C23F6FA4}.Release|x64.Build.0 = Release|Any CPU |
43 | {DB6EF6F3-51B1-4214-9A14-D501C23F6FA4}.Release|x86.ActiveCfg = Release|Any CPU | 43 | {DB6EF6F3-51B1-4214-9A14-D501C23F6FA4}.Release|x86.ActiveCfg = Release|Any CPU |
44 | {DB6EF6F3-51B1-4214-9A14-D501C23F6FA4}.Release|x86.Build.0 = Release|Any CPU | 44 | {DB6EF6F3-51B1-4214-9A14-D501C23F6FA4}.Release|x86.Build.0 = Release|Any CPU |
45 | {6C57EF2C-979A-4106-A9E5-FE342810619A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
46 | {6C57EF2C-979A-4106-A9E5-FE342810619A}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
47 | {6C57EF2C-979A-4106-A9E5-FE342810619A}.Debug|x64.ActiveCfg = Debug|Any CPU | ||
48 | {6C57EF2C-979A-4106-A9E5-FE342810619A}.Debug|x64.Build.0 = Debug|Any CPU | ||
49 | {6C57EF2C-979A-4106-A9E5-FE342810619A}.Debug|x86.ActiveCfg = Debug|Any CPU | ||
50 | {6C57EF2C-979A-4106-A9E5-FE342810619A}.Debug|x86.Build.0 = Debug|Any CPU | ||
51 | {6C57EF2C-979A-4106-A9E5-FE342810619A}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
52 | {6C57EF2C-979A-4106-A9E5-FE342810619A}.Release|Any CPU.Build.0 = Release|Any CPU | ||
53 | {6C57EF2C-979A-4106-A9E5-FE342810619A}.Release|x64.ActiveCfg = Release|Any CPU | ||
54 | {6C57EF2C-979A-4106-A9E5-FE342810619A}.Release|x64.Build.0 = Release|Any CPU | ||
55 | {6C57EF2C-979A-4106-A9E5-FE342810619A}.Release|x86.ActiveCfg = Release|Any CPU | ||
56 | {6C57EF2C-979A-4106-A9E5-FE342810619A}.Release|x86.Build.0 = Release|Any CPU | ||
45 | EndGlobalSection | 57 | EndGlobalSection |
46 | GlobalSection(SolutionProperties) = preSolution | 58 | GlobalSection(SolutionProperties) = preSolution |
47 | HideSolutionNode = FALSE | 59 | HideSolutionNode = FALSE |
48 | EndGlobalSection | 60 | EndGlobalSection |
49 | GlobalSection(NestedProjects) = preSolution | ||
50 | {E89E52C9-A4A1-4174-A1B1-3B72975E6ED6} = {00E50075-E896-42D1-AC30-2D2E7D129FB9} | ||
51 | {DB6EF6F3-51B1-4214-9A14-D501C23F6FA4} = {00E50075-E896-42D1-AC30-2D2E7D129FB9} | ||
52 | EndGlobalSection | ||
53 | GlobalSection(ExtensibilityGlobals) = postSolution | 61 | GlobalSection(ExtensibilityGlobals) = postSolution |
54 | SolutionGuid = {83E9E075-B440-471A-9C37-9D84BA0AE3E0} | 62 | SolutionGuid = {83E9E075-B440-471A-9C37-9D84BA0AE3E0} |
55 | EndGlobalSection | 63 | EndGlobalSection |