AGV_WPF.csproj 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737
  1. <?xml version="1.0" encoding="utf-16"?>
  2. <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
  6. <ProductVersion>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{8FD8F47A-7B31-4067-9F8C-D1783AFBDAD1}</ProjectGuid>
  9. <OutputType>WinExe</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>AGV_WPF</RootNamespace>
  12. <AssemblyName>AGV_WPF</AssemblyName>
  13. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  14. <TargetFrameworkProfile>
  15. </TargetFrameworkProfile>
  16. <FileAlignment>512</FileAlignment>
  17. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  18. <WarningLevel>4</WarningLevel>
  19. <IsWebBootstrapper>false</IsWebBootstrapper>
  20. <PublishUrl>publish\</PublishUrl>
  21. <Install>true</Install>
  22. <InstallFrom>Disk</InstallFrom>
  23. <UpdateEnabled>false</UpdateEnabled>
  24. <UpdateMode>Foreground</UpdateMode>
  25. <UpdateInterval>7</UpdateInterval>
  26. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  27. <UpdatePeriodically>false</UpdatePeriodically>
  28. <UpdateRequired>false</UpdateRequired>
  29. <MapFileExtensions>true</MapFileExtensions>
  30. <ApplicationRevision>0</ApplicationRevision>
  31. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  32. <UseApplicationTrust>false</UseApplicationTrust>
  33. <BootstrapperEnabled>true</BootstrapperEnabled>
  34. </PropertyGroup>
  35. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  36. <PlatformTarget>x86</PlatformTarget>
  37. <DebugSymbols>true</DebugSymbols>
  38. <DebugType>full</DebugType>
  39. <Optimize>false</Optimize>
  40. <OutputPath>bin\Debug\</OutputPath>
  41. <DefineConstants>DEBUG;TRACE</DefineConstants>
  42. <ErrorReport>prompt</ErrorReport>
  43. <WarningLevel>4</WarningLevel>
  44. <Prefer32Bit>false</Prefer32Bit>
  45. </PropertyGroup>
  46. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  47. <PlatformTarget>x86</PlatformTarget>
  48. <DebugType>pdbonly</DebugType>
  49. <Optimize>true</Optimize>
  50. <OutputPath>bin\Release\</OutputPath>
  51. <DefineConstants>TRACE</DefineConstants>
  52. <ErrorReport>prompt</ErrorReport>
  53. <WarningLevel>4</WarningLevel>
  54. <Prefer32Bit>false</Prefer32Bit>
  55. </PropertyGroup>
  56. <PropertyGroup>
  57. <ApplicationIcon>Simple.ico</ApplicationIcon>
  58. </PropertyGroup>
  59. <PropertyGroup>
  60. <StartupObject />
  61. </PropertyGroup>
  62. <PropertyGroup>
  63. <ReactorLocation>"D:\Program Files\Eziriz\.NET Reactor\dotNET_Reactor.exe"</ReactorLocation>
  64. <ReactorProject>"ReactorProject"</ReactorProject>
  65. </PropertyGroup>
  66. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
  67. <PlatformTarget>AnyCPU</PlatformTarget>
  68. <OutputPath>bin\Debug\</OutputPath>
  69. <Prefer32Bit>false</Prefer32Bit>
  70. </PropertyGroup>
  71. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
  72. <PlatformTarget>AnyCPU</PlatformTarget>
  73. <OutputPath>bin\Release\</OutputPath>
  74. <Prefer32Bit>false</Prefer32Bit>
  75. </PropertyGroup>
  76. <PropertyGroup>
  77. <ApplicationManifest>app.manifest</ApplicationManifest>
  78. </PropertyGroup>
  79. <ItemGroup>
  80. <Reference Include="ColorFont, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  81. <SpecificVersion>False</SpecificVersion>
  82. <HintPath>DLL\ColorFont.dll</HintPath>
  83. </Reference>
  84. <Reference Include="HslCommunication, Version=7.0.1.0, Culture=neutral, PublicKeyToken=cdb2261fa039ed67, processorArchitecture=MSIL">
  85. <SpecificVersion>False</SpecificVersion>
  86. <HintPath>bin\Debug\HslCommunication.dll</HintPath>
  87. </Reference>
  88. <Reference Include="LoadWaiting, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  89. <SpecificVersion>False</SpecificVersion>
  90. <HintPath>DLL\LoadWaiting.dll</HintPath>
  91. </Reference>
  92. <Reference Include="Marquee, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  93. <SpecificVersion>False</SpecificVersion>
  94. <HintPath>DLL\Marquee.dll</HintPath>
  95. </Reference>
  96. <Reference Include="Microsoft.VisualBasic" />
  97. <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  98. <HintPath>packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
  99. </Reference>
  100. <Reference Include="RestSharp">
  101. <HintPath>..\..\..\WCS.API\bin\Debug\RestSharp.dll</HintPath>
  102. </Reference>
  103. <Reference Include="SerialPortWrapper, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  104. <SpecificVersion>False</SpecificVersion>
  105. <HintPath>DLL\SerialPortWrapper.dll</HintPath>
  106. </Reference>
  107. <Reference Include="SoftKey_Win, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  108. <SpecificVersion>False</SpecificVersion>
  109. <HintPath>DLL\SoftKey_Win.dll</HintPath>
  110. </Reference>
  111. <Reference Include="System" />
  112. <Reference Include="System.configuration" />
  113. <Reference Include="System.Data" />
  114. <Reference Include="System.Drawing" />
  115. <Reference Include="System.EnterpriseServices" />
  116. <Reference Include="System.Net.Http" />
  117. <Reference Include="System.Net.Http.Formatting">
  118. <HintPath>..\..\..\山西吉利 20220207\AGV_WPF\WebAPI\bin\System.Net.Http.Formatting.dll</HintPath>
  119. </Reference>
  120. <Reference Include="System.Runtime.Caching" />
  121. <Reference Include="System.Runtime.Serialization" />
  122. <Reference Include="System.ServiceModel" />
  123. <Reference Include="System.Web.Cors">
  124. <HintPath>..\..\..\山西吉利 20220207\AGV_WPF\WebAPI\bin\System.Web.Cors.dll</HintPath>
  125. </Reference>
  126. <Reference Include="System.Web.Extensions" />
  127. <Reference Include="System.Web.Http, Version=5.2.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  128. <SpecificVersion>False</SpecificVersion>
  129. <HintPath>..\..\..\WCS.API\bin\Debug\System.Web.Http.dll</HintPath>
  130. </Reference>
  131. <Reference Include="System.Web.Http.Cors">
  132. <HintPath>..\..\..\WCS.API\bin\Debug\System.Web.Http.Cors.dll</HintPath>
  133. </Reference>
  134. <Reference Include="System.Web.Http.SelfHost, Version=5.2.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  135. <SpecificVersion>False</SpecificVersion>
  136. <HintPath>..\..\..\WCS.API\bin\Debug\System.Web.Http.SelfHost.dll</HintPath>
  137. </Reference>
  138. <Reference Include="System.Web.Services" />
  139. <Reference Include="System.Windows.Forms" />
  140. <Reference Include="System.Xml" />
  141. <Reference Include="Microsoft.CSharp" />
  142. <Reference Include="System.Core" />
  143. <Reference Include="System.Xml.Linq" />
  144. <Reference Include="System.Data.DataSetExtensions" />
  145. <Reference Include="System.Xaml">
  146. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  147. </Reference>
  148. <Reference Include="WindowsBase" />
  149. <Reference Include="PresentationCore" />
  150. <Reference Include="PresentationFramework" />
  151. <Reference Include="ZSql, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  152. <SpecificVersion>False</SpecificVersion>
  153. <HintPath>DLL\ZSql.dll</HintPath>
  154. </Reference>
  155. </ItemGroup>
  156. <ItemGroup>
  157. <ApplicationDefinition Include="App.xaml">
  158. <Generator>MSBuild:Compile</Generator>
  159. <SubType>Designer</SubType>
  160. </ApplicationDefinition>
  161. <Compile Include="AGVMonitor.cs">
  162. <SubType>Form</SubType>
  163. </Compile>
  164. <Compile Include="AGVMonitor.designer.cs">
  165. <DependentUpon>AGVMonitor.cs</DependentUpon>
  166. </Compile>
  167. <Compile Include="AGVParaSetting.xaml.cs">
  168. <DependentUpon>AGVParaSetting.xaml</DependentUpon>
  169. </Compile>
  170. <Compile Include="AGVSingleControl.cs">
  171. <SubType>Form</SubType>
  172. </Compile>
  173. <Compile Include="AGVSingleControl.Designer.cs">
  174. <DependentUpon>AGVSingleControl.cs</DependentUpon>
  175. </Compile>
  176. <Compile Include="AutoRelease.cs">
  177. <SubType>Form</SubType>
  178. </Compile>
  179. <Compile Include="AutoRelease.designer.cs">
  180. <DependentUpon>AutoRelease.cs</DependentUpon>
  181. </Compile>
  182. <Compile Include="Commands\DelegateCommand.cs" />
  183. <Compile Include="Commands\RunLog.cs" />
  184. <Compile Include="Commands\RunLogStatus.cs" />
  185. <Compile Include="Config\ConfigData.cs" />
  186. <Compile Include="Controller\AgvMESController.cs" />
  187. <Compile Include="CustomManage.xaml.cs">
  188. <DependentUpon>CustomManage.xaml</DependentUpon>
  189. </Compile>
  190. <Compile Include="DataControl\AGVInfoService.cs" />
  191. <Compile Include="DataControl\TrafficAreaService.cs" />
  192. <Compile Include="DispatchSystem.cs">
  193. <SubType>Form</SubType>
  194. </Compile>
  195. <Compile Include="DispatchSystem.Designer.cs">
  196. <DependentUpon>DispatchSystem.cs</DependentUpon>
  197. </Compile>
  198. <Compile Include="DispatchSystem7334.cs">
  199. <SubType>Form</SubType>
  200. </Compile>
  201. <Compile Include="DispatchSystem7334.Designer.cs">
  202. <DependentUpon>DispatchSystem7334.cs</DependentUpon>
  203. </Compile>
  204. <Compile Include="DispatchSystem7352.cs">
  205. <SubType>Form</SubType>
  206. </Compile>
  207. <Compile Include="DispatchSystem7352.Designer.cs">
  208. <DependentUpon>DispatchSystem7352.cs</DependentUpon>
  209. </Compile>
  210. <Compile Include="DispatchSystem7515.cs">
  211. <SubType>Form</SubType>
  212. </Compile>
  213. <Compile Include="DispatchSystem7515.Designer.cs">
  214. <DependentUpon>DispatchSystem7515.cs</DependentUpon>
  215. </Compile>
  216. <Compile Include="DLL\PLCSqlDLL.cs" />
  217. <Compile Include="ExtraUI\OPCTool.cs" />
  218. <Compile Include="ExtraUI\SNChange.cs">
  219. <SubType>Form</SubType>
  220. </Compile>
  221. <Compile Include="ExtraUI\SNChange.Designer.cs">
  222. <DependentUpon>SNChange.cs</DependentUpon>
  223. </Compile>
  224. <Compile Include="ExtraUI\SNShow.cs">
  225. <SubType>Form</SubType>
  226. </Compile>
  227. <Compile Include="ExtraUI\SNShow.Designer.cs">
  228. <DependentUpon>SNShow.cs</DependentUpon>
  229. </Compile>
  230. <Compile Include="Helper\MsgDisplayHelper.cs" />
  231. <Compile Include="HostRouteManage.xaml.cs">
  232. <DependentUpon>HostRouteManage.xaml</DependentUpon>
  233. </Compile>
  234. <Compile Include="Models\AgvMember.cs" />
  235. <Compile Include="Models\CFDClass.cs" />
  236. <Compile Include="Models\ManagedThreadPoolcs.cs" />
  237. <Compile Include="Models\MDataGridView.cs">
  238. <SubType>Component</SubType>
  239. </Compile>
  240. <Compile Include="Models\MDataGridView.Designer.cs">
  241. <DependentUpon>MDataGridView.cs</DependentUpon>
  242. </Compile>
  243. <Compile Include="Models\Traffic.cs" />
  244. <Compile Include="Models\TrafficArea.cs" />
  245. <Compile Include="Models\TrafficAreaModel.cs" />
  246. <Compile Include="DataControl\DataAnalysis.cs" />
  247. <Compile Include="DataServices\DataBase.cs" />
  248. <Compile Include="DataServices\ExcelDataBase.cs" />
  249. <Compile Include="DataServices\MissRecord.cs" />
  250. <Compile Include="DataServices\SQLDataBase.cs" />
  251. <Compile Include="DLL\IValueConverter.cs" />
  252. <Compile Include="DLL\SoftKey\Casun_SoftKey_v1.0.cs" />
  253. <Compile Include="DLL\SoftKey\Casun_SoftKey.cs" />
  254. <Compile Include="DockManage.xaml.cs">
  255. <DependentUpon>DockManage.xaml</DependentUpon>
  256. </Compile>
  257. <Compile Include="ExceptionManage.xaml.cs">
  258. <DependentUpon>ExceptionManage.xaml</DependentUpon>
  259. </Compile>
  260. <Compile Include="ExtraUI\AgvAliasWindow.xaml.cs">
  261. <DependentUpon>AgvAliasWindow.xaml</DependentUpon>
  262. </Compile>
  263. <Compile Include="ExtraUI\AgvAliasWindowModel.cs" />
  264. <Compile Include="ExtraUI\CardCheckSetWindowModel.cs" />
  265. <Compile Include="ExtraUI\CardCheckSetWindow.xaml.cs">
  266. <DependentUpon>CardCheckSetWindow.xaml</DependentUpon>
  267. </Compile>
  268. <Compile Include="ExtraUI\ClientListWindow.xaml.cs">
  269. <SubType>Code</SubType>
  270. <DependentUpon>ClientListWindow.xaml</DependentUpon>
  271. </Compile>
  272. <Compile Include="ExtraUI\ExtendModuleWindow.xaml.cs">
  273. <DependentUpon>ExtendModuleWindow.xaml</DependentUpon>
  274. </Compile>
  275. <Compile Include="ExtraUI\ManagerWindow.xaml.cs">
  276. <DependentUpon>ManagerWindow.xaml</DependentUpon>
  277. </Compile>
  278. <Compile Include="ExtraUI\ReadCheckRecordWindow.xaml.cs">
  279. <DependentUpon>ReadCheckRecordWindow.xaml</DependentUpon>
  280. </Compile>
  281. <Compile Include="ExtraUI\ReadCheckRecordWindowModel.cs" />
  282. <Compile Include="ExtraUI\RemoteRouteSetWindow.xaml.cs">
  283. <DependentUpon>RemoteRouteSetWindow.xaml</DependentUpon>
  284. </Compile>
  285. <Compile Include="Forms\Form1.cs">
  286. <SubType>Form</SubType>
  287. </Compile>
  288. <Compile Include="Forms\Form1.Designer.cs">
  289. <DependentUpon>Form1.cs</DependentUpon>
  290. </Compile>
  291. <Compile Include="Help.xaml.cs">
  292. <DependentUpon>Help.xaml</DependentUpon>
  293. </Compile>
  294. <Compile Include="DLL\ZoomCanvas\LinkedListExtensions.cs" />
  295. <Compile Include="DLL\ZoomCanvas\MathExtensions.cs" />
  296. <Compile Include="MissRecordWindow.xaml.cs">
  297. <DependentUpon>MissRecordWindow.xaml</DependentUpon>
  298. </Compile>
  299. <Compile Include="Models\CheckCardModel.cs" />
  300. <Compile Include="Models\ExceptionManageModel.cs" />
  301. <Compile Include="Models\MainWindowModel.cs" />
  302. <Compile Include="Models\NotificationObject.cs" />
  303. <Compile Include="Models\AGVInfoModel.cs" />
  304. <Compile Include="Model\AGVInfo.cs" />
  305. <Compile Include="Model\DataResponse.cs" />
  306. <Compile Include="Model\Enums.cs" />
  307. <Compile Include="Model\PelletData.cs" />
  308. <Compile Include="Model\PelletIdStatus.cs" />
  309. <Compile Include="Model\Product_Model.cs" />
  310. <Compile Include="Model\ReleaseInfo.cs" />
  311. <Compile Include="Model\StationInfo.cs" />
  312. <Compile Include="NewCotent\ErrorLog.cs" />
  313. <Compile Include="NewCotent\UseRate.cs" />
  314. <Compile Include="PassWordSetting.xaml.cs">
  315. <DependentUpon>PassWordSetting.xaml</DependentUpon>
  316. </Compile>
  317. <Compile Include="DLL\ZoomCanvas\PriorityQuadTree.cs" />
  318. <Compile Include="DLL\ZoomCanvas\PriorityQueue.cs" />
  319. <Compile Include="DLL\ZoomCanvas\RectExtensions.cs" />
  320. <Compile Include="Plugin\PluginLoader.cs" />
  321. <Compile Include="Plugin\Iplugin.cs" />
  322. <Compile Include="RemoveError.cs">
  323. <SubType>Form</SubType>
  324. </Compile>
  325. <Compile Include="RemoveError.designer.cs">
  326. <DependentUpon>RemoveError.cs</DependentUpon>
  327. </Compile>
  328. <Compile Include="RouteManage.xaml.cs">
  329. <DependentUpon>RouteManage.xaml</DependentUpon>
  330. </Compile>
  331. <Compile Include="Services\Client.cs" />
  332. <Compile Include="Services\CommunicationBase.cs" />
  333. <Compile Include="Services\SerialPortEx.cs" />
  334. <Compile Include="Services\Server.cs" />
  335. <Compile Include="Services\SocketClient.cs" />
  336. <Compile Include="Services\SocketTcpServer.cs" />
  337. <Compile Include="Services\UDPCommunication.cs" />
  338. <Compile Include="Settings.cs" />
  339. <Compile Include="SleepAndWakeUpForm.cs">
  340. <SubType>Form</SubType>
  341. </Compile>
  342. <Compile Include="SleepAndWakeUpForm.Designer.cs">
  343. <DependentUpon>SleepAndWakeUpForm.cs</DependentUpon>
  344. </Compile>
  345. <Compile Include="SpeedManage.xaml.cs">
  346. <DependentUpon>SpeedManage.xaml</DependentUpon>
  347. </Compile>
  348. <Compile Include="Tools\BatteryData.cs" />
  349. <Compile Include="Tools\CBlackBoxFile.cs" />
  350. <Compile Include="Tools\CConfigData.cs" />
  351. <Compile Include="Tools\DataControl.cs" />
  352. <Compile Include="Tools\DispatcherTool.cs" />
  353. <Compile Include="Tools\TabPageTag.cs" />
  354. <Compile Include="TrafficDefine\TrafficArea.cs" />
  355. <Compile Include="TrafficDefine\TrafficManager.cs" />
  356. <Compile Include="TrafficManage.xaml.cs">
  357. <DependentUpon>TrafficManage.xaml</DependentUpon>
  358. </Compile>
  359. <Compile Include="TrafficManageNew.xaml.cs">
  360. <DependentUpon>TrafficManageNew.xaml</DependentUpon>
  361. </Compile>
  362. <Compile Include="TrafficWindow.xaml.cs">
  363. <DependentUpon>TrafficWindow.xaml</DependentUpon>
  364. </Compile>
  365. <Compile Include="UserManage.xaml.cs">
  366. <DependentUpon>UserManage.xaml</DependentUpon>
  367. </Compile>
  368. <Compile Include="DLL\ZoomCanvas\VirtualPanel.cs" />
  369. <Compile Include="WcfService\AgvAlarmService.cs" />
  370. <Compile Include="WcfService\AlarmInfo.cs" />
  371. <Compile Include="WcfService\IAgvAlarmService.cs" />
  372. <Compile Include="WcsServerHost.cs" />
  373. <Compile Include="WebApiClient\RestApi.cs" />
  374. <Compile Include="WebApiClient\WcsApi.cs" />
  375. <Compile Include="Window1.xaml.cs">
  376. <DependentUpon>Window1.xaml</DependentUpon>
  377. </Compile>
  378. <Compile Include="WirelessDockingSystem.cs">
  379. <SubType>Form</SubType>
  380. </Compile>
  381. <Compile Include="WirelessDockingSystem.designer.cs">
  382. <DependentUpon>WirelessDockingSystem.cs</DependentUpon>
  383. </Compile>
  384. <Compile Include="WorkLineManage.xaml.cs">
  385. <DependentUpon>WorkLineManage.xaml</DependentUpon>
  386. </Compile>
  387. <Compile Include="DLL\ZoomCanvas\ZoomableCanvas.cs" />
  388. <Compile Include="TestTrafficWindow.xaml.cs">
  389. <DependentUpon>TestTrafficWindow.xaml</DependentUpon>
  390. </Compile>
  391. <Page Include="AGVManage.xaml">
  392. <SubType>Designer</SubType>
  393. <Generator>MSBuild:Compile</Generator>
  394. </Page>
  395. <Page Include="AGVParaSetting.xaml">
  396. <SubType>Designer</SubType>
  397. <Generator>MSBuild:Compile</Generator>
  398. </Page>
  399. <Page Include="COMSetting.xaml">
  400. <SubType>Designer</SubType>
  401. <Generator>MSBuild:Compile</Generator>
  402. </Page>
  403. <Page Include="CustomManage.xaml">
  404. <SubType>Designer</SubType>
  405. <Generator>MSBuild:Compile</Generator>
  406. </Page>
  407. <Page Include="DockManage.xaml">
  408. <SubType>Designer</SubType>
  409. <Generator>MSBuild:Compile</Generator>
  410. </Page>
  411. <Page Include="ExceptionManage.xaml">
  412. <SubType>Designer</SubType>
  413. <Generator>MSBuild:Compile</Generator>
  414. </Page>
  415. <Page Include="ExtraUI\AgvAliasWindow.xaml">
  416. <SubType>Designer</SubType>
  417. <Generator>MSBuild:Compile</Generator>
  418. </Page>
  419. <Page Include="ExtraUI\CardCheckSetWindow.xaml">
  420. <SubType>Designer</SubType>
  421. <Generator>MSBuild:Compile</Generator>
  422. </Page>
  423. <Page Include="ExtraUI\ClientListWindow.xaml">
  424. <SubType>Designer</SubType>
  425. <Generator>MSBuild:Compile</Generator>
  426. </Page>
  427. <Page Include="ExtraUI\ExtendModuleWindow.xaml">
  428. <SubType>Designer</SubType>
  429. <Generator>MSBuild:Compile</Generator>
  430. </Page>
  431. <Page Include="ExtraUI\ManagerWindow.xaml">
  432. <SubType>Designer</SubType>
  433. <Generator>MSBuild:Compile</Generator>
  434. </Page>
  435. <Page Include="ExtraUI\ReadCheckRecordWindow.xaml">
  436. <SubType>Designer</SubType>
  437. <Generator>MSBuild:Compile</Generator>
  438. </Page>
  439. <Page Include="ExtraUI\RemoteRouteSetWindow.xaml">
  440. <SubType>Designer</SubType>
  441. <Generator>MSBuild:Compile</Generator>
  442. </Page>
  443. <Page Include="Help.xaml">
  444. <SubType>Designer</SubType>
  445. <Generator>MSBuild:Compile</Generator>
  446. </Page>
  447. <Page Include="HostRouteManage.xaml">
  448. <SubType>Designer</SubType>
  449. <Generator>MSBuild:Compile</Generator>
  450. </Page>
  451. <Page Include="Login.xaml">
  452. <Generator>MSBuild:Compile</Generator>
  453. <SubType>Designer</SubType>
  454. </Page>
  455. <Page Include="MainWindow.xaml">
  456. <Generator>MSBuild:Compile</Generator>
  457. <SubType>Designer</SubType>
  458. </Page>
  459. <Compile Include="AGVManage.xaml.cs">
  460. <DependentUpon>AGVManage.xaml</DependentUpon>
  461. </Compile>
  462. <Compile Include="App.xaml.cs">
  463. <DependentUpon>App.xaml</DependentUpon>
  464. <SubType>Code</SubType>
  465. </Compile>
  466. <Compile Include="COMSetting.xaml.cs">
  467. <DependentUpon>COMSetting.xaml</DependentUpon>
  468. </Compile>
  469. <Compile Include="DLL\AGV_DisMember.cs" />
  470. <Compile Include="DLL\GlobalPara.cs" />
  471. <Compile Include="Login.xaml.cs">
  472. <DependentUpon>Login.xaml</DependentUpon>
  473. </Compile>
  474. <Compile Include="MainWindow.xaml.cs">
  475. <DependentUpon>MainWindow.xaml</DependentUpon>
  476. <SubType>Code</SubType>
  477. </Compile>
  478. <Page Include="MarkManage.xaml">
  479. <SubType>Designer</SubType>
  480. <Generator>MSBuild:Compile</Generator>
  481. </Page>
  482. <Page Include="MissRecordWindow.xaml">
  483. <SubType>Designer</SubType>
  484. <Generator>MSBuild:Compile</Generator>
  485. </Page>
  486. <Page Include="PassWordSetting.xaml">
  487. <SubType>Designer</SubType>
  488. <Generator>MSBuild:Compile</Generator>
  489. </Page>
  490. <Page Include="SpeedManage.xaml">
  491. <SubType>Designer</SubType>
  492. <Generator>MSBuild:Compile</Generator>
  493. </Page>
  494. <Page Include="Themes\Generic.xaml">
  495. <Generator>MSBuild:Compile</Generator>
  496. <SubType>Designer</SubType>
  497. </Page>
  498. <Page Include="RouteManage.xaml">
  499. <Generator>MSBuild:Compile</Generator>
  500. <SubType>Designer</SubType>
  501. </Page>
  502. <Page Include="TrafficManage.xaml">
  503. <SubType>Designer</SubType>
  504. <Generator>MSBuild:Compile</Generator>
  505. </Page>
  506. <Page Include="TrafficManageNew.xaml">
  507. <SubType>Designer</SubType>
  508. <Generator>MSBuild:Compile</Generator>
  509. </Page>
  510. <Page Include="TrafficWindow.xaml">
  511. <SubType>Designer</SubType>
  512. <Generator>MSBuild:Compile</Generator>
  513. </Page>
  514. <Page Include="UserManage.xaml">
  515. <SubType>Designer</SubType>
  516. <Generator>MSBuild:Compile</Generator>
  517. </Page>
  518. <Page Include="Window1.xaml">
  519. <SubType>Designer</SubType>
  520. <Generator>MSBuild:Compile</Generator>
  521. </Page>
  522. <Page Include="WorkLineManage.xaml">
  523. <SubType>Designer</SubType>
  524. <Generator>MSBuild:Compile</Generator>
  525. </Page>
  526. <Page Include="TestTrafficWindow.xaml">
  527. <Generator>MSBuild:Compile</Generator>
  528. <SubType>Designer</SubType>
  529. </Page>
  530. </ItemGroup>
  531. <ItemGroup>
  532. <Compile Include="MarkManage.xaml.cs">
  533. <DependentUpon>MarkManage.xaml</DependentUpon>
  534. </Compile>
  535. <Compile Include="Properties\AssemblyInfo.cs">
  536. <SubType>Code</SubType>
  537. </Compile>
  538. <Compile Include="Properties\Resources.Designer.cs">
  539. <AutoGen>True</AutoGen>
  540. <DesignTime>True</DesignTime>
  541. <DependentUpon>Resources.resx</DependentUpon>
  542. </Compile>
  543. <Compile Include="Properties\Settings.Designer.cs">
  544. <AutoGen>True</AutoGen>
  545. <DependentUpon>Settings.settings</DependentUpon>
  546. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  547. </Compile>
  548. <EmbeddedResource Include="AGVMonitor.resx">
  549. <DependentUpon>AGVMonitor.cs</DependentUpon>
  550. </EmbeddedResource>
  551. <EmbeddedResource Include="AGVSingleControl.resx">
  552. <DependentUpon>AGVSingleControl.cs</DependentUpon>
  553. </EmbeddedResource>
  554. <EmbeddedResource Include="AutoRelease.resx">
  555. <DependentUpon>AutoRelease.cs</DependentUpon>
  556. </EmbeddedResource>
  557. <EmbeddedResource Include="DispatchSystem.resx">
  558. <DependentUpon>DispatchSystem.cs</DependentUpon>
  559. </EmbeddedResource>
  560. <EmbeddedResource Include="DispatchSystem7334.resx">
  561. <DependentUpon>DispatchSystem7334.cs</DependentUpon>
  562. </EmbeddedResource>
  563. <EmbeddedResource Include="DispatchSystem7352.resx">
  564. <DependentUpon>DispatchSystem7352.cs</DependentUpon>
  565. </EmbeddedResource>
  566. <EmbeddedResource Include="DispatchSystem7515.resx">
  567. <DependentUpon>DispatchSystem7515.cs</DependentUpon>
  568. </EmbeddedResource>
  569. <EmbeddedResource Include="ExtraUI\SNChange.resx">
  570. <DependentUpon>SNChange.cs</DependentUpon>
  571. </EmbeddedResource>
  572. <EmbeddedResource Include="ExtraUI\SNShow.resx">
  573. <DependentUpon>SNShow.cs</DependentUpon>
  574. </EmbeddedResource>
  575. <EmbeddedResource Include="Forms\Form1.resx">
  576. <DependentUpon>Form1.cs</DependentUpon>
  577. </EmbeddedResource>
  578. <EmbeddedResource Include="Properties\Resources.resx">
  579. <Generator>PublicResXFileCodeGenerator</Generator>
  580. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  581. </EmbeddedResource>
  582. <EmbeddedResource Include="RemoveError.resx">
  583. <DependentUpon>RemoveError.cs</DependentUpon>
  584. </EmbeddedResource>
  585. <EmbeddedResource Include="SleepAndWakeUpForm.resx">
  586. <DependentUpon>SleepAndWakeUpForm.cs</DependentUpon>
  587. </EmbeddedResource>
  588. <EmbeddedResource Include="WirelessDockingSystem.resx">
  589. <DependentUpon>WirelessDockingSystem.cs</DependentUpon>
  590. </EmbeddedResource>
  591. <None Include="App.config">
  592. <SubType>Designer</SubType>
  593. </None>
  594. <None Include="app.manifest" />
  595. <None Include="ClassDiagram1.cd" />
  596. <None Include="packages.config" />
  597. <None Include="Properties\Settings.settings">
  598. <Generator>SettingsSingleFileGenerator</Generator>
  599. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  600. </None>
  601. <AppDesigner Include="Properties\" />
  602. </ItemGroup>
  603. <ItemGroup>
  604. <WCFMetadata Include="Service References\" />
  605. </ItemGroup>
  606. <ItemGroup>
  607. <Resource Include="Image\casun_logo128.ico" />
  608. <Resource Include="Image\Header1.jpg" />
  609. <Resource Include="Image\casun_logo16.ico" />
  610. <Resource Include="Image\casun_logo32.ico" />
  611. </ItemGroup>
  612. <ItemGroup>
  613. <Resource Include="Image\background.png" />
  614. </ItemGroup>
  615. <ItemGroup>
  616. <Resource Include="Image\casun_logo.png" />
  617. </ItemGroup>
  618. <ItemGroup>
  619. <Resource Include="Image\background.jpg" />
  620. </ItemGroup>
  621. <ItemGroup>
  622. <Resource Include="Image\background1.jpg" />
  623. </ItemGroup>
  624. <ItemGroup>
  625. <Resource Include="Image\Header2.jpg" />
  626. </ItemGroup>
  627. <ItemGroup>
  628. <BootstrapperPackage Include=".NETFramework,Version=v4.0,Profile=Client">
  629. <Visible>False</Visible>
  630. <ProductName>Microsoft .NET Framework 4 Client Profile %28x86 和 x64%29</ProductName>
  631. <Install>true</Install>
  632. </BootstrapperPackage>
  633. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  634. <Visible>False</Visible>
  635. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  636. <Install>false</Install>
  637. </BootstrapperPackage>
  638. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  639. <Visible>False</Visible>
  640. <ProductName>.NET Framework 3.5 SP1</ProductName>
  641. <Install>false</Install>
  642. </BootstrapperPackage>
  643. <BootstrapperPackage Include="Microsoft.Sql.Server.Express.10.0">
  644. <Visible>False</Visible>
  645. <ProductName>SQL Server 2008 Express Edition</ProductName>
  646. <Install>true</Install>
  647. </BootstrapperPackage>
  648. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  649. <Visible>False</Visible>
  650. <ProductName>Windows Installer 3.1</ProductName>
  651. <Install>true</Install>
  652. </BootstrapperPackage>
  653. <BootstrapperPackage Include="Microsoft.Windows.Installer.4.5">
  654. <Visible>False</Visible>
  655. <ProductName>Windows Installer 4.5</ProductName>
  656. <Install>true</Install>
  657. </BootstrapperPackage>
  658. </ItemGroup>
  659. <ItemGroup>
  660. <Resource Include="Image\setting_24.png" />
  661. <Resource Include="Image\setting_32.png" />
  662. </ItemGroup>
  663. <ItemGroup>
  664. <Resource Include="Image\area_24.png" />
  665. <Resource Include="Image\com_24.png" />
  666. <Resource Include="Image\exception_24.png" />
  667. <Resource Include="Image\help_24.png" />
  668. <Resource Include="Image\Mark_24.png" />
  669. <Resource Include="Image\password_24.png" />
  670. <Resource Include="Image\route_24.png" />
  671. <Resource Include="Image\traffic_24.png" />
  672. <Resource Include="Image\user_24.png" />
  673. </ItemGroup>
  674. <ItemGroup>
  675. <Resource Include="Image\speed_24.png" />
  676. </ItemGroup>
  677. <ItemGroup>
  678. <Resource Include="Image\AGV_24.png" />
  679. </ItemGroup>
  680. <ItemGroup>
  681. <Folder Include="DataBase\" />
  682. </ItemGroup>
  683. <ItemGroup>
  684. <Resource Include="Image\Light_Close_24.png" />
  685. <Resource Include="Image\Light_Open_24.png" />
  686. </ItemGroup>
  687. <ItemGroup>
  688. <Resource Include="Image\navigation_24.png" />
  689. </ItemGroup>
  690. <ItemGroup>
  691. <Resource Include="Image\background2.png" />
  692. </ItemGroup>
  693. <ItemGroup>
  694. <Resource Include="Image\clock_24.png" />
  695. </ItemGroup>
  696. <ItemGroup>
  697. <Resource Include="Image\error_72.png" />
  698. </ItemGroup>
  699. <ItemGroup>
  700. <Resource Include="Image\navigation_241.png" />
  701. <Resource Include="Image\navigation_242.png" />
  702. <Resource Include="Image\navigation_243.png" />
  703. </ItemGroup>
  704. <ItemGroup>
  705. <Resource Include="Image\Parking_24.png" />
  706. </ItemGroup>
  707. <ItemGroup>
  708. <Resource Include="Image\custom_24.png" />
  709. </ItemGroup>
  710. <ItemGroup>
  711. <Content Include="DLL\ColorFont.dll" />
  712. <Content Include="DLL\LoadWaiting.dll" />
  713. <Content Include="DLL\Marquee.dll" />
  714. <Content Include="DLL\SerialPortWrapper.dll" />
  715. <Content Include="DLL\SoftKey_Win.dll" />
  716. <Content Include="DLL\ZSql.dll" />
  717. <Resource Include="Simple.ico" />
  718. <Resource Include="Image\Header1.png" />
  719. <Resource Include="Image\info_24.png" />
  720. </ItemGroup>
  721. <ItemGroup>
  722. <WebReferences Include="Web References\" />
  723. </ItemGroup>
  724. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  725. <ProjectExtensions>
  726. <VisualStudio>
  727. <UserProperties Reactor_Enabled="1" Reactor_Commands="" Reactor_Project="" Reactor_Configuration="ALL" Reactor_Output="&lt;AssemblyLocation&gt;\&lt;AssemblyFileName&gt;" Reactor_Deploy="0" />
  728. </VisualStudio>
  729. </ProjectExtensions>
  730. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  731. Other similar extension points exist, see Microsoft.Common.targets.
  732. <Target Name="BeforeBuild">
  733. </Target>
  734. <Target Name="AfterBuild">
  735. </Target>
  736. -->
  737. </Project>