1
<?xml version="1.0" encoding="utf-8"?>
2
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
4
<ProjectType>Local</ProjectType>
5
<ProductVersion>9.0.21022</ProductVersion>
6
<SchemaVersion>2.0</SchemaVersion>
7
<ProjectGuid>{7521B6A2-35C2-4BD4-9304-29FB186638F2}</ProjectGuid>
8
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
9
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
10
<AssemblyKeyContainerName>
11
</AssemblyKeyContainerName>
12
<AssemblyName>pnunit-agent</AssemblyName>
13
<DefaultClientScript>JScript</DefaultClientScript>
14
<DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
15
<DefaultTargetSchema>IE50</DefaultTargetSchema>
16
<DelaySign>false</DelaySign>
17
<OutputType>Exe</OutputType>
18
<RootNamespace>agent</RootNamespace>
19
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
22
<UpgradeBackupLocation>
23
</UpgradeBackupLocation>
24
<OldToolsVersion>2.0</OldToolsVersion>
25
<NoWin32Manifest>true</NoWin32Manifest>
26
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
28
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
29
<OutputPath>..\..\..\bin\Debug\</OutputPath>
30
<BaseAddress>285212672</BaseAddress>
31
<ConfigurationOverrideFile>
32
</ConfigurationOverrideFile>
33
<DefineConstants>TRACE;DEBUG;NET_2_0;NUNIT_2_5</DefineConstants>
36
<DebugSymbols>true</DebugSymbols>
37
<FileAlignment>4096</FileAlignment>
38
<Optimize>false</Optimize>
39
<RegisterForComInterop>false</RegisterForComInterop>
40
<RemoveIntegerChecks>false</RemoveIntegerChecks>
41
<WarningLevel>4</WarningLevel>
42
<DebugType>full</DebugType>
43
<ErrorReport>prompt</ErrorReport>
44
<UseVSHostingProcess>false</UseVSHostingProcess>
46
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
47
<OutputPath>..\..\..\bin\Release\</OutputPath>
48
<BaseAddress>285212672</BaseAddress>
49
<ConfigurationOverrideFile>
50
</ConfigurationOverrideFile>
51
<DefineConstants>TRACE;NET_2_0;NUNIT_2_5</DefineConstants>
54
<FileAlignment>4096</FileAlignment>
55
<Optimize>true</Optimize>
56
<RegisterForComInterop>false</RegisterForComInterop>
57
<RemoveIntegerChecks>false</RemoveIntegerChecks>
58
<WarningLevel>4</WarningLevel>
59
<DebugType>none</DebugType>
60
<ErrorReport>prompt</ErrorReport>
63
<Reference Include="log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=1b44e1d426115821">
64
<SpecificVersion>False</SpecificVersion>
65
<HintPath>..\..\..\lib\log4net.dll</HintPath>
67
<Reference Include="System">
70
<Reference Include="System.Data">
71
<Name>System.Data</Name>
73
<Reference Include="System.Runtime.Remoting">
74
<Name>System.Runtime.Remoting</Name>
76
<Reference Include="System.Xml">
77
<Name>System.XML</Name>
79
<ProjectReference Include="..\..\ClientUtilities\util\nunit.util.dll.csproj">
80
<Name>nunit.util.dll</Name>
81
<Project>{61CE9CE5-943E-44D4-A381-814DC1406767}</Project>
82
<Private>False</Private>
84
<ProjectReference Include="..\..\NUnitCore\core\nunit.core.dll.csproj">
85
<Name>nunit.core.dll</Name>
86
<Project>{EBD43A7F-AFCA-4281-BB53-5CDD91F966A3}</Project>
87
<Private>False</Private>
89
<ProjectReference Include="..\..\NUnitCore\interfaces\nunit.core.interfaces.dll.csproj">
90
<Name>nunit.core.interfaces.dll</Name>
91
<Project>{435428F8-5995-4CE4-8022-93D595A8CC0F}</Project>
92
<Private>False</Private>
94
<ProjectReference Include="..\..\NUnitFramework\framework\nunit.framework.dll.csproj">
95
<Name>nunit.framework.dll</Name>
96
<Project>{83DD7E12-A705-4DBA-9D71-09C8973D9382}</Project>
97
<Private>False</Private>
99
<ProjectReference Include="..\pnunit.framework\pnunit.framework.csproj">
100
<Name>pnunit.framework</Name>
101
<Project>{1AE4D3A7-DA37-45C0-B300-AB7B84DFF216}</Project>
102
<Private>False</Private>
106
<Compile Include="agent.cs" />
107
<Compile Include="AgentConfig.cs" />
108
<Compile Include="AssemblyInfo.cs" />
109
<Compile Include="PNUnitTestRunner.cs" />
112
<None Include="App.config" />
113
<None Include="pnunit-agent.build" />
116
<Content Include="App.ico" />
118
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
1
<?xml version="1.0" encoding="utf-8"?>
2
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
4
<ProjectType>Local</ProjectType>
5
<ProductVersion>9.0.21022</ProductVersion>
6
<SchemaVersion>2.0</SchemaVersion>
7
<ProjectGuid>{7521B6A2-35C2-4BD4-9304-29FB186638F2}</ProjectGuid>
8
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
9
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
10
<AssemblyKeyContainerName>
11
</AssemblyKeyContainerName>
12
<AssemblyName>pnunit-agent</AssemblyName>
13
<DefaultClientScript>JScript</DefaultClientScript>
14
<DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
15
<DefaultTargetSchema>IE50</DefaultTargetSchema>
16
<DelaySign>false</DelaySign>
17
<OutputType>Exe</OutputType>
18
<RootNamespace>agent</RootNamespace>
19
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
22
<UpgradeBackupLocation>
23
</UpgradeBackupLocation>
24
<OldToolsVersion>2.0</OldToolsVersion>
25
<NoWin32Manifest>true</NoWin32Manifest>
26
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
28
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
29
<OutputPath>..\..\..\bin\Debug\</OutputPath>
30
<BaseAddress>285212672</BaseAddress>
31
<ConfigurationOverrideFile>
32
</ConfigurationOverrideFile>
33
<DefineConstants>TRACE;DEBUG;NET_2_0;NUNIT_2_5</DefineConstants>
36
<DebugSymbols>true</DebugSymbols>
37
<FileAlignment>4096</FileAlignment>
38
<Optimize>false</Optimize>
39
<RegisterForComInterop>false</RegisterForComInterop>
40
<RemoveIntegerChecks>false</RemoveIntegerChecks>
41
<WarningLevel>4</WarningLevel>
42
<DebugType>full</DebugType>
43
<ErrorReport>prompt</ErrorReport>
44
<UseVSHostingProcess>false</UseVSHostingProcess>
46
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
47
<OutputPath>..\..\..\bin\Release\</OutputPath>
48
<BaseAddress>285212672</BaseAddress>
49
<ConfigurationOverrideFile>
50
</ConfigurationOverrideFile>
51
<DefineConstants>TRACE;NET_2_0;NUNIT_2_5</DefineConstants>
54
<FileAlignment>4096</FileAlignment>
55
<Optimize>true</Optimize>
56
<RegisterForComInterop>false</RegisterForComInterop>
57
<RemoveIntegerChecks>false</RemoveIntegerChecks>
58
<WarningLevel>4</WarningLevel>
59
<DebugType>none</DebugType>
60
<ErrorReport>prompt</ErrorReport>
63
<Reference Include="log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=1b44e1d426115821">
64
<SpecificVersion>False</SpecificVersion>
65
<HintPath>..\..\..\lib\log4net.dll</HintPath>
67
<Reference Include="System">
70
<Reference Include="System.Data">
71
<Name>System.Data</Name>
73
<Reference Include="System.Runtime.Remoting">
74
<Name>System.Runtime.Remoting</Name>
76
<Reference Include="System.Xml">
77
<Name>System.XML</Name>
79
<ProjectReference Include="..\..\ClientUtilities\util\nunit.util.dll.csproj">
80
<Name>nunit.util.dll</Name>
81
<Project>{61CE9CE5-943E-44D4-A381-814DC1406767}</Project>
82
<Private>False</Private>
84
<ProjectReference Include="..\..\NUnitCore\core\nunit.core.dll.csproj">
85
<Name>nunit.core.dll</Name>
86
<Project>{EBD43A7F-AFCA-4281-BB53-5CDD91F966A3}</Project>
87
<Private>False</Private>
89
<ProjectReference Include="..\..\NUnitCore\interfaces\nunit.core.interfaces.dll.csproj">
90
<Name>nunit.core.interfaces.dll</Name>
91
<Project>{435428F8-5995-4CE4-8022-93D595A8CC0F}</Project>
92
<Private>False</Private>
94
<ProjectReference Include="..\..\NUnitFramework\framework\nunit.framework.dll.csproj">
95
<Name>nunit.framework.dll</Name>
96
<Project>{83DD7E12-A705-4DBA-9D71-09C8973D9382}</Project>
97
<Private>False</Private>
99
<ProjectReference Include="..\pnunit.framework\pnunit.framework.csproj">
100
<Name>pnunit.framework</Name>
101
<Project>{1AE4D3A7-DA37-45C0-B300-AB7B84DFF216}</Project>
102
<Private>False</Private>
106
<Compile Include="agent.cs" />
107
<Compile Include="AgentConfig.cs" />
108
<Compile Include="AssemblyInfo.cs" />
109
<Compile Include="PNUnitTestRunner.cs" />
112
<None Include="App.config" />
113
<None Include="pnunit-agent.build" />
116
<Content Include="App.ico" />
118
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
b'\\ No newline at end of file'