diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2021-05-01 20:58:16 -0500 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2021-05-04 11:33:47 -0500 |
commit | 1c22e62b31e92a5788af04d448c19ae0c8b22767 (patch) | |
tree | 6950c77461a3b30e17be457e57f0b1ab0110f5a3 /src/Wix.Build.props | |
parent | 70f6c04122db39b5d234715c373d690f97892f8b (diff) | |
download | wix-1c22e62b31e92a5788af04d448c19ae0c8b22767.tar.gz wix-1c22e62b31e92a5788af04d448c19ae0c8b22767.tar.bz2 wix-1c22e62b31e92a5788af04d448c19ae0c8b22767.zip |
Use WiX cmd line options for WarningAsError and DefaultCompressionLevel
Diffstat (limited to '')
-rw-r--r-- | src/Wix.Build.props | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Wix.Build.props b/src/Wix.Build.props index 61fdc815..06cf5b1d 100644 --- a/src/Wix.Build.props +++ b/src/Wix.Build.props | |||
@@ -4,5 +4,8 @@ | |||
4 | <TestGroupName Condition=" '$(TestGroupName)'=='' ">$([System.IO.Path]::GetFileName($([System.IO.Path]::GetDirectoryName($(MSBuildProjectDirectory)))))</TestGroupName> | 4 | <TestGroupName Condition=" '$(TestGroupName)'=='' ">$([System.IO.Path]::GetFileName($([System.IO.Path]::GetDirectoryName($(MSBuildProjectDirectory)))))</TestGroupName> |
5 | <BaseIntermediateOutputPath>$(BaseOutputPath)obj\$(TestGroupName)\$(ProjectName)\</BaseIntermediateOutputPath> | 5 | <BaseIntermediateOutputPath>$(BaseOutputPath)obj\$(TestGroupName)\$(ProjectName)\</BaseIntermediateOutputPath> |
6 | <OutputPath>$(OutputPath)netcoreapp3.1\TestData\$(TestGroupName)\</OutputPath> | 6 | <OutputPath>$(OutputPath)netcoreapp3.1\TestData\$(TestGroupName)\</OutputPath> |
7 | <DefaultCompressionLevel>None</DefaultCompressionLevel> | ||
8 | <CompilerAdditionalOptions>-wx</CompilerAdditionalOptions> | ||
9 | <SuppressSpecificWarnings>1154;$(SuppressSpecificWarnings)</SuppressSpecificWarnings> | ||
7 | </PropertyGroup> | 10 | </PropertyGroup> |
8 | </Project> | 11 | </Project> |