aboutsummaryrefslogtreecommitdiff
path: root/src/WixBuildTools.XsdGen
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2020-12-18 16:54:06 -0600
committerSean Hall <r.sean.hall@gmail.com>2020-12-18 23:51:27 -0600
commit2c1f4a40640536f52d7eff717980e9be7785672a (patch)
treefd50272226a937d30187b8aaf9d85038e70ed048 /src/WixBuildTools.XsdGen
parent730f9d2f8c62e282b6f0eba644fa5ac90a0a558f (diff)
downloadwix-2c1f4a40640536f52d7eff717980e9be7785672a.tar.gz
wix-2c1f4a40640536f52d7eff717980e9be7785672a.tar.bz2
wix-2c1f4a40640536f52d7eff717980e9be7785672a.zip
Enable XML doc, but disable warning since this is an internal project.
Diffstat (limited to 'src/WixBuildTools.XsdGen')
-rw-r--r--src/WixBuildTools.XsdGen/WixBuildTools.XsdGen.csproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/WixBuildTools.XsdGen/WixBuildTools.XsdGen.csproj b/src/WixBuildTools.XsdGen/WixBuildTools.XsdGen.csproj
index c0c5d336..2e3a0382 100644
--- a/src/WixBuildTools.XsdGen/WixBuildTools.XsdGen.csproj
+++ b/src/WixBuildTools.XsdGen/WixBuildTools.XsdGen.csproj
@@ -6,8 +6,10 @@
6 <TargetFrameworks>net461</TargetFrameworks> 6 <TargetFrameworks>net461</TargetFrameworks>
7 <IsTool>true</IsTool> 7 <IsTool>true</IsTool>
8 <IncludeBuildOutput>false</IncludeBuildOutput> 8 <IncludeBuildOutput>false</IncludeBuildOutput>
9 <SuppressDependenciesWhenPacking>true</SuppressDependenciesWhenPacking>
9 <DebugType>embedded</DebugType> 10 <DebugType>embedded</DebugType>
10 <PublishRepositoryUrl>true</PublishRepositoryUrl> 11 <PublishRepositoryUrl>true</PublishRepositoryUrl>
12 <NoWarn>CS0618</NoWarn>
11 </PropertyGroup> 13 </PropertyGroup>
12 14
13 <ItemGroup> 15 <ItemGroup>