| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="4.0" 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>{4F33488E-A6DF-4A6E-A15B-46648C546475}</ProjectGuid>
- <OutputType>Library</OutputType>
- <NoWarn>1699,1720</NoWarn>
- <OutputPath>./../../class/lib/basic</OutputPath>
- <NoStdLib>False</NoStdLib>
- <NoConfig>True</NoConfig>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>
- </RootNamespace>
- <AssemblyName>System.Core</AssemblyName>
- <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <NoWarn>1699,1720</NoWarn>
- <Optimize>false</Optimize>
- <DefineConstants>DEBUG;TRACE;NET_1_1;NET_2_0;BOOTSTRAP_BASIC;INSIDE_SYSCORE;LIBC;NET_3_5</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <NoWarn>1699,1720</NoWarn>
- <Optimize>true</Optimize>
- <DefineConstants>NET_1_1;NET_2_0;BOOTSTRAP_BASIC;INSIDE_SYSCORE;LIBC;NET_3_5</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0,
- Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This
- is a problem to compile the Mono mscorlib.dll -->
- <PropertyGroup>
- <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
- </PropertyGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <ItemGroup>
- <Compile Include="..\..\build\common\Consts.cs" />
- <Compile Include="..\..\build\common\Locale.cs" />
- <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
- <Compile Include="..\corlib\System.Collections.Generic\CollectionDebuggerView.cs" />
- <Compile Include="..\corlib\System.Collections\HashPrimeNumbers.cs" />
- <Compile Include="..\corlib\System.Threading\AtomicBoolean.cs" />
- <Compile Include="..\Mono.Security\Mono.Security.Cryptography\CryptoTools.cs" />
- <Compile Include="..\Mono.Security\Mono.Security.Cryptography\SymmetricTransform.cs" />
- <Compile Include="Assembly\AssemblyInfo.cs" />
- <Compile Include="Microsoft.Win32.SafeHandles\SafePipeHandle.cs" />
- <Compile Include="System.Collections.Generic\HashSet.cs" />
- <Compile Include="System.IO.Pipes\AnonymousPipeClientStream.cs" />
- <Compile Include="System.IO.Pipes\AnonymousPipeServerStream.cs" />
- <Compile Include="System.IO.Pipes\NamedPipeClientStream.cs" />
- <Compile Include="System.IO.Pipes\NamedPipeServerStream.cs" />
- <Compile Include="System.IO.Pipes\PipeAccessRights.cs" />
- <Compile Include="System.IO.Pipes\PipeAccessRule.cs" />
- <Compile Include="System.IO.Pipes\PipeAuditRule.cs" />
- <Compile Include="System.IO.Pipes\PipeDirection.cs" />
- <Compile Include="System.IO.Pipes\PipeInterfaces.cs" />
- <Compile Include="System.IO.Pipes\PipeOptions.cs" />
- <Compile Include="System.IO.Pipes\PipeSecurity.cs" />
- <Compile Include="System.IO.Pipes\PipeStream.cs" />
- <Compile Include="System.IO.Pipes\PipeStreamImpersonationWorker.cs" />
- <Compile Include="System.IO.Pipes\PipeTransmissionMode.cs" />
- <Compile Include="System.IO.Pipes\PipeUnix.cs" />
- <Compile Include="System.IO.Pipes\PipeWin32.cs" />
- <Compile Include="System.IO\HandleInheritability.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\ElementInit.cs" />
- <Compile Include="System.Linq.Expressions\EmitContext.cs" />
- <Compile Include="System.Linq.Expressions\Expression.cs" />
- <Compile Include="System.Linq.Expressions\Expression_T.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\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\Enumerable.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.Linq\QueryableEnumerable.cs" />
- <Compile Include="System.Linq\QueryableTransformer.cs" />
- <Compile Include="System.Linq\QuickSort.cs" />
- <Compile Include="System.Linq\SortContext.cs" />
- <Compile Include="System.Linq\SortDirection.cs" />
- <Compile Include="System.Linq\SortSequenceContext.cs" />
- <Compile Include="System.Runtime.CompilerServices\DynamicAttribute.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.Security.Cryptography\Aes.cs" />
- <Compile Include="System.Security.Cryptography\AesCryptoServiceProvider.cs" />
- <Compile Include="System.Security.Cryptography\AesManaged.cs" />
- <Compile Include="System.Security.Cryptography\AesTransform.cs" />
- <Compile Include="System.Security.Cryptography\CngAlgorithm.cs" />
- <Compile Include="System.Security.Cryptography\CngAlgorithmGroup.cs" />
- <Compile Include="System.Security.Cryptography\MD5Cng.cs" />
- <Compile Include="System.Security.Cryptography\SHA1Cng.cs" />
- <Compile Include="System.Security.Cryptography\SHA256Cng.cs" />
- <Compile Include="System.Security.Cryptography\SHA256CryptoServiceProvider.cs" />
- <Compile Include="System.Security.Cryptography\SHA384Cng.cs" />
- <Compile Include="System.Security.Cryptography\SHA384CryptoServiceProvider.cs" />
- <Compile Include="System.Security.Cryptography\SHA512Cng.cs" />
- <Compile Include="System.Security.Cryptography\SHA512CryptoServiceProvider.cs" />
- <Compile Include="System.Threading\LockRecursionException.cs" />
- <Compile Include="System.Threading\LockRecursionPolicy.cs" />
- <Compile Include="System.Threading\ReaderWriterLockSlim.cs" />
- <Compile Include="System.Threading\ReaderWriterLockSlimExtensions.cs" />
- <Compile Include="System.Threading\ThreadLockState.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>
- <!-- 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>
- -->
- <PropertyGroup>
- <PreBuildEvent>
- </PreBuildEvent>
- <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
- </PostBuildEvent>
- <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
- </PostBuildEvent>
- </PropertyGroup>
- <ItemGroup>
- <ProjectReference Include="..\System\System-basic-1.csproj">
- <Project>{CE10AD5A-9645-496F-8369-7B687E84456B}</Project>
- <Name>System\System-basic-1</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <Folder Include="Properties\" />
- </ItemGroup>
- </Project>
|