TimedUpload.csproj 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  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>..\packages\Common.Logging.3.3.1\lib\net40\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>..\packages\Common.Logging.Core.3.3.1\lib\net40\Common.Logging.Core.dll</HintPath>
  69. </Reference>
  70. <Reference Include="log4net">
  71. <HintPath>..\packages\log4net.2.0.8\lib\net40-full\log4net.dll</HintPath>
  72. </Reference>
  73. <Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  74. <HintPath>..\packages\Newtonsoft.Json.10.0.3\lib\net40\Newtonsoft.Json.dll</HintPath>
  75. </Reference>
  76. <Reference Include="Quartz, Version=2.6.0.0, Culture=neutral, PublicKeyToken=f6b8c98a402cc8a4, processorArchitecture=MSIL">
  77. <HintPath>..\packages\Quartz.2.6.0\lib\net40\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.Extensions" />
  86. <Reference Include="System.Xml.Linq" />
  87. <Reference Include="System.Data.DataSetExtensions" />
  88. <Reference Include="Microsoft.CSharp" />
  89. <Reference Include="System.Data" />
  90. <Reference Include="System.Xml" />
  91. <Reference Include="Topshelf">
  92. <HintPath>..\..\TimedUpload\TimedUpload\bin\Debug\Topshelf.dll</HintPath>
  93. </Reference>
  94. <Reference Include="Topshelf.Log4Net">
  95. <HintPath>..\..\TimedUpload\TimedUpload\bin\Debug\Topshelf.Log4Net.dll</HintPath>
  96. </Reference>
  97. </ItemGroup>
  98. <ItemGroup>
  99. <Compile Include="Model\LeakModel.cs" />
  100. <Compile Include="Program.cs" />
  101. <Compile Include="Properties\AssemblyInfo.cs" />
  102. <Compile Include="QuartzJobs\DataUploadJob.cs" />
  103. <Compile Include="QuartzJobs\DBDataUploadJob.cs" />
  104. <Compile Include="ServiceRunner.cs" />
  105. <Compile Include="utils\Config.cs" />
  106. <Compile Include="utils\SystemConfig.cs" />
  107. </ItemGroup>
  108. <ItemGroup>
  109. <None Include="app.config">
  110. <SubType>Designer</SubType>
  111. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  112. </None>
  113. <None Include="job_scheduling_data_2_0.xsd">
  114. <SubType>Designer</SubType>
  115. </None>
  116. <None Include="log4net.config">
  117. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  118. <SubType>Designer</SubType>
  119. </None>
  120. <None Include="packages.config" />
  121. <None Include="quartz.config">
  122. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  123. <SubType>Designer</SubType>
  124. </None>
  125. </ItemGroup>
  126. <ItemGroup>
  127. <Content Include="quartz_jobs.xml">
  128. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  129. <SubType>Designer</SubType>
  130. </Content>
  131. </ItemGroup>
  132. <ItemGroup>
  133. <BootstrapperPackage Include=".NETFramework,Version=v4.0">
  134. <Visible>False</Visible>
  135. <ProductName>Microsoft .NET Framework 4 %28x86 和 x64%29</ProductName>
  136. <Install>true</Install>
  137. </BootstrapperPackage>
  138. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  139. <Visible>False</Visible>
  140. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  141. <Install>false</Install>
  142. </BootstrapperPackage>
  143. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  144. <Visible>False</Visible>
  145. <ProductName>.NET Framework 3.5 SP1</ProductName>
  146. <Install>false</Install>
  147. </BootstrapperPackage>
  148. <BootstrapperPackage Include="Microsoft.Windows.Installer.4.5">
  149. <Visible>False</Visible>
  150. <ProductName>Windows Installer 4.5</ProductName>
  151. <Install>true</Install>
  152. </BootstrapperPackage>
  153. </ItemGroup>
  154. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  155. </Project>