Venus_MainPages.csproj 25 KB

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