mirror of
https://github.com/transmission/transmission.git
synced 2026-04-23 02:10:09 +01:00
9 lines
244 B
XML
9 lines
244 B
XML
<?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}" ?>
|
|
|
|
</Include>
|