System.ServiceProcess-tests-net_4_0.csproj 3.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  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>.\</OutputPath>
  12. <NoStdLib>true</NoStdLib>
  13. <AppDesignerFolder>Properties</AppDesignerFolder>
  14. <RootNamespace></RootNamespace>
  15. <AssemblyName>System.ServiceProcess_test_net_4_0</AssemblyName>
  16. <TargetFrameworkVersion>v4.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;NET_3_0;NET_3_5;NET_4_0</DefineConstants>
  25. <ErrorReport>prompt</ErrorReport>
  26. <WarningLevel>4</WarningLevel>
  27. <AdditionalLibPaths>./../../class/lib/net_4_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;NET_3_0;NET_3_5;NET_4_0</DefineConstants>
  34. <ErrorReport>prompt</ErrorReport>
  35. <WarningLevel>4</WarningLevel>
  36. <AdditionalLibPaths>./../../class/lib/net_4_0</AdditionalLibPaths>
  37. </PropertyGroup>
  38. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  39. <ItemGroup>
  40. <Compile Include="Test\System.ServiceProcess\ServiceControllerTest.cs" />
  41. <Compile Include="Test\System.ServiceProcess\ServiceControllerPermissionAttributeTest.cs" />
  42. <Compile Include="Test\System.ServiceProcess\ServiceControllerPermissionTest.cs" />
  43. </ItemGroup>
  44. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  45. Other similar extension points exist, see Microsoft.Common.targets.
  46. <Target Name="BeforeBuild">
  47. </Target>
  48. <Target Name="AfterBuild">
  49. </Target>
  50. -->
  51. <PropertyGroup>
  52. <PreBuildEvent></PreBuildEvent>
  53. </PropertyGroup>
  54. <ItemGroup>
  55. <Reference Include="mscorlib.dll">
  56. <SpecificVersion>False</SpecificVersion>
  57. <HintPath>mscorlib.dll</HintPath>
  58. </Reference>
  59. <Reference Include="./../../class/lib/net_4_0/System.ServiceProcess.dll">
  60. <SpecificVersion>False</SpecificVersion>
  61. <HintPath>./../../class/lib/net_4_0/System.ServiceProcess.dll</HintPath>
  62. </Reference>
  63. <Reference Include="System.dll">
  64. <SpecificVersion>False</SpecificVersion>
  65. <HintPath>System.dll</HintPath>
  66. </Reference>
  67. <Reference Include="System.Configuration.Install.dll">
  68. <SpecificVersion>False</SpecificVersion>
  69. <HintPath>System.Configuration.Install.dll</HintPath>
  70. </Reference>
  71. <Reference Include="System.Windows.Forms.dll">
  72. <SpecificVersion>False</SpecificVersion>
  73. <HintPath>System.Windows.Forms.dll</HintPath>
  74. </Reference>
  75. <Reference Include="nunit.framework" />
  76. </ItemGroup>
  77. <ItemGroup>
  78. <Folder Include="Properties\" />
  79. </ItemGroup>
  80. </Project>