TimedUpload.csproj 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179
  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>TimedUpload</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>1</ApplicationRevision>
  25. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  26. <UseApplicationTrust>false</UseApplicationTrust>
  27. <PublishWizardCompleted>true</PublishWizardCompleted>
  28. <BootstrapperEnabled>true</BootstrapperEnabled>
  29. <TargetFrameworkProfile />
  30. </PropertyGroup>
  31. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  32. <PlatformTarget>x86</PlatformTarget>
  33. <DebugSymbols>true</DebugSymbols>
  34. <DebugType>full</DebugType>
  35. <Optimize>false</Optimize>
  36. <OutputPath>bin\Debug\</OutputPath>
  37. <DefineConstants>DEBUG;TRACE</DefineConstants>
  38. <ErrorReport>prompt</ErrorReport>
  39. <WarningLevel>4</WarningLevel>
  40. <Prefer32Bit>false</Prefer32Bit>
  41. </PropertyGroup>
  42. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  43. <PlatformTarget>x86</PlatformTarget>
  44. <DebugType>pdbonly</DebugType>
  45. <Optimize>true</Optimize>
  46. <OutputPath>bin\Release\</OutputPath>
  47. <DefineConstants>TRACE</DefineConstants>
  48. <ErrorReport>prompt</ErrorReport>
  49. <WarningLevel>4</WarningLevel>
  50. <Prefer32Bit>false</Prefer32Bit>
  51. </PropertyGroup>
  52. <PropertyGroup>
  53. <ManifestCertificateThumbprint>C2F5AB8559D83F69FFEF22B039CDDCBB874FCB26</ManifestCertificateThumbprint>
  54. </PropertyGroup>
  55. <PropertyGroup>
  56. <ManifestKeyFile>TimedUpload_TemporaryKey.pfx</ManifestKeyFile>
  57. </PropertyGroup>
  58. <PropertyGroup>
  59. <GenerateManifests>true</GenerateManifests>
  60. </PropertyGroup>
  61. <PropertyGroup>
  62. <SignManifests>false</SignManifests>
  63. </PropertyGroup>
  64. <ItemGroup>
  65. <Reference Include="Common.Logging, Version=3.3.1.0, Culture=neutral, PublicKeyToken=af08829b84f0328e, processorArchitecture=MSIL">
  66. <HintPath>..\packages\Common.Logging.3.3.1\lib\net40\Common.Logging.dll</HintPath>
  67. </Reference>
  68. <Reference Include="Common.Logging.Core, Version=3.3.1.0, Culture=neutral, PublicKeyToken=af08829b84f0328e, processorArchitecture=MSIL">
  69. <HintPath>..\packages\Common.Logging.Core.3.3.1\lib\net40\Common.Logging.Core.dll</HintPath>
  70. </Reference>
  71. <Reference Include="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
  72. <HintPath>..\packages\log4net.2.0.8\lib\net40-full\log4net.dll</HintPath>
  73. </Reference>
  74. <Reference Include="MySql.Data, Version=6.9.12.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
  75. <HintPath>..\packages\MySql.Data.6.9.12\lib\net40\MySql.Data.dll</HintPath>
  76. </Reference>
  77. <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  78. <HintPath>..\packages\Newtonsoft.Json.6.0.8\lib\net40\Newtonsoft.Json.dll</HintPath>
  79. </Reference>
  80. <Reference Include="Oracle.ManagedDataAccess, Version=4.122.1.0, Culture=neutral, PublicKeyToken=89b483f429c47342, processorArchitecture=MSIL">
  81. <SpecificVersion>False</SpecificVersion>
  82. <HintPath>..\packages\Oracle.ManagedDataAccess.12.2.1100\lib\net40\Oracle.ManagedDataAccess.dll</HintPath>
  83. </Reference>
  84. <Reference Include="Quartz, Version=2.6.0.0, Culture=neutral, PublicKeyToken=f6b8c98a402cc8a4, processorArchitecture=MSIL">
  85. <HintPath>..\packages\Quartz.2.6.0\lib\net40\Quartz.dll</HintPath>
  86. </Reference>
  87. <Reference Include="RabbitMQ.Client, Version=3.5.5.0, Culture=neutral, PublicKeyToken=89e7d7c5feba84ce, processorArchitecture=MSIL">
  88. <SpecificVersion>False</SpecificVersion>
  89. <HintPath>lib\RabbitMQ.Client.dll</HintPath>
  90. </Reference>
  91. <Reference Include="RDIFramework.Utilities, Version=2.9.0.0, Culture=neutral, processorArchitecture=MSIL">
  92. <SpecificVersion>False</SpecificVersion>
  93. <HintPath>lib\RDIFramework.Utilities.dll</HintPath>
  94. </Reference>
  95. <Reference Include="System" />
  96. <Reference Include="System.configuration" />
  97. <Reference Include="System.Core" />
  98. <Reference Include="System.Xml.Linq" />
  99. <Reference Include="System.Data.DataSetExtensions" />
  100. <Reference Include="Microsoft.CSharp" />
  101. <Reference Include="System.Data" />
  102. <Reference Include="System.Xml" />
  103. <Reference Include="Topshelf, Version=3.0.105.0, Culture=neutral, processorArchitecture=MSIL">
  104. <SpecificVersion>False</SpecificVersion>
  105. <HintPath>lib\Topshelf.dll</HintPath>
  106. </Reference>
  107. <Reference Include="Topshelf.Log4Net, Version=3.0.105.0, Culture=neutral, processorArchitecture=MSIL">
  108. <SpecificVersion>False</SpecificVersion>
  109. <HintPath>lib\Topshelf.Log4Net.dll</HintPath>
  110. </Reference>
  111. </ItemGroup>
  112. <ItemGroup>
  113. <Compile Include="Constants.cs" />
  114. <Compile Include="Program.cs" />
  115. <Compile Include="Properties\AssemblyInfo.cs" />
  116. <Compile Include="QuartzJobs\ChangleWaterQualityDataJob.cs" />
  117. <Compile Include="QuartzJobs\ChangleBusinessDataJob.cs" />
  118. <Compile Include="QuartzJobs\ChangleSecondPumpDataJob.cs" />
  119. <Compile Include="QuartzJobs\ChangleWaterFactoryDataJob.cs" />
  120. <Compile Include="QuartzJobs\ChangleWorkmanshipDataUploadJob.cs" />
  121. <Compile Include="QuartzJobs\DABusinessDataJob.cs" />
  122. <Compile Include="QuartzJobs\HanTingDataUploadJob.cs" />
  123. <Compile Include="QuartzJobs\HeTongDataUploadJob.cs" />
  124. <Compile Include="QuartzJobs\jingshanDataUploadDataJob.cs" />
  125. <Compile Include="QuartzJobs\NoiseDataUploadJob.cs" />
  126. <Compile Include="QuartzJobs\TestJob.cs" />
  127. <Compile Include="QuartzJobs\WaterFactoryAreaDataJob.cs" />
  128. <Compile Include="QuartzJobs\WorkmanshipDataUploadJob.cs" />
  129. <Compile Include="QuartzJobs\WaterWellDataUploadJob.cs" />
  130. <Compile Include="QuartzJobs\SecondaryPumpDataUploadJob.cs" />
  131. <Compile Include="QuartzJobs\WaterFactoryDataUploadJob.cs" />
  132. <Compile Include="QuartzJobs\DataUploadJob.cs" />
  133. <Compile Include="ServiceRunner.cs" />
  134. <Compile Include="utils\BusinessEntity.cs" />
  135. <Compile Include="utils\CommonUtil.cs" />
  136. <Compile Include="utils\MySqlHelper.cs" />
  137. <Compile Include="utils\OracleHelper.cs" />
  138. <Compile Include="WebHelper.cs" />
  139. </ItemGroup>
  140. <ItemGroup>
  141. <None Include="app.config">
  142. <SubType>Designer</SubType>
  143. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  144. </None>
  145. <None Include="job_scheduling_data_2_0.xsd">
  146. <SubType>Designer</SubType>
  147. </None>
  148. <None Include="log4net.config">
  149. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  150. <SubType>Designer</SubType>
  151. </None>
  152. <None Include="packages.config" />
  153. <None Include="quartz.config">
  154. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  155. <SubType>Designer</SubType>
  156. </None>
  157. </ItemGroup>
  158. <ItemGroup>
  159. <Content Include="lib\RabbitMQ.Client.dll" />
  160. <Content Include="lib\RDIFramework.Utilities.dll" />
  161. <Content Include="lib\Topshelf.dll" />
  162. <Content Include="lib\Topshelf.Log4Net.dll" />
  163. <Content Include="quartz_jobs.xml">
  164. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  165. <SubType>Designer</SubType>
  166. </Content>
  167. <Content Include="TextFileHanting.txt" />
  168. <Content Include="TextFileHeTong.txt" />
  169. <Content Include="TextFile1.txt" />
  170. </ItemGroup>
  171. <ItemGroup>
  172. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  173. <Visible>False</Visible>
  174. <ProductName>.NET Framework 3.5 SP1</ProductName>
  175. <Install>false</Install>
  176. </BootstrapperPackage>
  177. </ItemGroup>
  178. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  179. </Project>