IMCCS手动.csproj 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509
  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="Interop.HeidenhainDNCLib">
  72. <HintPath>C:\Program Files (x86)\HEIDENHAIN\SDK\RemoTools\Examples\cs\DNCDemo\obj\x86\Debug\Interop.HeidenhainDNCLib.dll</HintPath>
  73. <EmbedInteropTypes>True</EmbedInteropTypes>
  74. </Reference>
  75. <Reference Include="Newtonsoft.Json">
  76. <HintPath>..\软件\UV胶揭钢片V1.21.3.08\UV胶揭钢片V1.21.3.08\DKUV\bin\Debug\Newtonsoft.Json.dll</HintPath>
  77. </Reference>
  78. <Reference Include="Opc.Ua.Client">
  79. <HintPath>..\SinumerikOpcUaClient_ver2.2.0.0\bin\Debug\Opc.Ua.Client.dll</HintPath>
  80. </Reference>
  81. <Reference Include="Opc.Ua.Core">
  82. <HintPath>..\OPCUA\测试\TestOpcUa\TestOpcUa\bin\Debug\Opc.Ua.Core.dll</HintPath>
  83. </Reference>
  84. <Reference Include="Org.Mentalis.Security">
  85. <HintPath>..\SinumerikOpcUaClient_ver2.2.0.0\bin\Debug\Org.Mentalis.Security.dll</HintPath>
  86. </Reference>
  87. <Reference Include="Renci.SshNet">
  88. <HintPath>..\OPCUA\测试\TestOpcUa\TestOpcUa\bin\Debug\Renci.SshNet.dll</HintPath>
  89. </Reference>
  90. <Reference Include="Renci.SshNet.Async">
  91. <HintPath>..\OPCUA\测试\TestOpcUa\TestOpcUa\bin\Debug\Renci.SshNet.Async.dll</HintPath>
  92. </Reference>
  93. <Reference Include="ServiceStack.Common">
  94. <HintPath>..\EasyModbusTCP.NET\EasyModbusTCP.NET\EasyModbusClientExample\bin\Debug\ServiceStack.Common.dll</HintPath>
  95. </Reference>
  96. <Reference Include="ServiceStack.Interfaces">
  97. <HintPath>..\EasyModbusTCP.NET\EasyModbusTCP.NET\EasyModbusClientExample\bin\Debug\ServiceStack.Interfaces.dll</HintPath>
  98. </Reference>
  99. <Reference Include="ServiceStack.Redis">
  100. <HintPath>..\EasyModbusTCP.NET\EasyModbusTCP.NET\EasyModbusClientExample\bin\Debug\ServiceStack.Redis.dll</HintPath>
  101. </Reference>
  102. <Reference Include="ServiceStack.Text">
  103. <HintPath>..\EasyModbusTCP.NET\EasyModbusTCP.NET\EasyModbusClientExample\bin\Debug\ServiceStack.Text.dll</HintPath>
  104. </Reference>
  105. <Reference Include="SinumerikOpcUaAPI">
  106. <HintPath>..\SinumerikOpcUaClient_ver2.2.0.0\bin\Debug\SinumerikOpcUaAPI.dll</HintPath>
  107. </Reference>
  108. <Reference Include="SinumerikVariables">
  109. <HintPath>..\SinumerikOpcUaClient_ver2.2.0.0\bin\Debug\SinumerikVariables.dll</HintPath>
  110. </Reference>
  111. <Reference Include="System" />
  112. <Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  113. <SpecificVersion>False</SpecificVersion>
  114. <HintPath>..\EasyModbusTCP.NET\EasyModbusTCP.NET\EasyModbusClientExample\bin\Debug\System.Buffers.dll</HintPath>
  115. </Reference>
  116. <Reference Include="System.Configuration" />
  117. <Reference Include="System.Core" />
  118. <Reference Include="System.Memory, Version=4.0.1.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  119. <SpecificVersion>False</SpecificVersion>
  120. <HintPath>..\EasyModbusTCP.NET\EasyModbusTCP.NET\EasyModbusClientExample\bin\Debug\System.Memory.dll</HintPath>
  121. </Reference>
  122. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  123. <SpecificVersion>False</SpecificVersion>
  124. <HintPath>..\EasyModbusTCP.NET\EasyModbusTCP.NET\EasyModbusClientExample\bin\Debug\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  125. </Reference>
  126. <Reference Include="System.Web" />
  127. <Reference Include="System.Web.Extensions" />
  128. <Reference Include="System.Xml.Linq" />
  129. <Reference Include="System.Data.DataSetExtensions" />
  130. <Reference Include="Microsoft.CSharp" />
  131. <Reference Include="System.Data" />
  132. <Reference Include="System.Deployment" />
  133. <Reference Include="System.Drawing" />
  134. <Reference Include="System.Net.Http" />
  135. <Reference Include="System.Windows.Forms" />
  136. <Reference Include="System.Xml" />
  137. <Reference Include="UAClientHelperAPI">
  138. <HintPath>..\SinumerikOpcUaClient_ver2.2.0.0\bin\Debug\UAClientHelperAPI.dll</HintPath>
  139. </Reference>
  140. </ItemGroup>
  141. <ItemGroup>
  142. <Compile Include="Componen\CT\Form1.cs">
  143. <SubType>Form</SubType>
  144. </Compile>
  145. <Compile Include="Componen\CT\Form1.Designer.cs">
  146. <DependentUpon>Form1.cs</DependentUpon>
  147. </Compile>
  148. <Compile Include="Componen\CT\Uctrl_JQR.cs">
  149. <SubType>UserControl</SubType>
  150. </Compile>
  151. <Compile Include="Componen\CT\Uctrl_JQR.Designer.cs">
  152. <DependentUpon>Uctrl_JQR.cs</DependentUpon>
  153. </Compile>
  154. <Compile Include="Componen\Uctl_DComponen1.cs">
  155. <SubType>UserControl</SubType>
  156. </Compile>
  157. <Compile Include="Componen\Uctl_DComponen1.Designer.cs">
  158. <DependentUpon>Uctl_DComponen1.cs</DependentUpon>
  159. </Compile>
  160. <Compile Include="Componen\Uctl_DControl1.cs">
  161. <SubType>UserControl</SubType>
  162. </Compile>
  163. <Compile Include="Componen\Uctl_DControl1.Designer.cs">
  164. <DependentUpon>Uctl_DControl1.cs</DependentUpon>
  165. </Compile>
  166. <Compile Include="Componen\Uctl_DComponen2.cs">
  167. <SubType>UserControl</SubType>
  168. </Compile>
  169. <Compile Include="Componen\Uctl_DComponen2.Designer.cs">
  170. <DependentUpon>Uctl_DComponen2.cs</DependentUpon>
  171. </Compile>
  172. <Compile Include="Componen\Uctl_OContro3.cs">
  173. <SubType>UserControl</SubType>
  174. </Compile>
  175. <Compile Include="Componen\Uctl_OContro3.Designer.cs">
  176. <DependentUpon>Uctl_OContro3.cs</DependentUpon>
  177. </Compile>
  178. <Compile Include="Componen\Uctl_OContro2.cs">
  179. <SubType>UserControl</SubType>
  180. </Compile>
  181. <Compile Include="Componen\Uctl_OContro2.Designer.cs">
  182. <DependentUpon>Uctl_OContro2.cs</DependentUpon>
  183. </Compile>
  184. <Compile Include="Componen\Uctl_YJContro.cs">
  185. <SubType>UserControl</SubType>
  186. </Compile>
  187. <Compile Include="Componen\Uctl_YJContro.Designer.cs">
  188. <DependentUpon>Uctl_YJContro.cs</DependentUpon>
  189. </Compile>
  190. <Compile Include="Componen\Uctl_OControl.cs">
  191. <SubType>UserControl</SubType>
  192. </Compile>
  193. <Compile Include="Componen\Uctl_OControl.Designer.cs">
  194. <DependentUpon>Uctl_OControl.cs</DependentUpon>
  195. </Compile>
  196. <Compile Include="Componen\Uctl_OComponen1.cs">
  197. <SubType>UserControl</SubType>
  198. </Compile>
  199. <Compile Include="Componen\Uctl_OComponen1.Designer.cs">
  200. <DependentUpon>Uctl_OComponen1.cs</DependentUpon>
  201. </Compile>
  202. <Compile Include="Componen\Uctl_OComponen2.cs">
  203. <SubType>UserControl</SubType>
  204. </Compile>
  205. <Compile Include="Componen\Uctl_OComponen2.Designer.cs">
  206. <DependentUpon>Uctl_OComponen2.cs</DependentUpon>
  207. </Compile>
  208. <Compile Include="Componen\CT\Uctrl_CTContol.cs">
  209. <SubType>UserControl</SubType>
  210. </Compile>
  211. <Compile Include="Componen\CT\Uctrl_CTContol.Designer.cs">
  212. <DependentUpon>Uctrl_CTContol.cs</DependentUpon>
  213. </Compile>
  214. <Compile Include="Componen\CT\Uctrl_KuWei.cs">
  215. <SubType>UserControl</SubType>
  216. </Compile>
  217. <Compile Include="Componen\CT\UserControl1.Designer.cs">
  218. <DependentUpon>Uctrl_KuWei.cs</DependentUpon>
  219. </Compile>
  220. <Compile Include="Componen\UserControl1.cs">
  221. <SubType>UserControl</SubType>
  222. </Compile>
  223. <Compile Include="Componen\UserControl1.Designer.cs">
  224. <DependentUpon>UserControl1.cs</DependentUpon>
  225. </Compile>
  226. <Compile Include="Config\UserControlBase.cs">
  227. <SubType>UserControl</SubType>
  228. </Compile>
  229. <Compile Include="Config\ComConfig.cs" />
  230. <Compile Include="Config\DeviceConfig.cs" />
  231. <Compile Include="Config\FormConfig\Form_Version.cs">
  232. <SubType>Form</SubType>
  233. </Compile>
  234. <Compile Include="Config\FormConfig\Form_Version.Designer.cs">
  235. <DependentUpon>Form_Version.cs</DependentUpon>
  236. </Compile>
  237. <Compile Include="DefaultList\AGVDefaultList.cs" />
  238. <Compile Include="DefaultList\Class1.cs" />
  239. <Compile Include="DefaultList\DeviceStateDefaultList.cs" />
  240. <Compile Include="DefaultList\ItemHttpPostDefaultList.cs" />
  241. <Compile Include="DefaultList\TrainPointDefaultList.cs" />
  242. <Compile Include="DefaultList\WeiLiDefaultList.cs" />
  243. <Compile Include="DefaultList\UDefaultList.cs" />
  244. <Compile Include="DefaultList\UserDefualtList.cs" />
  245. <Compile Include="DefaultList\VersionDefaultList.cs" />
  246. <Compile Include="DefaultList\WMS_GetInfoByPoint.cs" />
  247. <Compile Include="DeviceManage\DeviceManage.cs" />
  248. <Compile Include="DeviceManage\EnumComList.cs" />
  249. <Compile Include="Device\body\ConnectDeviceBody.cs" />
  250. <Compile Include="Device\body\SFTPDeviceBody.cs" />
  251. <Compile Include="Device\DeviceAGV.cs" />
  252. <Compile Include="Device\DeviceFanucHandle.cs" />
  253. <Compile Include="Device\DeviceHeidenhainHandle.cs" />
  254. <Compile Include="Device\DeviceRfid.cs" />
  255. <Compile Include="Device\DeviceHttpClient.cs" />
  256. <Compile Include="Device\DeviceSFTP.cs" />
  257. <Compile Include="Device\DeviceSerial.cs" />
  258. <Compile Include="Device\DeviceHttpServer.cs" />
  259. <Compile Include="Device\FanucBase\FocasB.cs" />
  260. <Compile Include="Device\HeiDenHainBase\HeiDenHainB.cs" />
  261. <Compile Include="Device\InterfacleDevice.cs" />
  262. <Compile Include="Form_Main.cs">
  263. <SubType>Form</SubType>
  264. </Compile>
  265. <Compile Include="Form_Main.Designer.cs">
  266. <DependentUpon>Form_Main.cs</DependentUpon>
  267. </Compile>
  268. <Compile Include="Http\businessBody\CollectDataBody.cs" />
  269. <Compile Include="Http\businessBody\UploadFileBody.cs" />
  270. <Compile Include="Http\ClsSFTPHelper.cs" />
  271. <Compile Include="Lib\LibLable.cs" />
  272. <Compile Include="Device\DeviceOPCUat.cs" />
  273. <Compile Include="Device\DeviceS7.cs" />
  274. <Compile Include="Device\DeviceSocket.cs" />
  275. <Compile Include="Device\DeviceUI.cs" />
  276. <Compile Include="Extend\CommonAtrr.cs" />
  277. <Compile Include="Extend\CommonExtend.cs" />
  278. <Compile Include="Http\businessBody\CallBackRequestBody.cs" />
  279. <Compile Include="Http\businessBody\CcsRequestBody.cs" />
  280. <Compile Include="Http\businessBody\JsonDataContractJsonSerializer.cs" />
  281. <Compile Include="Http\businessBody\JsonJavaScriptSerializer.cs" />
  282. <Compile Include="Http\businessBody\ResponseBody.cs" />
  283. <Compile Include="Http\ControllerHelper.cs" />
  284. <Compile Include="Http\redis\ServiceStackRedisHelper.cs" />
  285. <Compile Include="Http\TreeExXML\TreeExXMLCls.cs" />
  286. <Compile Include="Http\util\CommonUtil.cs" />
  287. <Compile Include="Http\util\Constants.cs" />
  288. <Compile Include="Lib\LibEnum.cs" />
  289. <Compile Include="Lib\LibCMD.cs" />
  290. <Compile Include="Lib\HttpPostLib.cs" />
  291. <Compile Include="Lib\QueueLib.cs" />
  292. <Compile Include="Lib\LibTextApi.cs" />
  293. <Compile Include="Lib\LibXml.cs" />
  294. <Compile Include="Lib\XmlSLib.cs" />
  295. <Compile Include="Logic\PLCWCS.cs" />
  296. <Compile Include="Logic\Class2.cs" />
  297. <Compile Include="Logic\MachineHandle.cs" />
  298. <Compile Include="Logic\LongHaiHandle.cs" />
  299. <Compile Include="Logic\WeiLiHandle.cs" />
  300. <Compile Include="Logic\ZhiLiangZhongXinHandle.cs" />
  301. <Compile Include="Log\Log.cs" />
  302. <Compile Include="Program.cs" />
  303. <Compile Include="Properties\AssemblyInfo.cs" />
  304. <Compile Include="UControl\Component1.cs">
  305. <SubType>Component</SubType>
  306. </Compile>
  307. <Compile Include="UControl\Component1.Designer.cs">
  308. <DependentUpon>Component1.cs</DependentUpon>
  309. </Compile>
  310. <Compile Include="UControl\Form1.cs">
  311. <SubType>Form</SubType>
  312. </Compile>
  313. <Compile Include="UControl\Form1.Designer.cs">
  314. <DependentUpon>Form1.cs</DependentUpon>
  315. </Compile>
  316. <Compile Include="UControl\UserControl2.cs">
  317. <SubType>UserControl</SubType>
  318. </Compile>
  319. <Compile Include="UControl\UserControl2.Designer.cs">
  320. <DependentUpon>UserControl2.cs</DependentUpon>
  321. </Compile>
  322. <Compile Include="UControl\UserControl1.cs">
  323. <SubType>UserControl</SubType>
  324. </Compile>
  325. <Compile Include="UControl\UserControl1.Designer.cs">
  326. <DependentUpon>UserControl1.cs</DependentUpon>
  327. </Compile>
  328. <Compile Include="UControl\UserControl3.cs">
  329. <SubType>UserControl</SubType>
  330. </Compile>
  331. <Compile Include="UControl\UserControl3.Designer.cs">
  332. <DependentUpon>UserControl3.cs</DependentUpon>
  333. </Compile>
  334. <Compile Include="UControl\UserControl4.cs">
  335. <SubType>UserControl</SubType>
  336. </Compile>
  337. <Compile Include="UControl\UserControl4.Designer.cs">
  338. <DependentUpon>UserControl4.cs</DependentUpon>
  339. </Compile>
  340. <Compile Include="UControl\UserControl5.cs">
  341. <SubType>UserControl</SubType>
  342. </Compile>
  343. <Compile Include="UControl\UserControl5.Designer.cs">
  344. <DependentUpon>UserControl5.cs</DependentUpon>
  345. </Compile>
  346. <Compile Include="UControl\UserControl6.cs">
  347. <SubType>UserControl</SubType>
  348. </Compile>
  349. <Compile Include="UControl\UserControl6.Designer.cs">
  350. <DependentUpon>UserControl6.cs</DependentUpon>
  351. </Compile>
  352. <Compile Include="UControl\UserControl7.cs">
  353. <SubType>UserControl</SubType>
  354. </Compile>
  355. <Compile Include="UControl\UserControl7.Designer.cs">
  356. <DependentUpon>UserControl7.cs</DependentUpon>
  357. </Compile>
  358. <Compile Include="UControl\UserControl8.cs">
  359. <SubType>UserControl</SubType>
  360. </Compile>
  361. <Compile Include="UControl\UserControl8.Designer.cs">
  362. <DependentUpon>UserControl8.cs</DependentUpon>
  363. </Compile>
  364. <Compile Include="UControl\UserControl9.cs">
  365. <SubType>UserControl</SubType>
  366. </Compile>
  367. <Compile Include="UControl\UserControl9.Designer.cs">
  368. <DependentUpon>UserControl9.cs</DependentUpon>
  369. </Compile>
  370. <Compile Include="Componen\Uctrl_Product.cs">
  371. <SubType>UserControl</SubType>
  372. </Compile>
  373. <Compile Include="Componen\Uctrl_Product.Designer.cs">
  374. <DependentUpon>Uctrl_Product.cs</DependentUpon>
  375. </Compile>
  376. <EmbeddedResource Include="Componen\CT\Form1.resx">
  377. <DependentUpon>Form1.cs</DependentUpon>
  378. </EmbeddedResource>
  379. <EmbeddedResource Include="Componen\CT\Uctrl_JQR.resx">
  380. <DependentUpon>Uctrl_JQR.cs</DependentUpon>
  381. </EmbeddedResource>
  382. <EmbeddedResource Include="Componen\Uctl_DComponen1.resx">
  383. <DependentUpon>Uctl_DComponen1.cs</DependentUpon>
  384. </EmbeddedResource>
  385. <EmbeddedResource Include="Componen\Uctl_DControl1.resx">
  386. <DependentUpon>Uctl_DControl1.cs</DependentUpon>
  387. </EmbeddedResource>
  388. <EmbeddedResource Include="Componen\Uctl_DComponen2.resx">
  389. <DependentUpon>Uctl_DComponen2.cs</DependentUpon>
  390. </EmbeddedResource>
  391. <EmbeddedResource Include="Componen\Uctl_OComponen1.resx">
  392. <DependentUpon>Uctl_OComponen1.cs</DependentUpon>
  393. </EmbeddedResource>
  394. <EmbeddedResource Include="Componen\Uctl_OComponen2.resx">
  395. <DependentUpon>Uctl_OComponen2.cs</DependentUpon>
  396. </EmbeddedResource>
  397. <EmbeddedResource Include="Componen\Uctl_OContro3.resx">
  398. <DependentUpon>Uctl_OContro3.cs</DependentUpon>
  399. </EmbeddedResource>
  400. <EmbeddedResource Include="Componen\Uctl_OContro2.resx">
  401. <DependentUpon>Uctl_OContro2.cs</DependentUpon>
  402. </EmbeddedResource>
  403. <EmbeddedResource Include="Componen\Uctl_YJContro.resx">
  404. <DependentUpon>Uctl_YJContro.cs</DependentUpon>
  405. </EmbeddedResource>
  406. <EmbeddedResource Include="Componen\Uctl_OControl.resx">
  407. <DependentUpon>Uctl_OControl.cs</DependentUpon>
  408. </EmbeddedResource>
  409. <EmbeddedResource Include="Componen\CT\Uctrl_CTContol.resx">
  410. <DependentUpon>Uctrl_CTContol.cs</DependentUpon>
  411. </EmbeddedResource>
  412. <EmbeddedResource Include="Componen\CT\Uctrl_KuWei.resx">
  413. <DependentUpon>Uctrl_KuWei.cs</DependentUpon>
  414. </EmbeddedResource>
  415. <EmbeddedResource Include="Componen\Uctrl_Product.resx">
  416. <DependentUpon>Uctrl_Product.cs</DependentUpon>
  417. </EmbeddedResource>
  418. <EmbeddedResource Include="Componen\UserControl1.resx">
  419. <DependentUpon>UserControl1.cs</DependentUpon>
  420. </EmbeddedResource>
  421. <EmbeddedResource Include="Config\FormConfig\Form_Version.resx">
  422. <DependentUpon>Form_Version.cs</DependentUpon>
  423. </EmbeddedResource>
  424. <EmbeddedResource Include="Form_Main.resx">
  425. <DependentUpon>Form_Main.cs</DependentUpon>
  426. </EmbeddedResource>
  427. <EmbeddedResource Include="UControl\UserControl6.resx">
  428. <DependentUpon>UserControl6.cs</DependentUpon>
  429. </EmbeddedResource>
  430. <EmbeddedResource Include="UControl\UserControl7.resx">
  431. <DependentUpon>UserControl7.cs</DependentUpon>
  432. </EmbeddedResource>
  433. <EmbeddedResource Include="UControl\UserControl8.resx">
  434. <DependentUpon>UserControl8.cs</DependentUpon>
  435. </EmbeddedResource>
  436. <EmbeddedResource Include="UControl\UserControl9.resx">
  437. <DependentUpon>UserControl9.cs</DependentUpon>
  438. </EmbeddedResource>
  439. <None Include="Properties\licenses.licx" />
  440. <EmbeddedResource Include="Properties\Resources.resx">
  441. <Generator>ResXFileCodeGenerator</Generator>
  442. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  443. <SubType>Designer</SubType>
  444. </EmbeddedResource>
  445. <Compile Include="Properties\Resources.Designer.cs">
  446. <AutoGen>True</AutoGen>
  447. <DependentUpon>Resources.resx</DependentUpon>
  448. <DesignTime>True</DesignTime>
  449. </Compile>
  450. <EmbeddedResource Include="UControl\Form1.resx">
  451. <DependentUpon>Form1.cs</DependentUpon>
  452. </EmbeddedResource>
  453. <EmbeddedResource Include="UControl\UserControl2.resx">
  454. <DependentUpon>UserControl2.cs</DependentUpon>
  455. </EmbeddedResource>
  456. <EmbeddedResource Include="UControl\UserControl1.resx">
  457. <DependentUpon>UserControl1.cs</DependentUpon>
  458. </EmbeddedResource>
  459. <EmbeddedResource Include="UControl\UserControl4.resx">
  460. <DependentUpon>UserControl4.cs</DependentUpon>
  461. </EmbeddedResource>
  462. <EmbeddedResource Include="UControl\UserControl5.resx">
  463. <DependentUpon>UserControl5.cs</DependentUpon>
  464. </EmbeddedResource>
  465. <None Include="Properties\app.manifest" />
  466. <None Include="Properties\Settings.settings">
  467. <Generator>SettingsSingleFileGenerator</Generator>
  468. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  469. </None>
  470. <Compile Include="Properties\Settings.Designer.cs">
  471. <AutoGen>True</AutoGen>
  472. <DependentUpon>Settings.settings</DependentUpon>
  473. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  474. </Compile>
  475. </ItemGroup>
  476. <ItemGroup>
  477. <None Include="App.config">
  478. <SubType>Designer</SubType>
  479. </None>
  480. </ItemGroup>
  481. <ItemGroup>
  482. <BootstrapperPackage Include=".NETFramework,Version=v4.6">
  483. <Visible>False</Visible>
  484. <ProductName>Microsoft .NET Framework 4.6 %28x86 和 x64%29</ProductName>
  485. <Install>true</Install>
  486. </BootstrapperPackage>
  487. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  488. <Visible>False</Visible>
  489. <ProductName>.NET Framework 3.5 SP1</ProductName>
  490. <Install>false</Install>
  491. </BootstrapperPackage>
  492. </ItemGroup>
  493. <ItemGroup>
  494. <Content Include="Http\TreeExXML\customer.xml" />
  495. <None Include="Resources\small2.png" />
  496. <None Include="Resources\small1.png" />
  497. <None Include="Resources\backgroup2.png" />
  498. <None Include="Resources\backgroup1.png" />
  499. <None Include="Resources\danzaiju.png" />
  500. <None Include="Resources\tuopan.png" />
  501. <None Include="Resources\jiaju.png" />
  502. <None Include="Resources\ToolTip1.png" />
  503. <None Include="Resources\ToolTip.png" />
  504. </ItemGroup>
  505. <ItemGroup>
  506. <Folder Include="Componen\ZhiNengBaoZhang\" />
  507. </ItemGroup>
  508. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  509. </Project>