~nunit-core/nunitv2/2.5

« back to all changes in this revision

Viewing changes to src/PNUnit/agent/pnunit-agent.csproj

  • Committer: Charlie Poole
  • Date: 2010-12-21 00:53:07 UTC
  • Revision ID: charlie@nunit.org-20101221005307-m1qsj959lm1x2s52
Fix line endings

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="utf-8"?>
2
 
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
3
 
  <PropertyGroup>
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>
20
 
    <FileUpgradeFlags>
21
 
    </FileUpgradeFlags>
22
 
    <UpgradeBackupLocation>
23
 
    </UpgradeBackupLocation>
24
 
    <OldToolsVersion>2.0</OldToolsVersion>
25
 
    <NoWin32Manifest>true</NoWin32Manifest>
26
 
    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
27
 
  </PropertyGroup>
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>
34
 
    <DocumentationFile>
35
 
    </DocumentationFile>
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>
45
 
  </PropertyGroup>
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>
52
 
    <DocumentationFile>
53
 
    </DocumentationFile>
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>
61
 
  </PropertyGroup>
62
 
  <ItemGroup>
63
 
    <Reference Include="log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=1b44e1d426115821">
64
 
      <SpecificVersion>False</SpecificVersion>
65
 
      <HintPath>..\..\..\lib\log4net.dll</HintPath>
66
 
    </Reference>
67
 
    <Reference Include="System">
68
 
      <Name>System</Name>
69
 
    </Reference>
70
 
    <Reference Include="System.Data">
71
 
      <Name>System.Data</Name>
72
 
    </Reference>
73
 
    <Reference Include="System.Runtime.Remoting">
74
 
      <Name>System.Runtime.Remoting</Name>
75
 
    </Reference>
76
 
    <Reference Include="System.Xml">
77
 
      <Name>System.XML</Name>
78
 
    </Reference>
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>
83
 
    </ProjectReference>
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>
88
 
    </ProjectReference>
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>
93
 
    </ProjectReference>
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>
98
 
    </ProjectReference>
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>
103
 
    </ProjectReference>
104
 
  </ItemGroup>
105
 
  <ItemGroup>
106
 
    <Compile Include="agent.cs" />
107
 
    <Compile Include="AgentConfig.cs" />
108
 
    <Compile Include="AssemblyInfo.cs" />
109
 
    <Compile Include="PNUnitTestRunner.cs" />
110
 
  </ItemGroup>
111
 
  <ItemGroup>
112
 
    <None Include="App.config" />
113
 
    <None Include="pnunit-agent.build" />
114
 
  </ItemGroup>
115
 
  <ItemGroup>
116
 
    <Content Include="App.ico" />
117
 
  </ItemGroup>
118
 
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
119
 
  <PropertyGroup>
120
 
    <PreBuildEvent>
121
 
    </PreBuildEvent>
122
 
    <PostBuildEvent>
123
 
    </PostBuildEvent>
124
 
  </PropertyGroup>
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
 
3
  <PropertyGroup>
 
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>
 
20
    <FileUpgradeFlags>
 
21
    </FileUpgradeFlags>
 
22
    <UpgradeBackupLocation>
 
23
    </UpgradeBackupLocation>
 
24
    <OldToolsVersion>2.0</OldToolsVersion>
 
25
    <NoWin32Manifest>true</NoWin32Manifest>
 
26
    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
 
27
  </PropertyGroup>
 
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>
 
34
    <DocumentationFile>
 
35
    </DocumentationFile>
 
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>
 
45
  </PropertyGroup>
 
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>
 
52
    <DocumentationFile>
 
53
    </DocumentationFile>
 
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>
 
61
  </PropertyGroup>
 
62
  <ItemGroup>
 
63
    <Reference Include="log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=1b44e1d426115821">
 
64
      <SpecificVersion>False</SpecificVersion>
 
65
      <HintPath>..\..\..\lib\log4net.dll</HintPath>
 
66
    </Reference>
 
67
    <Reference Include="System">
 
68
      <Name>System</Name>
 
69
    </Reference>
 
70
    <Reference Include="System.Data">
 
71
      <Name>System.Data</Name>
 
72
    </Reference>
 
73
    <Reference Include="System.Runtime.Remoting">
 
74
      <Name>System.Runtime.Remoting</Name>
 
75
    </Reference>
 
76
    <Reference Include="System.Xml">
 
77
      <Name>System.XML</Name>
 
78
    </Reference>
 
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>
 
83
    </ProjectReference>
 
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>
 
88
    </ProjectReference>
 
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>
 
93
    </ProjectReference>
 
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>
 
98
    </ProjectReference>
 
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>
 
103
    </ProjectReference>
 
104
  </ItemGroup>
 
105
  <ItemGroup>
 
106
    <Compile Include="agent.cs" />
 
107
    <Compile Include="AgentConfig.cs" />
 
108
    <Compile Include="AssemblyInfo.cs" />
 
109
    <Compile Include="PNUnitTestRunner.cs" />
 
110
  </ItemGroup>
 
111
  <ItemGroup>
 
112
    <None Include="App.config" />
 
113
    <None Include="pnunit-agent.build" />
 
114
  </ItemGroup>
 
115
  <ItemGroup>
 
116
    <Content Include="App.ico" />
 
117
  </ItemGroup>
 
118
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
 
119
  <PropertyGroup>
 
120
    <PreBuildEvent>
 
121
    </PreBuildEvent>
 
122
    <PostBuildEvent>
 
123
    </PostBuildEvent>
 
124
  </PropertyGroup>
125
125
</Project>
 
 
b'\\ No newline at end of file'