ServiceManager.csproj 3.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectType>Local</ProjectType>
  4. <ProductVersion>8.0.50727</ProductVersion>
  5. <SchemaVersion>2.0</SchemaVersion>
  6. <ProjectGuid>{E141F4EE-0000-0000-0000-000000000000}</ProjectGuid>
  7. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  8. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  9. <ApplicationIcon>
  10. </ApplicationIcon>
  11. <AssemblyKeyContainerName>
  12. </AssemblyKeyContainerName>
  13. <AssemblyName>ServiceManager</AssemblyName>
  14. <DefaultClientScript>JScript</DefaultClientScript>
  15. <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
  16. <DefaultTargetSchema>IE50</DefaultTargetSchema>
  17. <DelaySign>false</DelaySign>
  18. <OutputType>Exe</OutputType>
  19. <AppDesignerFolder>
  20. </AppDesignerFolder>
  21. <RootNamespace>ServiceManager</RootNamespace>
  22. <StartupObject>
  23. </StartupObject>
  24. <FileUpgradeFlags>
  25. </FileUpgradeFlags>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  28. <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
  29. <BaseAddress>285212672</BaseAddress>
  30. <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
  31. <ConfigurationOverrideFile>
  32. </ConfigurationOverrideFile>
  33. <DefineConstants>TRACE;DEBUG</DefineConstants>
  34. <DocumentationFile>
  35. </DocumentationFile>
  36. <DebugSymbols>True</DebugSymbols>
  37. <FileAlignment>4096</FileAlignment>
  38. <Optimize>False</Optimize>
  39. <OutputPath>..\..\bin\</OutputPath>
  40. <RegisterForComInterop>False</RegisterForComInterop>
  41. <RemoveIntegerChecks>False</RemoveIntegerChecks>
  42. <TreatWarningsAsErrors>False</TreatWarningsAsErrors>
  43. <WarningLevel>4</WarningLevel>
  44. <NoWarn>
  45. </NoWarn>
  46. </PropertyGroup>
  47. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  48. <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
  49. <BaseAddress>285212672</BaseAddress>
  50. <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
  51. <ConfigurationOverrideFile>
  52. </ConfigurationOverrideFile>
  53. <DefineConstants>TRACE</DefineConstants>
  54. <DocumentationFile>
  55. </DocumentationFile>
  56. <DebugSymbols>False</DebugSymbols>
  57. <FileAlignment>4096</FileAlignment>
  58. <Optimize>True</Optimize>
  59. <OutputPath>..\..\bin\</OutputPath>
  60. <RegisterForComInterop>False</RegisterForComInterop>
  61. <RemoveIntegerChecks>False</RemoveIntegerChecks>
  62. <TreatWarningsAsErrors>False</TreatWarningsAsErrors>
  63. <WarningLevel>4</WarningLevel>
  64. <NoWarn>
  65. </NoWarn>
  66. </PropertyGroup>
  67. <ItemGroup>
  68. <Reference Include="System">
  69. <HintPath>System.dll</HintPath>
  70. <Private>False</Private>
  71. </Reference>
  72. <Reference Include="System.ServiceProcess">
  73. <HintPath>System.ServiceProcess.dll</HintPath>
  74. <Private>False</Private>
  75. </Reference>
  76. <Reference Include="System.Xml">
  77. <HintPath>System.Xml.dll</HintPath>
  78. <Private>False</Private>
  79. </Reference>
  80. </ItemGroup>
  81. <ItemGroup>
  82. </ItemGroup>
  83. <ItemGroup>
  84. <Compile Include="ServiceManager.cs">
  85. <SubType>Component</SubType>
  86. </Compile>
  87. </ItemGroup>
  88. <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
  89. <PropertyGroup>
  90. <PreBuildEvent>
  91. </PreBuildEvent>
  92. <PostBuildEvent>
  93. </PostBuildEvent>
  94. </PropertyGroup>
  95. </Project>