point to text files, libraries in Wix installer

This commit is contained in:
Birch-san
2019-08-04 12:13:18 +01:00
parent 539d64851c
commit 83d015ed9e
4 changed files with 112 additions and 52 deletions

View File

@ -1,5 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" InitialTargets="EnsureWixToolsetInstalled" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<!-- https://wixtoolset.org/documentation/manual/v3/msbuild/task_reference/candle.html -->
<!-- standardize on JUCE platform names -->
<PropertyGroup Condition=" '$(Platform)' == 'Win32' ">
<!-- change candle's arch option -->
<InstallerPlatform>x86</InstallerPlatform>
</PropertyGroup>
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">Win32</Platform>