From ae3b2b3bdac51b8f5ff3437e3ca7f9ed056d93ba Mon Sep 17 00:00:00 2001
From: "Ivan.Z" <53048645+chemodax@users.noreply.github.com>
Date: Sat, 6 Jan 2024 16:05:20 +0100
Subject: [PATCH] Configure BaseIntermediateOutputPath for Installer project.
---
src/Installer/Directory.Build.props | 7 +++++++
src/Installer/Installer.wixproj | 1 +
2 files changed, 8 insertions(+)
create mode 100644 src/Installer/Directory.Build.props
diff --git a/src/Installer/Directory.Build.props b/src/Installer/Directory.Build.props
new file mode 100644
index 0000000..9d1f8f4
--- /dev/null
+++ b/src/Installer/Directory.Build.props
@@ -0,0 +1,7 @@
+
+
+
+
+ $(SolutionDir)_bin\$(Configuration)-$(Platform)\tmp\$(MSBuildProjectName)\
+
+
diff --git a/src/Installer/Installer.wixproj b/src/Installer/Installer.wixproj
index 9399d18..0a28ef4 100644
--- a/src/Installer/Installer.wixproj
+++ b/src/Installer/Installer.wixproj
@@ -6,6 +6,7 @@
Version=$(Version)
+