Venus_MainPages.csproj 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438
  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>CS0168,CS0219,CS0649,CS0169,CS0414</NoWarn>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  28. <DebugType>pdbonly</DebugType>
  29. <Optimize>true</Optimize>
  30. <OutputPath>bin\Release\</OutputPath>
  31. <DefineConstants>TRACE</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. </PropertyGroup>
  35. <ItemGroup>
  36. <Reference Include="Caliburn.Micro">
  37. <HintPath>..\ThirdParty\selfbuild\Caliburn.Micro.dll</HintPath>
  38. </Reference>
  39. <Reference Include="CommonServiceLocator">
  40. <HintPath>..\ThirdParty\CommonServiceLocator.dll</HintPath>
  41. </Reference>
  42. <Reference Include="ControlzEx">
  43. <HintPath>..\ThirdParty\ControlzEx.dll</HintPath>
  44. </Reference>
  45. <Reference Include="ExcelLibrary">
  46. <HintPath>..\ThirdParty\ExcelLibrary.dll</HintPath>
  47. </Reference>
  48. <Reference Include="FabConnect">
  49. <HintPath>..\ThirdParty\FabConnect.dll</HintPath>
  50. </Reference>
  51. <Reference Include="LiveCharts">
  52. <HintPath>..\ThirdParty\LiveCharts.dll</HintPath>
  53. </Reference>
  54. <Reference Include="LiveCharts.Wpf">
  55. <HintPath>..\ThirdParty\LiveCharts.Wpf.dll</HintPath>
  56. </Reference>
  57. <Reference Include="log4net">
  58. <HintPath>..\ThirdParty\log4net.dll</HintPath>
  59. </Reference>
  60. <Reference Include="Microsoft.VisualBasic" />
  61. <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" />
  62. <Reference Include="OpenSEMI.ClientBase, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  63. <SpecificVersion>False</SpecificVersion>
  64. <HintPath>..\ThirdParty\selfbuild\OpenSEMI.ClientBase.dll</HintPath>
  65. </Reference>
  66. <Reference Include="OpenSEMI.Core">
  67. <HintPath>..\ThirdParty\OpenSEMI.Core.dll</HintPath>
  68. </Reference>
  69. <Reference Include="OpenSEMI.Ctrlib">
  70. <HintPath>..\ThirdParty\OpenSEMI.Ctrlib.dll</HintPath>
  71. </Reference>
  72. <Reference Include="PresentationCore" />
  73. <Reference Include="PresentationFramework" />
  74. <Reference Include="Prism">
  75. <HintPath>..\ThirdParty\Prism.dll</HintPath>
  76. </Reference>
  77. <Reference Include="Prism.Unity.Wpf">
  78. <HintPath>..\ThirdParty\Prism.Unity.Wpf.dll</HintPath>
  79. </Reference>
  80. <Reference Include="Prism.Wpf">
  81. <HintPath>..\ThirdParty\Prism.Wpf.dll</HintPath>
  82. </Reference>
  83. <Reference Include="System" />
  84. <Reference Include="System.Core" />
  85. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  86. <SpecificVersion>False</SpecificVersion>
  87. <HintPath>..\ThirdParty\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  88. </Reference>
  89. <Reference Include="System.Runtime.Serialization" />
  90. <Reference Include="System.Windows.Forms" />
  91. <Reference Include="System.Windows.Interactivity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  92. <SpecificVersion>False</SpecificVersion>
  93. <HintPath>..\ThirdParty\System.Windows.Interactivity.dll</HintPath>
  94. </Reference>
  95. <Reference Include="System.Xaml" />
  96. <Reference Include="System.Xml.Linq" />
  97. <Reference Include="System.Data.DataSetExtensions" />
  98. <Reference Include="Microsoft.CSharp" />
  99. <Reference Include="System.Data" />
  100. <Reference Include="System.Net.Http" />
  101. <Reference Include="System.Xml" />
  102. <Reference Include="UIAutomationProvider" />
  103. <Reference Include="UIAutomationTypes" />
  104. <Reference Include="Unity.Abstractions">
  105. <HintPath>..\ThirdParty\Unity.Abstractions.dll</HintPath>
  106. </Reference>
  107. <Reference Include="Unity.Container">
  108. <HintPath>..\ThirdParty\Unity.Container.dll</HintPath>
  109. </Reference>
  110. <Reference Include="WindowsBase" />
  111. <Reference Include="WindowsFormsIntegration" />
  112. <Reference Include="WPFToolkit">
  113. <HintPath>..\ThirdParty\WPFToolkit.dll</HintPath>
  114. </Reference>
  115. <Reference Include="Xceed.Wpf.DataGrid">
  116. <HintPath>..\ThirdParty\Xceed.Wpf.DataGrid.dll</HintPath>
  117. </Reference>
  118. <Reference Include="Xceed.Wpf.Toolkit">
  119. <HintPath>..\ThirdParty\Xceed.Wpf.Toolkit.dll</HintPath>
  120. </Reference>
  121. </ItemGroup>
  122. <ItemGroup>
  123. <Compile Include="Converters\AllMultiValueConverter.cs" />
  124. <Compile Include="Converters\AllNoneCheckboxConverter.cs" />
  125. <Compile Include="Converters\AnyMultiValueConverter.cs" />
  126. <Compile Include="Converters\EFEMStateConverter.cs" />
  127. <Compile Include="Converters\EventItemToStringConverter.cs" />
  128. <Compile Include="Converters\HeaterToStringConverter.cs" />
  129. <Compile Include="Converters\LLStateConverter.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="MainPageModule.cs" />
  136. <Compile Include="PMS\IUiRecipeManager.cs" />
  137. <Compile Include="PMS\UiRecipeManager.cs" />
  138. <Compile Include="Properties\AssemblyInfo.cs" />
  139. <Compile Include="RTData.cs" />
  140. <Compile Include="Sequence\EventToCommand.cs" />
  141. <Compile Include="Sequence\FileNode.cs" />
  142. <Compile Include="Sequence\IUiSequenceManager.cs" />
  143. <Compile Include="Sequence\RecipeSequenceTreeBuilder.cs" />
  144. <Compile Include="Sequence\SequenceColumnBuilder.cs" />
  145. <Compile Include="Sequence\SequenceData.cs" />
  146. <Compile Include="Sequence\SequenceDataProvider.cs" />
  147. <Compile Include="Sequence\UiSequenceManager.cs" />
  148. <Compile Include="Unity\ChartParameter.cs" />
  149. <Compile Include="Unity\CommonFunction.cs" />
  150. <Compile Include="Unity\ConfigValueTemplateSelector.cs" />
  151. <Compile Include="Unity\ContextMenuManager.cs" />
  152. <Compile Include="Unity\FileNode.cs" />
  153. <Compile Include="Unity\FolderOrFileTemplateSelector.cs" />
  154. <Compile Include="Unity\GlobalEvents.cs" />
  155. <Compile Include="Unity\GridOptions.cs" />
  156. <Compile Include="Unity\IHandler.cs" />
  157. <Compile Include="Unity\ItemsControlHelper.cs" />
  158. <Compile Include="Unity\MFCCalibrationTenPointsData.cs" />
  159. <Compile Include="Unity\ModuleManager.cs" />
  160. <Compile Include="Unity\RealtimeProvider.cs" />
  161. <Compile Include="Unity\TextBoxMaxValue.cs" />
  162. <Compile Include="Unity\VATPerformanceResult.cs" />
  163. <Compile Include="Unity\SystemConfig.cs" />
  164. <Compile Include="Unity\SystemConfigProvider.cs" />
  165. <Compile Include="Unity\WaferAssociationInfo.cs" />
  166. <Compile Include="Unity\WaferStatusHandler.cs" />
  167. <Compile Include="Unity\WaferStatusImp.cs" />
  168. <Compile Include="ViewModels\ButterflyValveViewModel.cs" />
  169. <Compile Include="ViewModels\DataHistoryViewModel.cs" />
  170. <Compile Include="ViewModels\EfemViewModel.cs" />
  171. <Compile Include="ViewModels\EventViewModel.cs" />
  172. <Compile Include="ViewModels\FaViewModel.cs" />
  173. <Compile Include="ViewModels\GasLeakCheckViewModel.cs" />
  174. <Compile Include="ViewModels\IOViewModel.cs" />
  175. <Compile Include="ViewModels\MFCVerificationViewModel.cs" />
  176. <Compile Include="ViewModels\OperationOverViewModel.cs" />
  177. <Compile Include="ViewModels\OverKepler2200AViewModel.cs" />
  178. <Compile Include="ViewModels\OverKepler2300ViewModel.cs" />
  179. <Compile Include="ViewModels\OverVenusViewModel.cs" />
  180. <Compile Include="ViewModels\PartialPressureViewModel.cs" />
  181. <Compile Include="ViewModels\PlatformViewModel.cs" />
  182. <Compile Include="ViewModels\ProcessHistoryViewModel.cs" />
  183. <Compile Include="ViewModels\ProcessViewModel.cs" />
  184. <Compile Include="ViewModels\RecipeSequenceSelectViewModel.cs" />
  185. <Compile Include="ViewModels\RecipeViewModel.cs" />
  186. <Compile Include="ViewModels\RFCalibrationViewModel.cs" />
  187. <Compile Include="ViewModels\RoleViewModel.cs" />
  188. <Compile Include="ViewModels\SequenceViewModel.cs" />
  189. <Compile Include="ViewModels\SystemConfigViewModel.cs" />
  190. <Compile Include="ViewModels\TMOperationViewModel.cs" />
  191. <Compile Include="ViewModels\TMViewModel.cs" />
  192. <Compile Include="ViewModels\TopViewModel.cs" />
  193. <Compile Include="ViewModels\VATPerformanceViewModel.cs" />
  194. <Compile Include="ViewModels\WaferHistoryDBViewModel.cs" />
  195. <Compile Include="Views\ButterflyValveView.xaml.cs">
  196. <DependentUpon>ButterflyValveView.xaml</DependentUpon>
  197. </Compile>
  198. <Compile Include="Views\DataHistoryView.xaml.cs">
  199. <DependentUpon>DataHistoryView.xaml</DependentUpon>
  200. </Compile>
  201. <Compile Include="Views\EfemView.xaml.cs">
  202. <DependentUpon>EfemView.xaml</DependentUpon>
  203. </Compile>
  204. <Compile Include="Views\EndPointDlg.xaml.cs">
  205. <DependentUpon>EndPointDlg.xaml</DependentUpon>
  206. </Compile>
  207. <Compile Include="Views\EventView.xaml.cs">
  208. <DependentUpon>EventView.xaml</DependentUpon>
  209. </Compile>
  210. <Compile Include="Views\GasLeakCheckView.xaml.cs">
  211. <DependentUpon>GasLeakCheckView.xaml</DependentUpon>
  212. </Compile>
  213. <Compile Include="Views\HeaterView.xaml.cs">
  214. <DependentUpon>HeaterView.xaml</DependentUpon>
  215. </Compile>
  216. <Compile Include="Views\InputFileNameDialogView.xaml.cs">
  217. <DependentUpon>InputFileNameDialogView.xaml</DependentUpon>
  218. </Compile>
  219. <Compile Include="Views\IOView.xaml.cs">
  220. <DependentUpon>IOView.xaml</DependentUpon>
  221. </Compile>
  222. <Compile Include="Views\MFCVerificationView.xaml.cs">
  223. <DependentUpon>MFCVerificationView.xaml</DependentUpon>
  224. </Compile>
  225. <Compile Include="Views\OperationOverView.xaml.cs">
  226. <DependentUpon>OperationOverView.xaml</DependentUpon>
  227. </Compile>
  228. <Compile Include="Views\OverKepler2200AView.xaml.cs">
  229. <DependentUpon>OverKepler2200AView.xaml</DependentUpon>
  230. </Compile>
  231. <Compile Include="Views\OverKepler2300View.xaml.cs">
  232. <DependentUpon>OverKepler2300View.xaml</DependentUpon>
  233. </Compile>
  234. <Compile Include="Views\OverVenusView.xaml.cs">
  235. <DependentUpon>OverVenusView.xaml</DependentUpon>
  236. </Compile>
  237. <Compile Include="Views\PartialPressureView.xaml.cs">
  238. <DependentUpon>PartialPressureView.xaml</DependentUpon>
  239. </Compile>
  240. <Compile Include="Views\PlatformView.xaml.cs">
  241. <DependentUpon>PlatformView.xaml</DependentUpon>
  242. </Compile>
  243. <Compile Include="Views\ProcessHistoryView.xaml.cs">
  244. <DependentUpon>ProcessHistoryView.xaml</DependentUpon>
  245. </Compile>
  246. <Compile Include="Views\ProcessView.xaml.cs">
  247. <DependentUpon>ProcessView.xaml</DependentUpon>
  248. </Compile>
  249. <Compile Include="Views\RecipeSequenceSelectView.xaml.cs">
  250. <DependentUpon>RecipeSequenceSelectView.xaml</DependentUpon>
  251. </Compile>
  252. <Compile Include="Views\RecipeView.xaml.cs">
  253. <DependentUpon>RecipeView.xaml</DependentUpon>
  254. </Compile>
  255. <Compile Include="Views\RFCalibrationView.xaml.cs">
  256. <DependentUpon>RFCalibrationView.xaml</DependentUpon>
  257. </Compile>
  258. <Compile Include="Views\RoleView.xaml.cs">
  259. <DependentUpon>RoleView.xaml</DependentUpon>
  260. </Compile>
  261. <Compile Include="Views\SequenceView.xaml.cs">
  262. <DependentUpon>SequenceView.xaml</DependentUpon>
  263. </Compile>
  264. <Compile Include="Views\SystemConfigView.xaml.cs">
  265. <DependentUpon>SystemConfigView.xaml</DependentUpon>
  266. </Compile>
  267. <Compile Include="Views\TMOperationView.xaml.cs">
  268. <DependentUpon>TMOperationView.xaml</DependentUpon>
  269. </Compile>
  270. <Compile Include="Views\TMView.xaml.cs">
  271. <DependentUpon>TMView.xaml</DependentUpon>
  272. </Compile>
  273. <Compile Include="Views\TopView.xaml.cs">
  274. <DependentUpon>TopView.xaml</DependentUpon>
  275. </Compile>
  276. <Compile Include="Views\FaView.xaml.cs">
  277. <DependentUpon>FaView.xaml</DependentUpon>
  278. </Compile>
  279. <Compile Include="Views\VATPerformanceView.xaml.cs">
  280. <DependentUpon>VATPerformanceView.xaml</DependentUpon>
  281. </Compile>
  282. <Compile Include="Views\WaferAssociationUnit.xaml.cs">
  283. <DependentUpon>WaferAssociationUnit.xaml</DependentUpon>
  284. </Compile>
  285. <Compile Include="Views\WaferHistoryDBView.xaml.cs">
  286. <DependentUpon>WaferHistoryDBView.xaml</DependentUpon>
  287. </Compile>
  288. </ItemGroup>
  289. <ItemGroup>
  290. <ProjectReference Include="..\Framework\Common\Common.csproj">
  291. <Project>{9cd2a6be-1971-4e74-b49e-547982f64034}</Project>
  292. <Name>Common</Name>
  293. </ProjectReference>
  294. <ProjectReference Include="..\Framework\SequenceControl\SequenceControl.csproj">
  295. <Project>{a40b734c-f2ec-453c-a5fb-70cd46452bf1}</Project>
  296. <Name>SequenceControl</Name>
  297. </ProjectReference>
  298. <ProjectReference Include="..\Framework\UICore\UICore.csproj">
  299. <Project>{2C9E1DF3-1ABA-4972-BE60-41DD9B3C47A7}</Project>
  300. <Name>UICore</Name>
  301. </ProjectReference>
  302. <ProjectReference Include="..\Venus_Core\Venus_Core.csproj">
  303. <Project>{E40639DD-94A7-4ECD-8137-11496BD0BFA3}</Project>
  304. <Name>Venus_Core</Name>
  305. </ProjectReference>
  306. <ProjectReference Include="..\Venus_Themes\Venus_Themes.csproj">
  307. <Project>{fa46d7f1-463b-4457-93af-760b409f9c7c}</Project>
  308. <Name>Venus_Themes</Name>
  309. </ProjectReference>
  310. </ItemGroup>
  311. <ItemGroup>
  312. <Page Include="Views\ButterflyValveView.xaml">
  313. <SubType>Designer</SubType>
  314. <Generator>MSBuild:Compile</Generator>
  315. </Page>
  316. <Page Include="Views\DataHistoryView.xaml">
  317. <SubType>Designer</SubType>
  318. <Generator>MSBuild:Compile</Generator>
  319. </Page>
  320. <Page Include="Views\EfemView.xaml">
  321. <SubType>Designer</SubType>
  322. <Generator>MSBuild:Compile</Generator>
  323. </Page>
  324. <Page Include="Views\EndPointDlg.xaml">
  325. <Generator>MSBuild:Compile</Generator>
  326. <SubType>Designer</SubType>
  327. </Page>
  328. <Page Include="Views\EventView.xaml">
  329. <SubType>Designer</SubType>
  330. <Generator>MSBuild:Compile</Generator>
  331. </Page>
  332. <Page Include="Views\GasLeakCheckView.xaml">
  333. <SubType>Designer</SubType>
  334. <Generator>MSBuild:Compile</Generator>
  335. </Page>
  336. <Page Include="Views\HeaterView.xaml">
  337. <SubType>Designer</SubType>
  338. <Generator>MSBuild:Compile</Generator>
  339. </Page>
  340. <Page Include="Views\InputFileNameDialogView.xaml">
  341. <Generator>MSBuild:Compile</Generator>
  342. <SubType>Designer</SubType>
  343. </Page>
  344. <Page Include="Views\IOView.xaml">
  345. <SubType>Designer</SubType>
  346. <Generator>MSBuild:Compile</Generator>
  347. </Page>
  348. <Page Include="Views\MFCVerificationView.xaml">
  349. <SubType>Designer</SubType>
  350. <Generator>MSBuild:Compile</Generator>
  351. </Page>
  352. <Page Include="Views\OperationOverView.xaml">
  353. <SubType>Designer</SubType>
  354. <Generator>MSBuild:Compile</Generator>
  355. </Page>
  356. <Page Include="Views\OverKepler2200AView.xaml">
  357. <Generator>MSBuild:Compile</Generator>
  358. <SubType>Designer</SubType>
  359. </Page>
  360. <Page Include="Views\OverKepler2300View.xaml">
  361. <Generator>MSBuild:Compile</Generator>
  362. <SubType>Designer</SubType>
  363. </Page>
  364. <Page Include="Views\OverVenusView.xaml">
  365. <SubType>Designer</SubType>
  366. <Generator>MSBuild:Compile</Generator>
  367. </Page>
  368. <Page Include="Views\PartialPressureView.xaml">
  369. <SubType>Designer</SubType>
  370. <Generator>MSBuild:Compile</Generator>
  371. </Page>
  372. <Page Include="Views\PlatformView.xaml">
  373. <SubType>Designer</SubType>
  374. <Generator>MSBuild:Compile</Generator>
  375. </Page>
  376. <Page Include="Views\ProcessHistoryView.xaml">
  377. <SubType>Designer</SubType>
  378. <Generator>MSBuild:Compile</Generator>
  379. </Page>
  380. <Page Include="Views\ProcessView.xaml">
  381. <SubType>Designer</SubType>
  382. <Generator>MSBuild:Compile</Generator>
  383. </Page>
  384. <Page Include="Views\RecipeSequenceSelectView.xaml">
  385. <Generator>MSBuild:Compile</Generator>
  386. <SubType>Designer</SubType>
  387. </Page>
  388. <Page Include="Views\RecipeView.xaml">
  389. <Generator>MSBuild:Compile</Generator>
  390. <SubType>Designer</SubType>
  391. </Page>
  392. <Page Include="Views\RFCalibrationView.xaml">
  393. <SubType>Designer</SubType>
  394. <Generator>MSBuild:Compile</Generator>
  395. </Page>
  396. <Page Include="Views\RoleView.xaml">
  397. <SubType>Designer</SubType>
  398. <Generator>MSBuild:Compile</Generator>
  399. </Page>
  400. <Page Include="Views\SequenceView.xaml">
  401. <SubType>Designer</SubType>
  402. <Generator>MSBuild:Compile</Generator>
  403. </Page>
  404. <Page Include="Views\SystemConfigView.xaml">
  405. <SubType>Designer</SubType>
  406. <Generator>MSBuild:Compile</Generator>
  407. </Page>
  408. <Page Include="Views\TMOperationView.xaml">
  409. <SubType>Designer</SubType>
  410. <Generator>MSBuild:Compile</Generator>
  411. </Page>
  412. <Page Include="Views\TMView.xaml">
  413. <SubType>Designer</SubType>
  414. <Generator>MSBuild:Compile</Generator>
  415. </Page>
  416. <Page Include="Views\TopView.xaml">
  417. <SubType>Designer</SubType>
  418. <Generator>MSBuild:Compile</Generator>
  419. </Page>
  420. <Page Include="Views\FaView.xaml">
  421. <SubType>Designer</SubType>
  422. <Generator>MSBuild:Compile</Generator>
  423. </Page>
  424. <Page Include="Views\VATPerformanceView.xaml">
  425. <SubType>Designer</SubType>
  426. <Generator>MSBuild:Compile</Generator>
  427. </Page>
  428. <Page Include="Views\WaferAssociationUnit.xaml">
  429. <Generator>MSBuild:Compile</Generator>
  430. <SubType>Designer</SubType>
  431. </Page>
  432. <Page Include="Views\WaferHistoryDBView.xaml">
  433. <SubType>Designer</SubType>
  434. <Generator>MSBuild:Compile</Generator>
  435. </Page>
  436. </ItemGroup>
  437. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  438. </Project>