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>
|
<RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
|
||||||
<RefTargetDir>INSTALLFOLDER</RefTargetDir>
|
<RefTargetDir>INSTALLFOLDER</RefTargetDir>
|
||||||
</ProjectReference>
|
</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">
|
<ProjectReference Include="..\Interfaces\Interfaces.csproj">
|
||||||
<Name>Interfaces</Name>
|
<Name>Interfaces</Name>
|
||||||
<Project>{b7347b72-e208-423a-9d99-723b558ea3d7}</Project>
|
<Project>{b7347b72-e208-423a-9d99-723b558ea3d7}</Project>
|
||||||
|
|||||||
@ -8,6 +8,12 @@
|
|||||||
KeyPath="yes"
|
KeyPath="yes"
|
||||||
Source="$(var.Interfaces.TargetDir)Interfaces.dll" />
|
Source="$(var.Interfaces.TargetDir)Interfaces.dll" />
|
||||||
</Component>
|
</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>
|
</ComponentGroup>
|
||||||
</Fragment>
|
</Fragment>
|
||||||
</Wix>
|
</Wix>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user