- generate xml documentation for release as well

pull/32/head
Simon Gockner 7 years ago
parent 378da7ada7
commit 3d9a57fec2
  1. 4
      LightweightIocContainer/LightweightIocContainer.csproj

@ -17,6 +17,10 @@
<DocumentationFile>D:\workspace\Testprojekte\LightweightIocContainer\LightweightIocContainer\LightweightIocContainer.xml</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|netstandard2.0|AnyCPU'">
<DocumentationFile>D:\workspace\Testprojekte\LightweightIocContainer\LightweightIocContainer\LightweightIocContainer.xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<Folder Include="Factories\" />
<Folder Include="Interfaces\Factories\" />

Loading…
Cancel
Save