Add MergeGPF to installer project

This commit is contained in:
elasota
2021-03-07 05:34:01 -05:00
parent 80584eb781
commit f0913d0d6a
3 changed files with 13 additions and 0 deletions

View File

@@ -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>

View File

@@ -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>