Venus_MainPages.csproj 19 KB

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