Fix client build for some people

This commit is contained in:
Pieter-Jan Briers
2019-08-31 19:13:22 +02:00
parent 94e1f90c97
commit 1c059e2437

View File

@@ -37,7 +37,7 @@
<ProjectReference Include="..\Robust.Shared\Robust.Shared.csproj" />
</ItemGroup>
<ItemGroup>
<Content Include="$(SolutionDir)\packages\opentk\3.1.0\content\OpenTK.dll.config">
<Content Include="..\packages\opentk\3.1.0\content\OpenTK.dll.config">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Visible>false</Visible>
</Content>
@@ -47,7 +47,7 @@
</ItemGroup>
<ItemGroup>
<Reference Include="SharpFont, Version=4.0.1.200, Culture=neutral, PublicKeyToken=48add4c483071cdf">
<HintPath>..\..\packages\sharpfont\4.0.1\lib\net45\SharpFont.dll</HintPath>
<HintPath>..\packages\sharpfont\4.0.1\lib\net45\SharpFont.dll</HintPath>
</Reference>
</ItemGroup>
<Import Project="..\MSBuild\Robust.Engine.targets" />