Skip to content

Commit

Permalink
Fix local dll reference for mono
Browse files Browse the repository at this point in the history
  • Loading branch information
Bukk94 committed Aug 8, 2020
1 parent e102023 commit 0cbe10f
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions PrintServiceLibrary.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,10 @@
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Printing">
<EmbedInteropTypes>False</EmbedInteropTypes>
<Reference Include="System.Printing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>Print\System.Printing.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.Text.Encoding.CodePages, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
Expand Down Expand Up @@ -141,6 +143,9 @@
<ItemGroup>
<None Include="README.md" />
</ItemGroup>
<ItemGroup>
<Content Include="Print\System.Printing.dll" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="packages\SkiaSharp.1.60.1\build\net45\SkiaSharp.targets" Condition="Exists('packages\SkiaSharp.1.60.1\build\net45\SkiaSharp.targets')" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
Expand Down

0 comments on commit 0cbe10f

Please sign in to comment.