Add [Category ("NotWorking")] to failing test.
[mono.git] / mcs / class / Moonlight.Build.Tasks / Moonlight.Build.Tasks-net_2_0.csproj
index a0bacad7090601d85e5e8a996ed8785c6c3c2d45..2c390895e7da0163b1208891537d73327897bc03 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>{A397D71E-CB6B-4442-91BC-4F1C801584C1}</ProjectGuid>\r
     <OutputType>Library</OutputType>\r
     <NoWarn>1699</NoWarn>\r
-    <OutputPath>./../../class/lib/net_2_0</OutputPath>\r
-    <NoStdLib>true</NoStdLib>\r
+    <OutputPath>bin\Debug\Moonlight.Build.Tasks-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>Moonlight.Build.Tasks</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="Moonlight.Build.Tasks\GenerateXap.cs" />
-   <Compile Include="Moonlight.Build.Tasks\XamlG.cs" />
-   <Compile Include="Moonlight.Build.Tasks\GetMoonlightFrameworkPath.cs" />
-   <Compile Include="Moonlight.Build.Tasks\GenerateMoonlightManifest.cs" />
-   <Compile Include="Moonlight.Build.Tasks\CreateTestPage.cs" />
-   <Compile Include="Moonlight.Build.Tasks\Respack.cs" />
-\r
-  </ItemGroup>\r
+    <Compile Include="Moonlight.Build.Tasks\CreateTestPage.cs" />\r
+    <Compile Include="Moonlight.Build.Tasks\GenerateMoonlightManifest.cs" />\r
+    <Compile Include="Moonlight.Build.Tasks\GenerateXap.cs" />\r
+    <Compile Include="Moonlight.Build.Tasks\GetMoonlightFrameworkPath.cs" />\r
+    <Compile Include="Moonlight.Build.Tasks\Respack.cs" />\r
+    <Compile Include="Moonlight.Build.Tasks\XamlG.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>
-    <Reference Include="System.Xml.dll">
-      <SpecificVersion>False</SpecificVersion>
-      <HintPath>System.Xml.dll</HintPath>
-    </Reference>
-    <Reference Include="Microsoft.Build.Engine.dll">
-      <SpecificVersion>False</SpecificVersion>
-      <HintPath>Microsoft.Build.Engine.dll</HintPath>
-    </Reference>
-    <Reference Include="Microsoft.Build.Framework.dll">
-      <SpecificVersion>False</SpecificVersion>
-      <HintPath>Microsoft.Build.Framework.dll</HintPath>
-    </Reference>
-    <Reference Include="Microsoft.Build.Utilities.dll">
-      <SpecificVersion>False</SpecificVersion>
-      <HintPath>Microsoft.Build.Utilities.dll</HintPath>
-    </Reference>
-    <Reference Include="Microsoft.Build.Tasks.dll">
-      <SpecificVersion>False</SpecificVersion>
-      <HintPath>Microsoft.Build.Tasks.dll</HintPath>
-    </Reference>
-    <Reference Include="ICSharpCode.SharpZipLib.dll">
-      <SpecificVersion>False</SpecificVersion>
-      <HintPath>ICSharpCode.SharpZipLib.dll</HintPath>
-    </Reference>
-\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\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.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="..\Microsoft.Build.Engine\Microsoft.Build.Engine-net_2_0.csproj">\r
+      <Project>{E8E948B8-6DCF-48F2-A6BC-04309AED8740}</Project>\r
+      <Name>Microsoft.Build.Engine\Microsoft.Build.Engine-net_2_0</Name>\r
+    </ProjectReference>\r
+    <ProjectReference Include="..\Microsoft.Build.Framework\Microsoft.Build.Framework-net_2_0.csproj">\r
+      <Project>{AB5EDD8C-84A4-4F96-80EE-1B6F3A86785B}</Project>\r
+      <Name>Microsoft.Build.Framework\Microsoft.Build.Framework-net_2_0</Name>\r
+    </ProjectReference>\r
+    <ProjectReference Include="..\Microsoft.Build.Utilities\Microsoft.Build.Utilities-net_2_0.csproj">\r
+      <Project>{4AC4EDEE-4895-4CF9-84DF-9419E6980F38}</Project>\r
+      <Name>Microsoft.Build.Utilities\Microsoft.Build.Utilities-net_2_0</Name>\r
+    </ProjectReference>\r
+    <ProjectReference Include="..\Microsoft.Build.Tasks\Microsoft.Build.Tasks-net_2_0.csproj">\r
+      <Project>{3DD52713-DB38-4D0D-8692-650B8821B047}</Project>\r
+      <Name>Microsoft.Build.Tasks\Microsoft.Build.Tasks-net_2_0</Name>\r
+    </ProjectReference>\r
+    <ProjectReference Include="..\ICSharpCode.SharpZipLib\ICSharpCode.SharpZipLib-net_2_0.csproj">\r
+      <Project>{065A843F-C16B-4F2E-9560-69440147EDB2}</Project>\r
+      <Name>ICSharpCode.SharpZipLib\ICSharpCode.SharpZipLib-net_2_0</Name>\r
+    </ProjectReference>\r
   </ItemGroup>\r
   <ItemGroup>\r
     <Folder Include="Properties\" />\r
   </ItemGroup>\r
-    <ItemGroup>
-    <EmbeddedResource Include="Moonlight.Build.Tasks/PreviewTemplate.html">
-       <LogicalName>PreviewTemplate.html</LogicalName>
-    </EmbeddedResource>
-  </ItemGroup>
-\r
-</Project>\r
-
+  <ItemGroup>\r
+    <EmbeddedResource Include="Moonlight.Build.Tasks/PreviewTemplate.html">\r
+      <LogicalName>PreviewTemplate.html</LogicalName>\r
+    </EmbeddedResource>\r
+  </ItemGroup>\r
+</Project>