Skip to content

Commit 14450ec

Browse files
author
Elad Zelingher
committed
Adding xml files
1 parent dcd0c9d commit 14450ec

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/net45/Extensions/WampSharp.Owin/WampSharp.Owin.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
<ErrorReport>prompt</ErrorReport>
2323
<WarningLevel>4</WarningLevel>
2424
<DocumentationFile>bin\Debug\WampSharp.Owin.XML</DocumentationFile>
25+
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
2526
</PropertyGroup>
2627
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
2728
<DebugType>pdbonly</DebugType>
@@ -30,6 +31,7 @@
3031
<DefineConstants>TRACE</DefineConstants>
3132
<ErrorReport>prompt</ErrorReport>
3233
<WarningLevel>4</WarningLevel>
34+
<DocumentationFile>bin\Release\WampSharp.Owin.XML</DocumentationFile>
3335
</PropertyGroup>
3436
<PropertyGroup>
3537
<StartupObject />

src/net45/Extensions/WampSharp.WebSockets/WampSharp.WebSockets.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
<DefineConstants>TRACE</DefineConstants>
3131
<ErrorReport>prompt</ErrorReport>
3232
<WarningLevel>4</WarningLevel>
33+
<DocumentationFile>bin\Release\WampSharp.WebSockets.XML</DocumentationFile>
34+
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
3335
</PropertyGroup>
3436
<ItemGroup>
3537
<Reference Include="System" />

0 commit comments

Comments
 (0)