Add in LibNoise dll, fixes compilation errors.

This commit is contained in:
UnknownShadow200 2016-02-15 21:08:43 +11:00
parent 841e8ab560
commit 2d95c8eb45
3 changed files with 4 additions and 0 deletions

BIN
LibNoise.dll Normal file

Binary file not shown.

View File

@ -78,6 +78,9 @@
<GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies> <GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<Reference Include="LibNoise">
<HintPath>LibNoise.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json"> <Reference Include="Newtonsoft.Json">
<HintPath>Newtonsoft.Json\Newtonsoft.Json.dll</HintPath> <HintPath>Newtonsoft.Json\Newtonsoft.Json.dll</HintPath>
</Reference> </Reference>

View File

@ -427,6 +427,7 @@ namespace MCGalaxy
CheckFile("System.Data.SQLite.dll"); CheckFile("System.Data.SQLite.dll");
CheckFile("sqlite3.dll"); CheckFile("sqlite3.dll");
CheckFile("Newtonsoft.Json.dll"); CheckFile("Newtonsoft.Json.dll");
CheckFile("LibNoise.dll");
//UpdateGlobalSettings(); //UpdateGlobalSettings();
if (!Directory.Exists("properties")) Directory.CreateDirectory("properties"); if (!Directory.Exists("properties")) Directory.CreateDirectory("properties");