mirror of
https://github.com/savoirfairelinux/jami-client-qt.git
synced 2025-12-29 12:36:34 +08:00
20 lines
516 B
Plaintext
20 lines
516 B
Plaintext
|
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<Include>
|
||
|
|
<?if $(var.Configuration) = Release ?>
|
||
|
|
<?define Name="Jami" ?>
|
||
|
|
<?else?>
|
||
|
|
<?define Name="Jami (BETA)" ?>
|
||
|
|
<?endif ?>
|
||
|
|
|
||
|
|
<?if $(var.Configuration) = Release ?>
|
||
|
|
<?define ReleaseDir="..\x64\Release"?>
|
||
|
|
<?else?>
|
||
|
|
<?define ReleaseDir="..\x64\Beta"?>
|
||
|
|
<?endif ?>
|
||
|
|
|
||
|
|
<?define AppName="Jami" ?>
|
||
|
|
|
||
|
|
<?define Manufacturer="Savoir-Faire Linux"?>
|
||
|
|
<?define UcrtDir="C:\Program Files (x86)\Windows Kits\10\Redist\ucrt\DLLs\x64"?>
|
||
|
|
</Include>
|