Fix NuGet mess again hopefully

This commit is contained in:
Pieter-Jan Briers
2019-09-01 09:53:22 +02:00
parent 0477b58861
commit 5fee08e68b

View File

@@ -37,7 +37,12 @@
<ProjectReference Include="..\Robust.Shared\Robust.Shared.csproj" />
</ItemGroup>
<ItemGroup>
<Content Include="..\packages\opentk\3.1.0\content\OpenTK.dll.config">
<!--Hahaha everything hurts and NuGet is making the package dirs inconsistently on some systems.-->
<Content Include="..\packages\opentk\3.1.0\content\OpenTK.dll.config" Condition="Exists('..\packages\opentk\3.1.0\content\OpenTK.dll.config')">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Visible>false</Visible>
</Content>
<Content Include="..\..\packages\opentk\3.1.0\content\OpenTK.dll.config" Condition="Exists('..\..\packages\opentk\3.1.0\content\OpenTK.dll.config')">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Visible>false</Visible>
</Content>
@@ -46,7 +51,11 @@
<EmbeddedResource Include="Graphics\RSI\RSISchema.json" />
</ItemGroup>
<ItemGroup>
<Reference Include="SharpFont, Version=4.0.1.200, Culture=neutral, PublicKeyToken=48add4c483071cdf">
<!--Hahaha everything hurts and NuGet is making the package dirs inconsistently on some systems.-->
<Reference Condition="Exists('..\..\packages\sharpfont\4.0.1\lib\net45\SharpFont.dll')" Include="SharpFont, Version=4.0.1.200, Culture=neutral, PublicKeyToken=48add4c483071cdf">
<HintPath>..\..\packages\sharpfont\4.0.1\lib\net45\SharpFont.dll</HintPath>
</Reference>
<Reference Condition="Exists('..\packages\sharpfont\4.0.1\lib\net45\SharpFont.dll')" Include="SharpFont, Version=4.0.1.200, Culture=neutral, PublicKeyToken=48add4c483071cdf">
<HintPath>..\packages\sharpfont\4.0.1\lib\net45\SharpFont.dll</HintPath>
</Reference>
</ItemGroup>