point to text files, libraries in Wix installer
This commit is contained in:
		@ -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>
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user