From 337b6d463297c7d2b70498078505c127e2f41c82 Mon Sep 17 00:00:00 2001 From: Jarl Gullberg Date: Sun, 30 Jul 2017 18:45:52 +0200 Subject: [PATCH] Enable XML documentation output for the supporting tools. --- src/Generator.Bind/Generator.Bind.csproj | 2 ++ src/Generator.Converter/Generator.Convert.csproj | 2 ++ src/Generator.Rewrite/Generator.Rewrite.csproj | 2 ++ 3 files changed, 6 insertions(+) diff --git a/src/Generator.Bind/Generator.Bind.csproj b/src/Generator.Bind/Generator.Bind.csproj index e2a1b4a..c187378 100644 --- a/src/Generator.Bind/Generator.Bind.csproj +++ b/src/Generator.Bind/Generator.Bind.csproj @@ -49,6 +49,7 @@ DEBUG;TRACE; + bin\Debug\Bind.xml True 4096 False @@ -63,6 +64,7 @@ TRACE; + bin\Debug\Bind.xml 4096 True bin\Release\ diff --git a/src/Generator.Converter/Generator.Convert.csproj b/src/Generator.Converter/Generator.Convert.csproj index 7f4138e..29397be 100644 --- a/src/Generator.Converter/Generator.Convert.csproj +++ b/src/Generator.Converter/Generator.Convert.csproj @@ -48,6 +48,7 @@ DEBUG;TRACE; + bin\Debug\Convert.xml True 4096 False @@ -63,6 +64,7 @@ TRACE; + bin\Debug\Convert.xml 4096 True bin\Release\ diff --git a/src/Generator.Rewrite/Generator.Rewrite.csproj b/src/Generator.Rewrite/Generator.Rewrite.csproj index 8beffde..cf7edc0 100644 --- a/src/Generator.Rewrite/Generator.Rewrite.csproj +++ b/src/Generator.Rewrite/Generator.Rewrite.csproj @@ -24,6 +24,7 @@ false bin\Debug\ DEBUG;TRACE + bin\Debug\Rewrite.xml prompt 4 ../../OpenTK/Debug/OpenTK.dll ../../../OpenTK.snk -debug @@ -34,6 +35,7 @@ true bin\Release\ TRACE + bin\Debug\Rewrite.xml prompt 4 ../../OpenTK/Release/OpenTK.dll ../../../OpenTK.snk -- 2.7.4