aboutsummaryrefslogtreecommitdiff
path: root/src/WixBuildTools.MsgGen/WixBuildTools.MsgGen.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'src/WixBuildTools.MsgGen/WixBuildTools.MsgGen.csproj')
-rw-r--r--src/WixBuildTools.MsgGen/WixBuildTools.MsgGen.csproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/WixBuildTools.MsgGen/WixBuildTools.MsgGen.csproj b/src/WixBuildTools.MsgGen/WixBuildTools.MsgGen.csproj
index 98cd46d9..954ffa59 100644
--- a/src/WixBuildTools.MsgGen/WixBuildTools.MsgGen.csproj
+++ b/src/WixBuildTools.MsgGen/WixBuildTools.MsgGen.csproj
@@ -4,8 +4,10 @@
4 <OutputType>Exe</OutputType> 4 <OutputType>Exe</OutputType>
5 <TargetFramework>net461</TargetFramework> 5 <TargetFramework>net461</TargetFramework>
6 <IsTool>true</IsTool> 6 <IsTool>true</IsTool>
7 <SuppressDependenciesWhenPacking>true</SuppressDependenciesWhenPacking>
7 <DebugType>embedded</DebugType> 8 <DebugType>embedded</DebugType>
8 <PublishRepositoryUrl>true</PublishRepositoryUrl> 9 <PublishRepositoryUrl>true</PublishRepositoryUrl>
10 <NoWarn>CS0618</NoWarn>
9 </PropertyGroup> 11 </PropertyGroup>
10 12
11 <ItemGroup> 13 <ItemGroup>