FurnaceRT.csproj 30 KB

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