Skip to content
This repository has been archived by the owner on Oct 7, 2019. It is now read-only.

Commit

Permalink
[Rust] Remove bundled Newtonsoft.Json.dll
Browse files Browse the repository at this point in the history
  • Loading branch information
lukespragg committed Apr 22, 2017
1 parent eb3fa6e commit 2195c51
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Games/Unity/Oxide.Game.Rust/Rust.csproj
Expand Up @@ -135,6 +135,7 @@
<Copy SourceFiles="@(ManagedFiles)" DestinationFiles="@(ManagedFiles-&gt;'$(BundleDir)\$(GameName)\$(ManagedDir)\%(RecursiveDir)%(Filename)%(Extension)')" />
<Copy SourceFiles="@(PackageFiles)" DestinationFiles="@(PackageFiles-&gt;'$(BundleDir)\$(GameName)\$(ManagedDir)\%(Filename)%(Extension)')" />
<Copy SourceFiles="@(PatchedFiles)" DestinationFiles="@(PatchedFiles-&gt;'$(BundleDir)\$(GameName)\$(ManagedDir)\%(RecursiveDir)%(Filename)%(Extension)')" />
<Delete Files="$(BundleDir)\$(GameName)\$(ManagedDir)\Newtonsoft.Json.dll" />
<CallTarget Targets="Deploy" Condition="Exists('$(ProjectDir).deploy')" />
</Target>
<Target Name="Deploy">
Expand All @@ -148,4 +149,4 @@
</ItemGroup>
<Copy Condition="'$(DeployPath)' != ''" SourceFiles="@(DeployFiles)" DestinationFiles="@(DeployFiles-&gt;'$(DeployPath)\%(RecursiveDir)%(Filename)%(Extension)')" />
</Target>
</Project>
</Project>

0 comments on commit 2195c51

Please sign in to comment.