diff options
Diffstat (limited to '')
-rw-r--r-- | WixBuildTools.sln | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/WixBuildTools.sln b/WixBuildTools.sln new file mode 100644 index 00000000..251fed6d --- /dev/null +++ b/WixBuildTools.sln | |||
@@ -0,0 +1,41 @@ | |||
1 | Microsoft Visual Studio Solution File, Format Version 12.00 | ||
2 | # Visual Studio 15 | ||
3 | VisualStudioVersion = 15.0.26730.3 | ||
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}" | ||
8 | EndProject | ||
9 | Global | ||
10 | GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
11 | Debug|Any CPU = Debug|Any CPU | ||
12 | Debug|x64 = Debug|x64 | ||
13 | Debug|x86 = Debug|x86 | ||
14 | Release|Any CPU = Release|Any CPU | ||
15 | Release|x64 = Release|x64 | ||
16 | Release|x86 = Release|x86 | ||
17 | EndGlobalSection | ||
18 | GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
19 | {E89E52C9-A4A1-4174-A1B1-3B72975E6ED6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
20 | {E89E52C9-A4A1-4174-A1B1-3B72975E6ED6}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
21 | {E89E52C9-A4A1-4174-A1B1-3B72975E6ED6}.Debug|x64.ActiveCfg = Debug|Any CPU | ||
22 | {E89E52C9-A4A1-4174-A1B1-3B72975E6ED6}.Debug|x64.Build.0 = Debug|Any CPU | ||
23 | {E89E52C9-A4A1-4174-A1B1-3B72975E6ED6}.Debug|x86.ActiveCfg = Debug|Any CPU | ||
24 | {E89E52C9-A4A1-4174-A1B1-3B72975E6ED6}.Debug|x86.Build.0 = Debug|Any CPU | ||
25 | {E89E52C9-A4A1-4174-A1B1-3B72975E6ED6}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
26 | {E89E52C9-A4A1-4174-A1B1-3B72975E6ED6}.Release|Any CPU.Build.0 = Release|Any CPU | ||
27 | {E89E52C9-A4A1-4174-A1B1-3B72975E6ED6}.Release|x64.ActiveCfg = Release|Any CPU | ||
28 | {E89E52C9-A4A1-4174-A1B1-3B72975E6ED6}.Release|x64.Build.0 = Release|Any CPU | ||
29 | {E89E52C9-A4A1-4174-A1B1-3B72975E6ED6}.Release|x86.ActiveCfg = Release|Any CPU | ||
30 | {E89E52C9-A4A1-4174-A1B1-3B72975E6ED6}.Release|x86.Build.0 = Release|Any CPU | ||
31 | EndGlobalSection | ||
32 | GlobalSection(SolutionProperties) = preSolution | ||
33 | HideSolutionNode = FALSE | ||
34 | EndGlobalSection | ||
35 | GlobalSection(NestedProjects) = preSolution | ||
36 | {E89E52C9-A4A1-4174-A1B1-3B72975E6ED6} = {00E50075-E896-42D1-AC30-2D2E7D129FB9} | ||
37 | EndGlobalSection | ||
38 | GlobalSection(ExtensibilityGlobals) = postSolution | ||
39 | SolutionGuid = {83E9E075-B440-471A-9C37-9D84BA0AE3E0} | ||
40 | EndGlobalSection | ||
41 | EndGlobal | ||