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>{3E63AD0F-24D4-46BE-BEE4-5A3299847D86}</ProjectGuid>
8
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
9
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
10
<AssemblyKeyContainerName>
11
</AssemblyKeyContainerName>
12
<AssemblyName>test-utilities</AssemblyName>
13
<DefaultClientScript>JScript</DefaultClientScript>
14
<DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
15
<DefaultTargetSchema>IE50</DefaultTargetSchema>
16
<DelaySign>false</DelaySign>
17
<OutputType>Library</OutputType>
18
<RootNamespace>NUnit.TestUtilities</RootNamespace>
19
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
22
<UpgradeBackupLocation>
23
</UpgradeBackupLocation>
24
<OldToolsVersion>2.0</OldToolsVersion>
25
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
27
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
28
<OutputPath>..\..\..\bin\Debug\tests\</OutputPath>
29
<BaseAddress>285212672</BaseAddress>
30
<ConfigurationOverrideFile>
31
</ConfigurationOverrideFile>
32
<DefineConstants>DEBUG;TRACE</DefineConstants>
35
<DebugSymbols>true</DebugSymbols>
36
<FileAlignment>4096</FileAlignment>
37
<NoWarn>618, 672</NoWarn>
38
<Optimize>false</Optimize>
39
<RegisterForComInterop>false</RegisterForComInterop>
40
<RemoveIntegerChecks>false</RemoveIntegerChecks>
41
<WarningLevel>4</WarningLevel>
42
<DebugType>full</DebugType>
43
<ErrorReport>prompt</ErrorReport>
45
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
46
<OutputPath>..\..\..\bin\Release\tests\</OutputPath>
47
<BaseAddress>285212672</BaseAddress>
48
<ConfigurationOverrideFile>
49
</ConfigurationOverrideFile>
50
<DefineConstants>TRACE</DefineConstants>
53
<FileAlignment>4096</FileAlignment>
54
<NoWarn>618, 672</NoWarn>
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="System">
66
<Reference Include="System.Data">
67
<Name>System.Data</Name>
69
<Reference Include="System.Windows.Forms">
70
<Name>System.Windows.Forms</Name>
72
<Reference Include="System.Xml">
73
<Name>System.XML</Name>
75
<ProjectReference Include="..\..\ClientUtilities\util\nunit.util.dll.csproj">
76
<Name>nunit.util.dll</Name>
77
<Project>{61CE9CE5-943E-44D4-A381-814DC1406767}</Project>
78
<Private>False</Private>
80
<ProjectReference Include="..\..\NUnitCore\core\nunit.core.dll.csproj">
81
<Name>nunit.core.dll</Name>
82
<Project>{EBD43A7F-AFCA-4281-BB53-5CDD91F966A3}</Project>
83
<Private>False</Private>
85
<ProjectReference Include="..\..\NUnitCore\interfaces\nunit.core.interfaces.dll.csproj">
86
<Name>nunit.core.interfaces.dll</Name>
87
<Project>{435428F8-5995-4CE4-8022-93D595A8CC0F}</Project>
88
<Private>False</Private>
90
<ProjectReference Include="..\..\NUnitFramework\framework\nunit.framework.dll.csproj">
91
<Name>nunit.framework.dll</Name>
92
<Project>{83DD7E12-A705-4DBA-9D71-09C8973D9382}</Project>
96
<Compile Include="..\..\CommonAssemblyInfo.cs">
97
<Link>CommonAssemblyInfo.cs</Link>
99
<Compile Include="FormTester.cs" />
100
<Compile Include="MockTestEventSource.cs" />
101
<Compile Include="TempResourceFile.cs" />
102
<Compile Include="TestAssert.cs" />
103
<Compile Include="TestBuilder.cs" />
104
<Compile Include="TestFinder.cs" />
107
<None Include="test-utilities.build" />
109
<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>{3E63AD0F-24D4-46BE-BEE4-5A3299847D86}</ProjectGuid>
8
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
9
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
10
<AssemblyKeyContainerName>
11
</AssemblyKeyContainerName>
12
<AssemblyName>test-utilities</AssemblyName>
13
<DefaultClientScript>JScript</DefaultClientScript>
14
<DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
15
<DefaultTargetSchema>IE50</DefaultTargetSchema>
16
<DelaySign>false</DelaySign>
17
<OutputType>Library</OutputType>
18
<RootNamespace>NUnit.TestUtilities</RootNamespace>
19
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
22
<UpgradeBackupLocation>
23
</UpgradeBackupLocation>
24
<OldToolsVersion>2.0</OldToolsVersion>
25
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
27
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
28
<OutputPath>..\..\..\bin\Debug\tests\</OutputPath>
29
<BaseAddress>285212672</BaseAddress>
30
<ConfigurationOverrideFile>
31
</ConfigurationOverrideFile>
32
<DefineConstants>DEBUG;TRACE</DefineConstants>
35
<DebugSymbols>true</DebugSymbols>
36
<FileAlignment>4096</FileAlignment>
37
<NoWarn>618, 672</NoWarn>
38
<Optimize>false</Optimize>
39
<RegisterForComInterop>false</RegisterForComInterop>
40
<RemoveIntegerChecks>false</RemoveIntegerChecks>
41
<WarningLevel>4</WarningLevel>
42
<DebugType>full</DebugType>
43
<ErrorReport>prompt</ErrorReport>
45
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
46
<OutputPath>..\..\..\bin\Release\tests\</OutputPath>
47
<BaseAddress>285212672</BaseAddress>
48
<ConfigurationOverrideFile>
49
</ConfigurationOverrideFile>
50
<DefineConstants>TRACE</DefineConstants>
53
<FileAlignment>4096</FileAlignment>
54
<NoWarn>618, 672</NoWarn>
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="System">
66
<Reference Include="System.Data">
67
<Name>System.Data</Name>
69
<Reference Include="System.Windows.Forms">
70
<Name>System.Windows.Forms</Name>
72
<Reference Include="System.Xml">
73
<Name>System.XML</Name>
75
<ProjectReference Include="..\..\ClientUtilities\util\nunit.util.dll.csproj">
76
<Name>nunit.util.dll</Name>
77
<Project>{61CE9CE5-943E-44D4-A381-814DC1406767}</Project>
78
<Private>False</Private>
80
<ProjectReference Include="..\..\NUnitCore\core\nunit.core.dll.csproj">
81
<Name>nunit.core.dll</Name>
82
<Project>{EBD43A7F-AFCA-4281-BB53-5CDD91F966A3}</Project>
83
<Private>False</Private>
85
<ProjectReference Include="..\..\NUnitCore\interfaces\nunit.core.interfaces.dll.csproj">
86
<Name>nunit.core.interfaces.dll</Name>
87
<Project>{435428F8-5995-4CE4-8022-93D595A8CC0F}</Project>
88
<Private>False</Private>
90
<ProjectReference Include="..\..\NUnitFramework\framework\nunit.framework.dll.csproj">
91
<Name>nunit.framework.dll</Name>
92
<Project>{83DD7E12-A705-4DBA-9D71-09C8973D9382}</Project>
96
<Compile Include="..\..\CommonAssemblyInfo.cs">
97
<Link>CommonAssemblyInfo.cs</Link>
99
<Compile Include="FormTester.cs" />
100
<Compile Include="MockTestEventSource.cs" />
101
<Compile Include="TempResourceFile.cs" />
102
<Compile Include="TestAssert.cs" />
103
<Compile Include="TestBuilder.cs" />
104
<Compile Include="TestFinder.cs" />
107
<None Include="test-utilities.build" />
109
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
b'\\ No newline at end of file'