Browse Source

Added support for copy local files in WiX projects. A 'Compiling ProjectName...' message is now shown when building a WiX library project using the lit task.

git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2290 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
shortcuts
Matt Ward 19 years ago
parent
commit
cd3fe19a3c
  1. 1
      src/AddIns/BackendBindings/WixBinding/Project/WixBinding.addin
  2. 1
      src/Setup/SharpDevelop.Setup.wixproj

1
src/AddIns/BackendBindings/WixBinding/Project/WixBinding.addin

@ -34,6 +34,7 @@
<Path name = "/SharpDevelop/MSBuildEngine/CompileTaskNames"> <Path name = "/SharpDevelop/MSBuildEngine/CompileTaskNames">
<!-- Makes SharpDevelop show the text 'Compiling ProjectName...' when the task is started --> <!-- Makes SharpDevelop show the text 'Compiling ProjectName...' when the task is started -->
<String id="light" text = "light"/> <String id="light" text = "light"/>
<String id="lit" text = "lit"/>
</Path> </Path>
<!-- WiX project and file templates --> <!-- WiX project and file templates -->

1
src/Setup/SharpDevelop.Setup.wixproj

@ -39,6 +39,5 @@
<Class>Microsoft.Tools.WindowsInstallerXml.Extensions.NetFxCompiler</Class> <Class>Microsoft.Tools.WindowsInstallerXml.Extensions.NetFxCompiler</Class>
</LinkExtension> </LinkExtension>
</ItemGroup> </ItemGroup>
<Import Project="$(MSBuildProjectFullPath).user" />
<Import Project="$(WixMSBuildExtensionsPath)\wix.targets" /> <Import Project="$(WixMSBuildExtensionsPath)\wix.targets" />
</Project> </Project>
Loading…
Cancel
Save