aboutsummaryrefslogtreecommitdiff
path: root/src/internal/WixBuildTools.MsgGen/WixBuildTools.MsgGen.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'src/internal/WixBuildTools.MsgGen/WixBuildTools.MsgGen.csproj')
-rw-r--r--src/internal/WixBuildTools.MsgGen/WixBuildTools.MsgGen.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/internal/WixBuildTools.MsgGen/WixBuildTools.MsgGen.csproj b/src/internal/WixBuildTools.MsgGen/WixBuildTools.MsgGen.csproj
index 0be55c43..861f1679 100644
--- a/src/internal/WixBuildTools.MsgGen/WixBuildTools.MsgGen.csproj
+++ b/src/internal/WixBuildTools.MsgGen/WixBuildTools.MsgGen.csproj
@@ -7,7 +7,7 @@
7 <SuppressDependenciesWhenPacking>true</SuppressDependenciesWhenPacking> 7 <SuppressDependenciesWhenPacking>true</SuppressDependenciesWhenPacking>
8 <DebugType>embedded</DebugType> 8 <DebugType>embedded</DebugType>
9 <PublishRepositoryUrl>true</PublishRepositoryUrl> 9 <PublishRepositoryUrl>true</PublishRepositoryUrl>
10 <NoWarn>CS0618</NoWarn> 10 <NoWarn>$(NoWarn);CS0618</NoWarn>
11 <SignOutput>false</SignOutput> 11 <SignOutput>false</SignOutput>
12 </PropertyGroup> 12 </PropertyGroup>
13 13