diff options
author | Rob Mensching <rob@firegiant.com> | 2018-08-11 01:12:28 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2018-08-11 01:12:28 -0700 |
commit | f34941825894d44059a560d9f95016ac97803504 (patch) | |
tree | 2d81fa80cefb53d8a41b335679196d046baff292 /Tools.sln | |
parent | c7d69b36789b6403f5b02a975afad80f6b23b48b (diff) | |
download | wix-f34941825894d44059a560d9f95016ac97803504.tar.gz wix-f34941825894d44059a560d9f95016ac97803504.tar.bz2 wix-f34941825894d44059a560d9f95016ac97803504.zip |
Fix Build and Clean targets
Diffstat (limited to 'Tools.sln')
-rw-r--r-- | Tools.sln | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -13,6 +13,11 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "dotnet-wix", "src\dotnet-wi | |||
13 | EndProject | 13 | EndProject |
14 | Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WixToolset.MSBuild", "src\WixToolset.MSBuild\WixToolset.MSBuild.csproj", "{0DF5D4CF-8457-469D-8288-13775E984F70}" | 14 | Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WixToolset.MSBuild", "src\WixToolset.MSBuild\WixToolset.MSBuild.csproj", "{0DF5D4CF-8457-469D-8288-13775E984F70}" |
15 | EndProject | 15 | EndProject |
16 | Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{449BE9B0-422F-4039-A030-BDD3E7D97878}" | ||
17 | ProjectSection(SolutionItems) = preProject | ||
18 | .editorconfig = .editorconfig | ||
19 | EndProjectSection | ||
20 | EndProject | ||
16 | Global | 21 | Global |
17 | GlobalSection(SolutionConfigurationPlatforms) = preSolution | 22 | GlobalSection(SolutionConfigurationPlatforms) = preSolution |
18 | Debug|Any CPU = Debug|Any CPU | 23 | Debug|Any CPU = Debug|Any CPU |