QuartzTopshelf.csproj 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" 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>{54D76C85-4B6F-44D6-9B95-8B4BB411FC4D}</ProjectGuid>
  8. <OutputType>Exe</OutputType>
  9. <RootNamespace>QuartzTopshelf</RootNamespace>
  10. <AssemblyName>waterWellDataUpdate</AssemblyName>
  11. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <IsWebBootstrapper>false</IsWebBootstrapper>
  14. <PublishUrl>publish\</PublishUrl>
  15. <Install>true</Install>
  16. <InstallFrom>Disk</InstallFrom>
  17. <UpdateEnabled>false</UpdateEnabled>
  18. <UpdateMode>Foreground</UpdateMode>
  19. <UpdateInterval>7</UpdateInterval>
  20. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  21. <UpdatePeriodically>false</UpdatePeriodically>
  22. <UpdateRequired>false</UpdateRequired>
  23. <MapFileExtensions>true</MapFileExtensions>
  24. <ApplicationRevision>0</ApplicationRevision>
  25. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  26. <UseApplicationTrust>false</UseApplicationTrust>
  27. <BootstrapperEnabled>true</BootstrapperEnabled>
  28. </PropertyGroup>
  29. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  30. <PlatformTarget>x86</PlatformTarget>
  31. <DebugSymbols>true</DebugSymbols>
  32. <DebugType>full</DebugType>
  33. <Optimize>false</Optimize>
  34. <OutputPath>bin\Debug\</OutputPath>
  35. <DefineConstants>DEBUG;TRACE</DefineConstants>
  36. <ErrorReport>prompt</ErrorReport>
  37. <WarningLevel>4</WarningLevel>
  38. </PropertyGroup>
  39. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  40. <PlatformTarget>x86</PlatformTarget>
  41. <DebugType>pdbonly</DebugType>
  42. <Optimize>true</Optimize>
  43. <OutputPath>bin\Release\</OutputPath>
  44. <DefineConstants>TRACE</DefineConstants>
  45. <ErrorReport>prompt</ErrorReport>
  46. <WarningLevel>4</WarningLevel>
  47. </PropertyGroup>
  48. <ItemGroup>
  49. <Reference Include="Common.Logging, Version=3.3.1.0, Culture=neutral, PublicKeyToken=af08829b84f0328e, processorArchitecture=MSIL">
  50. <HintPath>..\packages\Common.Logging.3.3.1\lib\net40\Common.Logging.dll</HintPath>
  51. </Reference>
  52. <Reference Include="Common.Logging.Core, Version=3.3.1.0, Culture=neutral, PublicKeyToken=af08829b84f0328e, processorArchitecture=MSIL">
  53. <HintPath>..\packages\Common.Logging.Core.3.3.1\lib\net40\Common.Logging.Core.dll</HintPath>
  54. </Reference>
  55. <Reference Include="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
  56. <HintPath>..\packages\log4net.2.0.8\lib\net40-full\log4net.dll</HintPath>
  57. </Reference>
  58. <Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  59. <HintPath>..\packages\Newtonsoft.Json.10.0.3\lib\net40\Newtonsoft.Json.dll</HintPath>
  60. </Reference>
  61. <Reference Include="Quartz, Version=2.6.0.0, Culture=neutral, PublicKeyToken=f6b8c98a402cc8a4, processorArchitecture=MSIL">
  62. <HintPath>..\packages\Quartz.2.6.0\lib\net40\Quartz.dll</HintPath>
  63. </Reference>
  64. <Reference Include="RDIFramework.Utilities">
  65. <HintPath>..\..\SmartCityForFY\Plugin\RDIFramework.Utilities.dll</HintPath>
  66. </Reference>
  67. <Reference Include="System" />
  68. <Reference Include="System.configuration" />
  69. <Reference Include="System.Core" />
  70. <Reference Include="System.Web.Extensions" />
  71. <Reference Include="System.Xml.Linq" />
  72. <Reference Include="System.Data.DataSetExtensions" />
  73. <Reference Include="Microsoft.CSharp" />
  74. <Reference Include="System.Data" />
  75. <Reference Include="System.Xml" />
  76. <Reference Include="Topshelf">
  77. <HintPath>F:\插件\C#\Topshelf\net-4.0-full\Topshelf.dll</HintPath>
  78. </Reference>
  79. <Reference Include="Topshelf.Log4Net">
  80. <HintPath>F:\插件\C#\Topshelf\net-4.0-full\Topshelf.Log4Net.dll</HintPath>
  81. </Reference>
  82. </ItemGroup>
  83. <ItemGroup>
  84. <Compile Include="Program.cs" />
  85. <Compile Include="Properties\AssemblyInfo.cs" />
  86. <Compile Include="QuartzJobs\GISjob.cs" />
  87. <Compile Include="ServiceRunner.cs" />
  88. <Compile Include="utils\SystemConfig.cs" />
  89. </ItemGroup>
  90. <ItemGroup>
  91. <None Include="app.config">
  92. <SubType>Designer</SubType>
  93. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  94. </None>
  95. <None Include="job_scheduling_data_2_0.xsd">
  96. <SubType>Designer</SubType>
  97. </None>
  98. <None Include="log4net.config">
  99. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  100. <SubType>Designer</SubType>
  101. </None>
  102. <None Include="packages.config" />
  103. <None Include="quartz.config">
  104. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  105. <SubType>Designer</SubType>
  106. </None>
  107. </ItemGroup>
  108. <ItemGroup>
  109. <Content Include="quartz_jobs.xml">
  110. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  111. <SubType>Designer</SubType>
  112. </Content>
  113. </ItemGroup>
  114. <ItemGroup>
  115. <BootstrapperPackage Include=".NETFramework,Version=v4.0">
  116. <Visible>False</Visible>
  117. <ProductName>Microsoft .NET Framework 4 %28x86 和 x64%29</ProductName>
  118. <Install>true</Install>
  119. </BootstrapperPackage>
  120. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  121. <Visible>False</Visible>
  122. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  123. <Install>false</Install>
  124. </BootstrapperPackage>
  125. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  126. <Visible>False</Visible>
  127. <ProductName>.NET Framework 3.5 SP1</ProductName>
  128. <Install>false</Install>
  129. </BootstrapperPackage>
  130. <BootstrapperPackage Include="Microsoft.Windows.Installer.4.5">
  131. <Visible>False</Visible>
  132. <ProductName>Windows Installer 4.5</ProductName>
  133. <Install>true</Install>
  134. </BootstrapperPackage>
  135. </ItemGroup>
  136. <ItemGroup>
  137. <WCFMetadata Include="Connected Services\" />
  138. </ItemGroup>
  139. <ItemGroup>
  140. <Folder Include="Model\" />
  141. </ItemGroup>
  142. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  143. </Project>