37 lines
1.3 KiB
XML
37 lines
1.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Include>
|
|
|
|
<?define Name="Synergy" ?>
|
|
<?define Author="The Synergy Project" ?>
|
|
|
|
<?define BinPath="../../../bin/$(var.Configuration)" ?>
|
|
<?define ResPath="../../../res" ?>
|
|
<?define ExtPath="../../../ext" ?>
|
|
|
|
<?ifndef Version ?>
|
|
<?define Version="1.0.0" ?>
|
|
<?endif?>
|
|
|
|
<?define UpgradeGuid32="BE0B9FD8-45E2-4A8E-A0D8-1F774D074A78" ?>
|
|
<?define UpgradeGuid64="E8A4FA54-14B9-4FD1-8E00-7BC46555FDA0" ?>
|
|
|
|
<?if $(var.Platform) = "x64" ?>
|
|
<?define ProgramFilesFolder="ProgramFiles64Folder" ?>
|
|
<?define PlatformSimpleName="64-bit" ?>
|
|
<?define UpgradeGuid="$(var.UpgradeGuid64)" ?>
|
|
<?define var.OpensslPath="openssl-win64" ?>
|
|
<?define var.QtPath="C:\Qt\5.6\msvc2015_64\bin" ?>
|
|
<?define QtPlatformPath="C:\Qt\5.6\msvc2015_64\plugins\platforms" ?>
|
|
<?else?>
|
|
<?define ProgramFilesFolder="ProgramFilesFolder" ?>
|
|
<?define PlatformSimpleName="32-bit" ?>
|
|
<?define UpgradeGuid="$(var.UpgradeGuid32)" ?>
|
|
<?define var.OpensslPath="openssl-win32" ?>
|
|
<?define var.QtPath="C:\Qt\5.6\msvc2015\bin" ?>
|
|
<?define QtPlatformPath="C:\Qt\5.6\msvc2015\plugins\platforms" ?>
|
|
<?endif?>
|
|
|
|
<?define CRT="$(env.CommonProgramFiles)\Merge Modules\Microsoft_VC140_CRT_$(var.Platform).msm" ?>
|
|
|
|
</Include>
|