IMCCS手动.csproj 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386
  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>{79EA66CC-6AA6-426D-B8A0-2ADDB7F9A362}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>IMCS</RootNamespace>
  10. <AssemblyName>IMCS</AssemblyName>
  11. <TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  14. <Deterministic>true</Deterministic>
  15. <PublishUrl>publish\</PublishUrl>
  16. <Install>true</Install>
  17. <InstallFrom>Disk</InstallFrom>
  18. <UpdateEnabled>false</UpdateEnabled>
  19. <UpdateMode>Foreground</UpdateMode>
  20. <UpdateInterval>7</UpdateInterval>
  21. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  22. <UpdatePeriodically>false</UpdatePeriodically>
  23. <UpdateRequired>false</UpdateRequired>
  24. <MapFileExtensions>true</MapFileExtensions>
  25. <ApplicationRevision>0</ApplicationRevision>
  26. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  27. <IsWebBootstrapper>false</IsWebBootstrapper>
  28. <UseApplicationTrust>false</UseApplicationTrust>
  29. <BootstrapperEnabled>true</BootstrapperEnabled>
  30. </PropertyGroup>
  31. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  32. <PlatformTarget>AnyCPU</PlatformTarget>
  33. <DebugSymbols>true</DebugSymbols>
  34. <DebugType>full</DebugType>
  35. <Optimize>false</Optimize>
  36. <OutputPath>bin\Debug\</OutputPath>
  37. <DefineConstants>DEBUG;TRACE</DefineConstants>
  38. <ErrorReport>prompt</ErrorReport>
  39. <WarningLevel>4</WarningLevel>
  40. </PropertyGroup>
  41. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  42. <PlatformTarget>AnyCPU</PlatformTarget>
  43. <DebugType>pdbonly</DebugType>
  44. <Optimize>true</Optimize>
  45. <OutputPath>bin\Release\</OutputPath>
  46. <DefineConstants>TRACE</DefineConstants>
  47. <ErrorReport>prompt</ErrorReport>
  48. <WarningLevel>4</WarningLevel>
  49. </PropertyGroup>
  50. <PropertyGroup>
  51. <TargetZone>LocalIntranet</TargetZone>
  52. </PropertyGroup>
  53. <PropertyGroup>
  54. <GenerateManifests>false</GenerateManifests>
  55. </PropertyGroup>
  56. <PropertyGroup>
  57. <ApplicationManifest>Properties\app.manifest</ApplicationManifest>
  58. </PropertyGroup>
  59. <ItemGroup>
  60. <Reference Include="DevExpress.Data.v15.2, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  61. <Reference Include="DevExpress.Utils.v15.2, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  62. <Reference Include="DevExpress.XtraBars.v15.2, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
  63. <Reference Include="DevExpress.XtraEditors.v15.2, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  64. <Reference Include="EasyModbus, Version=5.6.0.0, Culture=neutral, processorArchitecture=MSIL">
  65. <SpecificVersion>False</SpecificVersion>
  66. <HintPath>bin\Debug\EasyModbus.dll</HintPath>
  67. </Reference>
  68. <Reference Include="HslCommunication">
  69. <HintPath>..\软件\UV胶揭钢片V1.21.3.08\UV胶揭钢片V1.21.3.08\DKUV\bin\Debug\HslCommunication.dll</HintPath>
  70. </Reference>
  71. <Reference Include="Newtonsoft.Json">
  72. <HintPath>..\软件\UV胶揭钢片V1.21.3.08\UV胶揭钢片V1.21.3.08\DKUV\bin\Debug\Newtonsoft.Json.dll</HintPath>
  73. </Reference>
  74. <Reference Include="Opc.Ua.Client">
  75. <HintPath>..\SinumerikOpcUaClient_ver2.2.0.0\bin\Debug\Opc.Ua.Client.dll</HintPath>
  76. </Reference>
  77. <Reference Include="Opc.Ua.Core">
  78. <HintPath>..\OPCUA\测试\TestOpcUa\TestOpcUa\bin\Debug\Opc.Ua.Core.dll</HintPath>
  79. </Reference>
  80. <Reference Include="Org.Mentalis.Security">
  81. <HintPath>..\SinumerikOpcUaClient_ver2.2.0.0\bin\Debug\Org.Mentalis.Security.dll</HintPath>
  82. </Reference>
  83. <Reference Include="Renci.SshNet">
  84. <HintPath>..\OPCUA\测试\TestOpcUa\TestOpcUa\bin\Debug\Renci.SshNet.dll</HintPath>
  85. </Reference>
  86. <Reference Include="Renci.SshNet.Async">
  87. <HintPath>..\OPCUA\测试\TestOpcUa\TestOpcUa\bin\Debug\Renci.SshNet.Async.dll</HintPath>
  88. </Reference>
  89. <Reference Include="ServiceStack.Common">
  90. <HintPath>..\EasyModbusTCP.NET\EasyModbusTCP.NET\EasyModbusClientExample\bin\Debug\ServiceStack.Common.dll</HintPath>
  91. </Reference>
  92. <Reference Include="ServiceStack.Interfaces">
  93. <HintPath>..\EasyModbusTCP.NET\EasyModbusTCP.NET\EasyModbusClientExample\bin\Debug\ServiceStack.Interfaces.dll</HintPath>
  94. </Reference>
  95. <Reference Include="ServiceStack.Redis">
  96. <HintPath>..\EasyModbusTCP.NET\EasyModbusTCP.NET\EasyModbusClientExample\bin\Debug\ServiceStack.Redis.dll</HintPath>
  97. </Reference>
  98. <Reference Include="ServiceStack.Text">
  99. <HintPath>..\EasyModbusTCP.NET\EasyModbusTCP.NET\EasyModbusClientExample\bin\Debug\ServiceStack.Text.dll</HintPath>
  100. </Reference>
  101. <Reference Include="SinumerikOpcUaAPI">
  102. <HintPath>..\SinumerikOpcUaClient_ver2.2.0.0\bin\Debug\SinumerikOpcUaAPI.dll</HintPath>
  103. </Reference>
  104. <Reference Include="SinumerikVariables">
  105. <HintPath>..\SinumerikOpcUaClient_ver2.2.0.0\bin\Debug\SinumerikVariables.dll</HintPath>
  106. </Reference>
  107. <Reference Include="System" />
  108. <Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  109. <SpecificVersion>False</SpecificVersion>
  110. <HintPath>..\EasyModbusTCP.NET\EasyModbusTCP.NET\EasyModbusClientExample\bin\Debug\System.Buffers.dll</HintPath>
  111. </Reference>
  112. <Reference Include="System.Configuration" />
  113. <Reference Include="System.Core" />
  114. <Reference Include="System.Memory, Version=4.0.1.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  115. <SpecificVersion>False</SpecificVersion>
  116. <HintPath>..\EasyModbusTCP.NET\EasyModbusTCP.NET\EasyModbusClientExample\bin\Debug\System.Memory.dll</HintPath>
  117. </Reference>
  118. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  119. <SpecificVersion>False</SpecificVersion>
  120. <HintPath>..\EasyModbusTCP.NET\EasyModbusTCP.NET\EasyModbusClientExample\bin\Debug\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  121. </Reference>
  122. <Reference Include="System.Web" />
  123. <Reference Include="System.Web.Extensions" />
  124. <Reference Include="System.Xml.Linq" />
  125. <Reference Include="System.Data.DataSetExtensions" />
  126. <Reference Include="Microsoft.CSharp" />
  127. <Reference Include="System.Data" />
  128. <Reference Include="System.Deployment" />
  129. <Reference Include="System.Drawing" />
  130. <Reference Include="System.Net.Http" />
  131. <Reference Include="System.Windows.Forms" />
  132. <Reference Include="System.Xml" />
  133. <Reference Include="UAClientHelperAPI">
  134. <HintPath>..\SinumerikOpcUaClient_ver2.2.0.0\bin\Debug\UAClientHelperAPI.dll</HintPath>
  135. </Reference>
  136. </ItemGroup>
  137. <ItemGroup>
  138. <Compile Include="Componen\Uctl_DComponen1.cs">
  139. <SubType>UserControl</SubType>
  140. </Compile>
  141. <Compile Include="Componen\Uctl_DComponen1.Designer.cs">
  142. <DependentUpon>Uctl_DComponen1.cs</DependentUpon>
  143. </Compile>
  144. <Compile Include="Componen\Uctl_DControl1.cs">
  145. <SubType>UserControl</SubType>
  146. </Compile>
  147. <Compile Include="Componen\Uctl_DControl1.Designer.cs">
  148. <DependentUpon>Uctl_DControl1.cs</DependentUpon>
  149. </Compile>
  150. <Compile Include="Componen\Uctl_DComponen2.cs">
  151. <SubType>UserControl</SubType>
  152. </Compile>
  153. <Compile Include="Componen\Uctl_DComponen2.Designer.cs">
  154. <DependentUpon>Uctl_DComponen2.cs</DependentUpon>
  155. </Compile>
  156. <Compile Include="Componen\Uctl_OContro3.cs">
  157. <SubType>UserControl</SubType>
  158. </Compile>
  159. <Compile Include="Componen\Uctl_OContro3.Designer.cs">
  160. <DependentUpon>Uctl_OContro3.cs</DependentUpon>
  161. </Compile>
  162. <Compile Include="Componen\Uctl_OContro2.cs">
  163. <SubType>UserControl</SubType>
  164. </Compile>
  165. <Compile Include="Componen\Uctl_OContro2.Designer.cs">
  166. <DependentUpon>Uctl_OContro2.cs</DependentUpon>
  167. </Compile>
  168. <Compile Include="Componen\Uctl_OControl.cs">
  169. <SubType>UserControl</SubType>
  170. </Compile>
  171. <Compile Include="Componen\Uctl_OControl.Designer.cs">
  172. <DependentUpon>Uctl_OControl.cs</DependentUpon>
  173. </Compile>
  174. <Compile Include="Componen\Uctl_OComponen1.cs">
  175. <SubType>UserControl</SubType>
  176. </Compile>
  177. <Compile Include="Componen\Uctl_OComponen1.Designer.cs">
  178. <DependentUpon>Uctl_OComponen1.cs</DependentUpon>
  179. </Compile>
  180. <Compile Include="Componen\Uctl_OComponen2.cs">
  181. <SubType>UserControl</SubType>
  182. </Compile>
  183. <Compile Include="Componen\Uctl_OComponen2.Designer.cs">
  184. <DependentUpon>Uctl_OComponen2.cs</DependentUpon>
  185. </Compile>
  186. <Compile Include="Config\ComConfig.cs" />
  187. <Compile Include="Config\DeviceConfig.cs" />
  188. <Compile Include="Config\FormConfig\Form_Version.cs">
  189. <SubType>Form</SubType>
  190. </Compile>
  191. <Compile Include="Config\FormConfig\Form_Version.Designer.cs">
  192. <DependentUpon>Form_Version.cs</DependentUpon>
  193. </Compile>
  194. <Compile Include="DefaultList\DeviceStateDefaultList.cs" />
  195. <Compile Include="DefaultList\ItemHttpPostDefaultList.cs" />
  196. <Compile Include="DefaultList\TrainPointDefaultList.cs" />
  197. <Compile Include="DefaultList\WeiLiDefaultList.cs" />
  198. <Compile Include="DefaultList\UDefaultList.cs" />
  199. <Compile Include="DefaultList\UserDefualtList.cs" />
  200. <Compile Include="DefaultList\VersionDefaultList.cs" />
  201. <Compile Include="DeviceManage\DeviceManage.cs" />
  202. <Compile Include="DeviceManage\EnumComList.cs" />
  203. <Compile Include="Device\body\ConnectDeviceBody.cs" />
  204. <Compile Include="Device\body\SFTPDeviceBody.cs" />
  205. <Compile Include="Device\Class1.cs" />
  206. <Compile Include="Device\DeviceHttpClient.cs" />
  207. <Compile Include="Device\DeviceSFTP.cs" />
  208. <Compile Include="Device\DeviceSerial.cs" />
  209. <Compile Include="Device\DeviceHttpServer.cs" />
  210. <Compile Include="Device\InterfacleDevice.cs" />
  211. <Compile Include="Http\businessBody\CollectDataBody.cs" />
  212. <Compile Include="Http\businessBody\UploadFileBody.cs" />
  213. <Compile Include="Http\ClsSFTPHelper.cs" />
  214. <Compile Include="Lib\LibLable.cs" />
  215. <Compile Include="Device\DeviceOPCUat.cs" />
  216. <Compile Include="Device\DeviceS7.cs" />
  217. <Compile Include="Device\DeviceSocket.cs" />
  218. <Compile Include="Device\DeviceUI.cs" />
  219. <Compile Include="Extend\CommonAtrr.cs" />
  220. <Compile Include="Extend\CommonExtend.cs" />
  221. <Compile Include="Form_Main.cs">
  222. <SubType>Form</SubType>
  223. </Compile>
  224. <Compile Include="Form_Main.Designer.cs">
  225. <DependentUpon>Form_Main.cs</DependentUpon>
  226. </Compile>
  227. <Compile Include="Http\businessBody\CallBackRequestBody.cs" />
  228. <Compile Include="Http\businessBody\CcsRequestBody.cs" />
  229. <Compile Include="Http\businessBody\JsonDataContractJsonSerializer.cs" />
  230. <Compile Include="Http\businessBody\JsonJavaScriptSerializer.cs" />
  231. <Compile Include="Http\businessBody\ResponseBody.cs" />
  232. <Compile Include="Http\ControllerHelper.cs" />
  233. <Compile Include="Http\redis\ServiceStackRedisHelper.cs" />
  234. <Compile Include="Http\TreeExXML\TreeExXMLCls.cs" />
  235. <Compile Include="Http\util\CommonUtil.cs" />
  236. <Compile Include="Http\util\Constants.cs" />
  237. <Compile Include="Lib\LibEnum.cs" />
  238. <Compile Include="Lib\LibCMD.cs" />
  239. <Compile Include="Lib\HttpPostLib.cs" />
  240. <Compile Include="Lib\QueueLib.cs" />
  241. <Compile Include="Lib\LibTextApi.cs" />
  242. <Compile Include="Lib\LibXml.cs" />
  243. <Compile Include="Lib\XmlSLib.cs" />
  244. <Compile Include="Logic\MachineHandle.cs" />
  245. <Compile Include="Logic\LongHaiHandle.cs" />
  246. <Compile Include="Logic\WeiLiHandle.cs" />
  247. <Compile Include="Logic\ZhiLiangZhongXinHandle.cs" />
  248. <Compile Include="Log\Log.cs" />
  249. <Compile Include="Program.cs" />
  250. <Compile Include="Properties\AssemblyInfo.cs" />
  251. <Compile Include="UControl\Component1.cs">
  252. <SubType>Component</SubType>
  253. </Compile>
  254. <Compile Include="UControl\Component1.Designer.cs">
  255. <DependentUpon>Component1.cs</DependentUpon>
  256. </Compile>
  257. <Compile Include="UControl\Form1.cs">
  258. <SubType>Form</SubType>
  259. </Compile>
  260. <Compile Include="UControl\Form1.Designer.cs">
  261. <DependentUpon>Form1.cs</DependentUpon>
  262. </Compile>
  263. <Compile Include="UControl\UserControl2.cs">
  264. <SubType>UserControl</SubType>
  265. </Compile>
  266. <Compile Include="UControl\UserControl2.Designer.cs">
  267. <DependentUpon>UserControl2.cs</DependentUpon>
  268. </Compile>
  269. <Compile Include="UControl\UserControl1.cs">
  270. <SubType>UserControl</SubType>
  271. </Compile>
  272. <Compile Include="UControl\UserControl1.Designer.cs">
  273. <DependentUpon>UserControl1.cs</DependentUpon>
  274. </Compile>
  275. <Compile Include="UControl\UserControl3.cs">
  276. <SubType>UserControl</SubType>
  277. </Compile>
  278. <Compile Include="UControl\UserControl3.Designer.cs">
  279. <DependentUpon>UserControl3.cs</DependentUpon>
  280. </Compile>
  281. <Compile Include="UControl\UserControl4.cs">
  282. <SubType>UserControl</SubType>
  283. </Compile>
  284. <Compile Include="UControl\UserControl4.Designer.cs">
  285. <DependentUpon>UserControl4.cs</DependentUpon>
  286. </Compile>
  287. <Compile Include="UControl\UserControl5.cs">
  288. <SubType>UserControl</SubType>
  289. </Compile>
  290. <Compile Include="UControl\UserControl5.Designer.cs">
  291. <DependentUpon>UserControl5.cs</DependentUpon>
  292. </Compile>
  293. <EmbeddedResource Include="Componen\Uctl_DComponen1.resx">
  294. <DependentUpon>Uctl_DComponen1.cs</DependentUpon>
  295. </EmbeddedResource>
  296. <EmbeddedResource Include="Componen\Uctl_DControl1.resx">
  297. <DependentUpon>Uctl_DControl1.cs</DependentUpon>
  298. </EmbeddedResource>
  299. <EmbeddedResource Include="Componen\Uctl_DComponen2.resx">
  300. <DependentUpon>Uctl_DComponen2.cs</DependentUpon>
  301. </EmbeddedResource>
  302. <EmbeddedResource Include="Componen\Uctl_OComponen1.resx">
  303. <DependentUpon>Uctl_OComponen1.cs</DependentUpon>
  304. </EmbeddedResource>
  305. <EmbeddedResource Include="Componen\Uctl_OComponen2.resx">
  306. <DependentUpon>Uctl_OComponen2.cs</DependentUpon>
  307. </EmbeddedResource>
  308. <EmbeddedResource Include="Componen\Uctl_OContro3.resx">
  309. <DependentUpon>Uctl_OContro3.cs</DependentUpon>
  310. </EmbeddedResource>
  311. <EmbeddedResource Include="Componen\Uctl_OContro2.resx">
  312. <DependentUpon>Uctl_OContro2.cs</DependentUpon>
  313. </EmbeddedResource>
  314. <EmbeddedResource Include="Componen\Uctl_OControl.resx">
  315. <DependentUpon>Uctl_OControl.cs</DependentUpon>
  316. </EmbeddedResource>
  317. <EmbeddedResource Include="Config\FormConfig\Form_Version.resx">
  318. <DependentUpon>Form_Version.cs</DependentUpon>
  319. </EmbeddedResource>
  320. <EmbeddedResource Include="Form_Main.resx">
  321. <DependentUpon>Form_Main.cs</DependentUpon>
  322. </EmbeddedResource>
  323. <EmbeddedResource Include="Properties\licenses.licx" />
  324. <EmbeddedResource Include="Properties\Resources.resx">
  325. <Generator>ResXFileCodeGenerator</Generator>
  326. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  327. <SubType>Designer</SubType>
  328. </EmbeddedResource>
  329. <Compile Include="Properties\Resources.Designer.cs">
  330. <AutoGen>True</AutoGen>
  331. <DependentUpon>Resources.resx</DependentUpon>
  332. <DesignTime>True</DesignTime>
  333. </Compile>
  334. <EmbeddedResource Include="UControl\Form1.resx">
  335. <DependentUpon>Form1.cs</DependentUpon>
  336. </EmbeddedResource>
  337. <EmbeddedResource Include="UControl\UserControl2.resx">
  338. <DependentUpon>UserControl2.cs</DependentUpon>
  339. </EmbeddedResource>
  340. <EmbeddedResource Include="UControl\UserControl1.resx">
  341. <DependentUpon>UserControl1.cs</DependentUpon>
  342. </EmbeddedResource>
  343. <EmbeddedResource Include="UControl\UserControl4.resx">
  344. <DependentUpon>UserControl4.cs</DependentUpon>
  345. </EmbeddedResource>
  346. <EmbeddedResource Include="UControl\UserControl5.resx">
  347. <DependentUpon>UserControl5.cs</DependentUpon>
  348. </EmbeddedResource>
  349. <None Include="Properties\app.manifest" />
  350. <None Include="Properties\Settings.settings">
  351. <Generator>SettingsSingleFileGenerator</Generator>
  352. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  353. </None>
  354. <Compile Include="Properties\Settings.Designer.cs">
  355. <AutoGen>True</AutoGen>
  356. <DependentUpon>Settings.settings</DependentUpon>
  357. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  358. </Compile>
  359. </ItemGroup>
  360. <ItemGroup>
  361. <None Include="App.config">
  362. <SubType>Designer</SubType>
  363. </None>
  364. </ItemGroup>
  365. <ItemGroup>
  366. <BootstrapperPackage Include=".NETFramework,Version=v4.6">
  367. <Visible>False</Visible>
  368. <ProductName>Microsoft .NET Framework 4.6 %28x86 和 x64%29</ProductName>
  369. <Install>true</Install>
  370. </BootstrapperPackage>
  371. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  372. <Visible>False</Visible>
  373. <ProductName>.NET Framework 3.5 SP1</ProductName>
  374. <Install>false</Install>
  375. </BootstrapperPackage>
  376. </ItemGroup>
  377. <ItemGroup>
  378. <Content Include="Http\TreeExXML\customer.xml" />
  379. <None Include="Resources\danzaiju.png" />
  380. <None Include="Resources\tuopan.png" />
  381. <None Include="Resources\jiaju.png" />
  382. <None Include="Resources\ToolTip1.png" />
  383. <None Include="Resources\ToolTip.png" />
  384. </ItemGroup>
  385. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  386. </Project>