System.Core.Tests-2008.csproj 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>9.0.30729</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{F902A50D-6156-4935-A1AC-E82DF0EB83D3}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>System.Core.Tests</RootNamespace>
  12. <AssemblyName>System.Core.Tests</AssemblyName>
  13. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>bin\Debug\</OutputPath>
  21. <DefineConstants>DEBUG;TRACE</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  26. <DebugType>pdbonly</DebugType>
  27. <Optimize>true</Optimize>
  28. <OutputPath>bin\Release\</OutputPath>
  29. <DefineConstants>TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Test.NET|AnyCPU' ">
  34. <DebugSymbols>true</DebugSymbols>
  35. <OutputPath>bin\Test.NET\</OutputPath>
  36. <DefineConstants>DEBUG;TRACE</DefineConstants>
  37. <DebugType>full</DebugType>
  38. <PlatformTarget>AnyCPU</PlatformTarget>
  39. <UseVSHostingProcess>false</UseVSHostingProcess>
  40. <ErrorReport>prompt</ErrorReport>
  41. </PropertyGroup>
  42. <ItemGroup>
  43. <Reference Include="nunit.framework" />
  44. <Reference Include="System" />
  45. <Reference Condition=" '$(Configuration)' == 'Test.NET' " Include="System.Core" />
  46. </ItemGroup>
  47. <ItemGroup>
  48. <None Include="System.Collections.Generic\ChangeLog" />
  49. <None Include="System.Linq\ChangeLog" />
  50. <None Include="System\ChangeLog" />
  51. </ItemGroup>
  52. <ItemGroup>
  53. <Compile Include="System.Collections.Generic\HashSetTest.cs" />
  54. <Compile Include="System.Linq.Expressions\ExpressionTest_Convert.cs" />
  55. <Compile Include="System.Linq.Expressions\ExpressionTest.cs" />
  56. <Compile Include="System.Linq.Expressions\ExpressionTest_Add.cs" />
  57. <Compile Include="System.Linq.Expressions\ExpressionTest_AddChecked.cs" />
  58. <Compile Include="System.Linq.Expressions\ExpressionTest_And.cs" />
  59. <Compile Include="System.Linq.Expressions\ExpressionTest_AndAlso.cs" />
  60. <Compile Include="System.Linq.Expressions\ExpressionTest_ArrayIndex.cs" />
  61. <Compile Include="System.Linq.Expressions\ExpressionTest_ArrayLength.cs" />
  62. <Compile Include="System.Linq.Expressions\ExpressionTest_Bind.cs" />
  63. <Compile Include="System.Linq.Expressions\ExpressionTest_Call.cs" />
  64. <Compile Include="System.Linq.Expressions\ExpressionTest_Coalesce.cs" />
  65. <Compile Include="System.Linq.Expressions\ExpressionTest_Condition.cs" />
  66. <Compile Include="System.Linq.Expressions\ExpressionTest_Constant.cs" />
  67. <Compile Include="System.Linq.Expressions\ExpressionTest_Divide.cs" />
  68. <Compile Include="System.Linq.Expressions\ExpressionTest_ElementInit.cs" />
  69. <Compile Include="System.Linq.Expressions\ExpressionTest_Equal.cs" />
  70. <Compile Include="System.Linq.Expressions\ExpressionTest_ExclusiveOr.cs" />
  71. <Compile Include="System.Linq.Expressions\ExpressionTest_Field.cs" />
  72. <Compile Include="System.Linq.Expressions\ExpressionTest_GreaterThan.cs" />
  73. <Compile Include="System.Linq.Expressions\ExpressionTest_GreaterThanOrEqual.cs" />
  74. <Compile Include="System.Linq.Expressions\ExpressionTest_Invoke.cs" />
  75. <Compile Include="System.Linq.Expressions\ExpressionTest_Lambda.cs" />
  76. <Compile Include="System.Linq.Expressions\ExpressionTest_LeftShift.cs" />
  77. <Compile Include="System.Linq.Expressions\ExpressionTest_LessThan.cs" />
  78. <Compile Include="System.Linq.Expressions\ExpressionTest_LessThanOrEqual.cs" />
  79. <Compile Include="System.Linq.Expressions\ExpressionTest_Lift.cs" />
  80. <Compile Include="System.Linq.Expressions\ExpressionTest_ListBind.cs" />
  81. <Compile Include="System.Linq.Expressions\ExpressionTest_ListInit.cs" />
  82. <Compile Include="System.Linq.Expressions\ExpressionTest_MakeBinary.cs" />
  83. <Compile Include="System.Linq.Expressions\ExpressionTest_MemberBind.cs" />
  84. <Compile Include="System.Linq.Expressions\ExpressionTest_MemberInit.cs" />
  85. <Compile Include="System.Linq.Expressions\ExpressionTest_Modulo.cs" />
  86. <Compile Include="System.Linq.Expressions\ExpressionTest_Multiply.cs" />
  87. <Compile Include="System.Linq.Expressions\ExpressionTest_MultiplyChecked.cs" />
  88. <Compile Include="System.Linq.Expressions\ExpressionTest_Negate.cs" />
  89. <Compile Include="System.Linq.Expressions\ExpressionTest_New.cs" />
  90. <Compile Include="System.Linq.Expressions\ExpressionTest_NewArrayBounds.cs" />
  91. <Compile Include="System.Linq.Expressions\ExpressionTest_NewArrayInit.cs" />
  92. <Compile Include="System.Linq.Expressions\ExpressionTest_Not.cs" />
  93. <Compile Include="System.Linq.Expressions\ExpressionTest_NotEqual.cs" />
  94. <Compile Include="System.Linq.Expressions\ExpressionTest_Or.cs" />
  95. <Compile Include="System.Linq.Expressions\ExpressionTest_OrElse.cs" />
  96. <Compile Include="System.Linq.Expressions\ExpressionTest_Power.cs" />
  97. <Compile Include="System.Linq.Expressions\ExpressionTest_Property.cs" />
  98. <Compile Include="System.Linq.Expressions\ExpressionTest_PropertyOrField.cs" />
  99. <Compile Include="System.Linq.Expressions\ExpressionTest_Quote.cs" />
  100. <Compile Include="System.Linq.Expressions\ExpressionTest_RightShift.cs" />
  101. <Compile Include="System.Linq.Expressions\ExpressionTest_Subtract.cs" />
  102. <Compile Include="System.Linq.Expressions\ExpressionTest_SubtractChecked.cs" />
  103. <Compile Include="System.Linq.Expressions\ExpressionTest_TypeAs.cs" />
  104. <Compile Include="System.Linq.Expressions\ExpressionTest_TypeIs.cs" />
  105. <Compile Include="System.Linq.Expressions\ExpressionTest_UnaryPlus.cs" />
  106. <Compile Include="System.Linq.Expressions\ExpressionTest_Utils.cs" />
  107. <Compile Include="System.Linq\EnumerableAsQueryableTest.cs" />
  108. <Compile Include="System.Linq\EnumerableFixture.cs" />
  109. <Compile Include="System.Linq\EnumerableMoreTest.cs" />
  110. <Compile Include="System.Linq\EnumerableTest.cs" />
  111. <Compile Include="System.Linq\LookupTest.cs" />
  112. <Compile Include="System.Linq\QueryableProviderTest.cs" />
  113. <Compile Include="System.Linq\QueryableTest.cs" />
  114. <Compile Include="System\TimeZoneInfo.AdjustmentRuleTest.cs" />
  115. <Compile Include="System\TimeZoneInfo.TransitionTimeTest.cs" />
  116. <Compile Include="System\TimeZoneInfoTest.cs" />
  117. </ItemGroup>
  118. <ItemGroup>
  119. <ProjectReference Condition=" '$(Configuration)' == 'Debug' or '$(Configuration)' == 'Release' " Include="..\System.Core-2008.csproj">
  120. <Project>{D287D5CA-4F81-4215-AFC8-8A1413696884}</Project>
  121. <Name>System.Core-2008</Name>
  122. <Private>True</Private>
  123. </ProjectReference>
  124. </ItemGroup>
  125. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  126. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  127. Other similar extension points exist, see Microsoft.Common.targets.
  128. <Target Name="BeforeBuild">
  129. </Target>
  130. <Target Name="AfterBuild">
  131. </Target>
  132. -->
  133. </Project>