Update 4.5 bcl solution files
[mono.git] / mcs / class / Mono.C5 / Mono.C5-net_2_0.csproj
index 797f82eadc9a122fbbd469be25fe67067022fa58..4bbcb1c86d5dd46522d5dd095534653fac798fb4 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>{59B4B82A-3EBA-4BFB-991B-4A0171AFDCCE}</ProjectGuid>\r
     <OutputType>Library</OutputType>\r
-    <NoWarn>1699,169</NoWarn>\r
-    <OutputPath>./../../class/lib/net_2_0</OutputPath>\r
-    <NoStdLib>true</NoStdLib>\r
+    <NoWarn>1699,169,219,414,1030,3001,3005,3006</NoWarn>\r
+    <OutputPath>bin\Debug\Mono.C5-net_2_0</OutputPath>\r
+    <NoStdLib>True</NoStdLib>\r
+    <NoConfig>True</NoConfig>\r
     \r
     <AppDesignerFolder>Properties</AppDesignerFolder>\r
-    <RootNamespace></RootNamespace>\r
+    <RootNamespace>\r
+    </RootNamespace>\r
     <AssemblyName>Mono.C5</AssemblyName>\r
     <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>\r
     <FileAlignment>512</FileAlignment>\r
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
     <DebugSymbols>true</DebugSymbols>\r
     <DebugType>full</DebugType>\r
-    <NoWarn>1699,169</NoWarn>\r
+    <NoWarn>1699,169,219,414,1030,3001,3005,3006</NoWarn>\r
     <Optimize>false</Optimize>\r
     <DefineConstants>DEBUG;TRACE;NET_1_1;NET_2_0</DefineConstants>\r
     <ErrorReport>prompt</ErrorReport>\r
     <WarningLevel>4</WarningLevel>\r
-    <AdditionalLibPaths>./../../class/lib/net_2_0</AdditionalLibPaths>\r
   </PropertyGroup>\r
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
     <DebugType>pdbonly</DebugType>\r
-    <NoWarn>1699,169</NoWarn>\r
+    <NoWarn>1699,169,219,414,1030,3001,3005,3006</NoWarn>\r
     <Optimize>true</Optimize>\r
     <DefineConstants>NET_1_1;NET_2_0</DefineConstants>\r
     <ErrorReport>prompt</ErrorReport>\r
     <WarningLevel>4</WarningLevel>\r
-    <AdditionalLibPaths>./../../class/lib/net_2_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="C5\hashing\HashTable.cs" />
-   <Compile Include="C5\hashing\HashBag.cs" />
-   <Compile Include="C5\hashing\HashDictionary.cs" />
-   <Compile Include="C5\trees\RedBlackTreeBag.cs" />
-   <Compile Include="C5\trees\RedBlackTreeDictionary.cs" />
-   <Compile Include="C5\trees\RedBlackTreeSet.cs" />
-   <Compile Include="C5\linkedlists\HashedLinkedList.cs" />
-   <Compile Include="C5\linkedlists\LinkedList.cs" />
-   <Compile Include="C5\heaps\IntervalHeap.cs" />
-   <Compile Include="C5\arrays\HashedArrayList.cs" />
-   <Compile Include="C5\arrays\SortedArray.cs" />
-   <Compile Include="C5\arrays\CircularQueue.cs" />
-   <Compile Include="C5\arrays\ArrayList.cs" />
-   <Compile Include="C5\MappedEnumerators.cs" />
-   <Compile Include="C5\Dictionaries.cs" />
-   <Compile Include="C5\Collections.cs" />
-   <Compile Include="C5\Random.cs" />
-   <Compile Include="C5\Exceptions.cs" />
-   <Compile Include="C5\Interfaces.cs" />
-   <Compile Include="C5\Sorting.cs" />
-   <Compile Include="C5\Attributes.cs" />
-   <Compile Include="C5\Enums.cs" />
-   <Compile Include="C5\AssemblyInfo.cs" />
-   <Compile Include="C5\Hashers.cs" />
-   <Compile Include="C5\Delegates.cs" />
-   <Compile Include="C5\Records.cs" />
-   <Compile Include="C5\WrappedArray.cs" />
-   <Compile Include="C5\Wrappers.cs" />
-   <Compile Include="C5\Events.cs" />
-   <Compile Include="C5\Builtin.cs" />
-   <Compile Include="C5\ViewSupport.cs" />
-   <Compile Include="C5\Comparer.cs" />
-   <Compile Include="C5\Formatting.cs" />
-\r
-  </ItemGroup>\r
+    <Compile Include="C5\arrays\ArrayList.cs" />\r
+    <Compile Include="C5\arrays\CircularQueue.cs" />\r
+    <Compile Include="C5\arrays\HashedArrayList.cs" />\r
+    <Compile Include="C5\arrays\SortedArray.cs" />\r
+    <Compile Include="C5\AssemblyInfo.cs" />\r
+    <Compile Include="C5\Attributes.cs" />\r
+    <Compile Include="C5\Builtin.cs" />\r
+    <Compile Include="C5\Collections.cs" />\r
+    <Compile Include="C5\Comparer.cs" />\r
+    <Compile Include="C5\Delegates.cs" />\r
+    <Compile Include="C5\Dictionaries.cs" />\r
+    <Compile Include="C5\Enums.cs" />\r
+    <Compile Include="C5\Events.cs" />\r
+    <Compile Include="C5\Exceptions.cs" />\r
+    <Compile Include="C5\Formatting.cs" />\r
+    <Compile Include="C5\Hashers.cs" />\r
+    <Compile Include="C5\hashing\HashBag.cs" />\r
+    <Compile Include="C5\hashing\HashDictionary.cs" />\r
+    <Compile Include="C5\hashing\HashTable.cs" />\r
+    <Compile Include="C5\heaps\IntervalHeap.cs" />\r
+    <Compile Include="C5\Interfaces.cs" />\r
+    <Compile Include="C5\linkedlists\HashedLinkedList.cs" />\r
+    <Compile Include="C5\linkedlists\LinkedList.cs" />\r
+    <Compile Include="C5\MappedEnumerators.cs" />\r
+    <Compile Include="C5\Random.cs" />\r
+    <Compile Include="C5\Records.cs" />\r
+    <Compile Include="C5\Sorting.cs" />\r
+    <Compile Include="C5\trees\RedBlackTreeBag.cs" />\r
+    <Compile Include="C5\trees\RedBlackTreeDictionary.cs" />\r
+    <Compile Include="C5\trees\RedBlackTreeSet.cs" />\r
+    <Compile Include="C5\ViewSupport.cs" />\r
+    <Compile Include="C5\WrappedArray.cs" />\r
+    <Compile Include="C5\Wrappers.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_2_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="mscorlib.dll">
-      <SpecificVersion>False</SpecificVersion>
-      <HintPath>mscorlib.dll</HintPath>
-    </Reference>
-    <Reference Include="System.dll">
-      <SpecificVersion>False</SpecificVersion>
-      <HintPath>System.dll</HintPath>
-    </Reference>
-\r
+    <ProjectReference Include="..\corlib\corlib-net_2_0.csproj">\r
+      <Project>{928D664D-8277-47B3-AB06-538D932143FE}</Project>\r
+      <Name>corlib\corlib-net_2_0</Name>\r
+    </ProjectReference>\r
+    <ProjectReference Include="..\System\System-net_2_0-2.csproj">\r
+      <Project>{73E16B85-93E9-44B4-A1AB-FDD7AEB08FB7}</Project>\r
+      <Name>System\System-net_2_0-2</Name>\r
+    </ProjectReference>\r
   </ItemGroup>\r
   <ItemGroup>\r
     <Folder Include="Properties\" />\r
   </ItemGroup>\r
-  \r
-</Project>\r
-
+</Project>