TimedUpload.csproj 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157
  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>ChargeDataUpload</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="aliyun-net-sdk-core">
  50. <HintPath>..\..\TimedUpload\TimedUpload\bin\Debug\aliyun-net-sdk-core.dll</HintPath>
  51. </Reference>
  52. <Reference Include="aliyun-net-sdk-dybaseapi">
  53. <HintPath>..\..\TimedUpload\TimedUpload\bin\Debug\aliyun-net-sdk-dybaseapi.dll</HintPath>
  54. </Reference>
  55. <Reference Include="aliyun-net-sdk-dysmsapi">
  56. <HintPath>..\..\TimedUpload\TimedUpload\bin\Debug\aliyun-net-sdk-dysmsapi.dll</HintPath>
  57. </Reference>
  58. <Reference Include="Aliyun.MNS">
  59. <HintPath>..\..\TimedUpload\TimedUpload\bin\Debug\Aliyun.MNS.dll</HintPath>
  60. </Reference>
  61. <Reference Include="cn.jpush.api">
  62. <HintPath>..\..\TimedUpload\TimedUpload\bin\Debug\cn.jpush.api.dll</HintPath>
  63. </Reference>
  64. <Reference Include="Common.Logging, Version=3.3.1.0, Culture=neutral, PublicKeyToken=af08829b84f0328e, processorArchitecture=MSIL">
  65. <HintPath>..\..\TimedUpload\TimedUpload\bin\Debug\Common.Logging.dll</HintPath>
  66. </Reference>
  67. <Reference Include="Common.Logging.Core, Version=3.3.1.0, Culture=neutral, PublicKeyToken=af08829b84f0328e, processorArchitecture=MSIL">
  68. <HintPath>..\..\TimedUpload\TimedUpload\bin\Debug\Common.Logging.Core.dll</HintPath>
  69. </Reference>
  70. <Reference Include="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
  71. <HintPath>..\..\TimedUpload\TimedUpload\bin\Debug\log4net.dll</HintPath>
  72. </Reference>
  73. <Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  74. <HintPath>..\..\TimedUpload\TimedUpload\bin\Debug\Newtonsoft.Json.dll</HintPath>
  75. </Reference>
  76. <Reference Include="Quartz, Version=2.6.0.0, Culture=neutral, PublicKeyToken=f6b8c98a402cc8a4, processorArchitecture=MSIL">
  77. <HintPath>..\..\TimedUpload\TimedUpload\bin\Debug\Quartz.dll</HintPath>
  78. </Reference>
  79. <Reference Include="RDIFramework.Utilities">
  80. <HintPath>..\..\TimedUpload\TimedUpload\bin\Debug\RDIFramework.Utilities.dll</HintPath>
  81. </Reference>
  82. <Reference Include="System" />
  83. <Reference Include="System.configuration" />
  84. <Reference Include="System.Core" />
  85. <Reference Include="System.Web" />
  86. <Reference Include="System.Web.Extensions" />
  87. <Reference Include="System.Xml.Linq" />
  88. <Reference Include="System.Data.DataSetExtensions" />
  89. <Reference Include="Microsoft.CSharp" />
  90. <Reference Include="System.Data" />
  91. <Reference Include="System.Xml" />
  92. <Reference Include="Topshelf">
  93. <HintPath>..\..\TimedUpload\TimedUpload\bin\Debug\Topshelf.dll</HintPath>
  94. </Reference>
  95. <Reference Include="Topshelf.Log4Net">
  96. <HintPath>..\..\TimedUpload\TimedUpload\bin\Debug\Topshelf.Log4Net.dll</HintPath>
  97. </Reference>
  98. </ItemGroup>
  99. <ItemGroup>
  100. <Compile Include="Program.cs" />
  101. <Compile Include="Properties\AssemblyInfo.cs" />
  102. <Compile Include="QuartzJobs\DataUploadJob.cs" />
  103. <Compile Include="ServiceRunner.cs" />
  104. <Compile Include="utils\Config.cs" />
  105. <Compile Include="utils\WebHelper.cs" />
  106. </ItemGroup>
  107. <ItemGroup>
  108. <None Include="app.config">
  109. <SubType>Designer</SubType>
  110. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  111. </None>
  112. <None Include="job_scheduling_data_2_0.xsd">
  113. <SubType>Designer</SubType>
  114. </None>
  115. <None Include="log4net.config">
  116. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  117. <SubType>Designer</SubType>
  118. </None>
  119. <None Include="packages.config" />
  120. <None Include="quartz.config">
  121. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  122. <SubType>Designer</SubType>
  123. </None>
  124. </ItemGroup>
  125. <ItemGroup>
  126. <Content Include="quartz_jobs.xml">
  127. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  128. <SubType>Designer</SubType>
  129. </Content>
  130. </ItemGroup>
  131. <ItemGroup>
  132. <BootstrapperPackage Include=".NETFramework,Version=v4.0">
  133. <Visible>False</Visible>
  134. <ProductName>Microsoft .NET Framework 4 %28x86 和 x64%29</ProductName>
  135. <Install>true</Install>
  136. </BootstrapperPackage>
  137. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  138. <Visible>False</Visible>
  139. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  140. <Install>false</Install>
  141. </BootstrapperPackage>
  142. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  143. <Visible>False</Visible>
  144. <ProductName>.NET Framework 3.5 SP1</ProductName>
  145. <Install>false</Install>
  146. </BootstrapperPackage>
  147. <BootstrapperPackage Include="Microsoft.Windows.Installer.4.5">
  148. <Visible>False</Visible>
  149. <ProductName>Windows Installer 4.5</ProductName>
  150. <Install>true</Install>
  151. </BootstrapperPackage>
  152. </ItemGroup>
  153. <ItemGroup>
  154. <Folder Include="Model\" />
  155. </ItemGroup>
  156. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  157. </Project>