0.9.9.4 Release

This commit is contained in:
mfeemster
2016-02-21 18:53:36 -08:00
parent 66f8f1e50c
commit c282ee4c2c
4 changed files with 71 additions and 3 deletions

View File

@ -6,7 +6,7 @@
<ProductVersion>3.7</ProductVersion>
<ProjectGuid>{c8096c47-e358-438c-a520-146d46b0637d}</ProjectGuid>
<SchemaVersion>2.0</SchemaVersion>
<OutputName>Fractorium_Beta_0.9.9.3</OutputName>
<OutputName>Fractorium_Beta_0.9.9.4</OutputName>
<OutputType>Package</OutputType>
<WixTargetsPath Condition=" '$(WixTargetsPath)' == '' AND '$(MSBuildExtensionsPath32)' != '' ">$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath>
<WixTargetsPath Condition=" '$(WixTargetsPath)' == '' ">$(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath>

View File

@ -13,7 +13,7 @@
<!--
Change this for every release.
-->
<?define ProductCode="{32F67E77-1C34-45B0-9436-B20B4E4D4F02}"?>
<?define ProductCode="{021AC37D-4402-41A9-9106-74FCECFB551D}"?>
<Product Id="$(var.ProductCode)" Name="$(var.ProductName)" Language="1033" Version="$(var.ProductVersion)" Manufacturer="$(var.Manufacturer)" UpgradeCode="$(var.UpgradeCode)">
<Package