From 6a40d63837b39e4f5be1681327c7c47e9f022276 Mon Sep 17 00:00:00 2001 From: MouriNaruto Date: Thu, 15 Aug 2024 01:14:11 +0800 Subject: [PATCH] Introduce automatic packaging support when building all targets for NanaZip. --- BuildAllTargets.proj | 36 +++++++++++++++++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) diff --git a/BuildAllTargets.proj b/BuildAllTargets.proj index 076288329..6f94ae1f6 100644 --- a/BuildAllTargets.proj +++ b/BuildAllTargets.proj @@ -1,6 +1,6 @@  @@ -37,4 +37,38 @@ StopOnFirstFailure="True" Properties="PreferredToolArchitecture=x64;Configuration=Release;Platform=x64" /> + + + $(MSBuildThisFileDirectory)Output\Binaries\Release\ + $(MSBuildThisFileDirectory)Output\Binaries\Root\Symbols\ + NanaZip_3.5.$([System.DateTime]::Today.Subtract($([System.DateTime]::Parse('2021-08-31'))).TotalDays).0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file