| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>9.0.30729</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{F902A50D-6156-4935-A1AC-E82DF0EB83D3}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>System.Core.Tests</RootNamespace>
- <AssemblyName>System.Core.Tests</AssemblyName>
- <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Test.NET|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <OutputPath>bin\Test.NET\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <DebugType>full</DebugType>
- <PlatformTarget>AnyCPU</PlatformTarget>
- <UseVSHostingProcess>false</UseVSHostingProcess>
- <ErrorReport>prompt</ErrorReport>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="nunit.framework" />
- <Reference Include="System" />
- <Reference Condition=" '$(Configuration)' == 'Test.NET' " Include="System.Core" />
- </ItemGroup>
- <ItemGroup>
- <None Include="System.Collections.Generic\ChangeLog" />
- <None Include="System.Linq\ChangeLog" />
- <None Include="System\ChangeLog" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="System.Collections.Generic\HashSetTest.cs" />
- <Compile Include="System.Linq.Expressions\ExpressionTest_Convert.cs" />
- <Compile Include="System.Linq.Expressions\ExpressionTest.cs" />
- <Compile Include="System.Linq.Expressions\ExpressionTest_Add.cs" />
- <Compile Include="System.Linq.Expressions\ExpressionTest_AddChecked.cs" />
- <Compile Include="System.Linq.Expressions\ExpressionTest_And.cs" />
- <Compile Include="System.Linq.Expressions\ExpressionTest_AndAlso.cs" />
- <Compile Include="System.Linq.Expressions\ExpressionTest_ArrayIndex.cs" />
- <Compile Include="System.Linq.Expressions\ExpressionTest_ArrayLength.cs" />
- <Compile Include="System.Linq.Expressions\ExpressionTest_Bind.cs" />
- <Compile Include="System.Linq.Expressions\ExpressionTest_Call.cs" />
- <Compile Include="System.Linq.Expressions\ExpressionTest_Coalesce.cs" />
- <Compile Include="System.Linq.Expressions\ExpressionTest_Condition.cs" />
- <Compile Include="System.Linq.Expressions\ExpressionTest_Constant.cs" />
- <Compile Include="System.Linq.Expressions\ExpressionTest_Divide.cs" />
- <Compile Include="System.Linq.Expressions\ExpressionTest_ElementInit.cs" />
- <Compile Include="System.Linq.Expressions\ExpressionTest_Equal.cs" />
- <Compile Include="System.Linq.Expressions\ExpressionTest_ExclusiveOr.cs" />
- <Compile Include="System.Linq.Expressions\ExpressionTest_Field.cs" />
- <Compile Include="System.Linq.Expressions\ExpressionTest_GreaterThan.cs" />
- <Compile Include="System.Linq.Expressions\ExpressionTest_GreaterThanOrEqual.cs" />
- <Compile Include="System.Linq.Expressions\ExpressionTest_Invoke.cs" />
- <Compile Include="System.Linq.Expressions\ExpressionTest_Lambda.cs" />
- <Compile Include="System.Linq.Expressions\ExpressionTest_LeftShift.cs" />
- <Compile Include="System.Linq.Expressions\ExpressionTest_LessThan.cs" />
- <Compile Include="System.Linq.Expressions\ExpressionTest_LessThanOrEqual.cs" />
- <Compile Include="System.Linq.Expressions\ExpressionTest_Lift.cs" />
- <Compile Include="System.Linq.Expressions\ExpressionTest_ListBind.cs" />
- <Compile Include="System.Linq.Expressions\ExpressionTest_ListInit.cs" />
- <Compile Include="System.Linq.Expressions\ExpressionTest_MakeBinary.cs" />
- <Compile Include="System.Linq.Expressions\ExpressionTest_MemberBind.cs" />
- <Compile Include="System.Linq.Expressions\ExpressionTest_MemberInit.cs" />
- <Compile Include="System.Linq.Expressions\ExpressionTest_Modulo.cs" />
- <Compile Include="System.Linq.Expressions\ExpressionTest_Multiply.cs" />
- <Compile Include="System.Linq.Expressions\ExpressionTest_MultiplyChecked.cs" />
- <Compile Include="System.Linq.Expressions\ExpressionTest_Negate.cs" />
- <Compile Include="System.Linq.Expressions\ExpressionTest_New.cs" />
- <Compile Include="System.Linq.Expressions\ExpressionTest_NewArrayBounds.cs" />
- <Compile Include="System.Linq.Expressions\ExpressionTest_NewArrayInit.cs" />
- <Compile Include="System.Linq.Expressions\ExpressionTest_Not.cs" />
- <Compile Include="System.Linq.Expressions\ExpressionTest_NotEqual.cs" />
- <Compile Include="System.Linq.Expressions\ExpressionTest_Or.cs" />
- <Compile Include="System.Linq.Expressions\ExpressionTest_OrElse.cs" />
- <Compile Include="System.Linq.Expressions\ExpressionTest_Power.cs" />
- <Compile Include="System.Linq.Expressions\ExpressionTest_Property.cs" />
- <Compile Include="System.Linq.Expressions\ExpressionTest_PropertyOrField.cs" />
- <Compile Include="System.Linq.Expressions\ExpressionTest_Quote.cs" />
- <Compile Include="System.Linq.Expressions\ExpressionTest_RightShift.cs" />
- <Compile Include="System.Linq.Expressions\ExpressionTest_Subtract.cs" />
- <Compile Include="System.Linq.Expressions\ExpressionTest_SubtractChecked.cs" />
- <Compile Include="System.Linq.Expressions\ExpressionTest_TypeAs.cs" />
- <Compile Include="System.Linq.Expressions\ExpressionTest_TypeIs.cs" />
- <Compile Include="System.Linq.Expressions\ExpressionTest_UnaryPlus.cs" />
- <Compile Include="System.Linq.Expressions\ExpressionTest_Utils.cs" />
- <Compile Include="System.Linq\EnumerableAsQueryableTest.cs" />
- <Compile Include="System.Linq\EnumerableFixture.cs" />
- <Compile Include="System.Linq\EnumerableMoreTest.cs" />
- <Compile Include="System.Linq\EnumerableTest.cs" />
- <Compile Include="System.Linq\LookupTest.cs" />
- <Compile Include="System.Linq\QueryableProviderTest.cs" />
- <Compile Include="System.Linq\QueryableTest.cs" />
- <Compile Include="System\TimeZoneInfo.AdjustmentRuleTest.cs" />
- <Compile Include="System\TimeZoneInfo.TransitionTimeTest.cs" />
- <Compile Include="System\TimeZoneInfoTest.cs" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Condition=" '$(Configuration)' == 'Debug' or '$(Configuration)' == 'Release' " Include="..\System.Core-2008.csproj">
- <Project>{D287D5CA-4F81-4215-AFC8-8A1413696884}</Project>
- <Name>System.Core-2008</Name>
- <Private>True</Private>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
- Other similar extension points exist, see Microsoft.Common.targets.
- <Target Name="BeforeBuild">
- </Target>
- <Target Name="AfterBuild">
- </Target>
- -->
- </Project>
|