FurnaceRT.csproj 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621
  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.FA.Core, Version=1.1.9006.31967, Culture=neutral, processorArchitecture=MSIL">
  73. <SpecificVersion>False</SpecificVersion>
  74. <HintPath>..\..\ThirdParty\dlls\ClusterFACore\MECF.Framework.FA.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="FAs\VIDMap.cs" />
  253. <Compile Include="Properties\Annotations.cs" />
  254. <Compile Include="Equipments\PMs\RecipeExecutions\FurnaceRecipeFileContext.cs" />
  255. <ApplicationDefinition Include="Instances\App.xaml">
  256. <Generator>MSBuild:Compile</Generator>
  257. <SubType>Designer</SubType>
  258. </ApplicationDefinition>
  259. <Compile Include="Instances\App.xaml.cs">
  260. <DependentUpon>App.xaml</DependentUpon>
  261. </Compile>
  262. <Compile Include="Instances\RtInstance.cs" />
  263. <Compile Include="Instances\ToolLoader.cs" />
  264. </ItemGroup>
  265. <ItemGroup>
  266. <Compile Include="Properties\AssemblyInfo.cs">
  267. <SubType>Code</SubType>
  268. </Compile>
  269. <Compile Include="Properties\Resources.Designer.cs">
  270. <AutoGen>True</AutoGen>
  271. <DesignTime>True</DesignTime>
  272. <DependentUpon>Resources.resx</DependentUpon>
  273. </Compile>
  274. <Compile Include="Properties\Settings.Designer.cs">
  275. <AutoGen>True</AutoGen>
  276. <DependentUpon>Settings.settings</DependentUpon>
  277. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  278. </Compile>
  279. <EmbeddedResource Include="Properties\Resources.resx">
  280. <Generator>ResXFileCodeGenerator</Generator>
  281. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  282. </EmbeddedResource>
  283. <None Include="Config\Bats\restartUI.bat">
  284. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  285. </None>
  286. <None Include="Config\Bats\shutDownUI.bat">
  287. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  288. </None>
  289. <None Include="Config\Bats\startFurnace.bat">
  290. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  291. </None>
  292. <None Include="Config\Bats\stopFurnace.bat">
  293. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  294. </None>
  295. <None Include="Config\Bats\创建快捷方式.bat">
  296. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  297. </None>
  298. <None Include="Config\ELK\System.sccfg" />
  299. <None Include="Config\NTP\System.sccfg" />
  300. <None Include="Config\SiBCN\System.sccfg" />
  301. <None Include="Config\System.sccfg">
  302. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  303. </None>
  304. <None Include="Config\TiN\System.sccfg" />
  305. <None Include="Properties\Settings.settings">
  306. <Generator>SettingsSingleFileGenerator</Generator>
  307. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  308. </None>
  309. </ItemGroup>
  310. <ItemGroup>
  311. <None Include="App.config">
  312. <SubType>Designer</SubType>
  313. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  314. </None>
  315. </ItemGroup>
  316. <ItemGroup>
  317. <None Include="Config\DBModel.sql">
  318. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  319. </None>
  320. <None Include="Config\EventDefine.xml">
  321. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  322. <SubType>Designer</SubType>
  323. </None>
  324. <None Include="Config\SignalTower.xml">
  325. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  326. </None>
  327. </ItemGroup>
  328. <ItemGroup>
  329. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  330. <Visible>False</Visible>
  331. <ProductName>.NET Framework 3.5 SP1</ProductName>
  332. <Install>false</Install>
  333. </BootstrapperPackage>
  334. </ItemGroup>
  335. <ItemGroup>
  336. <Resource Include="ReleaseNotes.txt">
  337. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  338. </Resource>
  339. </ItemGroup>
  340. <ItemGroup>
  341. <None Include="Config\SequenceFormat.xml">
  342. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  343. <SubType>Designer</SubType>
  344. </None>
  345. </ItemGroup>
  346. <ItemGroup>
  347. <None Include="Config\FurnaceGemModel.xml">
  348. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  349. </None>
  350. </ItemGroup>
  351. <ItemGroup>
  352. <None Include="Config\DataGroup.xml">
  353. <SubType>Designer</SubType>
  354. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  355. </None>
  356. </ItemGroup>
  357. <ItemGroup>
  358. <None Include="Config\Recipe\Furnace\Process\TiN\RecipeFormat.xml">
  359. <SubType>Designer</SubType>
  360. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  361. </None>
  362. <None Include="Config\TiN\interlockUserDefine.xml">
  363. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  364. </None>
  365. <None Include="Config\TiN\interlock.xml">
  366. <SubType>Designer</SubType>
  367. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  368. </None>
  369. <None Include="Config\TiN\AlarmEventDefine.xml">
  370. <SubType>Designer</SubType>
  371. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  372. </None>
  373. <None Include="Config\NTP\interlockUserDefine.xml">
  374. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  375. </None>
  376. <None Include="Config\AlarmEventDefine.xml">
  377. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  378. </None>
  379. <None Include="Config\DisplayReplace.xml">
  380. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  381. </None>
  382. <None Include="Config\IO\_ioDefineHeater.xml">
  383. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  384. </None>
  385. <None Include="Config\IO\DeviceModelHeater.xml">
  386. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  387. </None>
  388. <None Include="Config\IO\ELK\DeviceModelPM.xml">
  389. <SubType>Designer</SubType>
  390. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  391. </None>
  392. <None Include="Config\IO\NTP\DeviceModelPM.xml">
  393. <SubType>Designer</SubType>
  394. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  395. </None>
  396. <None Include="Config\IO\ELK\_ioDefinePM.xml">
  397. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  398. </None>
  399. <None Include="Config\IO\NTP\_ioDefinePM.xml">
  400. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  401. </None>
  402. <None Include="Config\IO\NTP\IoProviderConfig.xml">
  403. <SubType>Designer</SubType>
  404. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  405. </None>
  406. <None Include="Config\IO\ELK\IoProviderConfig.xml">
  407. <SubType>Designer</SubType>
  408. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  409. </None>
  410. <None Include="Config\IO\NTP\_ioDefineHeater.xml">
  411. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  412. </None>
  413. <None Include="Config\IO\ELK\_ioDefineHeater.xml">
  414. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  415. </None>
  416. <None Include="Config\ELK\interlock.xml">
  417. <SubType>Designer</SubType>
  418. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  419. </None>
  420. <None Include="Config\ELK\interlockUserDefine.xml">
  421. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  422. </None>
  423. <None Include="Config\SiBCN\interlock.xml">
  424. <SubType>Designer</SubType>
  425. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  426. </None>
  427. <None Include="Config\SiBCN\interlockUserDefine.xml">
  428. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  429. </None>
  430. <None Include="Config\IO\SiBCN\_ioDefineHeater.xml">
  431. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  432. </None>
  433. <None Include="Config\IO\SiBCN\_ioDefinePM.xml">
  434. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  435. </None>
  436. <None Include="Config\IO\SiBCN\DeviceModelPM.xml">
  437. <SubType>Designer</SubType>
  438. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  439. </None>
  440. <None Include="Config\IO\SiBCN\IoProviderConfig.xml">
  441. <SubType>Designer</SubType>
  442. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  443. </None>
  444. <None Include="Config\IO\TiN\_ioDefineHeater.xml">
  445. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  446. </None>
  447. <None Include="Config\IO\TiN\_ioDefinePM.xml">
  448. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  449. </None>
  450. <None Include="Config\IO\TiN\DeviceModelPM.xml">
  451. <SubType>Designer</SubType>
  452. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  453. </None>
  454. <None Include="Config\IO\TiN\IoProviderConfig.xml">
  455. <SubType>Designer</SubType>
  456. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  457. </None>
  458. <None Include="Config\IO\ELK\_ioDefineGasLine.xml">
  459. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  460. </None>
  461. <None Include="Config\IO\ELK\DeviceModelGasLine.xml">
  462. <SubType>Designer</SubType>
  463. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  464. </None>
  465. <Content Include="Config\Parameter\AlarmCondition\ParameterFormat.xml">
  466. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  467. </Content>
  468. <Content Include="Config\Parameter\APCPID\ParameterFormat.xml">
  469. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  470. </Content>
  471. <Content Include="Config\Parameter\LeakCheckCondition\ParameterFormat.xml">
  472. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  473. </Content>
  474. <Content Include="Config\Parameter\TempAutoPID\ParameterFormat.xml">
  475. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  476. </Content>
  477. <Content Include="Config\Parameter\TempCorrection\ParameterFormat.xml">
  478. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  479. </Content>
  480. <Content Include="Config\Parameter\TempPID\ParameterFormat.xml">
  481. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  482. </Content>
  483. <Content Include="Config\Parameter\TempProfile\ParameterFormat.xml">
  484. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  485. </Content>
  486. <None Include="Config\Recipe\Furnace\Process\ELK\RecipeFormat.xml">
  487. <SubType>Designer</SubType>
  488. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  489. </None>
  490. <None Include="Config\Recipe\Furnace\Process\NTP\RecipeFormat.xml">
  491. <SubType>Designer</SubType>
  492. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  493. </None>
  494. <None Include="Config\Recipe\Furnace\Process\SiBCN\RecipeFormat.xml">
  495. <SubType>Designer</SubType>
  496. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  497. </None>
  498. <Resource Include="Resources\MyLogoTray.ico" />
  499. <None Include="Config\NTP\interlock.xml">
  500. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  501. <SubType>Designer</SubType>
  502. </None>
  503. <None Include="Config\NTP\AlarmEventDefine.xml">
  504. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  505. <SubType>Designer</SubType>
  506. </None>
  507. <None Include="Config\ELK\AlarmEventDefine.xml">
  508. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  509. <SubType>Designer</SubType>
  510. </None>
  511. <None Include="Config\SiBCN\AlarmEventDefine.xml">
  512. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  513. <SubType>Designer</SubType>
  514. </None>
  515. <None Include="Config\Account\Account.xml">
  516. <SubType>Designer</SubType>
  517. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  518. </None>
  519. <Content Include="Config\Recipe\Furnace\Layout\RecipeFormat.xml">
  520. <SubType>Designer</SubType>
  521. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  522. </Content>
  523. </ItemGroup>
  524. <ItemGroup>
  525. <Page Include="Backends\BackendPressureTuneView.xaml">
  526. <Generator>MSBuild:Compile</Generator>
  527. <SubType>Designer</SubType>
  528. </Page>
  529. <Page Include="Backends\BackendTuneView.xaml">
  530. <SubType>Designer</SubType>
  531. <Generator>MSBuild:Compile</Generator>
  532. </Page>
  533. </ItemGroup>
  534. <ItemGroup>
  535. <None Include="Config\VIDs\_ALID.xml">
  536. <SubType>Designer</SubType>
  537. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  538. </None>
  539. </ItemGroup>
  540. <ItemGroup>
  541. <None Include="Config\VIDs\_SVID.xml">
  542. <SubType>Designer</SubType>
  543. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  544. </None>
  545. </ItemGroup>
  546. <ItemGroup>
  547. <None Include="Config\VIDs\_DVID.xml">
  548. <SubType>Designer</SubType>
  549. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  550. </None>
  551. </ItemGroup>
  552. <ItemGroup>
  553. <None Include="Config\VIDs\_CEID.xml">
  554. <SubType>Designer</SubType>
  555. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  556. </None>
  557. </ItemGroup>
  558. <ItemGroup>
  559. <None Include="Config\VIDs\_ECID.xml">
  560. <SubType>Designer</SubType>
  561. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  562. </None>
  563. </ItemGroup>
  564. <ItemGroup>
  565. <None Include="Config\VIDs\_IDSeed.xml">
  566. <SubType>Designer</SubType>
  567. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  568. </None>
  569. </ItemGroup>
  570. <ItemGroup>
  571. <ProjectReference Include="..\..\FrameworkLocal\Common\Common.csproj">
  572. <Project>{6958FE72-CC01-4176-A86C-59B0E1CD0367}</Project>
  573. <Name>Common</Name>
  574. </ProjectReference>
  575. <ProjectReference Include="..\..\FrameworkLocal\RTCore\RTCore.csproj">
  576. <Project>{f913dfcb-9319-4fe9-98a5-2428cf6744de}</Project>
  577. <Name>RTCore</Name>
  578. </ProjectReference>
  579. <ProjectReference Include="..\..\FrameworkLocal\RTEquipmentLibrary\RTEquipmentLibrary.csproj">
  580. <Project>{A25B907A-0BF8-49B5-9B42-50EC3FC50A34}</Project>
  581. <Name>RTEquipmentLibrary</Name>
  582. </ProjectReference>
  583. <ProjectReference Include="..\..\FrameworkLocal\UICore\UICore.csproj">
  584. <Project>{1333f7c8-3db2-4783-8a37-3840f1be0cb0}</Project>
  585. <Name>UICore</Name>
  586. </ProjectReference>
  587. </ItemGroup>
  588. <ItemGroup />
  589. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  590. <PropertyGroup>
  591. <PostBuildEvent>REM 输出到安装目录,供安装打包使用
  592. if exist "$(ProjectDir)..\FurnaceSetup\Packages\FurnaceRT" rd "$(ProjectDir)..\FurnaceSetup\Packages\FurnaceRT" /s /q
  593. md "$(ProjectDir)..\FurnaceSetup\Packages\FurnaceRT\"
  594. echo 复制文件到安装目录,"$(ProjectDir)..\FurnaceSetup\Packages\FurnaceRT\"
  595. xcopy /e "$(TargetDir)*.*" "$(ProjectDir)..\FurnaceSetup\Packages\FurnaceRT\" /q
  596. if exist "$(ProjectDir)..\FurnaceSetup\Packages\FurnaceBat" rd "$(ProjectDir)..\FurnaceSetup\Packages\FurnaceBat" /s /q
  597. md "$(ProjectDir)..\FurnaceSetup\Packages\FurnaceBat\"
  598. echo 复制文件到安装目录,"$(ProjectDir)..\FurnaceSetup\Packages\FurnaceRT\Config\Bats"
  599. xcopy /e "$(ProjectDir)..\FurnaceSetup\Packages\FurnaceRT\Config\Bats\*.*" "$(ProjectDir)..\FurnaceSetup\Packages\FurnaceBat\" /q
  600. REM 配置文件Copy
  601. del "$(ProjectDir)..\FurnaceSetup\Packages\FurnaceRT\*.pdb"
  602. if exist "$(ProjectDir)..\FurnaceSetup\Packages\FurnaceRT\Objects" del "$(ProjectDir)..\FurnaceSetup\Packages\FurnaceRT\Objects\*.obj"
  603. if exist "$(ProjectDir)..\FurnaceSetup\Packages\FurnaceRT\Logs" rd "$(ProjectDir)..\FurnaceSetup\Packages\FurnaceRT\Logs" /s /q
  604. if exist "$(ProjectDir)..\FurnaceSetup\Packages\FurnaceRT\Recipes" rd "$(ProjectDir)..\FurnaceSetup\Packages\FurnaceRT\Recipes" /s /q
  605. if exist "$(ProjectDir)..\FurnaceSetup\Packages\FurnaceRT\Parameters\Parameter" rd "$(ProjectDir)..\FurnaceSetup\Packages\FurnaceRT\Parameters\Parameter" /s /q
  606. </PostBuildEvent>
  607. </PropertyGroup>
  608. </Project>