Merge pull request #273 from joncham/bug-getpid
[mono.git] / mcs / class / System.Runtime.Remoting / System.Runtime.Remoting-tests-net_2_0.csproj
index 572a66a3c37acb8027d0b3f6c7a25ccb162ab4c5..f9486469abf77ff4f04989e4a11035528c998f8e 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>{482313A1-343C-45DB-BE6C-BDD12C56F2C3}</ProjectGuid>\r
     <OutputType>Library</OutputType>\r
     <NoWarn>1699,618</NoWarn>\r
-    <OutputPath>.\</OutputPath>\r
-    <NoStdLib>true</NoStdLib>\r
+    <OutputPath>bin\Debug\System.Runtime.Remoting-tests-net_2_0</OutputPath>\r
+    <NoStdLib>True</NoStdLib>\r
+    <NoConfig>False</NoConfig>\r
     \r
     <AppDesignerFolder>Properties</AppDesignerFolder>\r
-    <RootNamespace></RootNamespace>\r
+    <RootNamespace>\r
+    </RootNamespace>\r
     <AssemblyName>System.Runtime.Remoting_test_net_2_0</AssemblyName>\r
     <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>\r
     <FileAlignment>512</FileAlignment>\r
@@ -25,7 +27,6 @@
     <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
     <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="Test\System.Runtime.Remoting.Channels.Tcp\TcpChannelTest.cs" />
-   <Compile Include="Test\ServerObject.cs" />
-   <Compile Include="Test\ContextsTest.cs" />
-   <Compile Include="Test\CallSeq.cs" />
-   <Compile Include="Test\ContextHookAttribute.cs" />
-   <Compile Include="Test\BaseCalls.cs" />
-   <Compile Include="Test\SyncCalls.cs" />
-   <Compile Include="Test\AsyncCalls.cs" />
-   <Compile Include="Test\ReflectionCalls.cs" />
-   <Compile Include="Test\DelegateCalls.cs" />
-   <Compile Include="Test\TcpCalls.cs" />
-   <Compile Include="Test\CrossDomainCalls.cs" />
-   <Compile Include="Test\HttpCalls.cs" />
-   <Compile Include="Test\ActivationTests.cs" />
-   <Compile Include="Test\RemotingServicesTest.cs" />
-   <Compile Include="Test\IpcCalls.cs" />
-   <Compile Include="Test\GenericTest.cs" />
-   <Compile Include="Test\IpcChannelTest.cs" />
-   <Compile Include="Test\HttpBugTests.cs" />
-   <Compile Include="Test\HttpServerChannelTests.cs" />
-\r
-  </ItemGroup>\r
+    <Compile Include="Test\ActivationTests.cs" />\r
+    <Compile Include="Test\AsyncCalls.cs" />\r
+    <Compile Include="Test\BaseCalls.cs" />\r
+    <Compile Include="Test\CallSeq.cs" />\r
+    <Compile Include="Test\ContextHookAttribute.cs" />\r
+    <Compile Include="Test\ContextsTest.cs" />\r
+    <Compile Include="Test\CrossDomainCalls.cs" />\r
+    <Compile Include="Test\DelegateCalls.cs" />\r
+    <Compile Include="Test\GenericTest.cs" />\r
+    <Compile Include="Test\HttpBugTests.cs" />\r
+    <Compile Include="Test\HttpCalls.cs" />\r
+    <Compile Include="Test\HttpServerChannelTests.cs" />\r
+    <Compile Include="Test\IpcCalls.cs" />\r
+    <Compile Include="Test\IpcChannelTest.cs" />\r
+    <Compile Include="Test\ReflectionCalls.cs" />\r
+    <Compile Include="Test\RemotingServicesTest.cs" />\r
+    <Compile Include="Test\ServerObject.cs" />\r
+    <Compile Include="Test\SyncCalls.cs" />\r
+    <Compile Include="Test\System.Runtime.Remoting.Channels.Tcp\TcpChannelTest.cs" />\r
+    <Compile Include="Test\TcpCalls.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="./../../class/lib/net_2_0/System.Runtime.Remoting.dll">
-      <SpecificVersion>False</SpecificVersion>
-      <HintPath>./../../class/lib/net_2_0/System.Runtime.Remoting.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="System.Web.dll">
-      <SpecificVersion>False</SpecificVersion>
-      <HintPath>System.Web.dll</HintPath>
-    </Reference>
-    <Reference Include="System.Xml.dll">
-      <SpecificVersion>False</SpecificVersion>
-      <HintPath>System.Xml.dll</HintPath>
-    </Reference>
-    <Reference Include="System.Runtime.Serialization.Formatters.Soap.dll">
-      <SpecificVersion>False</SpecificVersion>
-      <HintPath>System.Runtime.Serialization.Formatters.Soap.dll</HintPath>
-    </Reference>
-    <Reference Include="System.Runtime.Remoting.dll">
-      <SpecificVersion>False</SpecificVersion>
-      <HintPath>System.Runtime.Remoting.dll</HintPath>
-    </Reference>
-    <Reference Include="nunit.framework" />
-\r
+    <Reference Include="..\lib\net_2_0\nunit.framework.dll" />\r
+    <ProjectReference Include="..\corlib\corlib-net_2_0.csproj">\r
+      <Project>{EB7444A6-C3E6-4224-BDB0-63CA3B4F2B87}</Project>\r
+      <Name>corlib\corlib-net_2_0</Name>\r
+    </ProjectReference>\r
+    <ProjectReference Include="..\System.Runtime.Remoting\System.Runtime.Remoting-net_2_0.csproj">\r
+      <Project>{6B643779-A807-456A-85CF-53FC62DE8D4A}</Project>\r
+      <Name>System.Runtime.Remoting\System.Runtime.Remoting-net_2_0</Name>\r
+    </ProjectReference>\r
+    <ProjectReference Include="..\System\System-net_2_0-2.csproj">\r
+      <Project>{79F25FD7-0D76-4526-AF39-1A648649A827}</Project>\r
+      <Name>System\System-net_2_0-2</Name>\r
+    </ProjectReference>\r
+    <ProjectReference Include="..\System.Web\System.Web-net_2_0-1.csproj">\r
+      <Project>{3BAE9384-0A9D-4505-ABED-6D41949763D3}</Project>\r
+      <Name>System.Web\System.Web-net_2_0-1</Name>\r
+    </ProjectReference>\r
+    <ProjectReference Include="..\System.XML\System.Xml-net_2_0-1.csproj">\r
+      <Project>{D9776E38-7673-45F6-BF19-7B77830DF9CA}</Project>\r
+      <Name>System.XML\System.Xml-net_2_0-1</Name>\r
+    </ProjectReference>\r
+    <ProjectReference Include="..\System.Runtime.Serialization.Formatters.Soap\System.Runtime.Serialization.Formatters.Soap-net_2_0.csproj">\r
+      <Project>{85526C39-79CA-40DB-940A-3C83DF30DF85}</Project>\r
+      <Name>System.Runtime.Serialization.Formatters.Soap\System.Runtime.Serialization.Formatters.Soap-net_2_0</Name>\r
+    </ProjectReference>\r
+    <ProjectReference Include="..\System.Runtime.Remoting\System.Runtime.Remoting-net_2_0.csproj">\r
+      <Project>{6B643779-A807-456A-85CF-53FC62DE8D4A}</Project>\r
+      <Name>System.Runtime.Remoting\System.Runtime.Remoting-net_2_0</Name>\r
+    </ProjectReference>\r
   </ItemGroup>\r
   <ItemGroup>\r
     <Folder Include="Properties\" />\r
   </ItemGroup>\r
-  \r
-</Project>\r
-
+</Project>