Refreshed the CSProj files to use the new output build directory
[mono.git] / mcs / class / System.Core / System.Core-tests-net_4_5.csproj
index f530e0a4258f75d94f5f3a9349d5e300bce0f291..c4764d936e82c25918b8796194dbaf7a27bcd465 100644 (file)
@@ -5,14 +5,16 @@
     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
     <ProductVersion>9.0.30729</ProductVersion>\r
     <SchemaVersion>2.0</SchemaVersion>\r
-    <ProjectGuid>{155AEF28-C81F-405D-9072-9D52780E3E70}</ProjectGuid>\r
+    <ProjectGuid>{A4B33044-86DB-4146-8588-1F9400124B85}</ProjectGuid>\r
     <OutputType>Library</OutputType>\r
     <NoWarn>1699,1720</NoWarn>\r
-    <OutputPath>.\</OutputPath>\r
-    <NoStdLib>true</NoStdLib>\r
+    <OutputPath>bin\Debug\System.Core-tests-net_4_5</OutputPath>\r
+    <NoStdLib>True</NoStdLib>\r
+    <NoConfig>False</NoConfig>\r
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>\r
     <AppDesignerFolder>Properties</AppDesignerFolder>\r
-    <RootNamespace></RootNamespace>\r
+    <RootNamespace>\r
+    </RootNamespace>\r
     <AssemblyName>System.Core_test_net_4_5</AssemblyName>\r
     <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>\r
     <FileAlignment>512</FileAlignment>\r
     <DebugType>full</DebugType>\r
     <NoWarn>1699,1720</NoWarn>\r
     <Optimize>false</Optimize>\r
-    <DefineConstants>DEBUG;TRACE;NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_4_5;INSIDE_SYSCORE;LIBC;NET_3_5;CODEPLEX_40</DefineConstants>\r
+    <DefineConstants>DEBUG;TRACE;NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_4_5;INSIDE_SYSCORE;LIBC;NET_3_5;FEATURE_CORE_DLR;FEATURE_REFEMIT;FEATURE_PDBEMIT</DefineConstants>\r
     <ErrorReport>prompt</ErrorReport>\r
     <WarningLevel>4</WarningLevel>\r
-    <AdditionalLibPaths>./../../class/lib/net_4_5</AdditionalLibPaths>\r
   </PropertyGroup>\r
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
     <DebugType>pdbonly</DebugType>\r
     <NoWarn>1699,1720</NoWarn>\r
     <Optimize>true</Optimize>\r
-    <DefineConstants>NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_4_5;INSIDE_SYSCORE;LIBC;NET_3_5;CODEPLEX_40</DefineConstants>\r
+    <DefineConstants>NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_4_5;INSIDE_SYSCORE;LIBC;NET_3_5;FEATURE_CORE_DLR;FEATURE_REFEMIT;FEATURE_PDBEMIT</DefineConstants>\r
     <ErrorReport>prompt</ErrorReport>\r
     <WarningLevel>4</WarningLevel>\r
-    <AdditionalLibPaths>./../../class/lib/net_4_5</AdditionalLibPaths>\r
+  </PropertyGroup>\r
+  <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0, \r
+  Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This\r
+  is a problem to compile the Mono mscorlib.dll -->\r
+  <PropertyGroup>\r
+    <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>\r
   </PropertyGroup>\r
   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
   <ItemGroup>\r
-   <Compile Include="Test\System\TimeZoneInfoTest.cs" />
-   <Compile Include="Test\System\TimeZoneInfo.AdjustmentRuleTest.cs" />
-   <Compile Include="Test\System\TimeZoneInfo.TransitionTimeTest.cs" />
-   <Compile Include="Test\System.Collections.Generic\HashSetTest.cs" />
-   <Compile Include="Test\System.IO.MemoryMappedFiles\MemoryMappedFileTest.cs" />
-   <Compile Include="Test\System.Linq\EnumerableFixture.cs" />
-   <Compile Include="Test\System.Linq\EnumerableTest.cs" />
-   <Compile Include="Test\System.Linq\EnumerableMoreTest.cs" />
-   <Compile Include="Test\System.Linq\EnumerableAsQueryableTest.cs" />
-   <Compile Include="Test\System.Linq\LookupTest.cs" />
-   <Compile Include="Test\System.Linq.Expressions\ExpressionTest.cs" />
-   <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Add.cs" />
-   <Compile Include="Test\System.Linq.Expressions\ExpressionTest_AddChecked.cs" />
-   <Compile Include="Test\System.Linq.Expressions\ExpressionTest_And.cs" />
-   <Compile Include="Test\System.Linq.Expressions\ExpressionTest_AndAlso.cs" />
-   <Compile Include="Test\System.Linq.Expressions\ExpressionTest_ArrayIndex.cs" />
-   <Compile Include="Test\System.Linq.Expressions\ExpressionTest_ArrayLength.cs" />
-   <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Bind.cs" />
-   <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Call.cs" />
-   <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Coalesce.cs" />
-   <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Condition.cs" />
-   <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Constant.cs" />
-   <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Convert.cs" />
-   <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Divide.cs" />
-   <Compile Include="Test\System.Linq.Expressions\ExpressionTest_ElementInit.cs" />
-   <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Equal.cs" />
-   <Compile Include="Test\System.Linq.Expressions\ExpressionTest_ExclusiveOr.cs" />
-   <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Field.cs" />
-   <Compile Include="Test\System.Linq.Expressions\ExpressionTest_GreaterThan.cs" />
-   <Compile Include="Test\System.Linq.Expressions\ExpressionTest_GreaterThanOrEqual.cs" />
-   <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Invoke.cs" />
-   <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Lambda.cs" />
-   <Compile Include="Test\System.Linq.Expressions\ExpressionTest_LessThan.cs" />
-   <Compile Include="Test\System.Linq.Expressions\ExpressionTest_LessThanOrEqual.cs" />
-   <Compile Include="Test\System.Linq.Expressions\ExpressionTest_LeftShift.cs" />
-   <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Lift.cs" />
-   <Compile Include="Test\System.Linq.Expressions\ExpressionTest_ListBind.cs" />
-   <Compile Include="Test\System.Linq.Expressions\ExpressionTest_ListInit.cs" />
-   <Compile Include="Test\System.Linq.Expressions\ExpressionTest_MakeBinary.cs" />
-   <Compile Include="Test\System.Linq.Expressions\ExpressionTest_MemberBind.cs" />
-   <Compile Include="Test\System.Linq.Expressions\ExpressionTest_MemberInit.cs" />
-   <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Modulo.cs" />
-   <Compile Include="Test\System.Linq.Expressions\ExpressionTest_MultiplyChecked.cs" />
-   <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Multiply.cs" />
-   <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Negate.cs" />
-   <Compile Include="Test\System.Linq.Expressions\ExpressionTest_New.cs" />
-   <Compile Include="Test\System.Linq.Expressions\ExpressionTest_NewArrayBounds.cs" />
-   <Compile Include="Test\System.Linq.Expressions\ExpressionTest_NewArrayInit.cs" />
-   <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Not.cs" />
-   <Compile Include="Test\System.Linq.Expressions\ExpressionTest_NotEqual.cs" />
-   <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Or.cs" />
-   <Compile Include="Test\System.Linq.Expressions\ExpressionTest_OrElse.cs" />
-   <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Power.cs" />
-   <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Property.cs" />
-   <Compile Include="Test\System.Linq.Expressions\ExpressionTest_PropertyOrField.cs" />
-   <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Quote.cs" />
-   <Compile Include="Test\System.Linq.Expressions\ExpressionTest_RightShift.cs" />
-   <Compile Include="Test\System.Linq.Expressions\ExpressionTest_SubtractChecked.cs" />
-   <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Subtract.cs" />
-   <Compile Include="Test\System.Linq.Expressions\ExpressionTest_TypeAs.cs" />
-   <Compile Include="Test\System.Linq.Expressions\ExpressionTest_TypeIs.cs" />
-   <Compile Include="Test\System.Linq.Expressions\ExpressionTest_UnaryPlus.cs" />
-   <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Utils.cs" />
-   <Compile Include="Test\System.Threading\ReaderWriterLockSlimTest.cs" />
-   <Compile Include="..\corlib\Test\System.Security.Cryptography\HashAlgorithmTest.cs" />
-   <Compile Include="..\corlib\Test\System.Security.Cryptography\SHA1Test.cs" />
-   <Compile Include="..\corlib\Test\System.Security.Cryptography\SHA256Test.cs" />
-   <Compile Include="..\corlib\Test\System.Security.Cryptography\SHA384Test.cs" />
-   <Compile Include="..\corlib\Test\System.Security.Cryptography\SHA512Test.cs" />
-   <Compile Include="Test\System.Security.Cryptography\CngAlgorithmTest.cs" />
-   <Compile Include="Test\System.Security.Cryptography\CngAlgorithmGroupTest.cs" />
-   <Compile Include="Test\System.Security.Cryptography\MD5CngTest.cs" />
-   <Compile Include="Test\System.Security.Cryptography\SHA1CngTest.cs" />
-   <Compile Include="Test\System.Security.Cryptography\SHA256CngTest.cs" />
-   <Compile Include="Test\System.Security.Cryptography\SHA256CryptoServiceProviderTest.cs" />
-   <Compile Include="Test\System.Security.Cryptography\SHA384CngTest.cs" />
-   <Compile Include="Test\System.Security.Cryptography\SHA384CryptoServiceProviderTest.cs" />
-   <Compile Include="Test\System.Security.Cryptography\SHA512CngTest.cs" />
-   <Compile Include="Test\System.Security.Cryptography\SHA512CryptoServiceProviderTest.cs" />
-   <Compile Include="Test\System.Runtime.CompilerServices\DynamicAttributeTest.cs" />
-   <Compile Include="Test\System.Linq\ParallelEnumerableTests.cs" />
-   <Compile Include="Test\System.Linq\ParallelTestHelper.cs" />
-   <Compile Include="Test\System.Threading.Tasks\TaskExtensionsTests.cs" />
-\r
-  </ItemGroup>\r
+    <Compile Include="..\corlib\Test\System.Security.Cryptography\HashAlgorithmTest.cs" />\r
+    <Compile Include="..\corlib\Test\System.Security.Cryptography\SHA1Test.cs" />\r
+    <Compile Include="..\corlib\Test\System.Security.Cryptography\SHA256Test.cs" />\r
+    <Compile Include="..\corlib\Test\System.Security.Cryptography\SHA384Test.cs" />\r
+    <Compile Include="..\corlib\Test\System.Security.Cryptography\SHA512Test.cs" />\r
+    <Compile Include="Test\System.Collections.Generic\HashSetTest.cs" />\r
+    <Compile Include="Test\System.IO.MemoryMappedFiles\MemoryMappedFileTest.cs" />\r
+    <Compile Include="Test\System.IO.Pipes\PipeSecurityTest.cs" />\r
+    <Compile Include="Test\System.Linq.Expressions\ExpressionTest.cs" />\r
+    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Add.cs" />\r
+    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_AddChecked.cs" />\r
+    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_And.cs" />\r
+    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_AndAlso.cs" />\r
+    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_ArrayIndex.cs" />\r
+    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_ArrayLength.cs" />\r
+    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Bind.cs" />\r
+    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Call.cs" />\r
+    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Coalesce.cs" />\r
+    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Condition.cs" />\r
+    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Constant.cs" />\r
+    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Convert.cs" />\r
+    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Divide.cs" />\r
+    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_ElementInit.cs" />\r
+    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Equal.cs" />\r
+    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_ExclusiveOr.cs" />\r
+    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Field.cs" />\r
+    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_GreaterThan.cs" />\r
+    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_GreaterThanOrEqual.cs" />\r
+    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Invoke.cs" />\r
+    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Lambda.cs" />\r
+    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_LeftShift.cs" />\r
+    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_LessThan.cs" />\r
+    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_LessThanOrEqual.cs" />\r
+    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Lift.cs" />\r
+    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_ListBind.cs" />\r
+    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_ListInit.cs" />\r
+    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_MakeBinary.cs" />\r
+    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_MemberBind.cs" />\r
+    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_MemberInit.cs" />\r
+    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Modulo.cs" />\r
+    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Multiply.cs" />\r
+    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_MultiplyChecked.cs" />\r
+    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Negate.cs" />\r
+    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_New.cs" />\r
+    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_NewArrayBounds.cs" />\r
+    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_NewArrayInit.cs" />\r
+    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Not.cs" />\r
+    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_NotEqual.cs" />\r
+    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Or.cs" />\r
+    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_OrElse.cs" />\r
+    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Power.cs" />\r
+    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Property.cs" />\r
+    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_PropertyOrField.cs" />\r
+    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Quote.cs" />\r
+    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_RightShift.cs" />\r
+    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Subtract.cs" />\r
+    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_SubtractChecked.cs" />\r
+    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_TypeAs.cs" />\r
+    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_TypeIs.cs" />\r
+    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_UnaryPlus.cs" />\r
+    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Utils.cs" />\r
+    <Compile Include="Test\System.Linq\EnumerableAsQueryableTest.cs" />\r
+    <Compile Include="Test\System.Linq\EnumerableFixture.cs" />\r
+    <Compile Include="Test\System.Linq\EnumerableMoreTest.cs" />\r
+    <Compile Include="Test\System.Linq\EnumerableTest.cs" />\r
+    <Compile Include="Test\System.Linq\LookupTest.cs" />\r
+    <Compile Include="Test\System.Linq\ParallelEnumerableTests.cs" />\r
+    <Compile Include="Test\System.Linq\ParallelTestHelper.cs" />\r
+    <Compile Include="Test\System.Runtime.CompilerServices\DynamicAttributeTest.cs" />\r
+    <Compile Include="Test\System.Security.Cryptography\AesCryptoServiceProviderTest.cs" />\r
+    <Compile Include="Test\System.Security.Cryptography\AesManagedTest.cs" />\r
+    <Compile Include="Test\System.Security.Cryptography\CngAlgorithmGroupTest.cs" />\r
+    <Compile Include="Test\System.Security.Cryptography\CngAlgorithmTest.cs" />\r
+    <Compile Include="Test\System.Security.Cryptography\MD5CngTest.cs" />\r
+    <Compile Include="Test\System.Security.Cryptography\SHA1CngTest.cs" />\r
+    <Compile Include="Test\System.Security.Cryptography\SHA256CngTest.cs" />\r
+    <Compile Include="Test\System.Security.Cryptography\SHA256CryptoServiceProviderTest.cs" />\r
+    <Compile Include="Test\System.Security.Cryptography\SHA384CngTest.cs" />\r
+    <Compile Include="Test\System.Security.Cryptography\SHA384CryptoServiceProviderTest.cs" />\r
+    <Compile Include="Test\System.Security.Cryptography\SHA512CngTest.cs" />\r
+    <Compile Include="Test\System.Security.Cryptography\SHA512CryptoServiceProviderTest.cs" />\r
+    <Compile Include="Test\System.Threading.Tasks\TaskExtensionsTests.cs" />\r
+    <Compile Include="Test\System.Threading\ReaderWriterLockSlimTest.cs" />\r
+    <Compile Include="Test\System\TimeZoneInfo.AdjustmentRuleTest.cs" />\r
+    <Compile Include="Test\System\TimeZoneInfo.TransitionTimeTest.cs" />\r
+    <Compile Include="Test\System\TimeZoneInfoTest.cs" />\r  </ItemGroup>\r
   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
        Other similar extension points exist, see Microsoft.Common.targets.\r
   <Target Name="BeforeBuild">\r
   </Target>\r
   -->\r
   <PropertyGroup>\r
-    <PreBuildEvent></PreBuildEvent>\r
+    <PreBuildEvent>\r
+\r
+    </PreBuildEvent>\r
+    <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
+
+    </PostBuildEvent>
+    <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
+
+    </PostBuildEvent>\r
   </PropertyGroup>\r
   <ItemGroup>\r
-        <Reference Include="mscorlib.dll">
-      <SpecificVersion>False</SpecificVersion>
-      <HintPath>mscorlib.dll</HintPath>
-    </Reference>
-    <Reference Include="./../../class/lib/net_4_5/System.Core.dll">
-      <SpecificVersion>False</SpecificVersion>
-      <HintPath>./../../class/lib/net_4_5/System.Core.dll</HintPath>
-    </Reference>
-    <Reference Include="mscorlib.dll">
-      <SpecificVersion>False</SpecificVersion>
-      <HintPath>mscorlib.dll</HintPath>
-    </Reference>
-    <Reference Include="System.dll">
-      <SpecificVersion>False</SpecificVersion>
-      <HintPath>System.dll</HintPath>
-    </Reference>
-    <Reference Include="Mono.Posix.dll">
-      <SpecificVersion>False</SpecificVersion>
-      <HintPath>Mono.Posix.dll</HintPath>
-    </Reference>
-    <Reference Include="nunit.framework" />
-\r
+    <Reference Include="..\lib\net_4_5\nunit.framework.dll" />\r
+    <ProjectReference Include="..\corlib\corlib-net_4_5.csproj">\r
+      <Project>{33BF0182-AC5C-464C-995B-C9CFE74E1A95}</Project>\r
+      <Name>corlib\corlib-net_4_5</Name>\r
+    </ProjectReference>\r
+    <ProjectReference Include="..\System.Core\System.Core-net_4_5.csproj">\r
+      <Project>{D92530F4-3F2B-4351-BD21-9D6BEE6D2A4E}</Project>\r
+      <Name>System.Core\System.Core-net_4_5</Name>\r
+    </ProjectReference>\r
+    <ProjectReference Include="..\System\System-net_4_5.csproj">\r
+      <Project>{FFAC0B73-D997-493B-9C62-27656CD858BB}</Project>\r
+      <Name>System\System-net_4_5</Name>\r
+    </ProjectReference>\r
+    <ProjectReference Include="..\Mono.Posix\Mono.Posix-net_4_5.csproj">\r
+      <Project>{85A9B29B-58FF-4FBE-8998-B0A89AC22880}</Project>\r
+      <Name>Mono.Posix\Mono.Posix-net_4_5</Name>\r
+    </ProjectReference>\r
   </ItemGroup>\r
   <ItemGroup>\r
     <Folder Include="Properties\" />\r
   </ItemGroup>\r
-  \r
 </Project>\r