Skip to content
Snippets Groups Projects
Commit 6aa877bd authored by areynold's avatar areynold
Browse files

emit xmldoc on build

parent d7044a17
No related branches found
No related tags found
No related merge requests found
......@@ -4,4 +4,12 @@
<TargetFrameworks>netstandard1.4;net45;net46</TargetFrameworks>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|netstandard1.4|AnyCPU'">
<DocumentationFile>bin\Debug\netstandard1.4\BeckmanComms.Api.DataTransferObjects.xml</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|netstandard1.4|AnyCPU'">
<DocumentationFile>bin\Release\netstandard1.4\BeckmanComms.Api.DataTransferObjects.xml</DocumentationFile>
</PropertyGroup>
</Project>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment