FurnaceRT.csproj 29 KB

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