Fix MCGalaxy crashing with Newtonsoft.Json.dll not found. (Thanks chrismasterski)

This commit is contained in:
UnknownShadow200 2016-02-29 22:05:18 +11:00
parent 1d6021be9e
commit d92f61698d
4 changed files with 2 additions and 2 deletions

View File

@ -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.