From 983d5b6cd503df4be6e2c755921ee72ae3d6a4d0 Mon Sep 17 00:00:00 2001 From: hustcer Date: Sun, 4 May 2025 19:33:52 +0800 Subject: [PATCH] Add wix/main.wixproj for wix toolset 6.0 --- wix/main.wixproj | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 wix/main.wixproj diff --git a/wix/main.wixproj b/wix/main.wixproj new file mode 100644 index 0000000000..cab83fb431 --- /dev/null +++ b/wix/main.wixproj @@ -0,0 +1,34 @@ + + + Package + nu-$(Platform) + 82D756D2-19FA-4F09-B10F-64942E89F364 + + SourceDir=$(MSBuildProjectDirectory)\nu + + true + ICE80 + + + + x64 + $(DefineConstants) + + + + arm64 + $(DefineConstants) + + + + + + + + + + + + + +