Skip to content

Commit

Permalink
NetCore and Uap are now built with documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Arcidev committed Feb 4, 2017
1 parent 864704f commit 2001ebe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Arci.Networking.NetCore/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"../Arci.Networking/Client.cs",
"../Arci.Networking/Server.cs"
]
}
},
"xmlDoc": true
}
}
1 change: 1 addition & 0 deletions Arci.Networking.UAP/Arci.Networking.UAP.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
<DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>bin\Release\Arci.Networking.UAP.XML</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
<PlatformTarget>x86</PlatformTarget>
Expand Down

0 comments on commit 2001ebe

Please sign in to comment.