mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-10 07:40:33 -04:00
Fix MCGalaxy crashing with Newtonsoft.Json.dll not found. (Thanks chrismasterski)
This commit is contained in:
parent
1d6021be9e
commit
d92f61698d
@ -82,13 +82,13 @@
|
|||||||
<HintPath>LibNoise.dll</HintPath>
|
<HintPath>LibNoise.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="Newtonsoft.Json">
|
<Reference Include="Newtonsoft.Json">
|
||||||
<HintPath>Newtonsoft.Json\Newtonsoft.Json.dll</HintPath>
|
<HintPath>Newtonsoft.Json.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="System" />
|
<Reference Include="System" />
|
||||||
<Reference Include="System.Core" />
|
<Reference Include="System.Core" />
|
||||||
<Reference Include="System.Data.DataSetExtensions" />
|
<Reference Include="System.Data.DataSetExtensions" />
|
||||||
<Reference Include="System.Data.SQLite">
|
<Reference Include="System.Data.SQLite">
|
||||||
<HintPath>.\System.Data.SQLite.dll</HintPath>
|
<HintPath>System.Data.SQLite.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="System.Data" />
|
<Reference Include="System.Data" />
|
||||||
<Reference Include="System.Drawing" />
|
<Reference Include="System.Drawing" />
|
||||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user