System.Configuration.Install-net_4_5.csproj 4.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>9.0.30729</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{155AEF28-C81F-405D-9072-9D52780E3E70}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <NoWarn>1699</NoWarn>
  11. <OutputPath>./../../class/lib/net_4_5</OutputPath>
  12. <DefineConstants>NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_4_5</DefineConstants>
  13. <NoStdLib>true</NoStdLib>
  14. <AppDesignerFolder>Properties</AppDesignerFolder>
  15. <RootNamespace>mscorlib</RootNamespace>
  16. <AssemblyName>System.Configuration.Install</AssemblyName>
  17. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  18. <FileAlignment>512</FileAlignment>
  19. <StartupObject>
  20. </StartupObject>
  21. </PropertyGroup>
  22. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  23. <DebugSymbols>true</DebugSymbols>
  24. <DebugType>full</DebugType>
  25. <NoWarn>1699</NoWarn>
  26. <Optimize>true</Optimize>
  27. <DefineConstants>NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_4_5</DefineConstants>
  28. <ErrorReport>prompt</ErrorReport>
  29. <WarningLevel>4</WarningLevel>
  30. <AdditionalLibPaths>./../../class/lib/net_4_5</AdditionalLibPaths>
  31. </PropertyGroup>
  32. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  33. <DebugType>pdbonly</DebugType>
  34. <NoWarn>1699</NoWarn>
  35. <Optimize>true</Optimize>
  36. <DefineConstants>NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_4_5</DefineConstants>
  37. <ErrorReport>prompt</ErrorReport>
  38. <WarningLevel>4</WarningLevel>
  39. <AdditionalLibPaths>./../../class/lib/net_4_5</AdditionalLibPaths>
  40. </PropertyGroup>
  41. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  42. <ItemGroup>
  43. <Compile Include="Assembly\AssemblyInfo.cs" />
  44. <Compile Include="..\..\build\common\Locale.cs" />
  45. <Compile Include="..\..\build\common\Consts.cs" />
  46. <Compile Include="System.Configuration.Install\AssemblyInstaller.cs" />
  47. <Compile Include="System.Configuration.Install\IManagedInstaller.cs" />
  48. <Compile Include="System.Configuration.Install\Installer.cs" />
  49. <Compile Include="System.Configuration.Install\InstallException.cs" />
  50. <Compile Include="System.Configuration.Install\ComponentInstaller.cs" />
  51. <Compile Include="System.Configuration.Install\InstallContext.cs" />
  52. <Compile Include="System.Configuration.Install\InstallEventArgs.cs" />
  53. <Compile Include="System.Configuration.Install\InstallerCollection.cs" />
  54. <Compile Include="System.Configuration.Install\InstallEventHandler.cs" />
  55. <Compile Include="System.Configuration.Install\ManagedInstallerClass.cs" />
  56. <Compile Include="System.Configuration.Install\TransactedInstaller.cs" />
  57. <Compile Include="System.Configuration.Install\UninstallAction.cs" />
  58. <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
  59. <Compile Include="System.Diagnostics\EventLogInstaller.cs" />
  60. <Compile Include="System.Diagnostics\PerformanceCounterInstaller.cs" />
  61. </ItemGroup>
  62. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  63. Other similar extension points exist, see Microsoft.Common.targets.
  64. <Target Name="BeforeBuild">
  65. </Target>
  66. <Target Name="AfterBuild">
  67. </Target>
  68. -->
  69. <PropertyGroup>
  70. <PreBuildEvent></PreBuildEvent>
  71. </PropertyGroup>
  72. <ItemGroup>
  73. <Reference Include="mscorlib.dll">
  74. <SpecificVersion>False</SpecificVersion>
  75. <HintPath>..\\lib\build\mscorlib.dll</HintPath>
  76. </Reference>
  77. <Reference Include="mscorlib.dll">
  78. <SpecificVersion>False</SpecificVersion>
  79. <HintPath>..\\lib\build\mscorlib.dll</HintPath>
  80. </Reference>
  81. <Reference Include="System.dll">
  82. <SpecificVersion>False</SpecificVersion>
  83. <HintPath>..\\lib\build\System.dll</HintPath>
  84. </Reference>
  85. <Reference Include="System.Xml.dll">
  86. <SpecificVersion>False</SpecificVersion>
  87. <HintPath>..\\lib\build\System.Xml.dll</HintPath>
  88. </Reference>
  89. </ItemGroup>
  90. <ItemGroup>
  91. <Folder Include="Properties\" />
  92. </ItemGroup>
  93. </Project>