Skip to content

Commit

Permalink
add xml option
Browse files Browse the repository at this point in the history
  • Loading branch information
Eirik Tsarpalis committed Mar 10, 2018
1 parent 97af64a commit 0c8a312
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Argu/Argu.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
<TargetFrameworks>netstandard2.0;net45</TargetFrameworks>
<AssemblyName>Argu</AssemblyName>
</PropertyGroup>
<PropertyGroup>
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\Argu.xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<Compile Include="AssemblyInfo.fs" />
<Compile Include="Types.fs" />
Expand Down

0 comments on commit 0c8a312

Please sign in to comment.