Skip to content

Commit 7dfe8e6

Browse files
author
Matthew Little
committed
Create xml docs for all frameworks
1 parent 732fce6 commit 7dfe8e6

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

src/ICSharpCode.SharpZipLib/ICSharpCode.SharpZipLib.csproj

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,12 @@ Please see https://github.com/icsharpcode/SharpZipLib/wiki/Release-1.0 for more
2323
<DocumentationFile>bin\Release\netstandard1.3\ICSharpCode.SharpZipLib.xml</DocumentationFile>
2424
</PropertyGroup>
2525

26+
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net45|AnyCPU'">
27+
<DocumentationFile>bin\Debug\net45\ICSharpCode.SharpZipLib.xml</DocumentationFile>
28+
</PropertyGroup>
29+
30+
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net45|AnyCPU'">
31+
<DocumentationFile>bin\Release\net45\ICSharpCode.SharpZipLib.xml</DocumentationFile>
32+
</PropertyGroup>
2633

2734
</Project>

0 commit comments

Comments
 (0)