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