TimedUpload.csproj 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  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>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="MySql.Data, Version=6.9.12.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
  59. <HintPath>..\packages\MySql.Data.6.9.12\lib\net40\MySql.Data.dll</HintPath>
  60. </Reference>
  61. <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  62. <SpecificVersion>False</SpecificVersion>
  63. <HintPath>..\packages\Newtonsoft.Json.10.0.3\lib\net40\Newtonsoft.Json.dll</HintPath>
  64. </Reference>
  65. <Reference Include="Oracle.ManagedDataAccess, Version=4.122.1.0, Culture=neutral, PublicKeyToken=89b483f429c47342, processorArchitecture=MSIL">
  66. <SpecificVersion>False</SpecificVersion>
  67. <HintPath>..\packages\Oracle.ManagedDataAccess.12.2.1100\lib\net40\Oracle.ManagedDataAccess.dll</HintPath>
  68. </Reference>
  69. <Reference Include="Quartz, Version=2.6.0.0, Culture=neutral, PublicKeyToken=f6b8c98a402cc8a4, processorArchitecture=MSIL">
  70. <HintPath>..\packages\Quartz.2.6.0\lib\net40\Quartz.dll</HintPath>
  71. </Reference>
  72. <Reference Include="RabbitMQ.Client">
  73. <HintPath>..\packages\RabbitMQ.3.5.5.0\RabbitMQ.Client.dll</HintPath>
  74. </Reference>
  75. <Reference Include="RDIFramework.Utilities">
  76. <HintPath>..\..\SmartCityForFY\Plugin\RDIFramework.Utilities.dll</HintPath>
  77. </Reference>
  78. <Reference Include="System" />
  79. <Reference Include="System.configuration" />
  80. <Reference Include="System.Core" />
  81. <Reference Include="System.Xml.Linq" />
  82. <Reference Include="System.Data.DataSetExtensions" />
  83. <Reference Include="Microsoft.CSharp" />
  84. <Reference Include="System.Data" />
  85. <Reference Include="System.Xml" />
  86. <Reference Include="Topshelf">
  87. <HintPath>F:\插件\C#\Topshelf\net-4.0-full\Topshelf.dll</HintPath>
  88. </Reference>
  89. <Reference Include="Topshelf.Log4Net">
  90. <HintPath>F:\插件\C#\Topshelf\net-4.0-full\Topshelf.Log4Net.dll</HintPath>
  91. </Reference>
  92. </ItemGroup>
  93. <ItemGroup>
  94. <Compile Include="Constants.cs" />
  95. <Compile Include="Program.cs" />
  96. <Compile Include="Properties\AssemblyInfo.cs" />
  97. <Compile Include="QuartzJobs\ChangleWaterQualityDataJob.cs" />
  98. <Compile Include="QuartzJobs\ChangleBusinessDataJob.cs" />
  99. <Compile Include="QuartzJobs\ChangleSecondPumpDataJob.cs" />
  100. <Compile Include="QuartzJobs\ChangleWaterFactoryDataJob.cs" />
  101. <Compile Include="QuartzJobs\ChangleWorkmanshipDataUploadJob.cs" />
  102. <Compile Include="QuartzJobs\DABusinessDataJob.cs" />
  103. <Compile Include="QuartzJobs\jingshanDataUploadDataJob.cs" />
  104. <Compile Include="QuartzJobs\NoiseDataUploadJob.cs" />
  105. <Compile Include="QuartzJobs\TestJob.cs" />
  106. <Compile Include="QuartzJobs\WaterFactoryAreaDataJob.cs" />
  107. <Compile Include="QuartzJobs\WorkmanshipDataUploadJob.cs" />
  108. <Compile Include="QuartzJobs\WaterWellDataUploadJob.cs" />
  109. <Compile Include="QuartzJobs\SecondaryPumpDataUploadJob.cs" />
  110. <Compile Include="QuartzJobs\WaterFactoryDataUploadJob.cs" />
  111. <Compile Include="QuartzJobs\DataUploadJob.cs" />
  112. <Compile Include="ServiceRunner.cs" />
  113. <Compile Include="utils\BusinessEntity.cs" />
  114. <Compile Include="utils\CommonUtil.cs" />
  115. <Compile Include="utils\OracleHelper.cs" />
  116. <Compile Include="WebHelper.cs" />
  117. </ItemGroup>
  118. <ItemGroup>
  119. <None Include="app.config">
  120. <SubType>Designer</SubType>
  121. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  122. </None>
  123. <None Include="job_scheduling_data_2_0.xsd">
  124. <SubType>Designer</SubType>
  125. </None>
  126. <None Include="log4net.config">
  127. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  128. <SubType>Designer</SubType>
  129. </None>
  130. <None Include="packages.config" />
  131. <None Include="quartz.config">
  132. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  133. <SubType>Designer</SubType>
  134. </None>
  135. </ItemGroup>
  136. <ItemGroup>
  137. <Content Include="quartz_jobs.xml">
  138. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  139. <SubType>Designer</SubType>
  140. </Content>
  141. <Content Include="TextFile1.txt" />
  142. </ItemGroup>
  143. <ItemGroup>
  144. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  145. <Visible>False</Visible>
  146. <ProductName>.NET Framework 3.5 SP1</ProductName>
  147. <Install>false</Install>
  148. </BootstrapperPackage>
  149. </ItemGroup>
  150. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  151. </Project>