Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
TollJulian committed Jul 29, 2024
1 parent 8138a93 commit c4d985a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Installer/ServerSetup/Server_Setupx64.wixproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<WixTargetsPath Condition=" '$(WixTargetsPath)' == '' ">$(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
<DefineConstants>Debug;HarvestPowerGateServer=..\..\Files\powerGatePlugin\bin\Release;</DefineConstants>
<DefineConstants>Debug;HarvestPowerGateServer=..\..\Files\powerGateServerPlugin\bin\Release;</DefineConstants>
<CompilerAdditionalOptions>
-dMajor=$(Major)
-dMinor=$(Minor)
Expand All @@ -37,7 +37,7 @@
-dMinor=$(Minor)
-dBuild=$(Build)
-dRevision=$(Revision)</CompilerAdditionalOptions>
<DefineConstants>HarvestPowerGateServer=..\..\Files\powerGatePlugin\bin\Release;</DefineConstants>
<DefineConstants>HarvestPowerGateServer=..\..\Files\powerGateServerPlugin\bin\Release;</DefineConstants>
<WixVariables>
</WixVariables>
<SuppressIces>ICE30</SuppressIces>
Expand Down Expand Up @@ -77,6 +77,6 @@
<PreBuildEvent>cd "$(ProjectDir)"

:: Heat for poweGateServer plugin files
"%25WIX%25\bin\Heat.exe" dir ..\..\Files\powerGatePlugin\bin\Release -cg HeatGenerated_PowerGateServerPlugins -dr ERP_SERVICES -sreg -scom -srd -var var.HarvestPowerGateServer -gg -sfrag -t ../Resources/Transform_HeatDir.xslt -out ./HeatGenerated/HeatGeneratedFileList_PowerGateServerPlugins.wxs</PreBuildEvent>
"%25WIX%25\bin\Heat.exe" dir ..\..\Files\powerGateServerPlugin\bin\Release -cg HeatGenerated_PowerGateServerPlugins -dr ERP_SERVICES -sreg -scom -srd -var var.HarvestPowerGateServer -gg -sfrag -t ../Resources/Transform_HeatDir.xslt -out ./HeatGenerated/HeatGeneratedFileList_PowerGateServerPlugins.wxs</PreBuildEvent>
</PropertyGroup>
</Project>

0 comments on commit c4d985a

Please sign in to comment.