mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-15 03:30:53 +01:00
Fix NuGet mess again hopefully
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user