FurnaceRT.csproj 30 KB

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