Skip to content

Commit 5b85353

Browse files
authored
Update PdfFunctions.csproj
1 parent 532456f commit 5b85353

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

PdfHelper/PdfFunctions.csproj

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
44
<PropertyGroup>
@@ -30,9 +30,6 @@
3030
<WarningLevel>4</WarningLevel>
3131
</PropertyGroup>
3232
<ItemGroup>
33-
<Reference Include="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
34-
<HintPath>..\packages\log4net.2.0.8\lib\net45-full\log4net.dll</HintPath>
35-
</Reference>
3633
<Reference Include="PdfSharp, Version=1.32.3057.0, Culture=neutral, PublicKeyToken=f94615aa0424f9eb, processorArchitecture=MSIL">
3734
<HintPath>..\packages\PDFsharp.1.32.3057.0\lib\net20\PdfSharp.dll</HintPath>
3835
</Reference>
@@ -66,15 +63,11 @@
6663
</Page>
6764
</ItemGroup>
6865
<ItemGroup>
69-
<None Include="Merge.bat">
70-
<Generator>MSBuild:Compile</Generator>
71-
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
72-
</None>
7366
<None Include="packages.config" />
7467
</ItemGroup>
7568
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
7669
<PropertyGroup>
7770
<PostBuildEvent>
7871
</PostBuildEvent>
7972
</PropertyGroup>
80-
</Project>
73+
</Project>

0 commit comments

Comments
 (0)