mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-09 15:23:28 -04:00
Add in LibNoise dll, fixes compilation errors.
This commit is contained in:
parent
841e8ab560
commit
2d95c8eb45
BIN
LibNoise.dll
Normal file
BIN
LibNoise.dll
Normal file
Binary file not shown.
@ -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>
|
||||||
|
@ -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");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user