mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 06:53:43 +00:00
Add MergeGPF to installer project
This commit is contained in:
@@ -111,6 +111,9 @@
|
||||
<Component Id="unpacktool.exe" Guid="*">
|
||||
<File Id="unpacktool.exe" Source="$(var.unpacktool.TargetPath)" KeyPath="yes" Checksum="yes"/>
|
||||
</Component>
|
||||
<Component Id="MergeGPF.exe" Guid="*">
|
||||
<File Id="MergeGPF.exe" Source="$(var.MergeGPF.TargetPath)" KeyPath="yes" Checksum="yes"/>
|
||||
</Component>
|
||||
</DirectoryRef>
|
||||
|
||||
<DirectoryRef Id="AEROFOILDOCUMENTATIONDIR">
|
||||
@@ -183,6 +186,7 @@
|
||||
<ComponentRef Id="hqx2gp.exe" />
|
||||
<ComponentRef Id="MakeTimestamp.exe" />
|
||||
<ComponentRef Id="unpacktool.exe" />
|
||||
<ComponentRef Id="MergeGPF.exe" />
|
||||
</Feature>
|
||||
</Feature>
|
||||
|
||||
|
@@ -136,6 +136,14 @@
|
||||
<RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
|
||||
<RefTargetDir>INSTALLFOLDER</RefTargetDir>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\MergeGPF\MergeGPF.vcxproj">
|
||||
<Name>MergeGPF</Name>
|
||||
<Project>{36daf5fa-6adb-4f20-9810-1610de0ae653}</Project>
|
||||
<Private>True</Private>
|
||||
<DoNotHarvest>True</DoNotHarvest>
|
||||
<RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
|
||||
<RefTargetDir>INSTALLFOLDER</RefTargetDir>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\unpacktool\unpacktool.vcxproj">
|
||||
<Name>unpacktool</Name>
|
||||
<Project>{a778d062-de76-49f6-8d05-eb26852dd605}</Project>
|
||||
|
Reference in New Issue
Block a user