mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-14 19:29:36 +01:00
Remove package dir override.
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
<configuration>
|
||||
<config>
|
||||
<add key="globalPackagesFolder" value="packages" />
|
||||
</config>
|
||||
</configuration>
|
||||
Reference in New Issue
Block a user