TimedUpload.csproj 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244
  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>TimedUpload</RootNamespace>
  10. <AssemblyName>waterWellDataUpdate</AssemblyName>
  11. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <IsWebBootstrapper>false</IsWebBootstrapper>
  14. <TargetFrameworkProfile />
  15. <NuGetPackageImportStamp>
  16. </NuGetPackageImportStamp>
  17. <PublishUrl>publish\</PublishUrl>
  18. <Install>true</Install>
  19. <InstallFrom>Disk</InstallFrom>
  20. <UpdateEnabled>false</UpdateEnabled>
  21. <UpdateMode>Foreground</UpdateMode>
  22. <UpdateInterval>7</UpdateInterval>
  23. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  24. <UpdatePeriodically>false</UpdatePeriodically>
  25. <UpdateRequired>false</UpdateRequired>
  26. <MapFileExtensions>true</MapFileExtensions>
  27. <ApplicationRevision>1</ApplicationRevision>
  28. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  29. <UseApplicationTrust>false</UseApplicationTrust>
  30. <PublishWizardCompleted>true</PublishWizardCompleted>
  31. <BootstrapperEnabled>true</BootstrapperEnabled>
  32. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  34. <PlatformTarget>x64</PlatformTarget>
  35. <DebugSymbols>true</DebugSymbols>
  36. <DebugType>full</DebugType>
  37. <Optimize>false</Optimize>
  38. <OutputPath>bin\Debug\</OutputPath>
  39. <DefineConstants>DEBUG;TRACE</DefineConstants>
  40. <ErrorReport>prompt</ErrorReport>
  41. <WarningLevel>4</WarningLevel>
  42. <Prefer32Bit>false</Prefer32Bit>
  43. </PropertyGroup>
  44. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  45. <PlatformTarget>x86</PlatformTarget>
  46. <DebugType>pdbonly</DebugType>
  47. <Optimize>true</Optimize>
  48. <OutputPath>bin\Release\</OutputPath>
  49. <DefineConstants>TRACE</DefineConstants>
  50. <ErrorReport>prompt</ErrorReport>
  51. <WarningLevel>4</WarningLevel>
  52. <Prefer32Bit>false</Prefer32Bit>
  53. </PropertyGroup>
  54. <PropertyGroup>
  55. <ManifestCertificateThumbprint>E3D20C7275D300DC8AFEC1F0AA3ECE823FCB5A6F</ManifestCertificateThumbprint>
  56. </PropertyGroup>
  57. <PropertyGroup>
  58. <ManifestKeyFile>TimedUpload_TemporaryKey.pfx</ManifestKeyFile>
  59. </PropertyGroup>
  60. <PropertyGroup>
  61. <GenerateManifests>true</GenerateManifests>
  62. </PropertyGroup>
  63. <PropertyGroup>
  64. <SignManifests>true</SignManifests>
  65. </PropertyGroup>
  66. <ItemGroup>
  67. <Reference Include="BouncyCastle.Crypto, Version=1.8.5.0, Culture=neutral, PublicKeyToken=0e99375e54769942">
  68. <HintPath>..\packages\BouncyCastle.1.8.5\lib\BouncyCastle.Crypto.dll</HintPath>
  69. </Reference>
  70. <Reference Include="Common.Logging, Version=3.3.1.0, Culture=neutral, PublicKeyToken=af08829b84f0328e, processorArchitecture=MSIL">
  71. <HintPath>..\packages\Common.Logging.3.3.1\lib\net40\Common.Logging.dll</HintPath>
  72. </Reference>
  73. <Reference Include="Common.Logging.Core, Version=3.3.1.0, Culture=neutral, PublicKeyToken=af08829b84f0328e, processorArchitecture=MSIL">
  74. <HintPath>..\packages\Common.Logging.Core.3.3.1\lib\net40\Common.Logging.Core.dll</HintPath>
  75. </Reference>
  76. <Reference Include="Google.Protobuf, Version=3.14.0.0, Culture=neutral, PublicKeyToken=a7d26565bac4d604, processorArchitecture=MSIL">
  77. <HintPath>..\packages\Google.Protobuf.3.14.0\lib\net45\Google.Protobuf.dll</HintPath>
  78. </Reference>
  79. <Reference Include="K4os.Compression.LZ4, Version=1.2.6.0, Culture=neutral, PublicKeyToken=2186fa9121ef231d, processorArchitecture=MSIL">
  80. <HintPath>..\packages\K4os.Compression.LZ4.1.2.6\lib\net46\K4os.Compression.LZ4.dll</HintPath>
  81. </Reference>
  82. <Reference Include="K4os.Compression.LZ4.Streams, Version=1.2.6.0, Culture=neutral, PublicKeyToken=2186fa9121ef231d, processorArchitecture=MSIL">
  83. <HintPath>..\packages\K4os.Compression.LZ4.Streams.1.2.6\lib\net46\K4os.Compression.LZ4.Streams.dll</HintPath>
  84. </Reference>
  85. <Reference Include="K4os.Hash.xxHash, Version=1.0.6.0, Culture=neutral, PublicKeyToken=32cd54395057cec3, processorArchitecture=MSIL">
  86. <HintPath>..\packages\K4os.Hash.xxHash.1.0.6\lib\net46\K4os.Hash.xxHash.dll</HintPath>
  87. </Reference>
  88. <Reference Include="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
  89. <HintPath>..\packages\log4net.2.0.8\lib\net40-full\log4net.dll</HintPath>
  90. </Reference>
  91. <Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  92. <HintPath>..\packages\Microsoft.Bcl.AsyncInterfaces.6.0.0\lib\net461\Microsoft.Bcl.AsyncInterfaces.dll</HintPath>
  93. </Reference>
  94. <Reference Include="Microsoft.Bcl.HashCode, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  95. <HintPath>..\packages\Microsoft.Bcl.HashCode.1.1.1\lib\net461\Microsoft.Bcl.HashCode.dll</HintPath>
  96. </Reference>
  97. <Reference Include="MySql.Data, Version=8.0.28.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
  98. <HintPath>..\packages\MySql.Data.8.0.28\lib\net452\MySql.Data.dll</HintPath>
  99. </Reference>
  100. <Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  101. <HintPath>..\packages\Newtonsoft.Json.10.0.3\lib\net40\Newtonsoft.Json.dll</HintPath>
  102. </Reference>
  103. <Reference Include="Npgsql, Version=6.0.3.0, Culture=neutral, PublicKeyToken=5d8b90d52f46fda7, processorArchitecture=MSIL">
  104. <HintPath>..\packages\Npgsql.6.0.3\lib\netstandard2.0\Npgsql.dll</HintPath>
  105. </Reference>
  106. <Reference Include="Quartz, Version=2.6.0.0, Culture=neutral, PublicKeyToken=f6b8c98a402cc8a4, processorArchitecture=MSIL">
  107. <HintPath>..\packages\Quartz.2.6.0\lib\net40\Quartz.dll</HintPath>
  108. </Reference>
  109. <Reference Include="SuperMap.Data, Version=7.0.0.0, Culture=neutral, PublicKeyToken=0635c574ea890381, processorArchitecture=AMD64">
  110. <SpecificVersion>False</SpecificVersion>
  111. <HintPath>..\..\ChinaWeiWei GIS\supermap-iobjectsdotnet-10.2.0-20128-90283-all\Bin_x64\SuperMap.Data.dll</HintPath>
  112. </Reference>
  113. <Reference Include="System" />
  114. <Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  115. <HintPath>..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath>
  116. </Reference>
  117. <Reference Include="System.Collections.Immutable, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  118. <HintPath>..\packages\System.Collections.Immutable.6.0.0\lib\net461\System.Collections.Immutable.dll</HintPath>
  119. </Reference>
  120. <Reference Include="System.ComponentModel, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
  121. <Reference Include="System.ComponentModel.DataAnnotations" />
  122. <Reference Include="System.configuration" />
  123. <Reference Include="System.Configuration.Install" />
  124. <Reference Include="System.Core" />
  125. <Reference Include="System.Diagnostics.DiagnosticSource, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  126. <HintPath>..\packages\System.Diagnostics.DiagnosticSource.6.0.0\lib\net461\System.Diagnostics.DiagnosticSource.dll</HintPath>
  127. </Reference>
  128. <Reference Include="System.Management" />
  129. <Reference Include="System.Memory, Version=4.0.1.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  130. <HintPath>..\packages\System.Memory.4.5.4\lib\net461\System.Memory.dll</HintPath>
  131. </Reference>
  132. <Reference Include="System.Numerics" />
  133. <Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  134. <HintPath>..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
  135. </Reference>
  136. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  137. <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  138. </Reference>
  139. <Reference Include="System.Text.Encodings.Web, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  140. <HintPath>..\packages\System.Text.Encodings.Web.6.0.0\lib\net461\System.Text.Encodings.Web.dll</HintPath>
  141. </Reference>
  142. <Reference Include="System.Text.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  143. <HintPath>..\packages\System.Text.Json.6.0.0\lib\net461\System.Text.Json.dll</HintPath>
  144. </Reference>
  145. <Reference Include="System.Threading.Channels, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  146. <HintPath>..\packages\System.Threading.Channels.6.0.0\lib\net461\System.Threading.Channels.dll</HintPath>
  147. </Reference>
  148. <Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  149. <HintPath>..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll</HintPath>
  150. </Reference>
  151. <Reference Include="System.Transactions" />
  152. <Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  153. <HintPath>..\packages\System.ValueTuple.4.5.0\lib\net461\System.ValueTuple.dll</HintPath>
  154. </Reference>
  155. <Reference Include="System.Web.Extensions" />
  156. <Reference Include="System.Xml.Linq" />
  157. <Reference Include="System.Data.DataSetExtensions" />
  158. <Reference Include="Microsoft.CSharp" />
  159. <Reference Include="System.Data" />
  160. <Reference Include="System.Xml" />
  161. <Reference Include="Topshelf">
  162. <HintPath>F:\插件\C#\Topshelf\net-4.0-full\Topshelf.dll</HintPath>
  163. </Reference>
  164. <Reference Include="Topshelf.Log4Net">
  165. <HintPath>F:\插件\C#\Topshelf\net-4.0-full\Topshelf.Log4Net.dll</HintPath>
  166. </Reference>
  167. <Reference Include="Ubiety.Dns.Core, Version=2.2.1.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
  168. <HintPath>..\packages\MySql.Data.8.0.28\lib\net452\Ubiety.Dns.Core.dll</HintPath>
  169. </Reference>
  170. <Reference Include="ZstdNet, Version=1.4.5.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
  171. <HintPath>..\packages\MySql.Data.8.0.28\lib\net452\ZstdNet.dll</HintPath>
  172. </Reference>
  173. </ItemGroup>
  174. <ItemGroup>
  175. <Compile Include="Program.cs" />
  176. <Compile Include="Properties\AssemblyInfo.cs" />
  177. <Compile Include="QuartzJobs\GISjob.cs" />
  178. <Compile Include="ServiceRunner.cs" />
  179. <Compile Include="utils\MysqlHelper.cs" />
  180. <Compile Include="utils\NpgsqlHelper.cs" />
  181. <Compile Include="utils\SystemConfig.cs" />
  182. </ItemGroup>
  183. <ItemGroup>
  184. <None Include="app.config">
  185. <SubType>Designer</SubType>
  186. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  187. </None>
  188. <None Include="job_scheduling_data_2_0.xsd">
  189. <SubType>Designer</SubType>
  190. </None>
  191. <None Include="log4net.config">
  192. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  193. <SubType>Designer</SubType>
  194. </None>
  195. <None Include="packages.config" />
  196. <None Include="quartz.config">
  197. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  198. <SubType>Designer</SubType>
  199. </None>
  200. <None Include="TimedUpload_TemporaryKey.pfx" />
  201. </ItemGroup>
  202. <ItemGroup>
  203. <Content Include="quartz_jobs.xml">
  204. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  205. <SubType>Designer</SubType>
  206. </Content>
  207. </ItemGroup>
  208. <ItemGroup>
  209. <BootstrapperPackage Include=".NETFramework,Version=v4.0">
  210. <Visible>False</Visible>
  211. <ProductName>Microsoft .NET Framework 4 %28x86 和 x64%29</ProductName>
  212. <Install>true</Install>
  213. </BootstrapperPackage>
  214. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  215. <Visible>False</Visible>
  216. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  217. <Install>false</Install>
  218. </BootstrapperPackage>
  219. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  220. <Visible>False</Visible>
  221. <ProductName>.NET Framework 3.5 SP1</ProductName>
  222. <Install>false</Install>
  223. </BootstrapperPackage>
  224. <BootstrapperPackage Include="Microsoft.Windows.Installer.4.5">
  225. <Visible>False</Visible>
  226. <ProductName>Windows Installer 4.5</ProductName>
  227. <Install>true</Install>
  228. </BootstrapperPackage>
  229. </ItemGroup>
  230. <ItemGroup>
  231. <WCFMetadata Include="Connected Services\" />
  232. </ItemGroup>
  233. <ItemGroup>
  234. <Folder Include="Model\" />
  235. </ItemGroup>
  236. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  237. <Import Project="..\packages\System.Text.Json.6.0.0\build\System.Text.Json.targets" Condition="Exists('..\packages\System.Text.Json.6.0.0\build\System.Text.Json.targets')" />
  238. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  239. <PropertyGroup>
  240. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  241. </PropertyGroup>
  242. <Error Condition="!Exists('..\packages\System.Text.Json.6.0.0\build\System.Text.Json.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\System.Text.Json.6.0.0\build\System.Text.Json.targets'))" />
  243. </Target>
  244. </Project>