Add reference to ConfigurationHandler project.

Add component tag for ConfigurationHandler dll
#78
This commit is contained in:
chris.watts90@outlook.com 2017-04-21 08:16:10 +01:00
parent 5dbd7a7ded
commit 54c86b41ed
2 changed files with 14 additions and 0 deletions

View File

@ -37,6 +37,14 @@
<RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
<RefTargetDir>INSTALLFOLDER</RefTargetDir>
</ProjectReference>
<ProjectReference Include="..\ConfigurationHandler\ConfigurationHandler.csproj">
<Name>ConfigurationHandler</Name>
<Project>{115250f6-f8c4-4f9b-a15f-251ea258d963}</Project>
<Private>True</Private>
<DoNotHarvest>True</DoNotHarvest>
<RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
<RefTargetDir>INSTALLFOLDER</RefTargetDir>
</ProjectReference>
<ProjectReference Include="..\Interfaces\Interfaces.csproj">
<Name>Interfaces</Name>
<Project>{b7347b72-e208-423a-9d99-723b558ea3d7}</Project>

View File

@ -8,6 +8,12 @@
KeyPath="yes"
Source="$(var.Interfaces.TargetDir)Interfaces.dll" />
</Component>
<Component Id="ConfigurationHandler" Guid="{54C7ACE7-02DE-4EDC-BDDC-7DC6F34F6AF8}">
<File Id="ConfigurationHandlerDll"
Checksum="yes"
KeyPath="yes"
Source="$(var.ConfigurationHandler.TargetDir)ConfigurationHandler.dll"/>
</Component>
</ComponentGroup>
</Fragment>
</Wix>