Merge pull request #546 from QuickJack/master
[mono.git] / mcs / class / System.Configuration.Install / System.Configuration.Install-net_4_5.csproj
index 1d907a691829e02a4d41c2fbf67b06523c5cb23f..61e60110aa00fbd8d81d755801b183ff05094e26 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>{742F5EEA-689C-46B3-A452-4FB29665BA6C}</ProjectGuid>\r
     <OutputType>Library</OutputType>\r
     <NoWarn>1699</NoWarn>\r
-    <OutputPath>./../../class/lib/net_4_5</OutputPath>\r
-    <NoStdLib>true</NoStdLib>\r
+    <OutputPath>bin\Debug\System.Configuration.Install-net_4_5</OutputPath>\r
+    <NoStdLib>True</NoStdLib>\r
+    <NoConfig>True</NoConfig>\r
     \r
     <AppDesignerFolder>Properties</AppDesignerFolder>\r
-    <RootNamespace></RootNamespace>\r
+    <RootNamespace>\r
+    </RootNamespace>\r
     <AssemblyName>System.Configuration.Install</AssemblyName>\r
     <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>\r
     <FileAlignment>512</FileAlignment>\r
@@ -25,7 +27,6 @@
     <DefineConstants>DEBUG;TRACE;NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_4_5</DefineConstants>\r
     <ErrorReport>prompt</ErrorReport>\r
     <WarningLevel>4</WarningLevel>\r
-    <AdditionalLibPaths>./../../class/lib/net_4_5</AdditionalLibPaths>\r
   </PropertyGroup>\r
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
     <DebugType>pdbonly</DebugType>\r
     <DefineConstants>NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_4_5</DefineConstants>\r
     <ErrorReport>prompt</ErrorReport>\r
     <WarningLevel>4</WarningLevel>\r
-    <AdditionalLibPaths>./../../class/lib/net_4_5</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="Assembly\AssemblyInfo.cs" />
-   <Compile Include="..\..\build\common\Locale.cs" />
-   <Compile Include="..\..\build\common\Consts.cs" />
-   <Compile Include="System.Configuration.Install\AssemblyInstaller.cs" />
-   <Compile Include="System.Configuration.Install\IManagedInstaller.cs" />
-   <Compile Include="System.Configuration.Install\Installer.cs" />
-   <Compile Include="System.Configuration.Install\InstallException.cs" />
-   <Compile Include="System.Configuration.Install\ComponentInstaller.cs" />
-   <Compile Include="System.Configuration.Install\InstallContext.cs" />
-   <Compile Include="System.Configuration.Install\InstallEventArgs.cs" />
-   <Compile Include="System.Configuration.Install\InstallerCollection.cs" />
-   <Compile Include="System.Configuration.Install\InstallEventHandler.cs" />
-   <Compile Include="System.Configuration.Install\ManagedInstallerClass.cs" />
-   <Compile Include="System.Configuration.Install\TransactedInstaller.cs" />
-   <Compile Include="System.Configuration.Install\UninstallAction.cs" />
-   <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
-   <Compile Include="System.Diagnostics\EventLogInstaller.cs" />
-   <Compile Include="System.Diagnostics\PerformanceCounterInstaller.cs" />
-\r
-  </ItemGroup>\r
+    <Compile Include="..\..\build\common\Consts.cs" />\r
+    <Compile Include="..\..\build\common\Locale.cs" />\r
+    <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />\r
+    <Compile Include="Assembly\AssemblyInfo.cs" />\r
+    <Compile Include="System.Configuration.Install\AssemblyInstaller.cs" />\r
+    <Compile Include="System.Configuration.Install\ComponentInstaller.cs" />\r
+    <Compile Include="System.Configuration.Install\IManagedInstaller.cs" />\r
+    <Compile Include="System.Configuration.Install\InstallContext.cs" />\r
+    <Compile Include="System.Configuration.Install\Installer.cs" />\r
+    <Compile Include="System.Configuration.Install\InstallerCollection.cs" />\r
+    <Compile Include="System.Configuration.Install\InstallEventArgs.cs" />\r
+    <Compile Include="System.Configuration.Install\InstallEventHandler.cs" />\r
+    <Compile Include="System.Configuration.Install\InstallException.cs" />\r
+    <Compile Include="System.Configuration.Install\ManagedInstallerClass.cs" />\r
+    <Compile Include="System.Configuration.Install\TransactedInstaller.cs" />\r
+    <Compile Include="System.Configuration.Install\UninstallAction.cs" />\r
+    <Compile Include="System.Diagnostics\EventLogInstaller.cs" />\r
+    <Compile Include="System.Diagnostics\PerformanceCounterInstaller.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_5\ /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>
-\r
+    <ProjectReference Include="..\corlib\corlib-net_4_5.csproj">\r
+      <Project>{B8D763CB-5541-4DA8-832F-3B6B486B2746}</Project>\r
+      <Name>corlib\corlib-net_4_5</Name>\r
+    </ProjectReference>\r
+    <ProjectReference Include="..\System\System-net_4_5-2.csproj">\r
+      <Project>{17388044-BE4B-4CBE-92D8-5C130414AD84}</Project>\r
+      <Name>System\System-net_4_5-2</Name>\r
+    </ProjectReference>\r
+    <ProjectReference Include="..\System.XML\System.Xml-net_4_5-1.csproj">\r
+      <Project>{AB0D8551-2D53-46F2-A340-789E7B62BF57}</Project>\r
+      <Name>System.XML\System.Xml-net_4_5-1</Name>\r
+    </ProjectReference>\r
   </ItemGroup>\r
   <ItemGroup>\r
     <Folder Include="Properties\" />\r
   </ItemGroup>\r
-  \r
-</Project>\r
-
+</Project>