From 2c8f3d0f03c5d94f11964e467a6137867b9d8193 Mon Sep 17 00:00:00 2001
From: Markus Quaritsch <markus.quaritsch@tugraz.at>
Date: Fri, 20 Oct 2017 10:09:08 +0200
Subject: [PATCH] update build script: create zip file in solution folder

---
 Build/Packaging.targets | 2 +-
 VECTO.sln               | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Build/Packaging.targets b/Build/Packaging.targets
index 2c0d6b9cbc..13c8e3fd37 100644
--- a/Build/Packaging.targets
+++ b/Build/Packaging.targets
@@ -111,7 +111,7 @@
 		<CurrentDate>$([System.DateTime]::Now.ToString(yyy_MM_dd))</CurrentDate>
 	</PropertyGroup>
 	<Message Text="Creating ZIP, CurrentDate: $(CurrentDate)"/>
-	<Zip OutputFilename="$(OutputPath)$(CurrentDate)-VECTO-%(VectoAssemblyIdentities.Version).zip" Files="@(ZipFiles)" SourcePath="$(OutputPath)" DestinationPath="$(CurrentDate)-VECTO-%(VectoAssemblyIdentities.Version)\"/>
+	<Zip OutputFilename="$(SolutionDir)$(CurrentDate)-VECTO-%(VectoAssemblyIdentities.Version).zip" Files="@(ZipFiles)" SourcePath="$(OutputPath)" DestinationPath="$(CurrentDate)-VECTO-%(VectoAssemblyIdentities.Version)\"/>
 </Target>
 
 <Target Name="CleanVectoDeploy" Condition="$(Configuration) == 'Deploy'">
diff --git a/VECTO.sln b/VECTO.sln
index 7a6afcab40..aff9d4f9bb 100644
--- a/VECTO.sln
+++ b/VECTO.sln
@@ -451,8 +451,8 @@ Global
 		{512C2CD1-E5BE-4F6B-943B-2BFA7E0CBD64}.DebugTUG|Any CPU.Build.0 = Debug|Any CPU
 		{512C2CD1-E5BE-4F6B-943B-2BFA7E0CBD64}.DebugTUG|x64.ActiveCfg = Debug|Any CPU
 		{512C2CD1-E5BE-4F6B-943B-2BFA7E0CBD64}.DebugTUG|x86.ActiveCfg = Debug|Any CPU
-		{512C2CD1-E5BE-4F6B-943B-2BFA7E0CBD64}.Deploy|Any CPU.ActiveCfg = Release|Any CPU
-		{512C2CD1-E5BE-4F6B-943B-2BFA7E0CBD64}.Deploy|Any CPU.Build.0 = Release|Any CPU
+		{512C2CD1-E5BE-4F6B-943B-2BFA7E0CBD64}.Deploy|Any CPU.ActiveCfg = Deploy|Any CPU
+		{512C2CD1-E5BE-4F6B-943B-2BFA7E0CBD64}.Deploy|Any CPU.Build.0 = Deploy|Any CPU
 		{512C2CD1-E5BE-4F6B-943B-2BFA7E0CBD64}.Deploy|x64.ActiveCfg = Debug|Any CPU
 		{512C2CD1-E5BE-4F6B-943B-2BFA7E0CBD64}.Deploy|x86.ActiveCfg = Debug|Any CPU
 		{512C2CD1-E5BE-4F6B-943B-2BFA7E0CBD64}.Release|Any CPU.ActiveCfg = Release|Any CPU
-- 
GitLab