FurnaceRT.csproj 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631
  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>{5EAFA05F-C2C0-40B3-9C8F-46D8559148D0}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>FurnaceRT</RootNamespace>
  10. <AssemblyName>FurnaceRT</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. <Deterministic>true</Deterministic>
  16. <IsWebBootstrapper>false</IsWebBootstrapper>
  17. <PublishUrl>publish\</PublishUrl>
  18. <Install>true</Install>
  19. <InstallFrom>Disk</InstallFrom>
  20. <UpdateEnabled>false</UpdateEnabled>
  21. <UpdateMode>Foreground</UpdateMode>
  22. <UpdateInterval>7</UpdateInterval>
  23. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  24. <UpdatePeriodically>false</UpdatePeriodically>
  25. <UpdateRequired>false</UpdateRequired>
  26. <MapFileExtensions>true</MapFileExtensions>
  27. <ApplicationRevision>0</ApplicationRevision>
  28. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  29. <UseApplicationTrust>false</UseApplicationTrust>
  30. <BootstrapperEnabled>true</BootstrapperEnabled>
  31. <TargetFrameworkProfile />
  32. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  34. <PlatformTarget>x64</PlatformTarget>
  35. <DebugSymbols>true</DebugSymbols>
  36. <DebugType>full</DebugType>
  37. <Optimize>false</Optimize>
  38. <OutputPath>bin\Debug\</OutputPath>
  39. <DefineConstants>DEBUG;TRACE</DefineConstants>
  40. <ErrorReport>prompt</ErrorReport>
  41. <WarningLevel>4</WarningLevel>
  42. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  43. <Prefer32Bit>false</Prefer32Bit>
  44. <DocumentationFile>
  45. </DocumentationFile>
  46. </PropertyGroup>
  47. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  48. <PlatformTarget>AnyCPU</PlatformTarget>
  49. <DebugType>pdbonly</DebugType>
  50. <Optimize>true</Optimize>
  51. <OutputPath>bin\Release\</OutputPath>
  52. <DefineConstants>TRACE</DefineConstants>
  53. <ErrorReport>prompt</ErrorReport>
  54. <WarningLevel>4</WarningLevel>
  55. </PropertyGroup>
  56. <PropertyGroup>
  57. <ApplicationIcon>Resources\MyLogoTray.ico</ApplicationIcon>
  58. </PropertyGroup>
  59. <ItemGroup>
  60. <Reference Include="DocumentFormat.OpenXml">
  61. <HintPath>..\..\ThirdParty\dlls\DocumentFormat.OpenXml.dll</HintPath>
  62. </Reference>
  63. <Reference Include="FabConnect">
  64. <HintPath>..\..\FrameworkLocal\Output\MECF.Framework\FabConnect.dll</HintPath>
  65. </Reference>
  66. <Reference Include="HslCommunication">
  67. <HintPath>..\..\ThirdParty\dlls\HslCommunication.dll</HintPath>
  68. </Reference>
  69. <Reference Include="log4net">
  70. <HintPath>..\..\ThirdParty\dlls\log4net.dll</HintPath>
  71. </Reference>
  72. <Reference Include="MECF.Framework.MyFA.Core, Version=1.0.9257.26145, Culture=neutral, processorArchitecture=MSIL">
  73. <SpecificVersion>False</SpecificVersion>
  74. <HintPath>dependence\MECF.Framework.MyFA.Core.dll</HintPath>
  75. </Reference>
  76. <Reference Include="Microsoft.DwayneNeed">
  77. <HintPath>..\..\ThirdParty\dlls\Microsoft.DwayneNeed.dll</HintPath>
  78. </Reference>
  79. <Reference Include="System" />
  80. <Reference Include="System.Configuration" />
  81. <Reference Include="System.Data" />
  82. <Reference Include="System.ServiceModel" />
  83. <Reference Include="System.Web.Extensions" />
  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="TwinCAT.Ads">
  94. <HintPath>..\..\ThirdParty\dlls\TwinCAT.Ads.dll</HintPath>
  95. </Reference>
  96. <Reference Include="WindowsBase" />
  97. <Reference Include="PresentationCore" />
  98. <Reference Include="PresentationFramework" />
  99. <Reference Include="WPFToolkit">
  100. <HintPath>..\..\ThirdParty\dlls\WPFToolkit.dll</HintPath>
  101. </Reference>
  102. <Reference Include="Xceed.Wpf.Toolkit">
  103. <HintPath>..\..\ThirdParty\dlls\Xceed.Wpf.Toolkit.dll</HintPath>
  104. </Reference>
  105. </ItemGroup>
  106. <ItemGroup>
  107. <Compile Include="Backends\BackendPressureTuneView.xaml.cs">
  108. <DependentUpon>BackendPressureTuneView.xaml</DependentUpon>
  109. </Compile>
  110. <Compile Include="Backends\BackendTuneView.xaml.cs">
  111. <DependentUpon>BackendTuneView.xaml</DependentUpon>
  112. </Compile>
  113. <Compile Include="Devices\DeviceStatus.cs" />
  114. <Compile Include="Devices\IoBufferMotor.cs" />
  115. <Compile Include="Devices\IoHeaterBand2.cs" />
  116. <Compile Include="Devices\IoHeaterBand3.cs" />
  117. <Compile Include="Devices\IoShutter.cs" />
  118. <Compile Include="Devices\IoDoor.cs" />
  119. <Compile Include="Devices\IoAPC.cs" />
  120. <Compile Include="Devices\IoFFU.cs" />
  121. <Compile Include="Devices\IoHeaterBand.cs" />
  122. <Compile Include="Devices\IoHeater.cs" />
  123. <Compile Include="Devices\IoFIMS.cs" />
  124. <Compile Include="Devices\IoFurnaceMotor.cs" />
  125. <Compile Include="Devices\IoLP.cs" />
  126. <Compile Include="Devices\IoTrigger2.cs" />
  127. <Compile Include="Devices\IoTrigger3.cs" />
  128. <Compile Include="Devices\IoTrigger4.cs" />
  129. <Compile Include="Equipments\Boats\BoatMove.cs" />
  130. <Compile Include="Equipments\Boats\BoatMoveCycleTest.cs" />
  131. <Compile Include="Equipments\Boats\BoatShutterCycleTest.cs" />
  132. <Compile Include="Equipments\Boats\BoatZAxisMoveCycleTest.cs" />
  133. <Compile Include="Equipments\Boats\BoatRAxisMoveCycleTest.cs" />
  134. <Compile Include="Equipments\CarrierRobots\CarrierRobotCycleSwap.cs" />
  135. <Compile Include="Equipments\CarrierRobots\CarrierRobotGoto.cs" />
  136. <Compile Include="Equipments\CarrierRobots\CarrierRobotSwap.cs" />
  137. <Compile Include="Equipments\FIMSs\FIMSLoadRoutine.cs" />
  138. <Compile Include="Equipments\FIMSs\FIMSModuleAlarmDefine.cs" />
  139. <Compile Include="Equipments\FIMSs\FIMSCycleTest.cs" />
  140. <Compile Include="Equipments\FIMSs\FIMSUnloadRoutine.cs" />
  141. <Compile Include="Equipments\Jobs\TransferJob.cs" />
  142. <Compile Include="Equipments\Boats\BoatModuleDevice.cs" />
  143. <Compile Include="Equipments\Boats\BoatModule.cs" />
  144. <Compile Include="Equipments\Boats\BoatHome.cs" />
  145. <Compile Include="Equipments\Boats\BoatRAxisMove.cs" />
  146. <Compile Include="Equipments\Boats\BoatZAxisManualMove.cs" />
  147. <Compile Include="Equipments\Boats\BoatZAxisMove.cs" />
  148. <Compile Include="Equipments\Boats\BoatModuleAlarmDefine.cs" />
  149. <Compile Include="Equipments\CarrierRobots\CarrierRobotModuleAlarmDefine.cs" />
  150. <Compile Include="Equipments\CarrierRobots\CarrierRobotModuleBase.cs" />
  151. <Compile Include="Equipments\CarrierRobots\CarrierRobotModuleDevice.cs" />
  152. <Compile Include="Equipments\CarrierRobots\CarrierRobotPlace.cs" />
  153. <Compile Include="Equipments\CarrierRobots\CarrierRobotPick.cs" />
  154. <Compile Include="Equipments\CarrierRobots\CarrierRobotHome.cs" />
  155. <Compile Include="Equipments\CarrierRobots\CarrierUnload.cs" />
  156. <Compile Include="Equipments\CarrierRobots\CarrierRobotModule.cs" />
  157. <Compile Include="Equipments\CarrierRobots\CarrierLoad.cs" />
  158. <Compile Include="Equipments\FIMSs\FIMSHomeRoutine.cs" />
  159. <Compile Include="Equipments\FIMSs\FIMSModule.cs" />
  160. <Compile Include="Equipments\FIMSs\FIMSModuleBase.cs" />
  161. <Compile Include="Equipments\FIMSs\FIMSModuleDevice.cs" />
  162. <Compile Include="Equipments\Jobs\ReturnAllWafer.cs" />
  163. <Compile Include="Equipments\LPs\LoadPortAutoLoad.cs" />
  164. <Compile Include="Equipments\LPs\LoadPortHome.cs" />
  165. <Compile Include="Equipments\LPs\LoadPortLoad.cs" />
  166. <Compile Include="Equipments\LPs\LoadPortModule.cs" />
  167. <Compile Include="Equipments\LPs\LoadPortModuleAlarmDefine.cs" />
  168. <Compile Include="Equipments\LPs\LoadPortModuleBase.cs" />
  169. <Compile Include="Equipments\LPs\LoadPortReadCarrierId.cs" />
  170. <Compile Include="Equipments\LPs\LoadPortModuleDevice.cs" />
  171. <Compile Include="Equipments\LPs\LoadPortAutoUnload.cs" />
  172. <Compile Include="Equipments\LPs\LoadPortUnload.cs" />
  173. <Compile Include="Devices\IoMFM.cs" />
  174. <Compile Include="Equipments\PMs\IRecipeDBCallback.cs" />
  175. <Compile Include="Equipments\PMs\IRecipeFACallback.cs" />
  176. <Compile Include="Equipments\PMs\ParameterExecutions\ParameterFileContext.cs" />
  177. <Compile Include="Equipments\PMs\PMAlarmCondition.cs" />
  178. <Compile Include="Equipments\PMs\PMMethods.cs" />
  179. <Compile Include="Equipments\PMs\PMScheduleMaintenance.cs" />
  180. <Compile Include="Equipments\PMs\PMLeakCheck.cs" />
  181. <Compile Include="Equipments\PMs\PMModuleAlarmDefine.cs" />
  182. <Compile Include="Equipments\PMs\PMAux.cs" />
  183. <Compile Include="Equipments\PMs\PMN2Purge.cs" />
  184. <Compile Include="Equipments\PMs\PMModuleRecipeExecutor.cs" />
  185. <Compile Include="Equipments\PMs\RecipeDBCallback.cs" />
  186. <Compile Include="Equipments\PMs\RecipeExecutions\Fdc.cs" />
  187. <Compile Include="Equipments\PMs\RecipeExecutions\RecipeLayoutEntity.cs" />
  188. <Compile Include="Equipments\PMs\RecipeFACallback.cs" />
  189. <Compile Include="Equipments\Schedulers\ISchedulerDBCallback.cs" />
  190. <Compile Include="Equipments\Schedulers\ISchedulerFACallback.cs" />
  191. <Compile Include="Equipments\Schedulers\SchedulerDBCallback.cs" />
  192. <Compile Include="Equipments\Schedulers\SchedulerCarrierRobot.cs" />
  193. <Compile Include="Equipments\Schedulers\SchedulerFIMS.cs" />
  194. <Compile Include="Equipments\Schedulers\SchedulerLoadPort.cs" />
  195. <Compile Include="Equipments\Schedulers\SchedulerStocker.cs" />
  196. <Compile Include="Equipments\Schedulers\SchedulerWaferRobot.cs" />
  197. <Compile Include="Equipments\Schedulers\SchedulerFACallback.cs" />
  198. <Compile Include="Equipments\Stockers\StockerModule.cs" />
  199. <Compile Include="Equipments\Stockers\StockerModuleBase.cs" />
  200. <Compile Include="Devices\IoMFC.cs" />
  201. <Compile Include="Equipments\Stockers\StockerModuleDevice.cs" />
  202. <Compile Include="Equipments\Systems\EquipmentManagerAlarmDefine.cs" />
  203. <Compile Include="Equipments\Systems\EquipmentManager_FA.cs" />
  204. <Compile Include="Equipments\Systems\FinsPlcAdapter.cs" />
  205. <Compile Include="Equipments\Systems\FinsPlc.cs" />
  206. <Compile Include="Equipments\Systems\EquipmentDevice.cs" />
  207. <Compile Include="Equipments\Systems\HomeAll.cs" />
  208. <Compile Include="Devices\IoPressureMeter.cs" />
  209. <Compile Include="Equipments\Systems\IoPump3.cs" />
  210. <Compile Include="Equipments\Systems\IoPump.cs" />
  211. <Compile Include="Equipments\Systems\IoSmif.cs" />
  212. <Compile Include="Equipments\Systems\FinsProtocolPlc.cs" />
  213. <Compile Include="Equipments\Systems\MCProtocolPlc.cs" />
  214. <Compile Include="Equipments\Systems\ModbusTCP.cs" />
  215. <Compile Include="Equipments\Systems\ModuleFsmDevice.cs" />
  216. <Compile Include="Equipments\PMs\PMModuleBase.cs" />
  217. <Compile Include="Equipments\Systems\DeviceManager.cs" />
  218. <Compile Include="Equipments\PMs\RecipeExecutions\IRecipeExecutor.cs" />
  219. <Compile Include="Equipments\PMs\RecipeExecutions\PostProcess.cs" />
  220. <Compile Include="Equipments\PMs\RecipeExecutions\PreProcess.cs" />
  221. <Compile Include="Equipments\PMs\RecipeExecutions\Process.cs" />
  222. <Compile Include="Equipments\PMs\RecipeExecutions\RecipeHead.cs" />
  223. <Compile Include="Equipments\PMs\RecipeExecutions\RecipeParser.cs" />
  224. <Compile Include="Equipments\PMs\RecipeExecutions\RecipeRunningInfo.cs" />
  225. <Compile Include="Equipments\PMs\RecipeExecutions\RecipeStep.cs" />
  226. <Compile Include="Equipments\PMs\Routines\PMBaseRoutine.cs" />
  227. <Compile Include="Equipments\PMs\Routines\PMLeakCheckRoutine.cs" />
  228. <Compile Include="Equipments\PMs\PMModuleInterlock.cs" />
  229. <Compile Include="Equipments\PMs\PMModuleDevice.cs" />
  230. <Compile Include="Equipments\PMs\PMModule.cs" />
  231. <Compile Include="Equipments\Jobs\AutoTransfer.cs" />
  232. <Compile Include="Equipments\PMs\Routines\PMPostTransferRoutine.cs" />
  233. <Compile Include="Equipments\PMs\Routines\PMHomeRoutine.cs" />
  234. <Compile Include="Equipments\PMs\Routines\PMPrepareTransferRoutine.cs" />
  235. <Compile Include="Equipments\Systems\EquipmentManager.cs" />
  236. <Compile Include="Equipments\Schedulers\SchedulerModule.cs" />
  237. <Compile Include="Equipments\Schedulers\SchedulerPM.cs" />
  238. <Compile Include="Equipments\Schedulers\SchedulerModuleFactory.cs" />
  239. <Compile Include="Equipments\Systems\FurnaceMag7RobotConverter.cs" />
  240. <Compile Include="Equipments\Systems\FurnaceSignalTower.cs" />
  241. <Compile Include="Equipments\Systems\FurnaceTransferStage.cs" />
  242. <Compile Include="Equipments\Systems\FurnaceStocker.cs" />
  243. <Compile Include="Equipments\WaferRobots\WaferRobotHome.cs" />
  244. <Compile Include="Equipments\WaferRobots\WaferRobotMap.cs" />
  245. <Compile Include="Equipments\WaferRobots\WaferRobotModule.cs" />
  246. <Compile Include="Equipments\WaferRobots\WaferRobotModuleAlarmDefine.cs" />
  247. <Compile Include="Equipments\WaferRobots\WaferRobotModuleBase.cs" />
  248. <Compile Include="Equipments\WaferRobots\WaferRobotModuleDevice.cs" />
  249. <Compile Include="Equipments\WaferRobots\WaferRobotSwap.cs" />
  250. <Compile Include="Equipments\WaferRobots\WaferRobotPick.cs" />
  251. <Compile Include="Equipments\WaferRobots\WaferRobotPlace.cs" />
  252. <Compile Include="Extraction\ExtractionMethods.cs" />
  253. <Compile Include="FAs\VIDMap.cs" />
  254. <Compile Include="Properties\Annotations.cs" />
  255. <Compile Include="Equipments\PMs\RecipeExecutions\FurnaceRecipeFileContext.cs" />
  256. <ApplicationDefinition Include="Instances\App.xaml">
  257. <Generator>MSBuild:Compile</Generator>
  258. <SubType>Designer</SubType>
  259. </ApplicationDefinition>
  260. <Compile Include="Instances\App.xaml.cs">
  261. <DependentUpon>App.xaml</DependentUpon>
  262. </Compile>
  263. <Compile Include="Instances\RtInstance.cs" />
  264. <Compile Include="Instances\ToolLoader.cs" />
  265. </ItemGroup>
  266. <ItemGroup>
  267. <Compile Include="Properties\AssemblyInfo.cs">
  268. <SubType>Code</SubType>
  269. </Compile>
  270. <Compile Include="Properties\Resources.Designer.cs">
  271. <AutoGen>True</AutoGen>
  272. <DesignTime>True</DesignTime>
  273. <DependentUpon>Resources.resx</DependentUpon>
  274. </Compile>
  275. <Compile Include="Properties\Settings.Designer.cs">
  276. <AutoGen>True</AutoGen>
  277. <DependentUpon>Settings.settings</DependentUpon>
  278. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  279. </Compile>
  280. <EmbeddedResource Include="Properties\Resources.resx">
  281. <Generator>ResXFileCodeGenerator</Generator>
  282. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  283. </EmbeddedResource>
  284. <None Include="Config\Bats\restartUI.bat">
  285. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  286. </None>
  287. <None Include="Config\Bats\shutDownUI.bat">
  288. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  289. </None>
  290. <None Include="Config\Bats\startFurnace.bat">
  291. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  292. </None>
  293. <None Include="Config\Bats\stopFurnace.bat">
  294. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  295. </None>
  296. <None Include="Config\Bats\创建快捷方式.bat">
  297. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  298. </None>
  299. <None Include="Config\ELK\System.sccfg" />
  300. <None Include="Config\NTP\System.sccfg" />
  301. <None Include="Config\SiBCN\System.sccfg" />
  302. <None Include="Config\System.sccfg">
  303. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  304. </None>
  305. <None Include="Config\TiN\System.sccfg" />
  306. <None Include="Properties\Settings.settings">
  307. <Generator>SettingsSingleFileGenerator</Generator>
  308. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  309. </None>
  310. </ItemGroup>
  311. <ItemGroup>
  312. <None Include="App.config">
  313. <SubType>Designer</SubType>
  314. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  315. </None>
  316. </ItemGroup>
  317. <ItemGroup>
  318. <None Include="Config\DBModel.sql">
  319. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  320. </None>
  321. <None Include="Config\EventDefine.xml">
  322. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  323. <SubType>Designer</SubType>
  324. </None>
  325. <None Include="Config\SignalTower.xml">
  326. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  327. </None>
  328. </ItemGroup>
  329. <ItemGroup>
  330. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  331. <Visible>False</Visible>
  332. <ProductName>.NET Framework 3.5 SP1</ProductName>
  333. <Install>false</Install>
  334. </BootstrapperPackage>
  335. </ItemGroup>
  336. <ItemGroup>
  337. <Resource Include="ReleaseNotes.txt">
  338. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  339. </Resource>
  340. </ItemGroup>
  341. <ItemGroup>
  342. <None Include="Config\SequenceFormat.xml">
  343. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  344. <SubType>Designer</SubType>
  345. </None>
  346. </ItemGroup>
  347. <ItemGroup>
  348. <None Include="Config\FurnaceGemModel.xml">
  349. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  350. </None>
  351. </ItemGroup>
  352. <ItemGroup>
  353. <None Include="Config\DataGroup.xml">
  354. <SubType>Designer</SubType>
  355. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  356. </None>
  357. </ItemGroup>
  358. <ItemGroup>
  359. <None Include="Config\Recipe\Furnace\Process\TiN\RecipeFormat.xml">
  360. <SubType>Designer</SubType>
  361. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  362. </None>
  363. <None Include="Config\TiN\interlockUserDefine.xml">
  364. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  365. </None>
  366. <None Include="Config\TiN\interlock.xml">
  367. <SubType>Designer</SubType>
  368. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  369. </None>
  370. <None Include="Config\TiN\AlarmEventDefine.xml">
  371. <SubType>Designer</SubType>
  372. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  373. </None>
  374. <None Include="Config\NTP\interlockUserDefine.xml">
  375. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  376. </None>
  377. <None Include="Config\AlarmEventDefine.xml">
  378. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  379. </None>
  380. <None Include="Config\DisplayReplace.xml">
  381. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  382. </None>
  383. <None Include="Config\IO\_ioDefineHeater.xml">
  384. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  385. </None>
  386. <None Include="Config\IO\DeviceModelHeater.xml">
  387. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  388. </None>
  389. <None Include="Config\IO\ELK\DeviceModelPM.xml">
  390. <SubType>Designer</SubType>
  391. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  392. </None>
  393. <None Include="Config\IO\NTP\DeviceModelPM.xml">
  394. <SubType>Designer</SubType>
  395. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  396. </None>
  397. <None Include="Config\IO\ELK\_ioDefinePM.xml">
  398. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  399. </None>
  400. <None Include="Config\IO\NTP\_ioDefinePM.xml">
  401. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  402. </None>
  403. <None Include="Config\IO\NTP\IoProviderConfig.xml">
  404. <SubType>Designer</SubType>
  405. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  406. </None>
  407. <None Include="Config\IO\ELK\IoProviderConfig.xml">
  408. <SubType>Designer</SubType>
  409. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  410. </None>
  411. <None Include="Config\IO\NTP\_ioDefineHeater.xml">
  412. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  413. </None>
  414. <None Include="Config\IO\ELK\_ioDefineHeater.xml">
  415. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  416. </None>
  417. <None Include="Config\ELK\interlock.xml">
  418. <SubType>Designer</SubType>
  419. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  420. </None>
  421. <None Include="Config\ELK\interlockUserDefine.xml">
  422. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  423. </None>
  424. <None Include="Config\SiBCN\interlock.xml">
  425. <SubType>Designer</SubType>
  426. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  427. </None>
  428. <None Include="Config\SiBCN\interlockUserDefine.xml">
  429. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  430. </None>
  431. <None Include="Config\IO\SiBCN\_ioDefineHeater.xml">
  432. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  433. </None>
  434. <None Include="Config\IO\SiBCN\_ioDefinePM.xml">
  435. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  436. </None>
  437. <None Include="Config\IO\SiBCN\DeviceModelPM.xml">
  438. <SubType>Designer</SubType>
  439. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  440. </None>
  441. <None Include="Config\IO\SiBCN\IoProviderConfig.xml">
  442. <SubType>Designer</SubType>
  443. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  444. </None>
  445. <None Include="Config\IO\TiN\_ioDefineHeater.xml">
  446. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  447. </None>
  448. <None Include="Config\IO\TiN\_ioDefinePM.xml">
  449. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  450. </None>
  451. <None Include="Config\IO\TiN\DeviceModelPM.xml">
  452. <SubType>Designer</SubType>
  453. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  454. </None>
  455. <None Include="Config\IO\TiN\IoProviderConfig.xml">
  456. <SubType>Designer</SubType>
  457. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  458. </None>
  459. <None Include="Config\IO\ELK\_ioDefineGasLine.xml">
  460. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  461. </None>
  462. <None Include="Config\IO\ELK\DeviceModelGasLine.xml">
  463. <SubType>Designer</SubType>
  464. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  465. </None>
  466. <Content Include="Config\Parameter\AlarmCondition\ParameterFormat.xml">
  467. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  468. </Content>
  469. <Content Include="Config\Parameter\APCPID\ParameterFormat.xml">
  470. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  471. </Content>
  472. <Content Include="Config\Parameter\LeakCheckCondition\ParameterFormat.xml">
  473. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  474. </Content>
  475. <Content Include="Config\Parameter\TempAutoPID\ParameterFormat.xml">
  476. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  477. </Content>
  478. <Content Include="Config\Parameter\TempCorrection\ParameterFormat.xml">
  479. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  480. </Content>
  481. <Content Include="Config\Parameter\TempPID\ParameterFormat.xml">
  482. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  483. </Content>
  484. <Content Include="Config\Parameter\TempProfile\ParameterFormat.xml">
  485. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  486. </Content>
  487. <None Include="Config\Recipe\Furnace\Process\ELK\RecipeFormat.xml">
  488. <SubType>Designer</SubType>
  489. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  490. </None>
  491. <None Include="Config\Recipe\Furnace\Process\NTP\RecipeFormat.xml">
  492. <SubType>Designer</SubType>
  493. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  494. </None>
  495. <None Include="Config\Recipe\Furnace\Process\SiBCN\RecipeFormat.xml">
  496. <SubType>Designer</SubType>
  497. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  498. </None>
  499. <Resource Include="Resources\MyLogoTray.ico" />
  500. <None Include="Config\NTP\interlock.xml">
  501. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  502. <SubType>Designer</SubType>
  503. </None>
  504. <None Include="Config\NTP\AlarmEventDefine.xml">
  505. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  506. <SubType>Designer</SubType>
  507. </None>
  508. <None Include="Config\ELK\AlarmEventDefine.xml">
  509. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  510. <SubType>Designer</SubType>
  511. </None>
  512. <None Include="Config\SiBCN\AlarmEventDefine.xml">
  513. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  514. <SubType>Designer</SubType>
  515. </None>
  516. <None Include="Config\Account\Account.xml">
  517. <SubType>Designer</SubType>
  518. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  519. </None>
  520. <Content Include="Config\Recipe\Furnace\Layout\RecipeFormat.xml">
  521. <SubType>Designer</SubType>
  522. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  523. </Content>
  524. </ItemGroup>
  525. <ItemGroup>
  526. <Page Include="Backends\BackendPressureTuneView.xaml">
  527. <Generator>MSBuild:Compile</Generator>
  528. <SubType>Designer</SubType>
  529. </Page>
  530. <Page Include="Backends\BackendTuneView.xaml">
  531. <SubType>Designer</SubType>
  532. <Generator>MSBuild:Compile</Generator>
  533. </Page>
  534. </ItemGroup>
  535. <ItemGroup>
  536. <None Include="Config\VIDs\_ALID.xml">
  537. <SubType>Designer</SubType>
  538. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  539. </None>
  540. </ItemGroup>
  541. <ItemGroup>
  542. <None Include="Config\VIDs\_SVID.xml">
  543. <SubType>Designer</SubType>
  544. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  545. </None>
  546. </ItemGroup>
  547. <ItemGroup>
  548. <None Include="Config\VIDs\_DVID.xml">
  549. <SubType>Designer</SubType>
  550. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  551. </None>
  552. </ItemGroup>
  553. <ItemGroup>
  554. <None Include="Config\VIDs\_CEID.xml">
  555. <SubType>Designer</SubType>
  556. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  557. </None>
  558. </ItemGroup>
  559. <ItemGroup>
  560. <None Include="Config\VIDs\_ECID.xml">
  561. <SubType>Designer</SubType>
  562. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  563. </None>
  564. </ItemGroup>
  565. <ItemGroup>
  566. <None Include="Config\VIDs\_IDSeed.xml">
  567. <SubType>Designer</SubType>
  568. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  569. </None>
  570. </ItemGroup>
  571. <ItemGroup>
  572. <ProjectReference Include="..\..\FrameworkLocal\Common\Common.csproj">
  573. <Project>{6958FE72-CC01-4176-A86C-59B0E1CD0367}</Project>
  574. <Name>Common</Name>
  575. </ProjectReference>
  576. <ProjectReference Include="..\..\FrameworkLocal\RTCore\RTCore.csproj">
  577. <Project>{f913dfcb-9319-4fe9-98a5-2428cf6744de}</Project>
  578. <Name>RTCore</Name>
  579. </ProjectReference>
  580. <ProjectReference Include="..\..\FrameworkLocal\RTEquipmentLibrary\RTEquipmentLibrary.csproj">
  581. <Project>{A25B907A-0BF8-49B5-9B42-50EC3FC50A34}</Project>
  582. <Name>RTEquipmentLibrary</Name>
  583. </ProjectReference>
  584. <ProjectReference Include="..\..\FrameworkLocal\UIClient\UIClient.csproj">
  585. <Project>{1CE52879-0B94-4250-BE8A-5149E9396C54}</Project>
  586. <Name>UIClient</Name>
  587. </ProjectReference>
  588. <ProjectReference Include="..\..\FrameworkLocal\UICore\UICore.csproj">
  589. <Project>{1333f7c8-3db2-4783-8a37-3840f1be0cb0}</Project>
  590. <Name>UICore</Name>
  591. </ProjectReference>
  592. </ItemGroup>
  593. <ItemGroup>
  594. <Folder Include="Config\BackUp\" />
  595. </ItemGroup>
  596. <ItemGroup>
  597. <WCFMetadata Include="Connected Services\" />
  598. </ItemGroup>
  599. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  600. <PropertyGroup>
  601. <PostBuildEvent>REM 输出到安装目录,供安装打包使用
  602. if exist "$(ProjectDir)..\FurnaceSetup\Packages\FurnaceRT" rd "$(ProjectDir)..\FurnaceSetup\Packages\FurnaceRT" /s /q
  603. md "$(ProjectDir)..\FurnaceSetup\Packages\FurnaceRT\"
  604. echo 复制文件到安装目录,"$(ProjectDir)..\FurnaceSetup\Packages\FurnaceRT\"
  605. xcopy /e "$(TargetDir)*.*" "$(ProjectDir)..\FurnaceSetup\Packages\FurnaceRT\" /q
  606. if exist "$(ProjectDir)..\FurnaceSetup\Packages\FurnaceBat" rd "$(ProjectDir)..\FurnaceSetup\Packages\FurnaceBat" /s /q
  607. md "$(ProjectDir)..\FurnaceSetup\Packages\FurnaceBat\"
  608. echo 复制文件到安装目录,"$(ProjectDir)..\FurnaceSetup\Packages\FurnaceRT\Config\Bats"
  609. xcopy /e "$(ProjectDir)..\FurnaceSetup\Packages\FurnaceRT\Config\Bats\*.*" "$(ProjectDir)..\FurnaceSetup\Packages\FurnaceBat\" /q
  610. REM 配置文件Copy
  611. del "$(ProjectDir)..\FurnaceSetup\Packages\FurnaceRT\*.pdb"
  612. if exist "$(ProjectDir)..\FurnaceSetup\Packages\FurnaceRT\Objects" del "$(ProjectDir)..\FurnaceSetup\Packages\FurnaceRT\Objects\*.obj"
  613. if exist "$(ProjectDir)..\FurnaceSetup\Packages\FurnaceRT\Logs" rd "$(ProjectDir)..\FurnaceSetup\Packages\FurnaceRT\Logs" /s /q
  614. if exist "$(ProjectDir)..\FurnaceSetup\Packages\FurnaceRT\Recipes" rd "$(ProjectDir)..\FurnaceSetup\Packages\FurnaceRT\Recipes" /s /q
  615. if exist "$(ProjectDir)..\FurnaceSetup\Packages\FurnaceRT\Parameters\Parameter" rd "$(ProjectDir)..\FurnaceSetup\Packages\FurnaceRT\Parameters\Parameter" /s /q
  616. </PostBuildEvent>
  617. </PropertyGroup>
  618. </Project>