Merge pull request #1032 from miguelzf/master
[mono.git] / mcs / class / System.Xml.Linq / System.Xml.Linq-tests-net_2_0.csproj
index 1a877483d43c23d8bc75320a83a1bbf067e462e4..2de001c84e6308b721c5d8c7c83d9e144dfb03d7 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>{612BE852-974E-423E-B974-74EDB0E28136}</ProjectGuid>\r
     <OutputType>Library</OutputType>\r
     <NoWarn>1699,1720</NoWarn>\r
-    <OutputPath>.\</OutputPath>\r
-    <NoStdLib>true</NoStdLib>\r
+    <OutputPath>bin\Debug\System.Xml.Linq-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.Xml.Linq_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;NET_3_5</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;NET_3_5</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.Xml.Linq\ExtensionsTest.cs" />
-   <Compile Include="Test\System.Xml.Linq\XAttributeTest.cs" />
-   <Compile Include="Test\System.Xml.Linq\XDocumentTest.cs" />
-   <Compile Include="Test\System.Xml.Linq\XElementTest.cs" />
-   <Compile Include="Test\System.Xml.Linq\XNameTest.cs" />
-   <Compile Include="Test\System.Xml.Linq\XNamespaceTest.cs" />
-   <Compile Include="Test\System.Xml.Linq\XNodeDocumentOrderComparerTest.cs" />
-   <Compile Include="Test\System.Xml.Linq\XNodeEqualityComparerTest.cs" />
-   <Compile Include="Test\System.Xml.Linq\XNodeNavigatorTest.cs" />
-   <Compile Include="Test\System.Xml.Linq\XNodeReaderTest.cs" />
-   <Compile Include="Test\System.Xml.Linq\XNodeWriterTest.cs" />
-   <Compile Include="Test\System.Xml.Linq\XObjectTest.cs" />
-   <Compile Include="Test\System.Xml.Linq\XProcessingInstructionTest.cs" />
-   <Compile Include="Test\System.Xml.Linq\XStreamingElementTest.cs" />
-   <Compile Include="Test\System.Xml.Linq\XTextTest.cs" />
-   <Compile Include="Test\System.Xml.Schema\ExtensionsTest.cs" />
-   <Compile Include="Test\System.Xml.XPath\ExtensionsTest.cs" />
-   <Compile Include="Test\System.Xml.XPath\ExtensionsTest2.cs" />
-   <Compile Include="Test\System.Xml.XPath\ExtensionsTest3.cs" />
-   <Compile Include="Test\System.Xml.XPath\ExtensionsTest4.cs" />
-\r
-  </ItemGroup>\r
+    <Compile Include="Test\System.Xml.Linq\ExtensionsTest.cs" />\r
+    <Compile Include="Test\System.Xml.Linq\XAttributeTest.cs" />\r
+    <Compile Include="Test\System.Xml.Linq\XDocumentTest.cs" />\r
+    <Compile Include="Test\System.Xml.Linq\XElementTest.cs" />\r
+    <Compile Include="Test\System.Xml.Linq\XNamespaceTest.cs" />\r
+    <Compile Include="Test\System.Xml.Linq\XNameTest.cs" />\r
+    <Compile Include="Test\System.Xml.Linq\XNodeDocumentOrderComparerTest.cs" />\r
+    <Compile Include="Test\System.Xml.Linq\XNodeEqualityComparerTest.cs" />\r
+    <Compile Include="Test\System.Xml.Linq\XNodeNavigatorTest.cs" />\r
+    <Compile Include="Test\System.Xml.Linq\XNodeReaderTest.cs" />\r
+    <Compile Include="Test\System.Xml.Linq\XNodeWriterTest.cs" />\r
+    <Compile Include="Test\System.Xml.Linq\XObjectTest.cs" />\r
+    <Compile Include="Test\System.Xml.Linq\XProcessingInstructionTest.cs" />\r
+    <Compile Include="Test\System.Xml.Linq\XStreamingElementTest.cs" />\r
+    <Compile Include="Test\System.Xml.Linq\XTextTest.cs" />\r
+    <Compile Include="Test\System.Xml.Schema\ExtensionsTest.cs" />\r
+    <Compile Include="Test\System.Xml.XPath\ExtensionsTest.cs" />\r
+    <Compile Include="Test\System.Xml.XPath\ExtensionsTest2.cs" />\r
+    <Compile Include="Test\System.Xml.XPath\ExtensionsTest3.cs" />\r
+    <Compile Include="Test\System.Xml.XPath\ExtensionsTest4.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_2_0/System.Xml.Linq.dll">
-      <SpecificVersion>False</SpecificVersion>
-      <HintPath>./../../class/lib/net_2_0/System.Xml.Linq.dll</HintPath>
-    </Reference>
-    <Reference Include="System.dll">
-      <SpecificVersion>False</SpecificVersion>
-      <HintPath>System.dll</HintPath>
-    </Reference>
-    <Reference Include="System.Core.dll">
-      <SpecificVersion>False</SpecificVersion>
-      <HintPath>System.Core.dll</HintPath>
-    </Reference>
-    <Reference Include="System.Xml.dll">
-      <SpecificVersion>False</SpecificVersion>
-      <HintPath>System.Xml.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>{5A00133C-6D08-48F7-A164-8B796CE6DB83}</Project>\r
+      <Name>corlib\corlib-net_2_0</Name>\r
+    </ProjectReference>\r
+    <ProjectReference Include="..\System.Xml.Linq\System.Xml.Linq-net_2_0.csproj">\r
+      <Project>{80B8A117-6BB4-4646-8BE9-863A5C105437}</Project>\r
+      <Name>System.Xml.Linq\System.Xml.Linq-net_2_0</Name>\r
+    </ProjectReference>\r
+    <ProjectReference Include="..\System\System-net_2_0-2.csproj">\r
+      <Project>{1F3B168C-A4D0-44AA-B116-792D8804971F}</Project>\r
+      <Name>System\System-net_2_0-2</Name>\r
+    </ProjectReference>\r
+    <ProjectReference Include="..\System.Core\System.Core-net_2_0.csproj">\r
+      <Project>{FBEC45AD-4493-41EA-9BCC-F3F29A08EB9E}</Project>\r
+      <Name>System.Core\System.Core-net_2_0</Name>\r
+    </ProjectReference>\r
+    <ProjectReference Include="..\System.XML\System.Xml-net_2_0-1.csproj">\r
+      <Project>{080698DE-8AF0-496E-9AD7-58B6C605328A}</Project>\r
+      <Name>System.XML\System.Xml-net_2_0-1</Name>\r
+    </ProjectReference>\r
   </ItemGroup>\r
   <ItemGroup>\r
     <Folder Include="Properties\" />\r
   </ItemGroup>\r
-  \r
 </Project>\r