14 lines
485 B
XML
14 lines
485 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Include>
|
|
<?ifndef Platform ?> <!-- if platform NOT defined -->
|
|
<?define Platform = "x86" ?>
|
|
<?endif ?>
|
|
|
|
<?define CliBuildDir = "..\cli\release" ?>
|
|
<?define GuiBuildDir = "..\Build\gui" ?>
|
|
<?define TranslationsDir = "..\gui" ?>
|
|
<?define HelpDir = "..\gui\help" ?>
|
|
<?define QtDllDir = "..\..\runtimes" ?>
|
|
<?define CrtMergeModule = "$(env.CommonProgramFiles)\Merge Modules\Microsoft_VC90_CRT_x86.msm" ?>
|
|
</Include>
|