Add reference to ConfigurationHandler project.
Add component tag for ConfigurationHandler dll #78
This commit is contained in:
parent
5dbd7a7ded
commit
54c86b41ed
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user