EfemRT.csproj 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437
  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>{5D67A471-D06C-45EF-85EF-10F801B1B6D9}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>EFEM.RT</RootNamespace>
  10. <AssemblyName>EfemRT</AssemblyName>
  11. <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  14. <WarningLevel>4</WarningLevel>
  15. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  16. <TargetFrameworkProfile />
  17. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  19. <PlatformTarget>AnyCPU</PlatformTarget>
  20. <DebugSymbols>true</DebugSymbols>
  21. <DebugType>full</DebugType>
  22. <Optimize>false</Optimize>
  23. <OutputPath>bin\Debug\</OutputPath>
  24. <DefineConstants>DEBUG;TRACE</DefineConstants>
  25. <ErrorReport>prompt</ErrorReport>
  26. <WarningLevel>4</WarningLevel>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  29. <PlatformTarget>AnyCPU</PlatformTarget>
  30. <DebugType>pdbonly</DebugType>
  31. <Optimize>true</Optimize>
  32. <OutputPath>bin\Release\</OutputPath>
  33. <DefineConstants>TRACE</DefineConstants>
  34. <ErrorReport>prompt</ErrorReport>
  35. <WarningLevel>4</WarningLevel>
  36. </PropertyGroup>
  37. <PropertyGroup>
  38. <ApplicationIcon>MyLogoTray.ico</ApplicationIcon>
  39. </PropertyGroup>
  40. <ItemGroup>
  41. <Reference Include="Automation.BDaq4">
  42. <HintPath>..\..\..\ThirdParty\dlls\Automation.BDaq4.dll</HintPath>
  43. </Reference>
  44. <Reference Include="Automation.BDaq4.Design">
  45. <HintPath>..\..\..\ThirdParty\dlls\Automation.BDaq4.Design.dll</HintPath>
  46. </Reference>
  47. <Reference Include="log4net">
  48. <HintPath>..\..\..\ThirdParty\dlls\log4net.dll</HintPath>
  49. </Reference>
  50. <Reference Include="SciChart.Charting, Version=6.0.1.12982, Culture=neutral, PublicKeyToken=b55dd9efe817e823, processorArchitecture=MSIL">
  51. <SpecificVersion>False</SpecificVersion>
  52. <HintPath>..\..\..\ThirdParty\dlls\SciCart\SciChart.Charting.dll</HintPath>
  53. </Reference>
  54. <Reference Include="SciChart.Core, Version=6.0.1.12982, Culture=neutral, PublicKeyToken=b55dd9efe817e823, processorArchitecture=MSIL">
  55. <SpecificVersion>False</SpecificVersion>
  56. <HintPath>..\..\..\ThirdParty\dlls\SciCart\SciChart.Core.dll</HintPath>
  57. </Reference>
  58. <Reference Include="SciChart.Data, Version=6.0.1.12982, Culture=neutral, PublicKeyToken=b55dd9efe817e823, processorArchitecture=MSIL">
  59. <SpecificVersion>False</SpecificVersion>
  60. <HintPath>..\..\..\ThirdParty\dlls\SciCart\SciChart.Data.dll</HintPath>
  61. </Reference>
  62. <Reference Include="SciChart.Drawing, Version=6.0.1.12982, Culture=neutral, PublicKeyToken=b55dd9efe817e823, processorArchitecture=MSIL">
  63. <SpecificVersion>False</SpecificVersion>
  64. <HintPath>..\..\..\ThirdParty\dlls\SciCart\SciChart.Drawing.dll</HintPath>
  65. </Reference>
  66. <Reference Include="SuperSocket.Common">
  67. <HintPath>..\..\..\ThirdParty\dlls\SuperSocket.Common.dll</HintPath>
  68. </Reference>
  69. <Reference Include="SuperSocket.Facility">
  70. <HintPath>..\..\..\ThirdParty\dlls\SuperSocket.Facility.dll</HintPath>
  71. </Reference>
  72. <Reference Include="SuperSocket.SocketBase">
  73. <HintPath>..\..\..\ThirdParty\dlls\SuperSocket.SocketBase.dll</HintPath>
  74. </Reference>
  75. <Reference Include="SuperSocket.SocketEngine">
  76. <HintPath>..\..\..\ThirdParty\dlls\SuperSocket.SocketEngine.dll</HintPath>
  77. </Reference>
  78. <Reference Include="System" />
  79. <Reference Include="System.Configuration" />
  80. <Reference Include="System.Data" />
  81. <Reference Include="System.Drawing" />
  82. <Reference Include="System.Web.Extensions" />
  83. <Reference Include="System.Windows" />
  84. <Reference Include="System.Xml" />
  85. <Reference Include="Microsoft.CSharp" />
  86. <Reference Include="System.Core" />
  87. <Reference Include="System.Xml.Linq" />
  88. <Reference Include="System.Data.DataSetExtensions" />
  89. <Reference Include="System.Net.Http" />
  90. <Reference Include="System.Xaml">
  91. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  92. </Reference>
  93. <Reference Include="WindowsBase" />
  94. <Reference Include="PresentationCore" />
  95. <Reference Include="PresentationFramework" />
  96. <Reference Include="WinSECS, Version=2.7.6.0, Culture=neutral, processorArchitecture=MSIL">
  97. <SpecificVersion>False</SpecificVersion>
  98. <HintPath>..\..\..\ThirdParty\dlls\WinSECS.dll</HintPath>
  99. </Reference>
  100. </ItemGroup>
  101. <ItemGroup>
  102. <ApplicationDefinition Include="Backends\App.xaml">
  103. <Generator>MSBuild:Compile</Generator>
  104. <SubType>Designer</SubType>
  105. </ApplicationDefinition>
  106. <Compile Include="Backends\ConnectionView.xaml.cs">
  107. <DependentUpon>ConnectionView.xaml</DependentUpon>
  108. </Compile>
  109. <Compile Include="Backends\IOMonitorView.xaml.cs">
  110. <DependentUpon>IOMonitorView.xaml</DependentUpon>
  111. </Compile>
  112. <Compile Include="Backends\MessageTestView.xaml.cs">
  113. <DependentUpon>MessageTestView.xaml</DependentUpon>
  114. </Compile>
  115. <Compile Include="Config\_EfemSCName.cs" />
  116. <Compile Include="Devices\AdvantecIoCard.cs" />
  117. <Compile Include="Devices\Aligner\MechanicalAligner.cs" />
  118. <Compile Include="Devices\CoolBuffer.cs" />
  119. <Compile Include="Devices\DeviceManager.cs" />
  120. <Compile Include="Devices\DeviceModel.cs" />
  121. <Compile Include="Devices\EquipmentMonitor.cs" />
  122. <Compile Include="Devices\Ffu.cs" />
  123. <Compile Include="Devices\FlipperEntity.cs" />
  124. <Compile Include="Devices\Flipper\FlipperBase.cs" />
  125. <Compile Include="Devices\Flipper\JetFlipper.cs" />
  126. <Compile Include="Devices\GeneralBarcodeReader.cs" />
  127. <Compile Include="Devices\IoCoolingBuffer.cs" />
  128. <Compile Include="Devices\LoadLockDevice.cs" />
  129. <Compile Include="Devices\LoadPortEntity.cs" />
  130. <Compile Include="Devices\LoadPorts\Fortrend\FortrendSMIFEventEnum.cs" />
  131. <Compile Include="Devices\LoadPorts\Fortrend\FortrendSMIFHostAgent.cs" />
  132. <Compile Include="Devices\LoadPorts\Fortrend\FortrendSmifPort.cs" />
  133. <Compile Include="Devices\LoadPorts\Fortrend\FortrendSMIFRCMDEnum.cs" />
  134. <Compile Include="Devices\LoadPorts\Fortrend\SECSTransactionBuilder.cs" />
  135. <Compile Include="Devices\LoadPorts\Hirata\HirataLoadPort.cs" />
  136. <Compile Include="Devices\LoadPorts\JetOpenCst\OpenStageJet.cs" />
  137. <Compile Include="Devices\LoadPorts\SmartTagReader\SmartTagReader.cs" />
  138. <Compile Include="Devices\LoadPorts\SmartTagReader\SmartTagReaderHostAgent.cs" />
  139. <Compile Include="Devices\Rorze751\RorzeRobot751.cs" />
  140. <Compile Include="Devices\Rorze751\RorzeRobot751Connection.cs" />
  141. <Compile Include="Devices\Rorze751\RorzeRobot751Handler.cs" />
  142. <Compile Include="Devices\SuperMCProtocalPLC.cs" />
  143. <Compile Include="Modules\DualArmMoveManager.cs" />
  144. <Compile Include="Modules\RobotOffsetConfig.cs" />
  145. <Compile Include="Modules\RouteManager.cs" />
  146. <Compile Include="Modules\SingleArmMoveManager.cs" />
  147. <Compile Include="Modules\SorterCycleManager.cs" />
  148. <Compile Include="Modules\StaticTransfer.cs" />
  149. <Compile Include="Modules\TransferManager.cs" />
  150. <Compile Include="Routines\AlignRoutine.cs" />
  151. <Compile Include="Routines\CommonRoutine.cs" />
  152. <Compile Include="Routines\FLP\FlipperHomeRoutine.cs" />
  153. <Compile Include="Routines\IEfemPickRoutine.cs" />
  154. <Compile Include="Routines\IEfemPlaceRoutine.cs" />
  155. <Compile Include="Routines\IEfemRoutine.cs" />
  156. <Compile Include="Routines\InitRoutine.cs" />
  157. <Compile Include="Routines\InitRoutine2Step.cs" />
  158. <Compile Include="Routines\LP\HomeRoutine.cs" />
  159. <Compile Include="Routines\LP\LoadFoupRoutine.cs" />
  160. <Compile Include="Routines\LP\ReadAndLoadRoutine.cs" />
  161. <Compile Include="Routines\LP\ReadWaferIDRoutine.cs" />
  162. <Compile Include="Routines\LP\UnloadFoupRoutine.cs" />
  163. <Compile Include="Routines\PickExtendRoutine.cs" />
  164. <Compile Include="Routines\PickRoutine.cs" />
  165. <Compile Include="Routines\PickRoutineInter.cs" />
  166. <Compile Include="Routines\PlaceExtendRoutine.cs" />
  167. <Compile Include="Routines\PlaceRoutine.cs" />
  168. <Compile Include="Routines\SetSpeedRoutine.cs" />
  169. <Compile Include="Routines\SwapRoutine.cs" />
  170. <Compile Include="Routines\WaferMappingRoutine.cs" />
  171. <Compile Include="Servers\ABSPolicy.cs" />
  172. <Compile Include="Servers\CANPolicy.cs" />
  173. <Compile Include="Servers\Check.cs" />
  174. <Compile Include="Servers\EfemEntity.cs" />
  175. <Compile Include="Servers\ErrorCode.cs" />
  176. <Compile Include="Servers\Protocol.cs" />
  177. <Compile Include="Servers\ServerModule.cs" />
  178. <Compile Include="Servers\SocketServer.cs" />
  179. <Compile Include="Servers\Task.cs" />
  180. <Compile Include="Systems\RtInstance.cs" />
  181. <Compile Include="Systems\ToolLoader.cs" />
  182. <Compile Include="Backends\App.xaml.cs">
  183. <DependentUpon>App.xaml</DependentUpon>
  184. <SubType>Code</SubType>
  185. </Compile>
  186. <Compile Include="Systems\XmlConfig.cs" />
  187. <Compile Include="Tasks\AbortTask.cs" />
  188. <Compile Include="Tasks\AlignTask.cs" />
  189. <Compile Include="Tasks\FlipTask.cs" />
  190. <Compile Include="Tasks\LiftTask.cs" />
  191. <Compile Include="Tasks\MpntTask.cs" />
  192. <Compile Include="Tasks\QueryWaferMappingTask.cs" />
  193. <Compile Include="Tasks\ThicknessTask.cs" />
  194. <Compile Include="Tasks\UserDefineTask.cs" />
  195. <Compile Include="Tasks\ClampTask.cs" />
  196. <Compile Include="Tasks\CloseDoorTask.cs" />
  197. <Compile Include="Tasks\CstidTask.cs" />
  198. <Compile Include="Tasks\DockTask.cs" />
  199. <Compile Include="Tasks\E84Mode.cs" />
  200. <Compile Include="Tasks\E84Transfer.cs" />
  201. <Compile Include="Tasks\EmsTask.cs" />
  202. <Compile Include="Tasks\ErrorTask.cs" />
  203. <Compile Include="Tasks\EventTask.cs" />
  204. <Compile Include="Tasks\ExchangeTask.cs" />
  205. <Compile Include="Tasks\GotoTask.cs" />
  206. <Compile Include="Tasks\HoldTask.cs" />
  207. <Compile Include="Tasks\HomeTask.cs" />
  208. <Compile Include="Tasks\InitTask.cs" />
  209. <Compile Include="Tasks\LightTask.cs" />
  210. <Compile Include="Tasks\LockTask.cs" />
  211. <Compile Include="Tasks\OpenTask.cs" />
  212. <Compile Include="Tasks\OrgshTask.cs" />
  213. <Compile Include="Tasks\PickTask.cs" />
  214. <Compile Include="Tasks\PlaceTask.cs" />
  215. <Compile Include="Tasks\ReadIDTask.cs" />
  216. <Compile Include="Tasks\RestrTask.cs" />
  217. <Compile Include="Tasks\RobotTask.cs" />
  218. <Compile Include="Tasks\SigoutTask.cs" />
  219. <Compile Include="Tasks\SigStatTask.cs" />
  220. <Compile Include="Tasks\StateTask.cs" />
  221. <Compile Include="Tasks\SystemTask.cs" />
  222. <Compile Include="Tasks\TransferTask.cs" />
  223. <Compile Include="Tasks\UnDockTask.cs" />
  224. <Compile Include="Tasks\UnlockTask.cs" />
  225. <Compile Include="Tasks\WafshTask.cs" />
  226. </ItemGroup>
  227. <ItemGroup>
  228. <Compile Include="Properties\AssemblyInfo.cs">
  229. <SubType>Code</SubType>
  230. </Compile>
  231. <Compile Include="Properties\Resources.Designer.cs">
  232. <AutoGen>True</AutoGen>
  233. <DesignTime>True</DesignTime>
  234. <DependentUpon>Resources.resx</DependentUpon>
  235. </Compile>
  236. <Compile Include="Properties\Settings.Designer.cs">
  237. <AutoGen>True</AutoGen>
  238. <DependentUpon>Settings.settings</DependentUpon>
  239. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  240. </Compile>
  241. <None Include="WinSECS.dll">
  242. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  243. </None>
  244. <None Include="WinSECSpe.dll">
  245. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  246. </None>
  247. <Resource Include="MyLogoTray.ico" />
  248. <Resource Include="ReleaseNotes.txt" />
  249. <EmbeddedResource Include="Properties\Resources.resx">
  250. <Generator>ResXFileCodeGenerator</Generator>
  251. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  252. </EmbeddedResource>
  253. <None Include="Config\2LPJet002\DeviceDefine.xml">
  254. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  255. </None>
  256. <None Include="Config\2LPJet002\DeviceModel.xml">
  257. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  258. </None>
  259. <None Include="Config\2LPJet002\IoProviderConfig.xml">
  260. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  261. </None>
  262. <None Include="Config\2LPJet002\RobotTeachStation.xml">
  263. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  264. </None>
  265. <None Include="Config\2LPJet002\_ioDefineCard1.xml">
  266. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  267. </None>
  268. <None Include="Config\2LPJet\DeviceDefine.xml">
  269. <SubType>Designer</SubType>
  270. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  271. </None>
  272. <None Include="Config\2LPJet003\DeviceDefine.xml">
  273. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  274. </None>
  275. <None Include="Config\2LPJet003\DeviceModel.xml">
  276. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  277. </None>
  278. <None Include="Config\2LPJet003\IoProviderConfig.xml">
  279. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  280. </None>
  281. <None Include="Config\2LPJet003\RobotTeachStation.xml">
  282. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  283. </None>
  284. <None Include="Config\2LPJet003\_ioDefineCard1.xml">
  285. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  286. </None>
  287. <None Include="Config\2LPJet004\DeviceDefine.xml">
  288. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  289. </None>
  290. <None Include="Config\2LPJet004\DeviceModel.xml">
  291. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  292. </None>
  293. <None Include="Config\2LPJet004\IoProviderConfig.xml">
  294. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  295. </None>
  296. <None Include="Config\2LPJet004\RobotTeachStation.xml">
  297. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  298. </None>
  299. <None Include="Config\2LPJet004\_ioDefineCard1.xml">
  300. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  301. </None>
  302. <None Include="Config\2LPJet005\DeviceDefine.xml">
  303. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  304. </None>
  305. <None Include="Config\2LPJet005\DeviceModel.xml">
  306. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  307. </None>
  308. <None Include="Config\2LPJet005\IoProviderConfig.xml">
  309. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  310. </None>
  311. <None Include="Config\2LPJet005\RobotTeachStation.xml">
  312. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  313. </None>
  314. <None Include="Config\2LPJet005\_ioDefineCard1.xml">
  315. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  316. </None>
  317. <None Include="Config\2LPJet006\_ioDefineCard1.xml">
  318. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  319. </None>
  320. <None Include="Config\2LPJet006\DeviceDefine.xml">
  321. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  322. </None>
  323. <None Include="Config\2LPJet006\DeviceModel.xml">
  324. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  325. </None>
  326. <None Include="Config\2LPJet006\IoProviderConfig.xml">
  327. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  328. </None>
  329. <None Include="Config\2LPJet006\RobotTeachStation.xml">
  330. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  331. </None>
  332. <Content Include="Config\2LPJet\DeviceModel.xml">
  333. <SubType>Designer</SubType>
  334. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  335. </Content>
  336. <Content Include="Config\2LPJet\IoProviderConfig.xml">
  337. <SubType>Designer</SubType>
  338. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  339. </Content>
  340. <Content Include="Config\2LPJet\RobotTeachStation.xml">
  341. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  342. <SubType>Designer</SubType>
  343. </Content>
  344. <None Include="Config\2LPJet\_ioDefineCard1.xml">
  345. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  346. </None>
  347. <Content Include="Config\Efem.sccfg">
  348. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  349. <SubType>Designer</SubType>
  350. </Content>
  351. <None Include="Properties\Settings.settings">
  352. <Generator>SettingsSingleFileGenerator</Generator>
  353. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  354. </None>
  355. </ItemGroup>
  356. <ItemGroup>
  357. <None Include="App.config" />
  358. </ItemGroup>
  359. <ItemGroup>
  360. <Resource Include="Resources\logo.ico" />
  361. </ItemGroup>
  362. <ItemGroup>
  363. <Page Include="Backends\ConnectionView.xaml">
  364. <Generator>MSBuild:Compile</Generator>
  365. <SubType>Designer</SubType>
  366. </Page>
  367. <Page Include="Backends\IOMonitorView.xaml" />
  368. <Page Include="Backends\MessageTestView.xaml">
  369. <SubType>Designer</SubType>
  370. <Generator>MSBuild:Compile</Generator>
  371. </Page>
  372. </ItemGroup>
  373. <ItemGroup>
  374. <None Include="Config\DBModel.sql">
  375. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  376. </None>
  377. <None Include="Config\EventDefine.xml">
  378. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  379. </None>
  380. <None Include="Config\InterlockAitexSorter.xml">
  381. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  382. </None>
  383. <None Include="Config\SignalTower.xml">
  384. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  385. </None>
  386. </ItemGroup>
  387. <ItemGroup>
  388. <Resource Include="AitexSorterRT.ico" />
  389. <Resource Include="Resources\AitexSorterRT.ico" />
  390. </ItemGroup>
  391. <ItemGroup>
  392. <ProjectReference Include="..\..\..\Framework\AitexSorterCommon\AitexSorterCommon.csproj">
  393. <Project>{f5c6659d-7a3f-4d28-84e9-6abbf7cd02c7}</Project>
  394. <Name>AitexSorterCommon</Name>
  395. </ProjectReference>
  396. <ProjectReference Include="..\..\..\Framework\AitexSorterRT\AitexSorterRT.csproj">
  397. <Project>{43a76f28-ef7c-48d0-84ce-a25897e2a616}</Project>
  398. <Name>AitexSorterRT</Name>
  399. </ProjectReference>
  400. <ProjectReference Include="..\..\..\Framework\AitexSorterUI\AitexSorterUI.csproj">
  401. <Project>{1552a229-52e5-4a77-9868-cc9c0ff91923}</Project>
  402. <Name>AitexSorterUI</Name>
  403. </ProjectReference>
  404. <ProjectReference Include="..\..\..\Framework\Common\Common.csproj">
  405. <Project>{9cd2a6be-1971-4e74-b49e-547982f64034}</Project>
  406. <Name>Common</Name>
  407. </ProjectReference>
  408. <ProjectReference Include="..\..\..\Framework\RTCore\RTCore.csproj">
  409. <Project>{bcbd839a-c9a0-4be7-98ca-b0a88ad38e5a}</Project>
  410. <Name>RTCore</Name>
  411. </ProjectReference>
  412. <ProjectReference Include="..\..\..\Framework\RTEquipmentLibrary\RTEquipmentLibrary\RTEquipmentLibrary.csproj">
  413. <Project>{090a1e9c-1087-4c8a-b4e0-ff074459e071}</Project>
  414. <Name>RTEquipmentLibrary</Name>
  415. </ProjectReference>
  416. <ProjectReference Include="..\..\..\Framework\UICore\UICore.csproj">
  417. <Project>{2c9e1df3-1aba-4972-be60-41dd9b3c47a7}</Project>
  418. <Name>UICore</Name>
  419. </ProjectReference>
  420. </ItemGroup>
  421. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  422. <PropertyGroup>
  423. <PostBuildEvent>REM 输出到安装目录,供安装打包使用
  424. if exist "$(ProjectDir)..\EfemSetup\Packages\EfemRT" rd "$(ProjectDir)..\EfemSetup\Packages\EfemRT" /s /q
  425. md "$(ProjectDir)..\EfemSetup\Packages\EfemRT\"
  426. echo 复制文件到安装目录,"$(ProjectDir)..\EfemSetup\Packages\EfemRT\"
  427. xcopy /e "$(TargetDir)*.*" "$(ProjectDir)..\EfemSetup\Packages\EfemRT\" /q
  428. REM 配置文件Copy
  429. del "$(ProjectDir)..\EfemSetup\Packages\EfemRT\*.pdb"
  430. if exist "$(ProjectDir)..\EfemSetup\Packages\EfemRT\Logs" rd "$(ProjectDir)..\EfemSetup\Packages\EfemRT\Logs" /s /q
  431. if exist "$(ProjectDir)..\EfemSetup\Packages\EfemRT\Recipes" rd "$(ProjectDir)..\EfemSetup\Packages\EfemRT\Recipes" /s /q</PostBuildEvent>
  432. </PropertyGroup>
  433. </Project>