PageRenderTime 45ms CodeModel.GetById 18ms RepoModel.GetById 1ms app.codeStats 0ms

/Visual Studio 2008/CSWindowsService/CSWindowsService.csproj

#
MSBuild | 89 lines | 82 code | 0 blank | 7 comment | 0 complexity | dfe5b31751a2dfc632abc041444b50f2 MD5 | raw file
  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>{1D9C418F-1130-403B-B707-B62949C0B8B5}</ProjectGuid>
  9. <OutputType>WinExe</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>CSWindowsService</RootNamespace>
  12. <AssemblyName>CSWindowsService</AssemblyName>
  13. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>..\Debug\</OutputPath>
  21. <DefineConstants>DEBUG;TRACE</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  26. <DebugType>pdbonly</DebugType>
  27. <Optimize>true</Optimize>
  28. <OutputPath>..\Release\</OutputPath>
  29. <DefineConstants>TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <ItemGroup>
  34. <Reference Include="System" />
  35. <Reference Include="System.Configuration.Install" />
  36. <Reference Include="System.Core">
  37. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  38. </Reference>
  39. <Reference Include="System.Management" />
  40. <Reference Include="System.Xml.Linq">
  41. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  42. </Reference>
  43. <Reference Include="System.Data.DataSetExtensions">
  44. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  45. </Reference>
  46. <Reference Include="System.Data" />
  47. <Reference Include="System.ServiceProcess" />
  48. <Reference Include="System.Xml" />
  49. </ItemGroup>
  50. <ItemGroup>
  51. <Compile Include="SampleService.cs">
  52. <SubType>Component</SubType>
  53. </Compile>
  54. <Compile Include="SampleService.Designer.cs">
  55. <DependentUpon>SampleService.cs</DependentUpon>
  56. </Compile>
  57. <Compile Include="Program.cs" />
  58. <Compile Include="ProjectInstaller.cs">
  59. <SubType>Component</SubType>
  60. </Compile>
  61. <Compile Include="ProjectInstaller.Designer.cs">
  62. <DependentUpon>ProjectInstaller.cs</DependentUpon>
  63. </Compile>
  64. <Compile Include="Properties\AssemblyInfo.cs" />
  65. </ItemGroup>
  66. <ItemGroup>
  67. <Content Include="ReadMe.txt" />
  68. </ItemGroup>
  69. <ItemGroup>
  70. <EmbeddedResource Include="SampleService.resx">
  71. <DependentUpon>SampleService.cs</DependentUpon>
  72. </EmbeddedResource>
  73. <EmbeddedResource Include="ProjectInstaller.resx">
  74. <DependentUpon>ProjectInstaller.cs</DependentUpon>
  75. </EmbeddedResource>
  76. </ItemGroup>
  77. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  78. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  79. Other similar extension points exist, see Microsoft.Common.targets.
  80. <Target Name="BeforeBuild">
  81. </Target>
  82. <Target Name="AfterBuild">
  83. </Target>
  84. -->
  85. <PropertyGroup>
  86. <PostBuildEvent>
  87. </PostBuildEvent>
  88. </PropertyGroup>
  89. </Project>