mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-09 07:09:41 -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>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="LibNoise">
|
||||
<HintPath>LibNoise.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Newtonsoft.Json">
|
||||
<HintPath>Newtonsoft.Json\Newtonsoft.Json.dll</HintPath>
|
||||
</Reference>
|
||||
|
@ -427,6 +427,7 @@ namespace MCGalaxy
|
||||
CheckFile("System.Data.SQLite.dll");
|
||||
CheckFile("sqlite3.dll");
|
||||
CheckFile("Newtonsoft.Json.dll");
|
||||
CheckFile("LibNoise.dll");
|
||||
|
||||
//UpdateGlobalSettings();
|
||||
if (!Directory.Exists("properties")) Directory.CreateDirectory("properties");
|
||||
|
Loading…
x
Reference in New Issue
Block a user