System.Core-2008.csproj 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  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.21022</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{D287D5CA-4F81-4215-AFC8-8A1413696884}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>System.Core</RootNamespace>
  12. <AssemblyName>System.Core</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>TRACE;DEBUG;NET_3_5</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;NET_3_5</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>TRACE;DEBUG;NET_3_5</DefineConstants>
  37. <DebugType>full</DebugType>
  38. <PlatformTarget>AnyCPU</PlatformTarget>
  39. <ErrorReport>prompt</ErrorReport>
  40. </PropertyGroup>
  41. <ItemGroup>
  42. <Reference Include="System" />
  43. </ItemGroup>
  44. <ItemGroup>
  45. <Compile Include="..\..\build\common\Consts.cs" />
  46. <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
  47. <Compile Include="Assembly\AssemblyInfo.cs" />
  48. <Compile Include="System.Collections.Generic\HashSet.cs" />
  49. <Compile Include="System.Linq.Expressions\BinaryExpression.cs" />
  50. <Compile Include="System.Linq.Expressions\ConditionalExpression.cs" />
  51. <Compile Include="System.Linq.Expressions\ConstantExpression.cs" />
  52. <Compile Include="System.Linq.Expressions\EmitContext.cs" />
  53. <Compile Include="System.Linq.Expressions\ElementInit.cs" />
  54. <Compile Include="System.Linq.Expressions\Expression.cs" />
  55. <Compile Include="System.Linq.Expressions\ExpressionPrinter.cs" />
  56. <Compile Include="System.Linq.Expressions\ExpressionTransformer.cs" />
  57. <Compile Include="System.Linq.Expressions\ExpressionType.cs" />
  58. <Compile Include="System.Linq.Expressions\ExpressionVisitor.cs" />
  59. <Compile Include="System.Linq.Expressions\Expression_T.cs" />
  60. <Compile Include="System.Linq.Expressions\Extensions.cs" />
  61. <Compile Include="System.Linq.Expressions\InvocationExpression.cs" />
  62. <Compile Include="System.Linq.Expressions\LambdaExpression.cs" />
  63. <Compile Include="System.Linq.Expressions\ListInitExpression.cs" />
  64. <Compile Include="System.Linq.Expressions\MemberAssignment.cs" />
  65. <Compile Include="System.Linq.Expressions\MemberBinding.cs" />
  66. <Compile Include="System.Linq.Expressions\MemberBindingType.cs" />
  67. <Compile Include="System.Linq.Expressions\MemberExpression.cs" />
  68. <Compile Include="System.Linq.Expressions\MemberInitExpression.cs" />
  69. <Compile Include="System.Linq.Expressions\MemberListBinding.cs" />
  70. <Compile Include="System.Linq.Expressions\MemberMemberBinding.cs" />
  71. <Compile Include="System.Linq.Expressions\MethodCallExpression.cs" />
  72. <Compile Include="System.Linq.Expressions\NewArrayExpression.cs" />
  73. <Compile Include="System.Linq.Expressions\NewExpression.cs" />
  74. <Compile Include="System.Linq.Expressions\ParameterExpression.cs" />
  75. <Compile Include="System.Linq.Expressions\TypeBinaryExpression.cs" />
  76. <Compile Include="System.Linq.Expressions\UnaryExpression.cs" />
  77. <Compile Include="System.Linq\Check.cs" />
  78. <Compile Include="System.Linq\QueryableEnumerable.cs" />
  79. <Compile Include="System.Linq\QueryableTransformer.cs" />
  80. <Compile Include="System.Linq\QuickSort.cs" />
  81. <Compile Include="System.Linq\SortSequenceContext.cs" />
  82. <Compile Include="System.Linq\SortContext.cs" />
  83. <Compile Include="System.Linq\Enumerable.cs" />
  84. <Compile Include="System.Linq\SortDirection.cs" />
  85. <Compile Include="System.Linq\Grouping.cs" />
  86. <Compile Include="System.Linq\IGrouping.cs" />
  87. <Compile Include="System.Linq\ILookup_T.cs" />
  88. <Compile Include="System.Linq\IOrderedEnumerable_T.cs" />
  89. <Compile Include="System.Linq\IOrderedQueryable.cs" />
  90. <Compile Include="System.Linq\IOrderedQueryable_T.cs" />
  91. <Compile Include="System.Linq\IQueryable.cs" />
  92. <Compile Include="System.Linq\IQueryable_T.cs" />
  93. <Compile Include="System.Linq\IQueryProvider.cs" />
  94. <Compile Include="System.Linq\Lookup.cs" />
  95. <Compile Include="System.Linq\OrderedEnumerable.cs" />
  96. <Compile Include="System.Linq\OrderedSequence.cs" />
  97. <Compile Include="System.Linq\Queryable.cs" />
  98. <Compile Include="System.Runtime.CompilerServices\ExecutionScope.cs" />
  99. <Compile Include="System.Runtime.CompilerServices\ExtensionAttribute.cs" />
  100. <Compile Include="System.Runtime.CompilerServices\IStrongBox.cs" />
  101. <Compile Include="System.Runtime.CompilerServices\StrongBox_T.cs" />
  102. <Compile Include="System\Actions.cs" />
  103. <Compile Include="System\Funcs.cs" />
  104. <Compile Include="System\InvalidTimeZoneException.cs" />
  105. <Compile Include="System\TimeZoneInfo.AdjustmentRule.cs" />
  106. <Compile Include="System\TimeZoneInfo.cs" />
  107. <Compile Include="System\TimeZoneInfo.TransitionTime.cs" />
  108. <Compile Include="System\TimeZoneNotFoundException.cs" />
  109. </ItemGroup>
  110. <ItemGroup>
  111. <None Include="Assembly\ChangeLog" />
  112. <None Include="System.Collections.Generic\ChangeLog" />
  113. <None Include="System.Linq\ChangeLog" />
  114. <None Include="System\ChangeLog" />
  115. </ItemGroup>
  116. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  117. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  118. Other similar extension points exist, see Microsoft.Common.targets.
  119. <Target Name="BeforeBuild">
  120. </Target>
  121. <Target Name="AfterBuild">
  122. </Target>
  123. -->
  124. </Project>