1 <?xml version="1.0" encoding="utf-8"?>
\r
2 <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
\r
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
\r
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
\r
6 <ProductVersion>9.0.21022</ProductVersion>
\r
7 <SchemaVersion>2.0</SchemaVersion>
\r
8 <ProjectGuid>{D287D5CA-4F81-4215-AFC8-8A1413696884}</ProjectGuid>
\r
9 <OutputType>Library</OutputType>
\r
10 <AppDesignerFolder>Properties</AppDesignerFolder>
\r
11 <RootNamespace>System.Core</RootNamespace>
\r
12 <AssemblyName>System.Core</AssemblyName>
\r
13 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
\r
14 <FileAlignment>512</FileAlignment>
\r
16 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
\r
17 <DebugSymbols>true</DebugSymbols>
\r
18 <DebugType>full</DebugType>
\r
19 <Optimize>false</Optimize>
\r
20 <OutputPath>bin\Debug\</OutputPath>
\r
21 <DefineConstants>TRACE;DEBUG;NET_3_5</DefineConstants>
\r
22 <ErrorReport>prompt</ErrorReport>
\r
23 <WarningLevel>4</WarningLevel>
\r
25 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
\r
26 <DebugType>pdbonly</DebugType>
\r
27 <Optimize>true</Optimize>
\r
28 <OutputPath>bin\Release\</OutputPath>
\r
29 <DefineConstants>TRACE;NET_3_5</DefineConstants>
\r
30 <ErrorReport>prompt</ErrorReport>
\r
31 <WarningLevel>4</WarningLevel>
\r
33 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Test.NET|AnyCPU' ">
\r
34 <DebugSymbols>true</DebugSymbols>
\r
35 <OutputPath>bin\Test.NET\</OutputPath>
\r
36 <DefineConstants>TRACE;DEBUG;NET_3_5</DefineConstants>
\r
37 <DebugType>full</DebugType>
\r
38 <PlatformTarget>AnyCPU</PlatformTarget>
\r
39 <ErrorReport>prompt</ErrorReport>
\r
42 <Reference Include="System" />
\r
45 <Compile Include="..\..\build\common\Consts.cs" />
\r
46 <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
\r
47 <Compile Include="Assembly\AssemblyInfo.cs" />
\r
48 <Compile Include="System.Collections.Generic\HashSet.cs" />
\r
49 <Compile Include="System.Linq.Expressions\BinaryExpression.cs" />
\r
50 <Compile Include="System.Linq.Expressions\ConditionalExpression.cs" />
\r
51 <Compile Include="System.Linq.Expressions\ConstantExpression.cs" />
\r
52 <Compile Include="System.Linq.Expressions\EmitContext.cs" />
\r
53 <Compile Include="System.Linq.Expressions\ElementInit.cs" />
\r
54 <Compile Include="System.Linq.Expressions\Expression.cs" />
\r
55 <Compile Include="System.Linq.Expressions\ExpressionPrinter.cs" />
\r
56 <Compile Include="System.Linq.Expressions\ExpressionTransformer.cs" />
\r
57 <Compile Include="System.Linq.Expressions\ExpressionType.cs" />
\r
58 <Compile Include="System.Linq.Expressions\ExpressionVisitor.cs" />
\r
59 <Compile Include="System.Linq.Expressions\Expression_T.cs" />
\r
60 <Compile Include="System.Linq.Expressions\Extensions.cs" />
\r
61 <Compile Include="System.Linq.Expressions\InvocationExpression.cs" />
\r
62 <Compile Include="System.Linq.Expressions\LambdaExpression.cs" />
\r
63 <Compile Include="System.Linq.Expressions\ListInitExpression.cs" />
\r
64 <Compile Include="System.Linq.Expressions\MemberAssignment.cs" />
\r
65 <Compile Include="System.Linq.Expressions\MemberBinding.cs" />
\r
66 <Compile Include="System.Linq.Expressions\MemberBindingType.cs" />
\r
67 <Compile Include="System.Linq.Expressions\MemberExpression.cs" />
\r
68 <Compile Include="System.Linq.Expressions\MemberInitExpression.cs" />
\r
69 <Compile Include="System.Linq.Expressions\MemberListBinding.cs" />
\r
70 <Compile Include="System.Linq.Expressions\MemberMemberBinding.cs" />
\r
71 <Compile Include="System.Linq.Expressions\MethodCallExpression.cs" />
\r
72 <Compile Include="System.Linq.Expressions\NewArrayExpression.cs" />
\r
73 <Compile Include="System.Linq.Expressions\NewExpression.cs" />
\r
74 <Compile Include="System.Linq.Expressions\ParameterExpression.cs" />
\r
75 <Compile Include="System.Linq.Expressions\TypeBinaryExpression.cs" />
\r
76 <Compile Include="System.Linq.Expressions\UnaryExpression.cs" />
\r
77 <Compile Include="System.Linq\Check.cs" />
\r
78 <Compile Include="System.Linq\QueryableEnumerable.cs" />
\r
79 <Compile Include="System.Linq\QueryableTransformer.cs" />
\r
80 <Compile Include="System.Linq\QuickSort.cs" />
\r
81 <Compile Include="System.Linq\SortSequenceContext.cs" />
\r
82 <Compile Include="System.Linq\SortContext.cs" />
\r
83 <Compile Include="System.Linq\Enumerable.cs" />
\r
84 <Compile Include="System.Linq\SortDirection.cs" />
\r
85 <Compile Include="System.Linq\Grouping.cs" />
\r
86 <Compile Include="System.Linq\IGrouping.cs" />
\r
87 <Compile Include="System.Linq\ILookup_T.cs" />
\r
88 <Compile Include="System.Linq\IOrderedEnumerable_T.cs" />
\r
89 <Compile Include="System.Linq\IOrderedQueryable.cs" />
\r
90 <Compile Include="System.Linq\IOrderedQueryable_T.cs" />
\r
91 <Compile Include="System.Linq\IQueryable.cs" />
\r
92 <Compile Include="System.Linq\IQueryable_T.cs" />
\r
93 <Compile Include="System.Linq\IQueryProvider.cs" />
\r
94 <Compile Include="System.Linq\Lookup.cs" />
\r
95 <Compile Include="System.Linq\OrderedEnumerable.cs" />
\r
96 <Compile Include="System.Linq\OrderedSequence.cs" />
\r
97 <Compile Include="System.Linq\Queryable.cs" />
\r
98 <Compile Include="System.Runtime.CompilerServices\ExecutionScope.cs" />
\r
99 <Compile Include="System.Runtime.CompilerServices\ExtensionAttribute.cs" />
\r
100 <Compile Include="System.Runtime.CompilerServices\IStrongBox.cs" />
\r
101 <Compile Include="System.Runtime.CompilerServices\StrongBox_T.cs" />
\r
102 <Compile Include="System\Actions.cs" />
\r
103 <Compile Include="System\Funcs.cs" />
\r
104 <Compile Include="System\InvalidTimeZoneException.cs" />
\r
105 <Compile Include="System\TimeZoneInfo.AdjustmentRule.cs" />
\r
106 <Compile Include="System\TimeZoneInfo.cs" />
\r
107 <Compile Include="System\TimeZoneInfo.TransitionTime.cs" />
\r
108 <Compile Include="System\TimeZoneNotFoundException.cs" />
\r
111 <None Include="Assembly\ChangeLog" />
\r
112 <None Include="System.Collections.Generic\ChangeLog" />
\r
113 <None Include="System.Linq\ChangeLog" />
\r
114 <None Include="System\ChangeLog" />
\r
116 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
\r
117 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
\r
118 Other similar extension points exist, see Microsoft.Common.targets.
\r
119 <Target Name="BeforeBuild">
\r
121 <Target Name="AfterBuild">
\r