diff --git a/ChestPreview/ZZCakeBuild/CakeBuild.csproj b/ChestPreview/ZZCakeBuild/CakeBuild.csproj
index 178e80b..7790154 100644
--- a/ChestPreview/ZZCakeBuild/CakeBuild.csproj
+++ b/ChestPreview/ZZCakeBuild/CakeBuild.csproj
@@ -4,6 +4,9 @@
net8.0
$(MSBuildProjectDirectory)
Debug;Release;Version22
+ $([System.Environment]::GetEnvironmentVariable('VS_CONFIGLIB'))
+ true
+ $(DefineConstants);CONFIGLIB
@@ -17,4 +20,15 @@
$(VINTAGE_STORY)/VintagestoryAPI.dll
+
+
+
+ $(VS_CONFIGLIB)
+ False
+
+
+
+
+
+
\ No newline at end of file
diff --git a/ChestPreview/build.sh b/ChestPreview/build.sh
old mode 100644
new mode 100755