System.ServiceProcess-net_2_0.csproj 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" 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,618</NoWarn>
  11. <OutputPath>./../../class/lib/net_2_0</OutputPath>
  12. <NoStdLib>true</NoStdLib>
  13. <AppDesignerFolder>Properties</AppDesignerFolder>
  14. <RootNamespace></RootNamespace>
  15. <AssemblyName>System.ServiceProcess</AssemblyName>
  16. <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
  17. <FileAlignment>512</FileAlignment>
  18. </PropertyGroup>
  19. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  20. <DebugSymbols>true</DebugSymbols>
  21. <DebugType>full</DebugType>
  22. <NoWarn>1699,618</NoWarn>
  23. <Optimize>false</Optimize>
  24. <DefineConstants>DEBUG;TRACE;NET_1_1;NET_2_0</DefineConstants>
  25. <ErrorReport>prompt</ErrorReport>
  26. <WarningLevel>4</WarningLevel>
  27. <AdditionalLibPaths>./../../class/lib/net_2_0</AdditionalLibPaths>
  28. </PropertyGroup>
  29. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  30. <DebugType>pdbonly</DebugType>
  31. <NoWarn>1699,618</NoWarn>
  32. <Optimize>true</Optimize>
  33. <DefineConstants>NET_1_1;NET_2_0</DefineConstants>
  34. <ErrorReport>prompt</ErrorReport>
  35. <WarningLevel>4</WarningLevel>
  36. <AdditionalLibPaths>./../../class/lib/net_2_0</AdditionalLibPaths>
  37. </PropertyGroup>
  38. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  39. <ItemGroup>
  40. <Compile Include="Assembly\AssemblyInfo.cs" />
  41. <Compile Include="..\..\build\common\Consts.cs" />
  42. <Compile Include="..\..\build\common\Locale.cs" />
  43. <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
  44. <Compile Include="System.ServiceProcess\PowerBroadcastStatus.cs" />
  45. <Compile Include="System.ServiceProcess\ServiceAccount.cs" />
  46. <Compile Include="System.ServiceProcess\ServiceController.cs" />
  47. <Compile Include="System.ServiceProcess\ServiceControllerImpl.cs" />
  48. <Compile Include="System.ServiceProcess\ServiceControllerPermissionAccess.cs" />
  49. <Compile Include="System.ServiceProcess\ServiceControllerStatus.cs" />
  50. <Compile Include="System.ServiceProcess\ServiceInstaller.cs" />
  51. <Compile Include="System.ServiceProcess\ServiceProcessInstaller.cs" />
  52. <Compile Include="System.ServiceProcess\ServiceStartMode.cs" />
  53. <Compile Include="System.ServiceProcess\ServiceType.cs" />
  54. <Compile Include="System.ServiceProcess\ServiceBase.cs" />
  55. <Compile Include="System.ServiceProcess\TimeoutException.cs" />
  56. <Compile Include="System.ServiceProcess\ServiceProcessDescriptionAttribute.cs" />
  57. <Compile Include="System.ServiceProcess\ServiceControllerPermission.cs" />
  58. <Compile Include="System.ServiceProcess\ServiceControllerPermissionAttribute.cs" />
  59. <Compile Include="System.ServiceProcess\ServiceControllerPermissionEntry.cs" />
  60. <Compile Include="System.ServiceProcess\ServiceControllerPermissionEntryCollection.cs" />
  61. <Compile Include="System.ServiceProcess\SessionChangeDescription.cs" />
  62. <Compile Include="System.ServiceProcess\SessionChangeReason.cs" />
  63. <Compile Include="System.ServiceProcess\UnixServiceController.cs" />
  64. <Compile Include="System.ServiceProcess\Win32ServiceController.cs" />
  65. <Compile Include="System.ServiceProcess.Design\ServiceInstallerDialog.cs" />
  66. <Compile Include="System.ServiceProcess.Design\ServiceInstallerDialogResult.cs" />
  67. <Compile Include="System.ServiceProcess.Design\ServiceNameConverter.cs" />
  68. </ItemGroup>
  69. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  70. Other similar extension points exist, see Microsoft.Common.targets.
  71. <Target Name="BeforeBuild">
  72. </Target>
  73. <Target Name="AfterBuild">
  74. </Target>
  75. -->
  76. <PropertyGroup>
  77. <PreBuildEvent></PreBuildEvent>
  78. </PropertyGroup>
  79. <ItemGroup>
  80. <Reference Include="mscorlib.dll">
  81. <SpecificVersion>False</SpecificVersion>
  82. <HintPath>mscorlib.dll</HintPath>
  83. </Reference>
  84. <Reference Include="System.dll">
  85. <SpecificVersion>False</SpecificVersion>
  86. <HintPath>System.dll</HintPath>
  87. </Reference>
  88. <Reference Include="System.Configuration.Install.dll">
  89. <SpecificVersion>False</SpecificVersion>
  90. <HintPath>System.Configuration.Install.dll</HintPath>
  91. </Reference>
  92. <Reference Include="System.Windows.Forms.dll">
  93. <SpecificVersion>False</SpecificVersion>
  94. <HintPath>System.Windows.Forms.dll</HintPath>
  95. </Reference>
  96. </ItemGroup>
  97. <ItemGroup>
  98. <Folder Include="Properties\" />
  99. </ItemGroup>
  100. </Project>