From dc52326855411f45be6621dc0e67d9cef604277e Mon Sep 17 00:00:00 2001
From: Markus Quaritsch <markus.quaritsch@tugraz.at>
Date: Tue, 2 Jun 2020 08:37:58 +0200
Subject: [PATCH] re-adding dlls for new GUI

---
 Build/Packaging.targets | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Build/Packaging.targets b/Build/Packaging.targets
index 50dbc6e363..3237fedfa2 100644
--- a/Build/Packaging.targets
+++ b/Build/Packaging.targets
@@ -85,13 +85,13 @@
 		<VectoConfigurationSample Include="$(SolutionDir)VECTO\install.ini"/>
 		
 		<Vecto3GUI Include="$(SolutionDir)VECTO3GUI\bin\Release\VECTO3.exe*"/>
-		<!-- <Vecto3GUI Include="$(SolutionDir)VECTO3GUI\bin\Release\System.Windows.Interactivity.dll"/> -->
+		<Vecto3GUI Include="$(SolutionDir)VECTO3GUI\bin\Release\System.Windows.Interactivity.dll"/>
 		<Vecto3GUI Include="$(SolutionDir)VECTO3GUI\bin\Release\Microsoft.WindowsAPICodePack*.dll"/>
 		<Vecto3GUI Include="$(SolutionDir)VECTO3GUI\bin\Release\Microsoft.WindowsAPICodePack*.dll"/>
 		<!-- <Vecto3GUI Include="$(SolutionDir)VECTO3GUI\bin\Release\Microsoft.Expression.Interactions.dll"/> -->
 		<Vecto3GUI Include="$(SolutionDir)VECTO3GUI\bin\Release\MahApps.*.dll"/>
-		<!-- <Vecto3GUI Include="$(SolutionDir)VECTO3GUI\bin\Release\ICSharpCode.AvalonEdit.dll"/> -->
-		<!-- <Vecto3GUI Include="$(SolutionDir)VECTO3GUI\bin\Release\ControlzEx.dll"/> -->
+		<Vecto3GUI Include="$(SolutionDir)VECTO3GUI\bin\Release\ICSharpCode.AvalonEdit.dll"/>
+		<Vecto3GUI Include="$(SolutionDir)VECTO3GUI\bin\Release\ControlzEx.dll"/>
 	</ItemGroup>
 	
 	<Message Text="@(VectoCommandLine)"/>
-- 
GitLab