aboutsummaryrefslogtreecommitdiff
path: root/src/Wix.Build.props
diff options
context:
space:
mode:
Diffstat (limited to 'src/Wix.Build.props')
-rw-r--r--src/Wix.Build.props3
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>