| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124 |
- <?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.21022</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{D287D5CA-4F81-4215-AFC8-8A1413696884}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>System.Core</RootNamespace>
- <AssemblyName>System.Core</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>TRACE;DEBUG;NET_3_5</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;NET_3_5</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Test.NET|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <OutputPath>bin\Test.NET\</OutputPath>
- <DefineConstants>TRACE;DEBUG;NET_3_5</DefineConstants>
- <DebugType>full</DebugType>
- <PlatformTarget>AnyCPU</PlatformTarget>
- <ErrorReport>prompt</ErrorReport>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="System" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="..\..\build\common\Consts.cs" />
- <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
- <Compile Include="Assembly\AssemblyInfo.cs" />
- <Compile Include="System.Collections.Generic\HashSet.cs" />
- <Compile Include="System.Linq.Expressions\BinaryExpression.cs" />
- <Compile Include="System.Linq.Expressions\ConditionalExpression.cs" />
- <Compile Include="System.Linq.Expressions\ConstantExpression.cs" />
- <Compile Include="System.Linq.Expressions\EmitContext.cs" />
- <Compile Include="System.Linq.Expressions\ElementInit.cs" />
- <Compile Include="System.Linq.Expressions\Expression.cs" />
- <Compile Include="System.Linq.Expressions\ExpressionPrinter.cs" />
- <Compile Include="System.Linq.Expressions\ExpressionTransformer.cs" />
- <Compile Include="System.Linq.Expressions\ExpressionType.cs" />
- <Compile Include="System.Linq.Expressions\ExpressionVisitor.cs" />
- <Compile Include="System.Linq.Expressions\Expression_T.cs" />
- <Compile Include="System.Linq.Expressions\Extensions.cs" />
- <Compile Include="System.Linq.Expressions\InvocationExpression.cs" />
- <Compile Include="System.Linq.Expressions\LambdaExpression.cs" />
- <Compile Include="System.Linq.Expressions\ListInitExpression.cs" />
- <Compile Include="System.Linq.Expressions\MemberAssignment.cs" />
- <Compile Include="System.Linq.Expressions\MemberBinding.cs" />
- <Compile Include="System.Linq.Expressions\MemberBindingType.cs" />
- <Compile Include="System.Linq.Expressions\MemberExpression.cs" />
- <Compile Include="System.Linq.Expressions\MemberInitExpression.cs" />
- <Compile Include="System.Linq.Expressions\MemberListBinding.cs" />
- <Compile Include="System.Linq.Expressions\MemberMemberBinding.cs" />
- <Compile Include="System.Linq.Expressions\MethodCallExpression.cs" />
- <Compile Include="System.Linq.Expressions\NewArrayExpression.cs" />
- <Compile Include="System.Linq.Expressions\NewExpression.cs" />
- <Compile Include="System.Linq.Expressions\ParameterExpression.cs" />
- <Compile Include="System.Linq.Expressions\TypeBinaryExpression.cs" />
- <Compile Include="System.Linq.Expressions\UnaryExpression.cs" />
- <Compile Include="System.Linq\Check.cs" />
- <Compile Include="System.Linq\QueryableEnumerable.cs" />
- <Compile Include="System.Linq\QueryableTransformer.cs" />
- <Compile Include="System.Linq\QuickSort.cs" />
- <Compile Include="System.Linq\SortSequenceContext.cs" />
- <Compile Include="System.Linq\SortContext.cs" />
- <Compile Include="System.Linq\Enumerable.cs" />
- <Compile Include="System.Linq\SortDirection.cs" />
- <Compile Include="System.Linq\Grouping.cs" />
- <Compile Include="System.Linq\IGrouping.cs" />
- <Compile Include="System.Linq\ILookup_T.cs" />
- <Compile Include="System.Linq\IOrderedEnumerable_T.cs" />
- <Compile Include="System.Linq\IOrderedQueryable.cs" />
- <Compile Include="System.Linq\IOrderedQueryable_T.cs" />
- <Compile Include="System.Linq\IQueryable.cs" />
- <Compile Include="System.Linq\IQueryable_T.cs" />
- <Compile Include="System.Linq\IQueryProvider.cs" />
- <Compile Include="System.Linq\Lookup.cs" />
- <Compile Include="System.Linq\OrderedEnumerable.cs" />
- <Compile Include="System.Linq\OrderedSequence.cs" />
- <Compile Include="System.Linq\Queryable.cs" />
- <Compile Include="System.Runtime.CompilerServices\ExecutionScope.cs" />
- <Compile Include="System.Runtime.CompilerServices\ExtensionAttribute.cs" />
- <Compile Include="System.Runtime.CompilerServices\IStrongBox.cs" />
- <Compile Include="System.Runtime.CompilerServices\StrongBox_T.cs" />
- <Compile Include="System\Actions.cs" />
- <Compile Include="System\Funcs.cs" />
- <Compile Include="System\InvalidTimeZoneException.cs" />
- <Compile Include="System\TimeZoneInfo.AdjustmentRule.cs" />
- <Compile Include="System\TimeZoneInfo.cs" />
- <Compile Include="System\TimeZoneInfo.TransitionTime.cs" />
- <Compile Include="System\TimeZoneNotFoundException.cs" />
- </ItemGroup>
- <ItemGroup>
- <None Include="Assembly\ChangeLog" />
- <None Include="System.Collections.Generic\ChangeLog" />
- <None Include="System.Linq\ChangeLog" />
- <None Include="System\ChangeLog" />
- </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>
|