Remove package dir override.

This commit is contained in:
Pieter-Jan Briers
2020-01-28 16:06:06 +01:00
parent 8e19f7f14c
commit fc9f7827d5
2 changed files with 0 additions and 16 deletions

View File

@@ -35,17 +35,6 @@
<ProjectReference Include="..\Robust.Shared.Maths\Robust.Shared.Maths.csproj" />
<ProjectReference Include="..\Robust.Shared\Robust.Shared.csproj" />
</ItemGroup>
<ItemGroup>
<!--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>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Graphics\RSI\RSISchema.json">
<LogicalName>Robust.Client.Graphics.RSI.RSISchema.json</LogicalName>

View File

@@ -1,5 +0,0 @@
<configuration>
<config>
<add key="globalPackagesFolder" value="packages" />
</config>
</configuration>