1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-22 15:54:57 +00:00
transmission/dist/msi/TransmissionConfig.wxi.in

13 lines
408 B
Text
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<Include xmlns="http://schemas.microsoft.com/wix/2006/wi">
<?define TrVersion = "${VERSION}" ?>
<?define TrVersionMsi = "${VERSION_MSI}" ?>
<?define TrVersionFull = "${VERSION_FULL}" ?>
<?define VcVerMajor = "${MSVC_TOOLSET_VERSION_MAJOR}" ?>
<?define VcVerMinor = "${MSVC_TOOLSET_VERSION_MINOR}" ?>
<?define VsVerMajor = "${MSVS_VERSION}" ?>
</Include>