Service1.csproj 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{3F1E64F3-D4AD-4C09-A739-F80385DC106B}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Service1</RootNamespace>
  11. <AssemblyName>Service1</AssemblyName>
  12. <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <PlatformTarget>AnyCPU</PlatformTarget>
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>bin\Debug\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  27. <PlatformTarget>AnyCPU</PlatformTarget>
  28. <DebugType>pdbonly</DebugType>
  29. <Optimize>true</Optimize>
  30. <OutputPath>bin\Release\</OutputPath>
  31. <DefineConstants>TRACE</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. </PropertyGroup>
  35. <ItemGroup>
  36. <Reference Include="Common.Logging, Version=3.3.1.0, Culture=neutral, PublicKeyToken=af08829b84f0328e, processorArchitecture=MSIL">
  37. <HintPath>..\packages\Common.Logging.3.3.1\lib\net40\Common.Logging.dll</HintPath>
  38. <Private>True</Private>
  39. </Reference>
  40. <Reference Include="Common.Logging.Core, Version=3.3.1.0, Culture=neutral, PublicKeyToken=af08829b84f0328e, processorArchitecture=MSIL">
  41. <HintPath>..\packages\Common.Logging.Core.3.3.1\lib\net40\Common.Logging.Core.dll</HintPath>
  42. <Private>True</Private>
  43. </Reference>
  44. <Reference Include="Quartz, Version=2.6.0.0, Culture=neutral, PublicKeyToken=f6b8c98a402cc8a4, processorArchitecture=MSIL">
  45. <HintPath>..\packages\Quartz.2.6.0\lib\net40\Quartz.dll</HintPath>
  46. <Private>True</Private>
  47. </Reference>
  48. <Reference Include="System" />
  49. <Reference Include="System.Configuration.Install" />
  50. <Reference Include="System.Core" />
  51. <Reference Include="System.Management" />
  52. <Reference Include="System.Xml.Linq" />
  53. <Reference Include="System.Data.DataSetExtensions" />
  54. <Reference Include="Microsoft.CSharp" />
  55. <Reference Include="System.Data" />
  56. <Reference Include="System.Net.Http" />
  57. <Reference Include="System.ServiceProcess" />
  58. <Reference Include="System.Xml" />
  59. </ItemGroup>
  60. <ItemGroup>
  61. <Compile Include="ProjectInstaller.cs">
  62. <SubType>Component</SubType>
  63. </Compile>
  64. <Compile Include="ProjectInstaller.Designer.cs">
  65. <DependentUpon>ProjectInstaller.cs</DependentUpon>
  66. </Compile>
  67. <Compile Include="Service1.cs">
  68. <SubType>Component</SubType>
  69. </Compile>
  70. <Compile Include="Service1.Designer.cs">
  71. <DependentUpon>Service1.cs</DependentUpon>
  72. </Compile>
  73. <Compile Include="Program.cs" />
  74. <Compile Include="Properties\AssemblyInfo.cs" />
  75. </ItemGroup>
  76. <ItemGroup>
  77. <None Include="App.config" />
  78. <None Include="job_scheduling_data_2_0.xsd">
  79. <SubType>Designer</SubType>
  80. </None>
  81. <None Include="packages.config" />
  82. </ItemGroup>
  83. <ItemGroup>
  84. <ProjectReference Include="..\cuidian.Sql\cuidian.Sql.csproj">
  85. <Project>{CEFFB85E-3264-4C29-9301-054310A49252}</Project>
  86. <Name>cuidian.Sql</Name>
  87. </ProjectReference>
  88. <ProjectReference Include="..\TaskSchedule\TaskSchedule.csproj">
  89. <Project>{faa23bd2-2ab3-486b-9a87-b55bb686374a}</Project>
  90. <Name>TaskSchedule</Name>
  91. </ProjectReference>
  92. <ProjectReference Include="..\TimeSchedule\TimeSchedule.csproj">
  93. <Project>{e4c66ca6-528f-4d66-ad47-9e1cc69746ee}</Project>
  94. <Name>TimeSchedule</Name>
  95. </ProjectReference>
  96. </ItemGroup>
  97. <ItemGroup>
  98. <EmbeddedResource Include="ProjectInstaller.resx">
  99. <DependentUpon>ProjectInstaller.cs</DependentUpon>
  100. </EmbeddedResource>
  101. </ItemGroup>
  102. <ItemGroup>
  103. <Content Include="Appconfig.txt" />
  104. </ItemGroup>
  105. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  106. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  107. Other similar extension points exist, see Microsoft.Common.targets.
  108. <Target Name="BeforeBuild">
  109. </Target>
  110. <Target Name="AfterBuild">
  111. </Target>
  112. -->
  113. </Project>