From 2ad99a9d3b60b17ddb02da36f32a918b21daf925 Mon Sep 17 00:00:00 2001 From: OrekiWoof Date: Mon, 16 Mar 2026 00:37:10 +0100 Subject: [PATCH] VS_CONFIGLIB for CakeBuild --- ChestPreview/ZZCakeBuild/CakeBuild.csproj | 14 ++++++++++++++ ChestPreview/build.sh | 0 2 files changed, 14 insertions(+) mode change 100644 => 100755 ChestPreview/build.sh 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