We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 732fce6 commit 7dfe8e6Copy full SHA for 7dfe8e6
1 file changed
src/ICSharpCode.SharpZipLib/ICSharpCode.SharpZipLib.csproj
@@ -23,5 +23,12 @@ Please see https://github.com/icsharpcode/SharpZipLib/wiki/Release-1.0 for more
23
<DocumentationFile>bin\Release\netstandard1.3\ICSharpCode.SharpZipLib.xml</DocumentationFile>
24
</PropertyGroup>
25
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
33
34
</Project>
0 commit comments