[Performance] BigInteger: cast to double and float
[mono.git] / mcs / class / Mono.C5 / Mono.C5-tests-net_4_0.csproj
index 0b99c55c92799c1dd4c44cab54ee93e5c4bfc4aa..b5f428914155f26821fb87f70b7585ec34a2ed39 100644 (file)
@@ -5,22 +5,21 @@
     <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>{4C1A33B0-27C6-4149-99AB-152ED2F86C5C}</ProjectGuid>\r
     <OutputType>Library</OutputType>\r
     <NoWarn>1699,169,219,414,1030,3001,3005,3006,618,219,169</NoWarn>\r
-    <OutputPath>.\</OutputPath>\r
-    <NoStdLib>true</NoStdLib>\r
+    <OutputPath>bin\Debug\Mono.C5-tests-net_4_0</OutputPath>\r
+    <NoStdLib>True</NoStdLib>\r
+    <NoConfig>False</NoConfig>\r
     \r
     <AppDesignerFolder>Properties</AppDesignerFolder>\r
-    <RootNamespace></RootNamespace>\r
+    <RootNamespace>\r
+    </RootNamespace>\r
     <AssemblyName>Mono.C5_test_net_4_0</AssemblyName>\r
     <TargetFrameworkVersion>v4.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>1699,169,219,414,1030,3001,3005,3006,618,219,169</NoWarn>\r
     <DefineConstants>DEBUG;TRACE;NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0</DefineConstants>\r
     <ErrorReport>prompt</ErrorReport>\r
     <WarningLevel>4</WarningLevel>\r
-    <AdditionalLibPaths>./../../class/lib/net_4_0</AdditionalLibPaths>\r
   </PropertyGroup>\r
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
-    <PlatformTarget>AnyCPU</PlatformTarget>  \r
     <DebugType>pdbonly</DebugType>\r
     <NoWarn>1699,169,219,414,1030,3001,3005,3006,618,219,169</NoWarn>\r
     <Optimize>true</Optimize>\r
     <DefineConstants>NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0</DefineConstants>\r
     <ErrorReport>prompt</ErrorReport>\r
     <WarningLevel>4</WarningLevel>\r
-    <AdditionalLibPaths>./../../class/lib/net_4_0</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\heaps\HeapTests.cs" />
-   <Compile Include="Test\arrays\HashedArrayListTest.cs" />
-   <Compile Include="Test\arrays\SortedArrayTests.cs" />
-   <Compile Include="Test\arrays\CircularQueueTest.cs" />
-   <Compile Include="Test\arrays\ArrayListTest.cs" />
-   <Compile Include="Test\hashing\HashDictionaryTests.cs" />
-   <Compile Include="Test\hashing\HashTableTests.cs" />
-   <Compile Include="Test\hashing\HashBagTests.cs" />
-   <Compile Include="Test\trees\Dictionary.cs" />
-   <Compile Include="Test\trees\Bag.cs" />
-   <Compile Include="Test\trees\RedBlackTreeSetTests.cs" />
-   <Compile Include="Test\linkedlists\HashedLinkedListTest.cs" />
-   <Compile Include="Test\linkedlists\LinkedListTest.cs" />
-   <Compile Include="Test\templates\Events.cs" />
-   <Compile Include="Test\templates\List.cs" />
-   <Compile Include="Test\templates\Clone.cs" />
-   <Compile Include="Test\templates\GenericCollectionTester.cs" />
-   <Compile Include="Test\SupportClasses.cs" />
-   <Compile Include="Test\AssemblyInfo.cs" />
-   <Compile Include="Test\BasesTest.cs" />
-   <Compile Include="Test\InterfacesTest.cs" />
-   <Compile Include="Test\Records.cs" />
-   <Compile Include="Test\WrappersTest.cs" />
-   <Compile Include="Test\Sorting.cs" />
-\r
-  </ItemGroup>\r
+    <Compile Include="Test\arrays\ArrayListTest.cs" />\r
+    <Compile Include="Test\arrays\CircularQueueTest.cs" />\r
+    <Compile Include="Test\arrays\HashedArrayListTest.cs" />\r
+    <Compile Include="Test\arrays\SortedArrayTests.cs" />\r
+    <Compile Include="Test\AssemblyInfo.cs" />\r
+    <Compile Include="Test\BasesTest.cs" />\r
+    <Compile Include="Test\hashing\HashBagTests.cs" />\r
+    <Compile Include="Test\hashing\HashDictionaryTests.cs" />\r
+    <Compile Include="Test\hashing\HashTableTests.cs" />\r
+    <Compile Include="Test\heaps\HeapTests.cs" />\r
+    <Compile Include="Test\InterfacesTest.cs" />\r
+    <Compile Include="Test\linkedlists\HashedLinkedListTest.cs" />\r
+    <Compile Include="Test\linkedlists\LinkedListTest.cs" />\r
+    <Compile Include="Test\Records.cs" />\r
+    <Compile Include="Test\Sorting.cs" />\r
+    <Compile Include="Test\SupportClasses.cs" />\r
+    <Compile Include="Test\templates\Clone.cs" />\r
+    <Compile Include="Test\templates\Events.cs" />\r
+    <Compile Include="Test\templates\GenericCollectionTester.cs" />\r
+    <Compile Include="Test\templates\List.cs" />\r
+    <Compile Include="Test\trees\Bag.cs" />\r
+    <Compile Include="Test\trees\Dictionary.cs" />\r
+    <Compile Include="Test\trees\RedBlackTreeSetTests.cs" />\r
+    <Compile Include="Test\WrappersTest.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>\r
+      xcopy $(TargetName).* $(ProjectDir)..\lib\net_4_0\ /Y /R /D\r
+  </PostBuildEvent>\r
   </PropertyGroup>\r
   <ItemGroup>\r
-    <Reference Include="mscorlib.dll">
-      <SpecificVersion>False</SpecificVersion>
-      <HintPath>mscorlib.dll</HintPath>
-    </Reference>
-    <Reference Include="./../../class/lib/net_4_0/Mono.C5.dll">
-      <SpecificVersion>False</SpecificVersion>
-      <HintPath>./../../class/lib/net_4_0/Mono.C5.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="nunit.framework" />
-\r
+    <Reference Include="..\lib\net_4_0\nunit.framework.dll" />\r
+    <ProjectReference Include="..\corlib\corlib-net_4_0.csproj">\r
+      <Project>{3874F10B-9AE4-4A7E-873B-42FFDCE80CB7}</Project>\r
+      <Name>corlib\corlib-net_4_0</Name>\r
+    </ProjectReference>\r
+    <ProjectReference Include="..\Mono.C5\Mono.C5-net_4_0.csproj">\r
+      <Project>{1A42D692-D4F1-43D1-AA6C-FE67B44876E8}</Project>\r
+      <Name>Mono.C5\Mono.C5-net_4_0</Name>\r
+    </ProjectReference>\r
+    <ProjectReference Include="..\System\System-net_4_0-2.csproj">\r
+      <Project>{8260E24F-1471-4320-AB5B-7CC7B68521E3}</Project>\r
+      <Name>System\System-net_4_0-2</Name>\r
+    </ProjectReference>\r
   </ItemGroup>\r
   <ItemGroup>\r
     <Folder Include="Properties\" />\r
   </ItemGroup>\r
-  \r
-</Project>\r
-
+</Project>