1<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2  <PropertyGroup>
3    <ProjectType>Local</ProjectType>
4    <ProductVersion>8.0.50727</ProductVersion>
5    <SchemaVersion>2.0</SchemaVersion>
6    <ProjectGuid>{83DD7E12-A705-4DBA-9D71-09C8973D9382}</ProjectGuid>
7    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
8    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
9    <ApplicationIcon>
10    </ApplicationIcon>
11    <AssemblyKeyContainerName>
12    </AssemblyKeyContainerName>
13    <AssemblyName>nunit.framework</AssemblyName>
14    <AssemblyOriginatorKeyFile>
15    </AssemblyOriginatorKeyFile>
16    <DefaultClientScript>JScript</DefaultClientScript>
17    <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
18    <DefaultTargetSchema>IE50</DefaultTargetSchema>
19    <DelaySign>false</DelaySign>
20    <OutputType>Library</OutputType>
21    <RootNamespace>NUnit.Framework</RootNamespace>
22    <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
23    <StartupObject>
24    </StartupObject>
25    <FileUpgradeFlags>
26    </FileUpgradeFlags>
27    <UpgradeBackupLocation>
28    </UpgradeBackupLocation>
29    <SignAssembly>false</SignAssembly>
30  </PropertyGroup>
31  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release2005|AnyCPU' ">
32    <OutputPath>bin\Release2005\</OutputPath>
33    <DefineConstants>TRACE;VS2005</DefineConstants>
34    <BaseAddress>285212672</BaseAddress>
35    <DocumentationFile>nunit.framework.xml</DocumentationFile>
36    <Optimize>true</Optimize>
37    <NoWarn>1699</NoWarn>
38  </PropertyGroup>
39  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug2005|AnyCPU' ">
40    <DebugSymbols>true</DebugSymbols>
41    <OutputPath>bin\Debug2005\</OutputPath>
42    <DefineConstants>TRACE;DEBUG;VS2005</DefineConstants>
43    <BaseAddress>285212672</BaseAddress>
44    <DocumentationFile>nunit.framework.xml</DocumentationFile>
45    <NoWarn>1699</NoWarn>
46  </PropertyGroup>
47  <ItemGroup>
48    <Reference Include="System">
49      <Name>System</Name>
50    </Reference>
51    <Reference Include="System.Data">
52      <Name>System.Data</Name>
53    </Reference>
54    <Reference Include="System.Xml">
55      <Name>System.XML</Name>
56    </Reference>
57  </ItemGroup>
58  <ItemGroup>
59    <Compile Include="..\..\CommonAssemblyInfo.cs">
60      <Link>CommonAssemblyInfo.cs</Link>
61    </Compile>
62    <Compile Include="AbstractAsserter.cs">
63      <SubType>Code</SubType>
64    </Compile>
65    <Compile Include="AssemblyInfo.cs">
66      <SubType>Code</SubType>
67    </Compile>
68    <Compile Include="Assert.cs">
69      <SubType>Code</SubType>
70    </Compile>
71    <Compile Include="Assertion.cs">
72      <SubType>Code</SubType>
73    </Compile>
74    <Compile Include="AssertionException.cs">
75      <SubType>Code</SubType>
76    </Compile>
77    <Compile Include="AssertionFailureMessage.cs">
78      <SubType>Code</SubType>
79    </Compile>
80    <Compile Include="AssertionHelper.cs" />
81    <Compile Include="CategoryAttribute.cs">
82      <SubType>Code</SubType>
83    </Compile>
84    <Compile Include="CollectionAssert.cs" />
85    <Compile Include="Constraints\BinaryOperations.cs" />
86    <Compile Include="Constraints\CollectionConstraints.cs" />
87    <Compile Include="Constraints\ComparisonConstraints.cs" />
88    <Compile Include="Constraints\Constraint.cs" />
89    <Compile Include="Constraints\ConstraintBuilder.cs" />
90    <Compile Include="Constraints\ContainsConstraint.cs" />
91    <Compile Include="Constraints\EmptyConstraint.cs" />
92    <Compile Include="Constraints\EqualConstraint.cs" />
93    <Compile Include="Constraints\Numerics.cs" />
94    <Compile Include="Constraints\PrefixConstraints.cs" />
95    <Compile Include="Constraints\PropertyConstraint.cs" />
96    <Compile Include="Constraints\SameAsConstraint.cs" />
97    <Compile Include="Constraints\StringConstraints.cs" />
98    <Compile Include="Constraints\TypeConstraints.cs" />
99    <Compile Include="DescriptionAttribute.cs" />
100    <Compile Include="ExpectedExceptionAttribute.cs">
101      <SubType>Code</SubType>
102    </Compile>
103    <Compile Include="ExplicitAttribute.cs">
104      <SubType>Code</SubType>
105    </Compile>
106    <Compile Include="FileAssert.cs" />
107    <Compile Include="IAsserter.cs">
108      <SubType>Code</SubType>
109    </Compile>
110    <Compile Include="IExpectException.cs" />
111    <Compile Include="IgnoreAttribute.cs">
112      <SubType>Code</SubType>
113    </Compile>
114    <Compile Include="IgnoreException.cs">
115      <SubType>Code</SubType>
116    </Compile>
117    <Compile Include="IncludeExcludeAttributes.cs" />
118    <Compile Include="MessageWriter.cs" />
119    <Compile Include="MsgUtils.cs" />
120    <Compile Include="OldTestCase.cs">
121      <SubType>Code</SubType>
122    </Compile>
123    <Compile Include="PropertyAttribute.cs" />
124    <Compile Include="SetCultureAttribute.cs" />
125    <Compile Include="GlobalSettings.cs" />
126    <Compile Include="SetUpAttribute.cs">
127      <SubType>Code</SubType>
128    </Compile>
129    <Compile Include="SetUpFixtureAttribute.cs">
130      <SubType>Code</SubType>
131    </Compile>
132    <Compile Include="StringAssert.cs" />
133    <Compile Include="SuiteAttribute.cs">
134      <SubType>Code</SubType>
135    </Compile>
136    <Compile Include="SyntaxHelpers\List.cs" />
137    <Compile Include="SyntaxHelpers\Has.cs" />
138    <Compile Include="SyntaxHelpers\Is.cs" />
139    <Compile Include="SyntaxHelpers\ListMapper.cs" />
140    <Compile Include="SyntaxHelpers\Text.cs" />
141    <Compile Include="TearDownAttribute.cs">
142      <SubType>Code</SubType>
143    </Compile>
144    <Compile Include="TestAttribute.cs">
145      <SubType>Code</SubType>
146    </Compile>
147    <Compile Include="TestFixtureAttribute.cs">
148      <SubType>Code</SubType>
149    </Compile>
150    <Compile Include="TestFixtureSetUpAttribute.cs">
151      <SubType>Code</SubType>
152    </Compile>
153    <Compile Include="TestFixtureTearDownAttribute.cs">
154      <SubType>Code</SubType>
155    </Compile>
156    <Compile Include="TextMessageWriter.cs" />
157  </ItemGroup>
158  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
159  <PropertyGroup>
160    <PreBuildEvent>
161    </PreBuildEvent>
162    <PostBuildEvent>
163    </PostBuildEvent>
164  </PropertyGroup>
165</Project>