TimedUpload.csproj 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  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>3</ApplicationRevision>
  25. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  26. <UseApplicationTrust>false</UseApplicationTrust>
  27. <PublishWizardCompleted>true</PublishWizardCompleted>
  28. <BootstrapperEnabled>true</BootstrapperEnabled>
  29. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  31. <PlatformTarget>x86</PlatformTarget>
  32. <DebugSymbols>true</DebugSymbols>
  33. <DebugType>full</DebugType>
  34. <Optimize>false</Optimize>
  35. <OutputPath>bin\Debug\</OutputPath>
  36. <DefineConstants>DEBUG;TRACE</DefineConstants>
  37. <ErrorReport>prompt</ErrorReport>
  38. <WarningLevel>4</WarningLevel>
  39. </PropertyGroup>
  40. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  41. <PlatformTarget>x86</PlatformTarget>
  42. <DebugType>pdbonly</DebugType>
  43. <Optimize>true</Optimize>
  44. <OutputPath>bin\Release\</OutputPath>
  45. <DefineConstants>TRACE</DefineConstants>
  46. <ErrorReport>prompt</ErrorReport>
  47. <WarningLevel>4</WarningLevel>
  48. </PropertyGroup>
  49. <PropertyGroup>
  50. <ManifestCertificateThumbprint>003EAC3A8686DCFD792C5BCBE4D5E13334C8988E</ManifestCertificateThumbprint>
  51. </PropertyGroup>
  52. <PropertyGroup>
  53. <ManifestKeyFile>TimedUpload_TemporaryKey.pfx</ManifestKeyFile>
  54. </PropertyGroup>
  55. <PropertyGroup>
  56. <GenerateManifests>true</GenerateManifests>
  57. </PropertyGroup>
  58. <PropertyGroup>
  59. <SignManifests>false</SignManifests>
  60. </PropertyGroup>
  61. <ItemGroup>
  62. <Reference Include="Common.Logging, Version=3.3.1.0, Culture=neutral, PublicKeyToken=af08829b84f0328e, processorArchitecture=MSIL">
  63. <HintPath>..\packages\Common.Logging.3.3.1\lib\net40\Common.Logging.dll</HintPath>
  64. </Reference>
  65. <Reference Include="Common.Logging.Core, Version=3.3.1.0, Culture=neutral, PublicKeyToken=af08829b84f0328e, processorArchitecture=MSIL">
  66. <HintPath>..\packages\Common.Logging.Core.3.3.1\lib\net40\Common.Logging.Core.dll</HintPath>
  67. </Reference>
  68. <Reference Include="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
  69. <HintPath>..\packages\log4net.2.0.8\lib\net40-full\log4net.dll</HintPath>
  70. </Reference>
  71. <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  72. <SpecificVersion>False</SpecificVersion>
  73. <HintPath>E:\仓库管理\packages\Newtonsoft.Json.4.5.6\lib\net20\Newtonsoft.Json.dll</HintPath>
  74. </Reference>
  75. <Reference Include="Oracle.ManagedDataAccess, Version=4.122.1.0, Culture=neutral, PublicKeyToken=89b483f429c47342, processorArchitecture=MSIL">
  76. <HintPath>..\packages\Oracle.ManagedDataAccess.12.2.1100\lib\net40\Oracle.ManagedDataAccess.dll</HintPath>
  77. </Reference>
  78. <Reference Include="Quartz, Version=2.6.0.0, Culture=neutral, PublicKeyToken=f6b8c98a402cc8a4, processorArchitecture=MSIL">
  79. <HintPath>..\packages\Quartz.2.6.0\lib\net40\Quartz.dll</HintPath>
  80. </Reference>
  81. <Reference Include="RDIFramework.Utilities">
  82. <HintPath>..\..\SmartCityForFY\Plugin\RDIFramework.Utilities.dll</HintPath>
  83. </Reference>
  84. <Reference Include="System" />
  85. <Reference Include="System.configuration" />
  86. <Reference Include="System.Core" />
  87. <Reference Include="System.Web.Extensions" />
  88. <Reference Include="System.Xml.Linq" />
  89. <Reference Include="System.Data.DataSetExtensions" />
  90. <Reference Include="Microsoft.CSharp" />
  91. <Reference Include="System.Data" />
  92. <Reference Include="System.Xml" />
  93. <Reference Include="Topshelf">
  94. <HintPath>F:\插件\C#\Topshelf\net-4.0-full\Topshelf.dll</HintPath>
  95. </Reference>
  96. <Reference Include="Topshelf.Log4Net">
  97. <HintPath>F:\插件\C#\Topshelf\net-4.0-full\Topshelf.Log4Net.dll</HintPath>
  98. </Reference>
  99. </ItemGroup>
  100. <ItemGroup>
  101. <Compile Include="Program.cs" />
  102. <Compile Include="QuartzJobs\Constants.cs" />
  103. <Compile Include="Properties\AssemblyInfo.cs" />
  104. <Compile Include="QuartzJobs\LoRaDataUploadJob.cs" />
  105. <Compile Include="QuartzJobs\NewDataUploadJob-old.cs" />
  106. <Compile Include="QuartzJobs\NewDataUploadJob.cs" />
  107. <Compile Include="QuartzJobs\DataUploadJob.cs" />
  108. <Compile Include="QuartzJobs\DataUploadMJYJob.cs" />
  109. <Compile Include="QuartzJobs\WebHelper.cs" />
  110. <Compile Include="ServiceRunner.cs" />
  111. </ItemGroup>
  112. <ItemGroup>
  113. <None Include="app.config">
  114. <SubType>Designer</SubType>
  115. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  116. </None>
  117. <None Include="job_scheduling_data_2_0.xsd">
  118. <SubType>Designer</SubType>
  119. </None>
  120. <None Include="log4net.config">
  121. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  122. <SubType>Designer</SubType>
  123. </None>
  124. <None Include="packages.config" />
  125. <None Include="quartz.config">
  126. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  127. <SubType>Designer</SubType>
  128. </None>
  129. <None Include="TimedUpload_TemporaryKey.pfx" />
  130. </ItemGroup>
  131. <ItemGroup>
  132. <Content Include="quartz_jobs.xml">
  133. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  134. <SubType>Designer</SubType>
  135. </Content>
  136. </ItemGroup>
  137. <ItemGroup>
  138. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  139. <Visible>False</Visible>
  140. <ProductName>.NET Framework 3.5 SP1</ProductName>
  141. <Install>false</Install>
  142. </BootstrapperPackage>
  143. </ItemGroup>
  144. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  145. </Project>