VLEXJobcreator.csproj 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="14.0" DefaultTargets="Build" 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>{B9DEF7C4-255D-4C11-A12F-C42E462E01E4}</ProjectGuid>
  8. <OutputType>Exe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>VLEXJobcreator</RootNamespace>
  11. <AssemblyName>VLEXJobcreator</AssemblyName>
  12. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  15. <NuGetPackageImportStamp>
  16. </NuGetPackageImportStamp>
  17. <TargetFrameworkProfile />
  18. <IsWebBootstrapper>false</IsWebBootstrapper>
  19. <PublishUrl>publish\</PublishUrl>
  20. <Install>true</Install>
  21. <InstallFrom>Disk</InstallFrom>
  22. <UpdateEnabled>false</UpdateEnabled>
  23. <UpdateMode>Foreground</UpdateMode>
  24. <UpdateInterval>7</UpdateInterval>
  25. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  26. <UpdatePeriodically>false</UpdatePeriodically>
  27. <UpdateRequired>false</UpdateRequired>
  28. <MapFileExtensions>true</MapFileExtensions>
  29. <ApplicationRevision>0</ApplicationRevision>
  30. <ApplicationVersion>2.0.0.%2a</ApplicationVersion>
  31. <UseApplicationTrust>false</UseApplicationTrust>
  32. <BootstrapperEnabled>true</BootstrapperEnabled>
  33. </PropertyGroup>
  34. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  35. <PlatformTarget>x86</PlatformTarget>
  36. <DebugSymbols>true</DebugSymbols>
  37. <DebugType>full</DebugType>
  38. <Optimize>false</Optimize>
  39. <OutputPath>bin\Debug\</OutputPath>
  40. <DefineConstants>DEBUG;TRACE</DefineConstants>
  41. <ErrorReport>prompt</ErrorReport>
  42. <WarningLevel>4</WarningLevel>
  43. <Prefer32Bit>false</Prefer32Bit>
  44. </PropertyGroup>
  45. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  46. <PlatformTarget>AnyCPU</PlatformTarget>
  47. <DebugType>pdbonly</DebugType>
  48. <Optimize>true</Optimize>
  49. <OutputPath>bin\Release\</OutputPath>
  50. <DefineConstants>TRACE</DefineConstants>
  51. <ErrorReport>prompt</ErrorReport>
  52. <WarningLevel>4</WarningLevel>
  53. <Prefer32Bit>false</Prefer32Bit>
  54. </PropertyGroup>
  55. <PropertyGroup />
  56. <PropertyGroup />
  57. <PropertyGroup>
  58. <StartupObject>
  59. </StartupObject>
  60. </PropertyGroup>
  61. <ItemGroup>
  62. <Reference Include="AWSSDK.Core, Version=3.3.0.0, Culture=neutral, PublicKeyToken=885c28607f98e604, processorArchitecture=MSIL">
  63. <HintPath>packages\AWSSDK.Core.3.3.32.2\lib\net45\AWSSDK.Core.dll</HintPath>
  64. <Private>True</Private>
  65. </Reference>
  66. <Reference Include="AWSSDK.S3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=885c28607f98e604, processorArchitecture=MSIL">
  67. <HintPath>packages\AWSSDK.S3.3.3.31.24\lib\net45\AWSSDK.S3.dll</HintPath>
  68. <Private>True</Private>
  69. </Reference>
  70. <Reference Include="AWSSDK.SecurityToken, Version=3.3.0.0, Culture=neutral, PublicKeyToken=885c28607f98e604, processorArchitecture=MSIL">
  71. <HintPath>packages\AWSSDK.SecurityToken.3.3.4.58\lib\net45\AWSSDK.SecurityToken.dll</HintPath>
  72. <Private>True</Private>
  73. </Reference>
  74. <Reference Include="BouncyCastle.Crypto, Version=1.8.10.0, Culture=neutral, PublicKeyToken=0e99375e54769942, processorArchitecture=MSIL">
  75. <HintPath>packages\Portable.BouncyCastle.1.8.10\lib\net40\BouncyCastle.Crypto.dll</HintPath>
  76. </Reference>
  77. <Reference Include="BouncyCastle.Cryptography, Version=2.0.0.0, Culture=neutral, PublicKeyToken=072edcf4a5328938, processorArchitecture=MSIL">
  78. <HintPath>packages\BouncyCastle.Cryptography.2.4.0\lib\net461\BouncyCastle.Cryptography.dll</HintPath>
  79. </Reference>
  80. <Reference Include="Common.Logging, Version=3.3.0.0, Culture=neutral, PublicKeyToken=af08829b84f0328e, processorArchitecture=MSIL">
  81. <HintPath>packages\Common.Logging.3.3.0\lib\net40\Common.Logging.dll</HintPath>
  82. </Reference>
  83. <Reference Include="Common.Logging.Core, Version=3.3.0.0, Culture=neutral, PublicKeyToken=af08829b84f0328e, processorArchitecture=MSIL">
  84. <HintPath>packages\Common.Logging.Core.3.3.0\lib\net40\Common.Logging.Core.dll</HintPath>
  85. </Reference>
  86. <Reference Include="connect">
  87. <HintPath>..\DLL\connect.dll</HintPath>
  88. </Reference>
  89. <Reference Include="Ftp, Version=2.0.21231.1248, Culture=neutral, PublicKeyToken=6dc438ab78a525b3, processorArchitecture=MSIL">
  90. <HintPath>packages\Ftp.dll.2.0.21231.1248\lib\net45\Ftp.dll</HintPath>
  91. </Reference>
  92. <Reference Include="GreenPipes, Version=2.1.4.118, Culture=neutral, PublicKeyToken=b800c4cfcdeea87b, processorArchitecture=MSIL">
  93. <HintPath>packages\GreenPipes.2.1.4\lib\net452\GreenPipes.dll</HintPath>
  94. </Reference>
  95. <Reference Include="ICSharpCode.SharpZipLib, Version=1.4.2.13, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
  96. <HintPath>packages\SharpZipLib.1.4.2\lib\netstandard2.0\ICSharpCode.SharpZipLib.dll</HintPath>
  97. </Reference>
  98. <Reference Include="Ionic.Zip, Version=1.9.1.8, Culture=neutral, PublicKeyToken=edbe51ad942a3f5c, processorArchitecture=MSIL">
  99. <HintPath>packages\Ionic.Zip.1.9.1.8\lib\Ionic.Zip.dll</HintPath>
  100. </Reference>
  101. <Reference Include="itextsharp, Version=5.5.13.4, Culture=neutral, PublicKeyToken=8354ae6d2174ddca, processorArchitecture=MSIL">
  102. <HintPath>packages\iTextSharp.5.5.13.4\lib\net461\itextsharp.dll</HintPath>
  103. </Reference>
  104. <Reference Include="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
  105. <HintPath>packages\log4net.2.0.8\lib\net45-full\log4net.dll</HintPath>
  106. </Reference>
  107. <Reference Include="MailKit, Version=2.15.0.0, Culture=neutral, PublicKeyToken=4e064fe7c44a8f1b, processorArchitecture=MSIL">
  108. <HintPath>packages\MailKit.2.15.0\lib\net45\MailKit.dll</HintPath>
  109. </Reference>
  110. <Reference Include="MassTransit, Version=5.5.6.0, Culture=neutral, PublicKeyToken=b8e0e9f2f1e657fa, processorArchitecture=MSIL">
  111. <HintPath>packages\MassTransit.5.5.6\lib\net452\MassTransit.dll</HintPath>
  112. </Reference>
  113. <Reference Include="MassTransit.Log4NetIntegration, Version=5.5.6.0, Culture=neutral, PublicKeyToken=b8e0e9f2f1e657fa, processorArchitecture=MSIL">
  114. <HintPath>packages\MassTransit.Log4Net.5.5.6\lib\net452\MassTransit.Log4NetIntegration.dll</HintPath>
  115. </Reference>
  116. <Reference Include="MassTransit.RabbitMqTransport, Version=5.5.6.0, Culture=neutral, PublicKeyToken=b8e0e9f2f1e657fa, processorArchitecture=MSIL">
  117. <HintPath>packages\MassTransit.RabbitMQ.5.5.6\lib\net452\MassTransit.RabbitMqTransport.dll</HintPath>
  118. </Reference>
  119. <Reference Include="Microsoft.Diagnostics.Tracing.EventSource, Version=1.1.28.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  120. <HintPath>packages\Microsoft.Diagnostics.Tracing.EventSource.Redist.1.1.28\lib\net40\Microsoft.Diagnostics.Tracing.EventSource.dll</HintPath>
  121. </Reference>
  122. <Reference Include="Microsoft.Office.Interop.Outlook, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c, processorArchitecture=MSIL">
  123. <HintPath>packages\Microsoft.Office.Interop.Outlook.15.0.4420.1017\lib\net20\Microsoft.Office.Interop.Outlook.dll</HintPath>
  124. <EmbedInteropTypes>True</EmbedInteropTypes>
  125. </Reference>
  126. <Reference Include="Mono.Security, Version=4.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
  127. <HintPath>packages\Npgsql.2.2.7\lib\net45\Mono.Security.dll</HintPath>
  128. </Reference>
  129. <Reference Include="NewId, Version=3.0.2.0, Culture=neutral, PublicKeyToken=b8e0e9f2f1e657fa, processorArchitecture=MSIL">
  130. <HintPath>packages\NewId.3.0.2\lib\net452\NewId.dll</HintPath>
  131. </Reference>
  132. <Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  133. <HintPath>packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
  134. </Reference>
  135. <Reference Include="Newtonsoft.Json.Bson, Version=1.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  136. <HintPath>packages\Newtonsoft.Json.Bson.1.0.1\lib\net45\Newtonsoft.Json.Bson.dll</HintPath>
  137. </Reference>
  138. <Reference Include="Npgsql, Version=2.2.7.0, Culture=neutral, PublicKeyToken=5d8b90d52f46fda7, processorArchitecture=MSIL">
  139. <HintPath>packages\Npgsql.2.2.7\lib\net45\Npgsql.dll</HintPath>
  140. </Reference>
  141. <Reference Include="OpenPop, Version=2.0.6.2, Culture=neutral, processorArchitecture=MSIL">
  142. <HintPath>packages\OpenPop.2.0.6.2\lib\net20\OpenPop.dll</HintPath>
  143. </Reference>
  144. <Reference Include="PdfSharpCore, Version=1.3.67.0, Culture=neutral, processorArchitecture=MSIL">
  145. <HintPath>packages\PdfSharpCore.1.3.67\lib\netstandard2.0\PdfSharpCore.dll</HintPath>
  146. </Reference>
  147. <Reference Include="RabbitMQ.Client, Version=5.0.0.0, Culture=neutral, PublicKeyToken=89e7d7c5feba84ce, processorArchitecture=MSIL">
  148. <HintPath>packages\RabbitMQ.Client.5.1.2\lib\net451\RabbitMQ.Client.dll</HintPath>
  149. </Reference>
  150. <Reference Include="Rebex.Common, Version=7.0.9313.0, Culture=neutral, PublicKeyToken=1c4638788972655d, processorArchitecture=MSIL">
  151. <HintPath>packages\Rebex.Common.7.0.9313\lib\net46\Rebex.Common.dll</HintPath>
  152. </Reference>
  153. <Reference Include="Rebex.Networking, Version=7.0.9313.0, Culture=neutral, PublicKeyToken=1c4638788972655d, processorArchitecture=MSIL">
  154. <HintPath>packages\Rebex.Networking.7.0.9313\lib\net46\Rebex.Networking.dll</HintPath>
  155. </Reference>
  156. <Reference Include="Rebex.Sftp, Version=7.0.9313.0, Culture=neutral, PublicKeyToken=1c4638788972655d, processorArchitecture=MSIL">
  157. <HintPath>packages\Rebex.Sftp.7.0.9313\lib\net46\Rebex.Sftp.dll</HintPath>
  158. </Reference>
  159. <Reference Include="RestClient, Version=1.0.0.22705, Culture=neutral, processorArchitecture=MSIL">
  160. <HintPath>packages\RestClient.1.0.0.22705\lib\net45\RestClient.dll</HintPath>
  161. </Reference>
  162. <Reference Include="RestSharp, Version=106.5.4.0, Culture=neutral, PublicKeyToken=598062e77f915f75, processorArchitecture=MSIL">
  163. <HintPath>packages\RestSharp.106.5.4\lib\net452\RestSharp.dll</HintPath>
  164. </Reference>
  165. <Reference Include="Sample.MessageTypes, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  166. <SpecificVersion>False</SpecificVersion>
  167. <HintPath>..\..\..\Education_old_code\stworkflow (9)\stworkflow\WMS\bin\Sample.MessageTypes.dll</HintPath>
  168. </Reference>
  169. <Reference Include="SixLabors.Fonts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=d998eea7b14cab13, processorArchitecture=MSIL">
  170. <HintPath>packages\SixLabors.Fonts.1.0.0\lib\netstandard2.0\SixLabors.Fonts.dll</HintPath>
  171. </Reference>
  172. <Reference Include="SixLabors.ImageSharp, Version=1.0.0.0, Culture=neutral, PublicKeyToken=d998eea7b14cab13, processorArchitecture=MSIL">
  173. <HintPath>packages\SixLabors.ImageSharp.1.0.4\lib\net472\SixLabors.ImageSharp.dll</HintPath>
  174. </Reference>
  175. <Reference Include="System" />
  176. <Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  177. <HintPath>packages\System.Buffers.4.5.1\lib\netstandard1.1\System.Buffers.dll</HintPath>
  178. </Reference>
  179. <Reference Include="System.configuration" />
  180. <Reference Include="System.Core" />
  181. <Reference Include="System.IO.Compression, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  182. <HintPath>packages\System.IO.Compression.4.3.0\lib\net46\System.IO.Compression.dll</HintPath>
  183. <Private>True</Private>
  184. <Private>True</Private>
  185. </Reference>
  186. <Reference Include="System.Management" />
  187. <Reference Include="System.Memory, Version=4.0.1.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  188. <HintPath>packages\System.Memory.4.5.4\lib\net461\System.Memory.dll</HintPath>
  189. </Reference>
  190. <Reference Include="System.Numerics" />
  191. <Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  192. <HintPath>packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
  193. </Reference>
  194. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  195. <HintPath>packages\System.Runtime.CompilerServices.Unsafe.4.7.0\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  196. </Reference>
  197. <Reference Include="System.Security" />
  198. <Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  199. <HintPath>packages\System.Threading.Tasks.Extensions.4.5.2\lib\portable-net45+win8+wp8+wpa81\System.Threading.Tasks.Extensions.dll</HintPath>
  200. </Reference>
  201. <Reference Include="System.Transactions" />
  202. <Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  203. <HintPath>packages\System.ValueTuple.4.5.0\lib\netstandard1.0\System.ValueTuple.dll</HintPath>
  204. </Reference>
  205. <Reference Include="System.Web" />
  206. <Reference Include="System.Web.Extensions" />
  207. <Reference Include="System.Windows.Forms" />
  208. <Reference Include="System.Xml.Linq" />
  209. <Reference Include="System.Data.DataSetExtensions" />
  210. <Reference Include="Microsoft.CSharp" />
  211. <Reference Include="System.Data" />
  212. <Reference Include="System.Net.Http" />
  213. <Reference Include="System.Xml" />
  214. <Reference Include="WinSCPnet, Version=1.6.5.9925, Culture=neutral, PublicKeyToken=2271ec4a3c56d0bf, processorArchitecture=MSIL">
  215. <HintPath>packages\WinSCP.5.15.5\lib\net\WinSCPnet.dll</HintPath>
  216. </Reference>
  217. </ItemGroup>
  218. <ItemGroup>
  219. <Compile Include="Common\RabbitMq.cs" />
  220. <Compile Include="Common\StreamUtility.cs" />
  221. <Compile Include="DownloadedFile.cs" />
  222. <Compile Include="FileDownloadingDBOperations.cs" />
  223. <Compile Include="FTPServerDbOperations.cs" />
  224. <Compile Include="Message.MessageTypes\PublishMessage.cs" />
  225. <Compile Include="Program.cs" />
  226. <Compile Include="Properties\AssemblyInfo.cs" />
  227. </ItemGroup>
  228. <ItemGroup>
  229. <None Include="App.config">
  230. <SubType>Designer</SubType>
  231. </None>
  232. <None Include="packages.config" />
  233. </ItemGroup>
  234. <ItemGroup>
  235. <WCFMetadata Include="Service References\" />
  236. </ItemGroup>
  237. <ItemGroup>
  238. <Folder Include="System\" />
  239. </ItemGroup>
  240. <ItemGroup>
  241. <Analyzer Include="packages\AWSSDK.S3.3.3.31.24\analyzers\dotnet\cs\AWSSDK.S3.CodeAnalysis.dll" />
  242. <Analyzer Include="packages\AWSSDK.SecurityToken.3.3.4.58\analyzers\dotnet\cs\AWSSDK.SecurityToken.CodeAnalysis.dll" />
  243. </ItemGroup>
  244. <ItemGroup>
  245. <BootstrapperPackage Include=".NETFramework,Version=v4.5.2">
  246. <Visible>False</Visible>
  247. <ProductName>Microsoft .NET Framework 4.5.2 %28x86 and x64%29</ProductName>
  248. <Install>true</Install>
  249. </BootstrapperPackage>
  250. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  251. <Visible>False</Visible>
  252. <ProductName>.NET Framework 3.5 SP1</ProductName>
  253. <Install>false</Install>
  254. </BootstrapperPackage>
  255. </ItemGroup>
  256. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  257. <Import Project="..\packages\WinSCP.5.13.4\build\WinSCP.targets" Condition="Exists('..\packages\WinSCP.5.13.4\build\WinSCP.targets')" />
  258. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  259. <Error Condition="!Exists('packages\WinSCP.5.15.5\build\WinSCP.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\WinSCP.5.15.5\build\WinSCP.targets'))" />
  260. </Target>
  261. <Import Project="packages\WinSCP.5.15.5\build\WinSCP.targets" Condition="Exists('packages\WinSCP.5.15.5\build\WinSCP.targets')" />
  262. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  263. Other similar extension points exist, see Microsoft.Common.targets.
  264. <Target Name="BeforeBuild">
  265. </Target>
  266. <Target Name="AfterBuild">
  267. </Target>
  268. -->
  269. </Project>