Skip to content

Commit c39f698

Browse files
author
Elad Zelingher
committed
Generating Xml documentation file
1 parent 4655dbe commit c39f698

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

src/uap/Default/WampSharp.NewtonsoftJson/WampSharp.NewtonsoftJson.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
<DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP;PCL</DefineConstants>
2727
<ErrorReport>prompt</ErrorReport>
2828
<WarningLevel>4</WarningLevel>
29+
<DocumentationFile>bin\Debug\WampSharp.NewtonsoftJson.XML</DocumentationFile>
2930
</PropertyGroup>
3031
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
3132
<PlatformTarget>AnyCPU</PlatformTarget>
@@ -35,6 +36,7 @@
3536
<DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP;PCL</DefineConstants>
3637
<ErrorReport>prompt</ErrorReport>
3738
<WarningLevel>4</WarningLevel>
39+
<DocumentationFile>bin\Release\WampSharp.NewtonsoftJson.XML</DocumentationFile>
3840
</PropertyGroup>
3941
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
4042
<PlatformTarget>x86</PlatformTarget>

src/uap/Default/WampSharp.Windows/WampSharp.Windows.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
<DefineConstants>TRACE;DEBUG;NETFX_CORE;WINDOWS_UWP</DefineConstants>
2727
<ErrorReport>prompt</ErrorReport>
2828
<WarningLevel>4</WarningLevel>
29+
<DocumentationFile>bin\Debug\WampSharp.Windows.XML</DocumentationFile>
2930
</PropertyGroup>
3031
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
3132
<PlatformTarget>AnyCPU</PlatformTarget>
@@ -35,6 +36,7 @@
3536
<DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP;PCL</DefineConstants>
3637
<ErrorReport>prompt</ErrorReport>
3738
<WarningLevel>4</WarningLevel>
39+
<DocumentationFile>bin\Release\WampSharp.Windows.XML</DocumentationFile>
3840
</PropertyGroup>
3941
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
4042
<PlatformTarget>x86</PlatformTarget>

src/uap/WampSharp.Default.Client/WampSharp.Default.Client.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
<DefineConstants>TRACE;DEBUG;NETFX_CORE;WINDOWS_UWP;PCL</DefineConstants>
2727
<ErrorReport>prompt</ErrorReport>
2828
<WarningLevel>4</WarningLevel>
29+
<DocumentationFile>bin\Debug\WampSharp.Default.Client.XML</DocumentationFile>
2930
</PropertyGroup>
3031
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
3132
<PlatformTarget>AnyCPU</PlatformTarget>
@@ -35,6 +36,7 @@
3536
<DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP;PCL</DefineConstants>
3637
<ErrorReport>prompt</ErrorReport>
3738
<WarningLevel>4</WarningLevel>
39+
<DocumentationFile>bin\Release\WampSharp.Default.Client.XML</DocumentationFile>
3840
</PropertyGroup>
3941
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
4042
<PlatformTarget>x86</PlatformTarget>

src/uap/WampSharp/WampSharp.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
<DefineConstants>TRACE;DEBUG;NETFX_CORE;WINDOWS_UWP;NET45;NETCORE;PCL;MANUAL_PROXY;DISPATCH_PROXY;LIBLOG_PUBLIC;LIBLOG_PORTABLE;TPL;ASYNC_LOCAL;ASYNC;WAMPCRA;</DefineConstants>
2727
<ErrorReport>prompt</ErrorReport>
2828
<WarningLevel>4</WarningLevel>
29+
<DocumentationFile>bin\Debug\WampSharp.XML</DocumentationFile>
2930
</PropertyGroup>
3031
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
3132
<PlatformTarget>AnyCPU</PlatformTarget>
@@ -35,6 +36,7 @@
3536
<DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP;NET45;NETCORE;PCL;MANUAL_PROXY;DISPATCH_PROXY;LIBLOG_PUBLIC;LIBLOG_PORTABLE;TPL;ASYNC_LOCAL;ASYNC;WAMPCRA;</DefineConstants>
3637
<ErrorReport>prompt</ErrorReport>
3738
<WarningLevel>4</WarningLevel>
39+
<DocumentationFile>bin\Release\WampSharp.XML</DocumentationFile>
3840
</PropertyGroup>
3941
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
4042
<PlatformTarget>x86</PlatformTarget>

0 commit comments

Comments
 (0)