Browse Source

Fixed SD2-1249. Modified the WiX setup project template so that the MSBuild project property DefineConstants is not escaped when the new project is created.

git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2173 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
shortcuts
Matt Ward 19 years ago
parent
commit
27e3d06d46
  1. 2
      src/AddIns/BackendBindings/WixBinding/Project/Templates/WixProject.xpt

2
src/AddIns/BackendBindings/WixBinding/Project/Templates/WixProject.xpt

@ -14,7 +14,7 @@ @@ -14,7 +14,7 @@
<!-- Template Content -->
<Project language = "Wix">
<PropertyGroup>
<PropertyGroup escapeValue="false">
<DefineConstants>DATADIR=$(SharpDevelopBinPath)\..\data\resources\InstallerBitmaps</DefineConstants>
</PropertyGroup>
<Files>

Loading…
Cancel
Save