StreamContent.TryComputeLength(): Check content.CanSeek
[mono.git] / mcs / class / corlib / corlib-net_2_0.csproj
index d98cf16dc328d6ef94e11848b67dcf04453f88ff..7d85c672f9ddb1f4301d91ce2af03446ff432c95 100644 (file)
     <AssemblyName>mscorlib</AssemblyName>\r
     <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>\r
     <FileAlignment>512</FileAlignment>\r
+    <!-- Filter out System.Core added by: Microsoft.NETFramework.props  -->\r
+    <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>\r
   </PropertyGroup>\r
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
+    <PlatformTarget>AnyCPU</PlatformTarget>\r
     <DebugSymbols>true</DebugSymbols>\r
     <DebugType>full</DebugType>\r
     <NoWarn>612,618,1699</NoWarn>\r
@@ -28,6 +31,7 @@
     <AdditionalLibPaths>./../../class/lib/net_2_0</AdditionalLibPaths>\r
   </PropertyGroup>\r
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
+    <PlatformTarget>AnyCPU</PlatformTarget>  \r
     <DebugType>pdbonly</DebugType>\r
     <NoWarn>612,618,1699</NoWarn>\r
     <Optimize>true</Optimize>\r
    <Compile Include="System\AccessViolationException.cs" />
    <Compile Include="System\ActivationContext.cs" />
    <Compile Include="System\Activator.cs" />
+   <Compile Include="System\AndroidPlatform.cs" />
    <Compile Include="System\AppDomain.cs" />
    <Compile Include="System\AppDomainInitializer.cs" />
    <Compile Include="System\AppDomainManager.cs" />
    <Compile Include="System.Reflection\AssemblyInformationalVersionAttribute.cs" />
    <Compile Include="System.Reflection\AssemblyKeyFileAttribute.cs" />
    <Compile Include="System.Reflection\AssemblyKeyNameAttribute.cs" />
+   <Compile Include="System.Reflection\AssemblyMetadataAttribute.cs" />
    <Compile Include="System.Reflection\AssemblyName.cs" />
    <Compile Include="System.Reflection\AssemblyNameFlags.cs" />
    <Compile Include="System.Reflection\AssemblyNameProxy.cs" />
    <Compile Include="System.Reflection\AssemblyProductAttribute.cs" />
+   <Compile Include="System.Reflection\AssemblySignatureKeyAttribute.cs" />
    <Compile Include="System.Reflection\AssemblyTitleAttribute.cs" />
    <Compile Include="System.Reflection\AssemblyTradeMarkAttribute.cs" />
    <Compile Include="System.Reflection\AssemblyVersionAttribute.cs" />
    <Compile Include="System.Reflection\CallingConventions.cs" />
    <Compile Include="System.Reflection\ConstructorInfo.cs" />
    <Compile Include="System.Reflection\CustomAttributeData.cs" />
+   <Compile Include="System.Reflection\CustomAttributeExtensions.cs" />
    <Compile Include="System.Reflection\CustomAttributeFormatException.cs" />
    <Compile Include="System.Reflection\CustomAttributeNamedArgument.cs" />
    <Compile Include="System.Reflection\CustomAttributeTypedArgument.cs" />
    <Compile Include="System.Runtime\MemoryFailPoint.cs" />
    <Compile Include="System.Runtime\TargetedPatchingOptOutAttribute.cs" />
    <Compile Include="System.Runtime.CompilerServices\AccessedThroughPropertyAttribute.cs" />
+   <Compile Include="System.Runtime.CompilerServices\AsyncStateMachineAttribute.cs" />
    <Compile Include="System.Runtime.CompilerServices\AsyncVoidMethodBuilder.cs" />
    <Compile Include="System.Runtime.CompilerServices\AsyncTaskMethodBuilder.cs" />
    <Compile Include="System.Runtime.CompilerServices\AsyncTaskMethodBuilder_T.cs" />
    <Compile Include="System.Runtime.CompilerServices\IsSignUnspecifiedByte.cs" />
    <Compile Include="System.Runtime.CompilerServices\IsUdtReturn.cs" />
    <Compile Include="System.Runtime.CompilerServices\IsVolatile.cs" />
+   <Compile Include="System.Runtime.CompilerServices\IteratorStateMachineAttribute.cs" />
    <Compile Include="System.Runtime.CompilerServices\LoadHint.cs" />
    <Compile Include="System.Runtime.CompilerServices\MethodCodeType.cs" />
    <Compile Include="System.Runtime.CompilerServices\MethodImplAttribute.cs" />
    <Compile Include="System.Runtime.CompilerServices\SpecialNameAttribute.cs" />
    <Compile Include="System.Runtime.CompilerServices\ScopelessEnumAttribute.cs" />
    <Compile Include="System.Runtime.CompilerServices\SuppressIldasmAttribute.cs" />
+   <Compile Include="System.Runtime.CompilerServices\StateMachineAttribute.cs" />
    <Compile Include="System.Runtime.CompilerServices\StringFreezingAttribute.cs" />
    <Compile Include="System.Runtime.CompilerServices\UnsafeValueTypeAttribute.cs" />
    <Compile Include="System.Runtime.CompilerServices\TaskAwaiter.cs" />
    <Compile Include="System.Collections.Generic\IComparer.cs" />
    <Compile Include="System.Collections.Generic\IEqualityComparer.cs" />
    <Compile Include="System.Collections.Generic\IDictionary.cs" />
+   <Compile Include="System.Collections.Generic\IReadOnlyCollection.cs" />
    <Compile Include="System.Collections.Generic\IReadOnlyList.cs" />
    <Compile Include="System.Collections.Generic\IReadOnlyDictionary.cs" />
    <Compile Include="System.Collections.Generic\KeyValuePair.cs" />
    <Compile Include="System\Converter.cs" />
    <Compile Include="System\Predicate.cs" />
    <Compile Include="System.Collections.Generic\Comparer.cs" />
+   <Compile Include="System.Threading.Tasks\ConcurrentExclusiveSchedulerPair.cs" />
    <Compile Include="System.Threading.Tasks\TaskFactory.cs" />
    <Compile Include="System.Threading.Tasks\TaskFactory_T.cs" />
    <Compile Include="System.Threading.Tasks\TaskStatus.cs" />