Venus_MainPages.csproj 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553
  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>{581A0BC3-9EF7-454D-B2DD-F4FFD0BED5E0}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Venus_MainPages</RootNamespace>
  11. <AssemblyName>Venus_MainPages</AssemblyName>
  12. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <Deterministic>true</Deterministic>
  15. <TargetFrameworkProfile />
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>bin\Debug\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. <NoWarn>
  26. </NoWarn>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  29. <DebugType>pdbonly</DebugType>
  30. <Optimize>true</Optimize>
  31. <OutputPath>bin\Release\</OutputPath>
  32. <DefineConstants>TRACE</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. </PropertyGroup>
  36. <ItemGroup>
  37. <Reference Include="Caliburn.Micro">
  38. <HintPath>..\ThirdParty\selfbuild\Caliburn.Micro.dll</HintPath>
  39. </Reference>
  40. <Reference Include="CommonServiceLocator">
  41. <HintPath>..\ThirdParty\CommonServiceLocator.dll</HintPath>
  42. </Reference>
  43. <Reference Include="ControlzEx">
  44. <HintPath>..\ThirdParty\ControlzEx.dll</HintPath>
  45. </Reference>
  46. <Reference Include="ExcelLibrary">
  47. <HintPath>..\ThirdParty\ExcelLibrary.dll</HintPath>
  48. </Reference>
  49. <Reference Include="LiveCharts">
  50. <HintPath>..\ThirdParty\LiveCharts.dll</HintPath>
  51. </Reference>
  52. <Reference Include="LiveCharts.Wpf">
  53. <HintPath>..\ThirdParty\LiveCharts.Wpf.dll</HintPath>
  54. </Reference>
  55. <Reference Include="log4net">
  56. <HintPath>..\ThirdParty\log4net.dll</HintPath>
  57. </Reference>
  58. <Reference Include="Microsoft.VisualBasic" />
  59. <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" />
  60. <Reference Include="OpenSEMI.ClientBase, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  61. <SpecificVersion>False</SpecificVersion>
  62. <HintPath>..\ThirdParty\selfbuild\OpenSEMI.ClientBase.dll</HintPath>
  63. </Reference>
  64. <Reference Include="OpenSEMI.Core">
  65. <HintPath>..\ThirdParty\OpenSEMI.Core.dll</HintPath>
  66. </Reference>
  67. <Reference Include="OpenSEMI.Ctrlib">
  68. <HintPath>..\ThirdParty\OpenSEMI.Ctrlib.dll</HintPath>
  69. </Reference>
  70. <Reference Include="PresentationCore" />
  71. <Reference Include="PresentationFramework" />
  72. <Reference Include="Prism">
  73. <HintPath>..\ThirdParty\Prism.dll</HintPath>
  74. </Reference>
  75. <Reference Include="Prism.Unity.Wpf">
  76. <HintPath>..\ThirdParty\Prism.Unity.Wpf.dll</HintPath>
  77. </Reference>
  78. <Reference Include="Prism.Wpf">
  79. <HintPath>..\ThirdParty\Prism.Wpf.dll</HintPath>
  80. </Reference>
  81. <Reference Include="System" />
  82. <Reference Include="System.Core" />
  83. <Reference Include="System.Drawing" />
  84. <Reference Include="System.Runtime.Serialization" />
  85. <Reference Include="System.Windows.Forms" />
  86. <Reference Include="System.Windows.Interactivity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  87. <SpecificVersion>False</SpecificVersion>
  88. <HintPath>..\ThirdParty\System.Windows.Interactivity.dll</HintPath>
  89. </Reference>
  90. <Reference Include="System.Xaml" />
  91. <Reference Include="System.Xml.Linq" />
  92. <Reference Include="System.Data.DataSetExtensions" />
  93. <Reference Include="Microsoft.CSharp" />
  94. <Reference Include="System.Data" />
  95. <Reference Include="System.Net.Http" />
  96. <Reference Include="System.Xml" />
  97. <Reference Include="UIAutomationProvider" />
  98. <Reference Include="UIAutomationTypes" />
  99. <Reference Include="Unity.Abstractions">
  100. <HintPath>..\ThirdParty\Unity.Abstractions.dll</HintPath>
  101. </Reference>
  102. <Reference Include="Unity.Container">
  103. <HintPath>..\ThirdParty\Unity.Container.dll</HintPath>
  104. </Reference>
  105. <Reference Include="WindowsBase" />
  106. <Reference Include="WindowsFormsIntegration" />
  107. <Reference Include="WPFToolkit">
  108. <HintPath>..\ThirdParty\WPFToolkit.dll</HintPath>
  109. </Reference>
  110. <Reference Include="Xceed.Wpf.DataGrid">
  111. <HintPath>..\ThirdParty\Xceed.Wpf.DataGrid.dll</HintPath>
  112. </Reference>
  113. <Reference Include="Xceed.Wpf.Toolkit">
  114. <HintPath>..\ThirdParty\Xceed.Wpf.Toolkit.dll</HintPath>
  115. </Reference>
  116. </ItemGroup>
  117. <ItemGroup>
  118. <Compile Include="Converters\AllMultiValueConverter.cs" />
  119. <Compile Include="Converters\AllNoneCheckboxConverter.cs" />
  120. <Compile Include="Converters\AnyMultiValueConverter.cs" />
  121. <Compile Include="Converters\BoolToHeightConverter.cs" />
  122. <Compile Include="Converters\mTorrToPaConverter.cs" />
  123. <Compile Include="Converters\EFEMStateConverter.cs" />
  124. <Compile Include="Converters\EventItemToStringConverter.cs" />
  125. <Compile Include="Converters\HeaterToStringConverter.cs" />
  126. <Compile Include="Converters\IntToPathDataConverter.cs" />
  127. <Compile Include="Converters\IsOnlineToOpacityConverter.cs" />
  128. <Compile Include="Converters\IsOnlineToColorConverter.cs" />
  129. <Compile Include="Converters\LLStateConverter.cs" />
  130. <Compile Include="Converters\MFCConverter.cs" />
  131. <Compile Include="Converters\MFCErrorConverters.cs" />
  132. <Compile Include="Converters\MultiBindingConverter.cs" />
  133. <Compile Include="Converters\PMStateConverter.cs" />
  134. <Compile Include="Converters\SystemStateConverter.cs" />
  135. <Compile Include="Converters\TMStateConverter.cs" />
  136. <Compile Include="Converters\VCEStateConverter.cs" />
  137. <Compile Include="MainPageModule.cs" />
  138. <Compile Include="PMS\IUiRecipeManager.cs" />
  139. <Compile Include="PMS\UiRecipeManager.cs" />
  140. <Compile Include="Properties\AssemblyInfo.cs" />
  141. <Compile Include="Role\Menus.cs" />
  142. <Compile Include="RTData.cs" />
  143. <Compile Include="Sequence\EventToCommand.cs" />
  144. <Compile Include="Sequence\FileNode.cs" />
  145. <Compile Include="Sequence\IUiSequenceManager.cs" />
  146. <Compile Include="Sequence\RecipeSequenceTreeBuilder.cs" />
  147. <Compile Include="Sequence\SequenceColumnBuilder.cs" />
  148. <Compile Include="Sequence\SequenceData.cs" />
  149. <Compile Include="Sequence\SequenceDataProvider.cs" />
  150. <Compile Include="Sequence\UiSequenceManager.cs" />
  151. <Compile Include="Unity\ChartParameter.cs" />
  152. <Compile Include="Unity\CommonFunction.cs" />
  153. <Compile Include="Unity\ConfigValueTemplateSelector.cs" />
  154. <Compile Include="Unity\ContextMenuManager.cs" />
  155. <Compile Include="Unity\FileNode.cs" />
  156. <Compile Include="Unity\FolderOrFileTemplateSelector.cs" />
  157. <Compile Include="Unity\GlobalEvents.cs" />
  158. <Compile Include="Unity\GridOptions.cs" />
  159. <Compile Include="Unity\IHandler.cs" />
  160. <Compile Include="Unity\ItemsControlHelper.cs" />
  161. <Compile Include="Unity\MFCCalibrationTenPointsData.cs" />
  162. <Compile Include="Unity\ModuleManager.cs" />
  163. <Compile Include="Unity\RealtimeProvider.cs" />
  164. <Compile Include="Unity\TextBoxMaxValue.cs" />
  165. <Compile Include="Unity\VATPerformanceResult.cs" />
  166. <Compile Include="Unity\SystemConfig.cs" />
  167. <Compile Include="Unity\SystemConfigProvider.cs" />
  168. <Compile Include="Unity\WaferAssociationInfo.cs" />
  169. <Compile Include="Unity\WaferStatusHandler.cs" />
  170. <Compile Include="Unity\WaferStatusImp.cs" />
  171. <Compile Include="ViewModels\ButterflyValveViewModel.cs" />
  172. <Compile Include="ViewModels\CleanRecipeViewModel.cs" />
  173. <Compile Include="ViewModels\DataHistoryViewModel.cs" />
  174. <Compile Include="ViewModels\EfemViewModel.cs" />
  175. <Compile Include="ViewModels\EventViewModel.cs" />
  176. <Compile Include="ViewModels\FAViewModel.cs" />
  177. <Compile Include="ViewModels\GasLeakCheckViewModel.cs" />
  178. <Compile Include="ViewModels\IOViewModel.cs" />
  179. <Compile Include="ViewModels\LoginViewModel.cs" />
  180. <Compile Include="ViewModels\MFCVerificationViewModel.cs" />
  181. <Compile Include="ViewModels\OperationOverViewModel.cs" />
  182. <Compile Include="ViewModels\OverKepler2200BViewModel.cs" />
  183. <Compile Include="ViewModels\OverKepler2200AViewModel.cs" />
  184. <Compile Include="ViewModels\OverKepler2300ViewModel.cs" />
  185. <Compile Include="ViewModels\OverVenusDEViewModel.cs" />
  186. <Compile Include="ViewModels\OverVenusSEViewModel.cs" />
  187. <Compile Include="ViewModels\OverVenusViewModel.cs" />
  188. <Compile Include="ViewModels\PartialPressureViewModel.cs" />
  189. <Compile Include="ViewModels\PlatformViewModel.cs" />
  190. <Compile Include="ViewModels\ProcessHistoryViewModel.cs" />
  191. <Compile Include="ViewModels\ProcessViewModel.cs" />
  192. <Compile Include="ViewModels\RecipeSequenceSelectViewModel.cs" />
  193. <Compile Include="ViewModels\RecipeViewModel.cs" />
  194. <Compile Include="ViewModels\RFCalibrationViewModel.cs" />
  195. <Compile Include="ViewModels\RoleViewModel.cs" />
  196. <Compile Include="ViewModels\SequenceViewModel.cs" />
  197. <Compile Include="ViewModels\SETMOperationViewModel.cs" />
  198. <Compile Include="ViewModels\SeTMViewModel.cs" />
  199. <Compile Include="ViewModels\SignalTowerConfigViewModel.cs" />
  200. <Compile Include="ViewModels\StatisticsViewModel.cs" />
  201. <Compile Include="ViewModels\SystemConfigViewModel.cs" />
  202. <Compile Include="ViewModels\TMOperationViewModel.cs" />
  203. <Compile Include="ViewModels\TMViewModel.cs" />
  204. <Compile Include="ViewModels\TopViewModel.cs" />
  205. <Compile Include="ViewModels\UserViewModel.cs" />
  206. <Compile Include="ViewModels\VATPerformanceViewModel.cs" />
  207. <Compile Include="ViewModels\VceViewModel.cs" />
  208. <Compile Include="ViewModels\VenusSeOperationOverViewModel.cs" />
  209. <Compile Include="ViewModels\WaferDialogViewModel.cs" />
  210. <Compile Include="ViewModels\WaferHistoryDBViewModel.cs" />
  211. <Compile Include="ViewModels\WaferOffsetViewModel.cs" />
  212. <Compile Include="Views\ButterflyValveView.xaml.cs">
  213. <DependentUpon>ButterflyValveView.xaml</DependentUpon>
  214. </Compile>
  215. <Compile Include="Views\CleanRecipeView.xaml.cs">
  216. <DependentUpon>CleanRecipeView.xaml</DependentUpon>
  217. </Compile>
  218. <Compile Include="Views\DataHistoryView.xaml.cs">
  219. <DependentUpon>DataHistoryView.xaml</DependentUpon>
  220. </Compile>
  221. <Compile Include="Views\EfemView.xaml.cs">
  222. <DependentUpon>EfemView.xaml</DependentUpon>
  223. </Compile>
  224. <Compile Include="Views\EndPointDlg.xaml.cs">
  225. <DependentUpon>EndPointDlg.xaml</DependentUpon>
  226. </Compile>
  227. <Compile Include="Views\EventView.xaml.cs">
  228. <DependentUpon>EventView.xaml</DependentUpon>
  229. </Compile>
  230. <Compile Include="Views\FAView.xaml.cs">
  231. <DependentUpon>FAView.xaml</DependentUpon>
  232. </Compile>
  233. <Compile Include="Views\GasLeakCheckView.xaml.cs">
  234. <DependentUpon>GasLeakCheckView.xaml</DependentUpon>
  235. </Compile>
  236. <Compile Include="Views\HeaterView.xaml.cs">
  237. <DependentUpon>HeaterView.xaml</DependentUpon>
  238. </Compile>
  239. <Compile Include="Views\InputFileNameDialogView.xaml.cs">
  240. <DependentUpon>InputFileNameDialogView.xaml</DependentUpon>
  241. </Compile>
  242. <Compile Include="Views\IOView.xaml.cs">
  243. <DependentUpon>IOView.xaml</DependentUpon>
  244. </Compile>
  245. <Compile Include="Views\LoginView.xaml.cs">
  246. <DependentUpon>LoginView.xaml</DependentUpon>
  247. </Compile>
  248. <Compile Include="Views\MFCVerificationView.xaml.cs">
  249. <DependentUpon>MFCVerificationView.xaml</DependentUpon>
  250. </Compile>
  251. <Compile Include="Views\OperationOverView.xaml.cs">
  252. <DependentUpon>OperationOverView.xaml</DependentUpon>
  253. </Compile>
  254. <Compile Include="Views\OverKepler2200BView.xaml.cs">
  255. <DependentUpon>OverKepler2200BView.xaml</DependentUpon>
  256. </Compile>
  257. <Compile Include="Views\OverKepler2200AView.xaml.cs">
  258. <DependentUpon>OverKepler2200AView.xaml</DependentUpon>
  259. </Compile>
  260. <Compile Include="Views\OverKepler2300View.xaml.cs">
  261. <DependentUpon>OverKepler2300View.xaml</DependentUpon>
  262. </Compile>
  263. <Compile Include="Views\OverVenusDEView.xaml.cs">
  264. <DependentUpon>OverVenusDEView.xaml</DependentUpon>
  265. </Compile>
  266. <Compile Include="Views\OverVenusSEView.xaml.cs">
  267. <DependentUpon>OverVenusSEView.xaml</DependentUpon>
  268. </Compile>
  269. <Compile Include="Views\OverVenusView.xaml.cs">
  270. <DependentUpon>OverVenusView.xaml</DependentUpon>
  271. </Compile>
  272. <Compile Include="Views\PartialPressureView.xaml.cs">
  273. <DependentUpon>PartialPressureView.xaml</DependentUpon>
  274. </Compile>
  275. <Compile Include="Views\PlatformView.xaml.cs">
  276. <DependentUpon>PlatformView.xaml</DependentUpon>
  277. </Compile>
  278. <Compile Include="Views\ProcessHistoryView.xaml.cs">
  279. <DependentUpon>ProcessHistoryView.xaml</DependentUpon>
  280. </Compile>
  281. <Compile Include="Views\ProcessView.xaml.cs">
  282. <DependentUpon>ProcessView.xaml</DependentUpon>
  283. </Compile>
  284. <Compile Include="Views\RecipeSequenceSelectView.xaml.cs">
  285. <DependentUpon>RecipeSequenceSelectView.xaml</DependentUpon>
  286. </Compile>
  287. <Compile Include="Views\RecipeView.xaml.cs">
  288. <DependentUpon>RecipeView.xaml</DependentUpon>
  289. </Compile>
  290. <Compile Include="Views\RFCalibrationView.xaml.cs">
  291. <DependentUpon>RFCalibrationView.xaml</DependentUpon>
  292. </Compile>
  293. <Compile Include="Views\RoleView.xaml.cs">
  294. <DependentUpon>RoleView.xaml</DependentUpon>
  295. </Compile>
  296. <Compile Include="Views\SequenceView.xaml.cs">
  297. <DependentUpon>SequenceView.xaml</DependentUpon>
  298. </Compile>
  299. <Compile Include="Views\SETMOperationView.xaml.cs">
  300. <DependentUpon>SETMOperationView.xaml</DependentUpon>
  301. </Compile>
  302. <Compile Include="Views\SeTMView.xaml.cs">
  303. <DependentUpon>SeTMView.xaml</DependentUpon>
  304. </Compile>
  305. <Compile Include="Views\SignalTowerConfigView.xaml.cs">
  306. <DependentUpon>SignalTowerConfigView.xaml</DependentUpon>
  307. </Compile>
  308. <Compile Include="Views\StatisticsView.xaml.cs">
  309. <DependentUpon>StatisticsView.xaml</DependentUpon>
  310. </Compile>
  311. <Compile Include="Views\SystemConfigView.xaml.cs">
  312. <DependentUpon>SystemConfigView.xaml</DependentUpon>
  313. </Compile>
  314. <Compile Include="Views\TMOperationView.xaml.cs">
  315. <DependentUpon>TMOperationView.xaml</DependentUpon>
  316. </Compile>
  317. <Compile Include="Views\TMView.xaml.cs">
  318. <DependentUpon>TMView.xaml</DependentUpon>
  319. </Compile>
  320. <Compile Include="Views\TopView.xaml.cs">
  321. <DependentUpon>TopView.xaml</DependentUpon>
  322. </Compile>
  323. <Compile Include="Views\UserView.xaml.cs">
  324. <DependentUpon>UserView.xaml</DependentUpon>
  325. </Compile>
  326. <Compile Include="Views\VATPerformanceView.xaml.cs">
  327. <DependentUpon>VATPerformanceView.xaml</DependentUpon>
  328. </Compile>
  329. <Compile Include="Views\VceView.xaml.cs">
  330. <DependentUpon>VceView.xaml</DependentUpon>
  331. </Compile>
  332. <Compile Include="Views\VenusSeOperationOverView.xaml.cs">
  333. <DependentUpon>VenusSeOperationOverView.xaml</DependentUpon>
  334. </Compile>
  335. <Compile Include="Views\WaferAssociationUnit.xaml.cs">
  336. <DependentUpon>WaferAssociationUnit.xaml</DependentUpon>
  337. </Compile>
  338. <Compile Include="Views\WaferDialogView.xaml.cs">
  339. <DependentUpon>WaferDialogView.xaml</DependentUpon>
  340. </Compile>
  341. <Compile Include="Views\WaferHistoryDBView.xaml.cs">
  342. <DependentUpon>WaferHistoryDBView.xaml</DependentUpon>
  343. </Compile>
  344. <Compile Include="Views\WaferOffsetView.xaml.cs">
  345. <DependentUpon>WaferOffsetView.xaml</DependentUpon>
  346. </Compile>
  347. </ItemGroup>
  348. <ItemGroup>
  349. <ProjectReference Include="..\Framework\Common\Common.csproj">
  350. <Project>{9cd2a6be-1971-4e74-b49e-547982f64034}</Project>
  351. <Name>Common</Name>
  352. </ProjectReference>
  353. <ProjectReference Include="..\Framework\SequenceControl\SequenceControl.csproj">
  354. <Project>{a40b734c-f2ec-453c-a5fb-70cd46452bf1}</Project>
  355. <Name>SequenceControl</Name>
  356. </ProjectReference>
  357. <ProjectReference Include="..\Framework\UICore\UICore.csproj">
  358. <Project>{2C9E1DF3-1ABA-4972-BE60-41DD9B3C47A7}</Project>
  359. <Name>UICore</Name>
  360. </ProjectReference>
  361. <ProjectReference Include="..\Venus_Core\Venus_Core.csproj">
  362. <Project>{E40639DD-94A7-4ECD-8137-11496BD0BFA3}</Project>
  363. <Name>Venus_Core</Name>
  364. </ProjectReference>
  365. <ProjectReference Include="..\Venus_Themes\Venus_Themes.csproj">
  366. <Project>{fa46d7f1-463b-4457-93af-760b409f9c7c}</Project>
  367. <Name>Venus_Themes</Name>
  368. </ProjectReference>
  369. </ItemGroup>
  370. <ItemGroup>
  371. <Page Include="Views\ButterflyValveView.xaml">
  372. <SubType>Designer</SubType>
  373. <Generator>MSBuild:Compile</Generator>
  374. </Page>
  375. <Page Include="Views\CleanRecipeView.xaml">
  376. <SubType>Designer</SubType>
  377. <Generator>MSBuild:Compile</Generator>
  378. </Page>
  379. <Page Include="Views\DataHistoryView.xaml">
  380. <SubType>Designer</SubType>
  381. <Generator>MSBuild:Compile</Generator>
  382. </Page>
  383. <Page Include="Views\EfemView.xaml">
  384. <SubType>Designer</SubType>
  385. <Generator>MSBuild:Compile</Generator>
  386. </Page>
  387. <Page Include="Views\EndPointDlg.xaml">
  388. <Generator>MSBuild:Compile</Generator>
  389. <SubType>Designer</SubType>
  390. </Page>
  391. <Page Include="Views\EventView.xaml">
  392. <SubType>Designer</SubType>
  393. <Generator>MSBuild:Compile</Generator>
  394. </Page>
  395. <Page Include="Views\FAView.xaml">
  396. <SubType>Designer</SubType>
  397. <Generator>MSBuild:Compile</Generator>
  398. </Page>
  399. <Page Include="Views\GasLeakCheckView.xaml">
  400. <SubType>Designer</SubType>
  401. <Generator>MSBuild:Compile</Generator>
  402. </Page>
  403. <Page Include="Views\HeaterView.xaml">
  404. <SubType>Designer</SubType>
  405. <Generator>MSBuild:Compile</Generator>
  406. </Page>
  407. <Page Include="Views\InputFileNameDialogView.xaml">
  408. <Generator>MSBuild:Compile</Generator>
  409. <SubType>Designer</SubType>
  410. </Page>
  411. <Page Include="Views\IOView.xaml">
  412. <SubType>Designer</SubType>
  413. <Generator>MSBuild:Compile</Generator>
  414. </Page>
  415. <Page Include="Views\LoginView.xaml">
  416. <SubType>Designer</SubType>
  417. <Generator>MSBuild:Compile</Generator>
  418. </Page>
  419. <Page Include="Views\MFCVerificationView.xaml">
  420. <SubType>Designer</SubType>
  421. <Generator>MSBuild:Compile</Generator>
  422. </Page>
  423. <Page Include="Views\OperationOverView.xaml">
  424. <SubType>Designer</SubType>
  425. <Generator>MSBuild:Compile</Generator>
  426. </Page>
  427. <Page Include="Views\OverKepler2200BView.xaml">
  428. <Generator>MSBuild:Compile</Generator>
  429. <SubType>Designer</SubType>
  430. </Page>
  431. <Page Include="Views\OverKepler2200AView.xaml">
  432. <Generator>MSBuild:Compile</Generator>
  433. <SubType>Designer</SubType>
  434. </Page>
  435. <Page Include="Views\OverKepler2300View.xaml">
  436. <Generator>MSBuild:Compile</Generator>
  437. <SubType>Designer</SubType>
  438. </Page>
  439. <Page Include="Views\OverVenusDEView.xaml">
  440. <Generator>MSBuild:Compile</Generator>
  441. <SubType>Designer</SubType>
  442. </Page>
  443. <Page Include="Views\OverVenusSEView.xaml">
  444. <Generator>MSBuild:Compile</Generator>
  445. <SubType>Designer</SubType>
  446. </Page>
  447. <Page Include="Views\OverVenusView.xaml">
  448. <SubType>Designer</SubType>
  449. <Generator>MSBuild:Compile</Generator>
  450. </Page>
  451. <Page Include="Views\PartialPressureView.xaml">
  452. <SubType>Designer</SubType>
  453. <Generator>MSBuild:Compile</Generator>
  454. </Page>
  455. <Page Include="Views\PlatformView.xaml">
  456. <SubType>Designer</SubType>
  457. <Generator>MSBuild:Compile</Generator>
  458. </Page>
  459. <Page Include="Views\ProcessHistoryView.xaml">
  460. <SubType>Designer</SubType>
  461. <Generator>MSBuild:Compile</Generator>
  462. </Page>
  463. <Page Include="Views\ProcessView.xaml">
  464. <SubType>Designer</SubType>
  465. <Generator>MSBuild:Compile</Generator>
  466. </Page>
  467. <Page Include="Views\RecipeSequenceSelectView.xaml">
  468. <Generator>MSBuild:Compile</Generator>
  469. <SubType>Designer</SubType>
  470. </Page>
  471. <Page Include="Views\RecipeView.xaml">
  472. <Generator>MSBuild:Compile</Generator>
  473. <SubType>Designer</SubType>
  474. </Page>
  475. <Page Include="Views\RFCalibrationView.xaml">
  476. <SubType>Designer</SubType>
  477. <Generator>MSBuild:Compile</Generator>
  478. </Page>
  479. <Page Include="Views\RoleView.xaml">
  480. <SubType>Designer</SubType>
  481. <Generator>MSBuild:Compile</Generator>
  482. </Page>
  483. <Page Include="Views\SequenceView.xaml">
  484. <SubType>Designer</SubType>
  485. <Generator>MSBuild:Compile</Generator>
  486. </Page>
  487. <Page Include="Views\SETMOperationView.xaml">
  488. <SubType>Designer</SubType>
  489. <Generator>MSBuild:Compile</Generator>
  490. </Page>
  491. <Page Include="Views\SeTMView.xaml">
  492. <Generator>MSBuild:Compile</Generator>
  493. <SubType>Designer</SubType>
  494. </Page>
  495. <Page Include="Views\SignalTowerConfigView.xaml">
  496. <SubType>Designer</SubType>
  497. <Generator>MSBuild:Compile</Generator>
  498. </Page>
  499. <Page Include="Views\StatisticsView.xaml">
  500. <Generator>MSBuild:Compile</Generator>
  501. <SubType>Designer</SubType>
  502. </Page>
  503. <Page Include="Views\SystemConfigView.xaml">
  504. <SubType>Designer</SubType>
  505. <Generator>MSBuild:Compile</Generator>
  506. </Page>
  507. <Page Include="Views\TMOperationView.xaml">
  508. <SubType>Designer</SubType>
  509. <Generator>MSBuild:Compile</Generator>
  510. </Page>
  511. <Page Include="Views\TMView.xaml">
  512. <SubType>Designer</SubType>
  513. <Generator>MSBuild:Compile</Generator>
  514. </Page>
  515. <Page Include="Views\TopView.xaml">
  516. <SubType>Designer</SubType>
  517. <Generator>MSBuild:Compile</Generator>
  518. </Page>
  519. <Page Include="Views\UserView.xaml">
  520. <SubType>Designer</SubType>
  521. <Generator>MSBuild:Compile</Generator>
  522. </Page>
  523. <Page Include="Views\VATPerformanceView.xaml">
  524. <SubType>Designer</SubType>
  525. <Generator>MSBuild:Compile</Generator>
  526. </Page>
  527. <Page Include="Views\VceView.xaml">
  528. <Generator>MSBuild:Compile</Generator>
  529. <SubType>Designer</SubType>
  530. </Page>
  531. <Page Include="Views\VenusSeOperationOverView.xaml">
  532. <SubType>Designer</SubType>
  533. <Generator>MSBuild:Compile</Generator>
  534. </Page>
  535. <Page Include="Views\WaferAssociationUnit.xaml">
  536. <Generator>MSBuild:Compile</Generator>
  537. <SubType>Designer</SubType>
  538. </Page>
  539. <Page Include="Views\WaferDialogView.xaml">
  540. <SubType>Designer</SubType>
  541. <Generator>MSBuild:Compile</Generator>
  542. </Page>
  543. <Page Include="Views\WaferHistoryDBView.xaml">
  544. <SubType>Designer</SubType>
  545. <Generator>MSBuild:Compile</Generator>
  546. </Page>
  547. <Page Include="Views\WaferOffsetView.xaml">
  548. <SubType>Designer</SubType>
  549. <Generator>MSBuild:Compile</Generator>
  550. </Page>
  551. </ItemGroup>
  552. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  553. </Project>