add new compatible setup project for wix 3.14 and vs 2019

This commit is contained in:
Jonathan Jenne
2020-02-04 16:19:10 +01:00
parent 6d17759334
commit 5434458aa4
4 changed files with 300 additions and 2 deletions

11
app/SetupVS19/Config.wxi Normal file
View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<Include>
<?define ProgramName="DD_Clipboard_Watcher"?>
<?define ProductName="Clipboard Watcher"?>
<?define Manufacturer="Digital Data"?>
<?define Description="Clipboard Watcher"?>
<?define Comments="Clipboard Watcher"?>
<?define UpgradeCode="BB3A9D50-7CCE-42DA-84F2-D67129F57B59"?>
<?define SourceDir="..\$(var.ProgramName)\bin\$(var.Configuration)\"?>
</Include>