mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-12-15 04:29:37 +00:00
Moved Aerofoil package defs out of the installer project to reduce chance of people getting bad ideas
This commit is contained in:
@@ -150,6 +150,9 @@
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Include="Strings-en-us.wxl" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="AerofoilPackageDefs.wxi" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(WixTargetsPath)" Condition=" '$(WixTargetsPath)' != '' " />
|
||||
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets" Condition=" '$(WixTargetsPath)' == '' AND Exists('$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets') " />
|
||||
<Target Name="EnsureWixToolsetInstalled" Condition=" '$(WixTargetsImported)' != 'true' ">
|
||||
|
||||
Reference in New Issue
Block a user