20 lines
771 B
XML
20 lines
771 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
|
|
<Fragment>
|
|
<ComponentGroup Id="CommonComponents" Directory="INSTALLFOLDER">
|
|
<Component Id="Interfaces" Guid="{B13D293D-FCA6-49C3-878A-0ECDCE724672}">
|
|
<File Id="Interfaces.dll"
|
|
Checksum="yes"
|
|
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>
|