~nunit-core/nunitv2/2.5

« back to all changes in this revision

Viewing changes to src/tests/test-utilities/test-utilities.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>{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>
20
 
    <FileUpgradeFlags>
21
 
    </FileUpgradeFlags>
22
 
    <UpgradeBackupLocation>
23
 
    </UpgradeBackupLocation>
24
 
    <OldToolsVersion>2.0</OldToolsVersion>
25
 
    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
26
 
  </PropertyGroup>
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>
33
 
    <DocumentationFile>
34
 
    </DocumentationFile>
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>
44
 
  </PropertyGroup>
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>
51
 
    <DocumentationFile>
52
 
    </DocumentationFile>
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>
61
 
  </PropertyGroup>
62
 
  <ItemGroup>
63
 
    <Reference Include="System">
64
 
      <Name>System</Name>
65
 
    </Reference>
66
 
    <Reference Include="System.Data">
67
 
      <Name>System.Data</Name>
68
 
    </Reference>
69
 
    <Reference Include="System.Windows.Forms">
70
 
      <Name>System.Windows.Forms</Name>
71
 
    </Reference>
72
 
    <Reference Include="System.Xml">
73
 
      <Name>System.XML</Name>
74
 
    </Reference>
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>
79
 
    </ProjectReference>
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>
84
 
    </ProjectReference>
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>
89
 
    </ProjectReference>
90
 
    <ProjectReference Include="..\..\NUnitFramework\framework\nunit.framework.dll.csproj">
91
 
      <Name>nunit.framework.dll</Name>
92
 
      <Project>{83DD7E12-A705-4DBA-9D71-09C8973D9382}</Project>
93
 
    </ProjectReference>
94
 
  </ItemGroup>
95
 
  <ItemGroup>
96
 
    <Compile Include="..\..\CommonAssemblyInfo.cs">
97
 
      <Link>CommonAssemblyInfo.cs</Link>
98
 
    </Compile>
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" />
105
 
  </ItemGroup>
106
 
  <ItemGroup>
107
 
    <None Include="test-utilities.build" />
108
 
  </ItemGroup>
109
 
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
110
 
  <PropertyGroup>
111
 
    <PreBuildEvent>
112
 
    </PreBuildEvent>
113
 
    <PostBuildEvent>
114
 
    </PostBuildEvent>
115
 
  </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>{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>
 
20
    <FileUpgradeFlags>
 
21
    </FileUpgradeFlags>
 
22
    <UpgradeBackupLocation>
 
23
    </UpgradeBackupLocation>
 
24
    <OldToolsVersion>2.0</OldToolsVersion>
 
25
    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
 
26
  </PropertyGroup>
 
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>
 
33
    <DocumentationFile>
 
34
    </DocumentationFile>
 
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>
 
44
  </PropertyGroup>
 
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>
 
51
    <DocumentationFile>
 
52
    </DocumentationFile>
 
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>
 
61
  </PropertyGroup>
 
62
  <ItemGroup>
 
63
    <Reference Include="System">
 
64
      <Name>System</Name>
 
65
    </Reference>
 
66
    <Reference Include="System.Data">
 
67
      <Name>System.Data</Name>
 
68
    </Reference>
 
69
    <Reference Include="System.Windows.Forms">
 
70
      <Name>System.Windows.Forms</Name>
 
71
    </Reference>
 
72
    <Reference Include="System.Xml">
 
73
      <Name>System.XML</Name>
 
74
    </Reference>
 
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>
 
79
    </ProjectReference>
 
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>
 
84
    </ProjectReference>
 
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>
 
89
    </ProjectReference>
 
90
    <ProjectReference Include="..\..\NUnitFramework\framework\nunit.framework.dll.csproj">
 
91
      <Name>nunit.framework.dll</Name>
 
92
      <Project>{83DD7E12-A705-4DBA-9D71-09C8973D9382}</Project>
 
93
    </ProjectReference>
 
94
  </ItemGroup>
 
95
  <ItemGroup>
 
96
    <Compile Include="..\..\CommonAssemblyInfo.cs">
 
97
      <Link>CommonAssemblyInfo.cs</Link>
 
98
    </Compile>
 
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" />
 
105
  </ItemGroup>
 
106
  <ItemGroup>
 
107
    <None Include="test-utilities.build" />
 
108
  </ItemGroup>
 
109
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
 
110
  <PropertyGroup>
 
111
    <PreBuildEvent>
 
112
    </PreBuildEvent>
 
113
    <PostBuildEvent>
 
114
    </PostBuildEvent>
 
115
  </PropertyGroup>
116
116
</Project>
 
 
b'\\ No newline at end of file'