a575963da9
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
165 lines
6.1 KiB
XML
165 lines
6.1 KiB
XML
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<ProjectType>Local</ProjectType>
|
|
<ProductVersion>8.0.50727</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{83DD7E12-A705-4DBA-9D71-09C8973D9382}</ProjectGuid>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ApplicationIcon>
|
|
</ApplicationIcon>
|
|
<AssemblyKeyContainerName>
|
|
</AssemblyKeyContainerName>
|
|
<AssemblyName>nunit.framework</AssemblyName>
|
|
<AssemblyOriginatorKeyFile>
|
|
</AssemblyOriginatorKeyFile>
|
|
<DefaultClientScript>JScript</DefaultClientScript>
|
|
<DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
|
|
<DefaultTargetSchema>IE50</DefaultTargetSchema>
|
|
<DelaySign>false</DelaySign>
|
|
<OutputType>Library</OutputType>
|
|
<RootNamespace>NUnit.Framework</RootNamespace>
|
|
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
|
|
<StartupObject>
|
|
</StartupObject>
|
|
<FileUpgradeFlags>
|
|
</FileUpgradeFlags>
|
|
<UpgradeBackupLocation>
|
|
</UpgradeBackupLocation>
|
|
<SignAssembly>false</SignAssembly>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release2005|AnyCPU' ">
|
|
<OutputPath>bin\Release2005\</OutputPath>
|
|
<DefineConstants>TRACE;VS2005</DefineConstants>
|
|
<BaseAddress>285212672</BaseAddress>
|
|
<DocumentationFile>nunit.framework.xml</DocumentationFile>
|
|
<Optimize>true</Optimize>
|
|
<NoWarn>1699</NoWarn>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug2005|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<OutputPath>bin\Debug2005\</OutputPath>
|
|
<DefineConstants>TRACE;DEBUG;VS2005</DefineConstants>
|
|
<BaseAddress>285212672</BaseAddress>
|
|
<DocumentationFile>nunit.framework.xml</DocumentationFile>
|
|
<NoWarn>1699</NoWarn>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System">
|
|
<Name>System</Name>
|
|
</Reference>
|
|
<Reference Include="System.Data">
|
|
<Name>System.Data</Name>
|
|
</Reference>
|
|
<Reference Include="System.Xml">
|
|
<Name>System.XML</Name>
|
|
</Reference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="..\..\CommonAssemblyInfo.cs">
|
|
<Link>CommonAssemblyInfo.cs</Link>
|
|
</Compile>
|
|
<Compile Include="AbstractAsserter.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="AssemblyInfo.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="Assert.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="Assertion.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="AssertionException.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="AssertionFailureMessage.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="AssertionHelper.cs" />
|
|
<Compile Include="CategoryAttribute.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="CollectionAssert.cs" />
|
|
<Compile Include="Constraints\BinaryOperations.cs" />
|
|
<Compile Include="Constraints\CollectionConstraints.cs" />
|
|
<Compile Include="Constraints\ComparisonConstraints.cs" />
|
|
<Compile Include="Constraints\Constraint.cs" />
|
|
<Compile Include="Constraints\ConstraintBuilder.cs" />
|
|
<Compile Include="Constraints\ContainsConstraint.cs" />
|
|
<Compile Include="Constraints\EmptyConstraint.cs" />
|
|
<Compile Include="Constraints\EqualConstraint.cs" />
|
|
<Compile Include="Constraints\Numerics.cs" />
|
|
<Compile Include="Constraints\PrefixConstraints.cs" />
|
|
<Compile Include="Constraints\PropertyConstraint.cs" />
|
|
<Compile Include="Constraints\SameAsConstraint.cs" />
|
|
<Compile Include="Constraints\StringConstraints.cs" />
|
|
<Compile Include="Constraints\TypeConstraints.cs" />
|
|
<Compile Include="DescriptionAttribute.cs" />
|
|
<Compile Include="ExpectedExceptionAttribute.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="ExplicitAttribute.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="FileAssert.cs" />
|
|
<Compile Include="IAsserter.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="IExpectException.cs" />
|
|
<Compile Include="IgnoreAttribute.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="IgnoreException.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="IncludeExcludeAttributes.cs" />
|
|
<Compile Include="MessageWriter.cs" />
|
|
<Compile Include="MsgUtils.cs" />
|
|
<Compile Include="OldTestCase.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="PropertyAttribute.cs" />
|
|
<Compile Include="SetCultureAttribute.cs" />
|
|
<Compile Include="GlobalSettings.cs" />
|
|
<Compile Include="SetUpAttribute.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="SetUpFixtureAttribute.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="StringAssert.cs" />
|
|
<Compile Include="SuiteAttribute.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="SyntaxHelpers\List.cs" />
|
|
<Compile Include="SyntaxHelpers\Has.cs" />
|
|
<Compile Include="SyntaxHelpers\Is.cs" />
|
|
<Compile Include="SyntaxHelpers\ListMapper.cs" />
|
|
<Compile Include="SyntaxHelpers\Text.cs" />
|
|
<Compile Include="TearDownAttribute.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="TestAttribute.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="TestFixtureAttribute.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="TestFixtureSetUpAttribute.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="TestFixtureTearDownAttribute.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="TextMessageWriter.cs" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
<PropertyGroup>
|
|
<PreBuildEvent>
|
|
</PreBuildEvent>
|
|
<PostBuildEvent>
|
|
</PostBuildEvent>
|
|
</PropertyGroup>
|
|
</Project> |