1
<?xml version="1.0" encoding="utf-8"?>
2
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
5
<DirectoryRef Id="bin" FileSource="bin">
7
<Component Id="pnunit_agent" Guid="CB4CF43B-1D4B-40a7-859B-8B48802B3C07">
8
<File Id="pnunit_agent" Name="pnunit-agent.exe" />
9
<File Id="pnunit_agent_config" Name="pnunit-agent.exe.config" />
10
<File Id="agent_conf" Name="agent.conf" />
11
<File Id="agent_log_conf" Name="agent.log.conf" />
14
<Component Id="pnunit_launcher" Guid="63A18689-3885-4429-8492-61FF79A21AE0">
15
<File Id="pnunit_launcher" Name="pnunit-launcher.exe" />
16
<File Id="pnunit_launcher_config" Name="pnunit-launcher.exe.config" />
17
<File Id="test_conf" Name="test.conf" />
18
<File Id="launcher_log_conf" Name="launcher.log.conf" />
21
<Component Id="pnunit_tests" Guid="9A5B261D-43A1-475c-A4F0-721759E12A4F">
22
<File Id="pnunit_tests" Name="pnunit.tests.dll" />
23
<File Id="runpnunit_bat" Name="runpnunit.bat" />
24
<File Id="pnunit.framework.pnunit.copy" Name="pnunit.framework.dll" />
25
<File Id="nunit.framework.pnunit.copy" Name="nunit.framework.dll" />
30
<DirectoryRef Id="lib" FileSource="bin\lib">
32
<Component Id="log4net">
33
<File Id="log4net.dll" Name="log4net.dll" />
38
<DirectoryRef Id="framework" FileSource="bin\framework">
40
<Component Id="pnunit_framework">
41
<File Id="pnunit_framework" Name="pnunit.framework.dll" />
b'\\ No newline at end of file'