Venus_MainPages.csproj 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530
  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\EFEMStateConverter.cs" />
  123. <Compile Include="Converters\EventItemToStringConverter.cs" />
  124. <Compile Include="Converters\HeaterToStringConverter.cs" />
  125. <Compile Include="Converters\IntToPathDataConverter.cs" />
  126. <Compile Include="Converters\IsOnlineToOpacityConverter.cs" />
  127. <Compile Include="Converters\IsOnlineToColorConverter.cs" />
  128. <Compile Include="Converters\LLStateConverter.cs" />
  129. <Compile Include="Converters\MFCConverter.cs" />
  130. <Compile Include="Converters\MFCErrorConverters.cs" />
  131. <Compile Include="Converters\MultiBindingConverter.cs" />
  132. <Compile Include="Converters\PMStateConverter.cs" />
  133. <Compile Include="Converters\SystemStateConverter.cs" />
  134. <Compile Include="Converters\TMStateConverter.cs" />
  135. <Compile Include="Converters\VCEStateConverter.cs" />
  136. <Compile Include="MainPageModule.cs" />
  137. <Compile Include="PMS\IUiRecipeManager.cs" />
  138. <Compile Include="PMS\UiRecipeManager.cs" />
  139. <Compile Include="Properties\AssemblyInfo.cs" />
  140. <Compile Include="Role\Menus.cs" />
  141. <Compile Include="Role\Role.cs" />
  142. <Compile Include="Role\User.cs" />
  143. <Compile Include="RTData.cs" />
  144. <Compile Include="Sequence\EventToCommand.cs" />
  145. <Compile Include="Sequence\FileNode.cs" />
  146. <Compile Include="Sequence\IUiSequenceManager.cs" />
  147. <Compile Include="Sequence\RecipeSequenceTreeBuilder.cs" />
  148. <Compile Include="Sequence\SequenceColumnBuilder.cs" />
  149. <Compile Include="Sequence\SequenceData.cs" />
  150. <Compile Include="Sequence\SequenceDataProvider.cs" />
  151. <Compile Include="Sequence\UiSequenceManager.cs" />
  152. <Compile Include="Unity\ChartParameter.cs" />
  153. <Compile Include="Unity\CommonFunction.cs" />
  154. <Compile Include="Unity\ConfigValueTemplateSelector.cs" />
  155. <Compile Include="Unity\ContextMenuManager.cs" />
  156. <Compile Include="Unity\FileNode.cs" />
  157. <Compile Include="Unity\FolderOrFileTemplateSelector.cs" />
  158. <Compile Include="Unity\GlobalEvents.cs" />
  159. <Compile Include="Unity\GridOptions.cs" />
  160. <Compile Include="Unity\IHandler.cs" />
  161. <Compile Include="Unity\ItemsControlHelper.cs" />
  162. <Compile Include="Unity\MFCCalibrationTenPointsData.cs" />
  163. <Compile Include="Unity\ModuleManager.cs" />
  164. <Compile Include="Unity\RealtimeProvider.cs" />
  165. <Compile Include="Unity\TextBoxMaxValue.cs" />
  166. <Compile Include="Unity\VATPerformanceResult.cs" />
  167. <Compile Include="Unity\SystemConfig.cs" />
  168. <Compile Include="Unity\SystemConfigProvider.cs" />
  169. <Compile Include="Unity\WaferAssociationInfo.cs" />
  170. <Compile Include="Unity\WaferStatusHandler.cs" />
  171. <Compile Include="Unity\WaferStatusImp.cs" />
  172. <Compile Include="ViewModels\ButterflyValveViewModel.cs" />
  173. <Compile Include="ViewModels\CleanRecipeViewModel.cs" />
  174. <Compile Include="ViewModels\DataHistoryViewModel.cs" />
  175. <Compile Include="ViewModels\EfemViewModel.cs" />
  176. <Compile Include="ViewModels\EventViewModel.cs" />
  177. <Compile Include="ViewModels\FAViewModel.cs" />
  178. <Compile Include="ViewModels\GasLeakCheckViewModel.cs" />
  179. <Compile Include="ViewModels\IOViewModel.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\SystemConfigViewModel.cs" />
  200. <Compile Include="ViewModels\TMOperationViewModel.cs" />
  201. <Compile Include="ViewModels\TMViewModel.cs" />
  202. <Compile Include="ViewModels\TopViewModel.cs" />
  203. <Compile Include="ViewModels\UserViewModel.cs" />
  204. <Compile Include="ViewModels\VATPerformanceViewModel.cs" />
  205. <Compile Include="ViewModels\VceViewModel.cs" />
  206. <Compile Include="ViewModels\VenusSeOperationOverViewModel.cs" />
  207. <Compile Include="ViewModels\WaferDialogViewModel.cs" />
  208. <Compile Include="ViewModels\WaferHistoryDBViewModel.cs" />
  209. <Compile Include="ViewModels\WaferOffsetViewModel.cs" />
  210. <Compile Include="Views\ButterflyValveView.xaml.cs">
  211. <DependentUpon>ButterflyValveView.xaml</DependentUpon>
  212. </Compile>
  213. <Compile Include="Views\CleanRecipeView.xaml.cs">
  214. <DependentUpon>CleanRecipeView.xaml</DependentUpon>
  215. </Compile>
  216. <Compile Include="Views\DataHistoryView.xaml.cs">
  217. <DependentUpon>DataHistoryView.xaml</DependentUpon>
  218. </Compile>
  219. <Compile Include="Views\EfemView.xaml.cs">
  220. <DependentUpon>EfemView.xaml</DependentUpon>
  221. </Compile>
  222. <Compile Include="Views\EndPointDlg.xaml.cs">
  223. <DependentUpon>EndPointDlg.xaml</DependentUpon>
  224. </Compile>
  225. <Compile Include="Views\EventView.xaml.cs">
  226. <DependentUpon>EventView.xaml</DependentUpon>
  227. </Compile>
  228. <Compile Include="Views\FAView.xaml.cs">
  229. <DependentUpon>FAView.xaml</DependentUpon>
  230. </Compile>
  231. <Compile Include="Views\GasLeakCheckView.xaml.cs">
  232. <DependentUpon>GasLeakCheckView.xaml</DependentUpon>
  233. </Compile>
  234. <Compile Include="Views\HeaterView.xaml.cs">
  235. <DependentUpon>HeaterView.xaml</DependentUpon>
  236. </Compile>
  237. <Compile Include="Views\InputFileNameDialogView.xaml.cs">
  238. <DependentUpon>InputFileNameDialogView.xaml</DependentUpon>
  239. </Compile>
  240. <Compile Include="Views\IOView.xaml.cs">
  241. <DependentUpon>IOView.xaml</DependentUpon>
  242. </Compile>
  243. <Compile Include="Views\MFCVerificationView.xaml.cs">
  244. <DependentUpon>MFCVerificationView.xaml</DependentUpon>
  245. </Compile>
  246. <Compile Include="Views\OperationOverView.xaml.cs">
  247. <DependentUpon>OperationOverView.xaml</DependentUpon>
  248. </Compile>
  249. <Compile Include="Views\OverKepler2200BView.xaml.cs">
  250. <DependentUpon>OverKepler2200BView.xaml</DependentUpon>
  251. </Compile>
  252. <Compile Include="Views\OverKepler2200AView.xaml.cs">
  253. <DependentUpon>OverKepler2200AView.xaml</DependentUpon>
  254. </Compile>
  255. <Compile Include="Views\OverKepler2300View.xaml.cs">
  256. <DependentUpon>OverKepler2300View.xaml</DependentUpon>
  257. </Compile>
  258. <Compile Include="Views\OverVenusDEView.xaml.cs">
  259. <DependentUpon>OverVenusDEView.xaml</DependentUpon>
  260. </Compile>
  261. <Compile Include="Views\OverVenusSEView.xaml.cs">
  262. <DependentUpon>OverVenusSEView.xaml</DependentUpon>
  263. </Compile>
  264. <Compile Include="Views\OverVenusView.xaml.cs">
  265. <DependentUpon>OverVenusView.xaml</DependentUpon>
  266. </Compile>
  267. <Compile Include="Views\PartialPressureView.xaml.cs">
  268. <DependentUpon>PartialPressureView.xaml</DependentUpon>
  269. </Compile>
  270. <Compile Include="Views\PlatformView.xaml.cs">
  271. <DependentUpon>PlatformView.xaml</DependentUpon>
  272. </Compile>
  273. <Compile Include="Views\ProcessHistoryView.xaml.cs">
  274. <DependentUpon>ProcessHistoryView.xaml</DependentUpon>
  275. </Compile>
  276. <Compile Include="Views\ProcessView.xaml.cs">
  277. <DependentUpon>ProcessView.xaml</DependentUpon>
  278. </Compile>
  279. <Compile Include="Views\RecipeSequenceSelectView.xaml.cs">
  280. <DependentUpon>RecipeSequenceSelectView.xaml</DependentUpon>
  281. </Compile>
  282. <Compile Include="Views\RecipeView.xaml.cs">
  283. <DependentUpon>RecipeView.xaml</DependentUpon>
  284. </Compile>
  285. <Compile Include="Views\RFCalibrationView.xaml.cs">
  286. <DependentUpon>RFCalibrationView.xaml</DependentUpon>
  287. </Compile>
  288. <Compile Include="Views\RoleView.xaml.cs">
  289. <DependentUpon>RoleView.xaml</DependentUpon>
  290. </Compile>
  291. <Compile Include="Views\SequenceView.xaml.cs">
  292. <DependentUpon>SequenceView.xaml</DependentUpon>
  293. </Compile>
  294. <Compile Include="Views\SETMOperationView.xaml.cs">
  295. <DependentUpon>SETMOperationView.xaml</DependentUpon>
  296. </Compile>
  297. <Compile Include="Views\SeTMView.xaml.cs">
  298. <DependentUpon>SeTMView.xaml</DependentUpon>
  299. </Compile>
  300. <Compile Include="Views\SystemConfigView.xaml.cs">
  301. <DependentUpon>SystemConfigView.xaml</DependentUpon>
  302. </Compile>
  303. <Compile Include="Views\TMOperationView.xaml.cs">
  304. <DependentUpon>TMOperationView.xaml</DependentUpon>
  305. </Compile>
  306. <Compile Include="Views\TMView.xaml.cs">
  307. <DependentUpon>TMView.xaml</DependentUpon>
  308. </Compile>
  309. <Compile Include="Views\TopView.xaml.cs">
  310. <DependentUpon>TopView.xaml</DependentUpon>
  311. </Compile>
  312. <Compile Include="Views\UserView.xaml.cs">
  313. <DependentUpon>UserView.xaml</DependentUpon>
  314. </Compile>
  315. <Compile Include="Views\VATPerformanceView.xaml.cs">
  316. <DependentUpon>VATPerformanceView.xaml</DependentUpon>
  317. </Compile>
  318. <Compile Include="Views\VceView.xaml.cs">
  319. <DependentUpon>VceView.xaml</DependentUpon>
  320. </Compile>
  321. <Compile Include="Views\VenusSeOperationOverView.xaml.cs">
  322. <DependentUpon>VenusSeOperationOverView.xaml</DependentUpon>
  323. </Compile>
  324. <Compile Include="Views\WaferAssociationUnit.xaml.cs">
  325. <DependentUpon>WaferAssociationUnit.xaml</DependentUpon>
  326. </Compile>
  327. <Compile Include="Views\WaferDialogView.xaml.cs">
  328. <DependentUpon>WaferDialogView.xaml</DependentUpon>
  329. </Compile>
  330. <Compile Include="Views\WaferHistoryDBView.xaml.cs">
  331. <DependentUpon>WaferHistoryDBView.xaml</DependentUpon>
  332. </Compile>
  333. <Compile Include="Views\WaferOffsetView.xaml.cs">
  334. <DependentUpon>WaferOffsetView.xaml</DependentUpon>
  335. </Compile>
  336. </ItemGroup>
  337. <ItemGroup>
  338. <ProjectReference Include="..\Framework\Common\Common.csproj">
  339. <Project>{9cd2a6be-1971-4e74-b49e-547982f64034}</Project>
  340. <Name>Common</Name>
  341. </ProjectReference>
  342. <ProjectReference Include="..\Framework\SequenceControl\SequenceControl.csproj">
  343. <Project>{a40b734c-f2ec-453c-a5fb-70cd46452bf1}</Project>
  344. <Name>SequenceControl</Name>
  345. </ProjectReference>
  346. <ProjectReference Include="..\Framework\UICore\UICore.csproj">
  347. <Project>{2C9E1DF3-1ABA-4972-BE60-41DD9B3C47A7}</Project>
  348. <Name>UICore</Name>
  349. </ProjectReference>
  350. <ProjectReference Include="..\Venus_Core\Venus_Core.csproj">
  351. <Project>{E40639DD-94A7-4ECD-8137-11496BD0BFA3}</Project>
  352. <Name>Venus_Core</Name>
  353. </ProjectReference>
  354. <ProjectReference Include="..\Venus_Themes\Venus_Themes.csproj">
  355. <Project>{fa46d7f1-463b-4457-93af-760b409f9c7c}</Project>
  356. <Name>Venus_Themes</Name>
  357. </ProjectReference>
  358. </ItemGroup>
  359. <ItemGroup>
  360. <Page Include="Views\ButterflyValveView.xaml">
  361. <SubType>Designer</SubType>
  362. <Generator>MSBuild:Compile</Generator>
  363. </Page>
  364. <Page Include="Views\CleanRecipeView.xaml">
  365. <SubType>Designer</SubType>
  366. <Generator>MSBuild:Compile</Generator>
  367. </Page>
  368. <Page Include="Views\DataHistoryView.xaml">
  369. <SubType>Designer</SubType>
  370. <Generator>MSBuild:Compile</Generator>
  371. </Page>
  372. <Page Include="Views\EfemView.xaml">
  373. <SubType>Designer</SubType>
  374. <Generator>MSBuild:Compile</Generator>
  375. </Page>
  376. <Page Include="Views\EndPointDlg.xaml">
  377. <Generator>MSBuild:Compile</Generator>
  378. <SubType>Designer</SubType>
  379. </Page>
  380. <Page Include="Views\EventView.xaml">
  381. <SubType>Designer</SubType>
  382. <Generator>MSBuild:Compile</Generator>
  383. </Page>
  384. <Page Include="Views\FAView.xaml">
  385. <SubType>Designer</SubType>
  386. <Generator>MSBuild:Compile</Generator>
  387. </Page>
  388. <Page Include="Views\GasLeakCheckView.xaml">
  389. <SubType>Designer</SubType>
  390. <Generator>MSBuild:Compile</Generator>
  391. </Page>
  392. <Page Include="Views\HeaterView.xaml">
  393. <SubType>Designer</SubType>
  394. <Generator>MSBuild:Compile</Generator>
  395. </Page>
  396. <Page Include="Views\InputFileNameDialogView.xaml">
  397. <Generator>MSBuild:Compile</Generator>
  398. <SubType>Designer</SubType>
  399. </Page>
  400. <Page Include="Views\IOView.xaml">
  401. <SubType>Designer</SubType>
  402. <Generator>MSBuild:Compile</Generator>
  403. </Page>
  404. <Page Include="Views\MFCVerificationView.xaml">
  405. <SubType>Designer</SubType>
  406. <Generator>MSBuild:Compile</Generator>
  407. </Page>
  408. <Page Include="Views\OperationOverView.xaml">
  409. <SubType>Designer</SubType>
  410. <Generator>MSBuild:Compile</Generator>
  411. </Page>
  412. <Page Include="Views\OverKepler2200BView.xaml">
  413. <Generator>MSBuild:Compile</Generator>
  414. <SubType>Designer</SubType>
  415. </Page>
  416. <Page Include="Views\OverKepler2200AView.xaml">
  417. <Generator>MSBuild:Compile</Generator>
  418. <SubType>Designer</SubType>
  419. </Page>
  420. <Page Include="Views\OverKepler2300View.xaml">
  421. <Generator>MSBuild:Compile</Generator>
  422. <SubType>Designer</SubType>
  423. </Page>
  424. <Page Include="Views\OverVenusDEView.xaml">
  425. <Generator>MSBuild:Compile</Generator>
  426. <SubType>Designer</SubType>
  427. </Page>
  428. <Page Include="Views\OverVenusSEView.xaml">
  429. <Generator>MSBuild:Compile</Generator>
  430. <SubType>Designer</SubType>
  431. </Page>
  432. <Page Include="Views\OverVenusView.xaml">
  433. <SubType>Designer</SubType>
  434. <Generator>MSBuild:Compile</Generator>
  435. </Page>
  436. <Page Include="Views\PartialPressureView.xaml">
  437. <SubType>Designer</SubType>
  438. <Generator>MSBuild:Compile</Generator>
  439. </Page>
  440. <Page Include="Views\PlatformView.xaml">
  441. <SubType>Designer</SubType>
  442. <Generator>MSBuild:Compile</Generator>
  443. </Page>
  444. <Page Include="Views\ProcessHistoryView.xaml">
  445. <SubType>Designer</SubType>
  446. <Generator>MSBuild:Compile</Generator>
  447. </Page>
  448. <Page Include="Views\ProcessView.xaml">
  449. <SubType>Designer</SubType>
  450. <Generator>MSBuild:Compile</Generator>
  451. </Page>
  452. <Page Include="Views\RecipeSequenceSelectView.xaml">
  453. <Generator>MSBuild:Compile</Generator>
  454. <SubType>Designer</SubType>
  455. </Page>
  456. <Page Include="Views\RecipeView.xaml">
  457. <Generator>MSBuild:Compile</Generator>
  458. <SubType>Designer</SubType>
  459. </Page>
  460. <Page Include="Views\RFCalibrationView.xaml">
  461. <SubType>Designer</SubType>
  462. <Generator>MSBuild:Compile</Generator>
  463. </Page>
  464. <Page Include="Views\RoleView.xaml">
  465. <SubType>Designer</SubType>
  466. <Generator>MSBuild:Compile</Generator>
  467. </Page>
  468. <Page Include="Views\SequenceView.xaml">
  469. <SubType>Designer</SubType>
  470. <Generator>MSBuild:Compile</Generator>
  471. </Page>
  472. <Page Include="Views\SETMOperationView.xaml">
  473. <SubType>Designer</SubType>
  474. <Generator>MSBuild:Compile</Generator>
  475. </Page>
  476. <Page Include="Views\SeTMView.xaml">
  477. <Generator>MSBuild:Compile</Generator>
  478. <SubType>Designer</SubType>
  479. </Page>
  480. <Page Include="Views\SystemConfigView.xaml">
  481. <SubType>Designer</SubType>
  482. <Generator>MSBuild:Compile</Generator>
  483. </Page>
  484. <Page Include="Views\TMOperationView.xaml">
  485. <SubType>Designer</SubType>
  486. <Generator>MSBuild:Compile</Generator>
  487. </Page>
  488. <Page Include="Views\TMView.xaml">
  489. <SubType>Designer</SubType>
  490. <Generator>MSBuild:Compile</Generator>
  491. </Page>
  492. <Page Include="Views\TopView.xaml">
  493. <SubType>Designer</SubType>
  494. <Generator>MSBuild:Compile</Generator>
  495. </Page>
  496. <Page Include="Views\UserView.xaml">
  497. <SubType>Designer</SubType>
  498. <Generator>MSBuild:Compile</Generator>
  499. </Page>
  500. <Page Include="Views\VATPerformanceView.xaml">
  501. <SubType>Designer</SubType>
  502. <Generator>MSBuild:Compile</Generator>
  503. </Page>
  504. <Page Include="Views\VceView.xaml">
  505. <Generator>MSBuild:Compile</Generator>
  506. <SubType>Designer</SubType>
  507. </Page>
  508. <Page Include="Views\VenusSeOperationOverView.xaml">
  509. <SubType>Designer</SubType>
  510. <Generator>MSBuild:Compile</Generator>
  511. </Page>
  512. <Page Include="Views\WaferAssociationUnit.xaml">
  513. <Generator>MSBuild:Compile</Generator>
  514. <SubType>Designer</SubType>
  515. </Page>
  516. <Page Include="Views\WaferDialogView.xaml">
  517. <SubType>Designer</SubType>
  518. <Generator>MSBuild:Compile</Generator>
  519. </Page>
  520. <Page Include="Views\WaferHistoryDBView.xaml">
  521. <SubType>Designer</SubType>
  522. <Generator>MSBuild:Compile</Generator>
  523. </Page>
  524. <Page Include="Views\WaferOffsetView.xaml">
  525. <SubType>Designer</SubType>
  526. <Generator>MSBuild:Compile</Generator>
  527. </Page>
  528. </ItemGroup>
  529. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  530. </Project>