Venus_MainPages.csproj 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415
  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\EventItemToStringConverter.cs" />
  127. <Compile Include="Converters\HeaterToStringConverter.cs" />
  128. <Compile Include="Converters\LLStateConverter.cs" />
  129. <Compile Include="Converters\MFCErrorConverters.cs" />
  130. <Compile Include="Converters\MultiBindingConverter.cs" />
  131. <Compile Include="Converters\PMStateConverter.cs" />
  132. <Compile Include="Converters\SystemStateConverter.cs" />
  133. <Compile Include="Converters\TMStateConverter.cs" />
  134. <Compile Include="MainPageModule.cs" />
  135. <Compile Include="PMS\IUiRecipeManager.cs" />
  136. <Compile Include="PMS\UiRecipeManager.cs" />
  137. <Compile Include="Properties\AssemblyInfo.cs" />
  138. <Compile Include="RTData.cs" />
  139. <Compile Include="Sequence\EventToCommand.cs" />
  140. <Compile Include="Sequence\FileNode.cs" />
  141. <Compile Include="Sequence\IUiSequenceManager.cs" />
  142. <Compile Include="Sequence\RecipeSequenceTreeBuilder.cs" />
  143. <Compile Include="Sequence\SequenceColumnBuilder.cs" />
  144. <Compile Include="Sequence\SequenceData.cs" />
  145. <Compile Include="Sequence\SequenceDataProvider.cs" />
  146. <Compile Include="Sequence\UiSequenceManager.cs" />
  147. <Compile Include="Unity\ChartParameter.cs" />
  148. <Compile Include="Unity\CommonFunction.cs" />
  149. <Compile Include="Unity\ConfigValueTemplateSelector.cs" />
  150. <Compile Include="Unity\ContextMenuManager.cs" />
  151. <Compile Include="Unity\FileNode.cs" />
  152. <Compile Include="Unity\FolderOrFileTemplateSelector.cs" />
  153. <Compile Include="Unity\GlobalEvents.cs" />
  154. <Compile Include="Unity\GridOptions.cs" />
  155. <Compile Include="Unity\IHandler.cs" />
  156. <Compile Include="Unity\ItemsControlHelper.cs" />
  157. <Compile Include="Unity\MFCCalibrationTenPointsData.cs" />
  158. <Compile Include="Unity\ModuleManager.cs" />
  159. <Compile Include="Unity\RealtimeProvider.cs" />
  160. <Compile Include="Unity\TextBoxMaxValue.cs" />
  161. <Compile Include="Unity\VATPerformanceResult.cs" />
  162. <Compile Include="Unity\SystemConfig.cs" />
  163. <Compile Include="Unity\SystemConfigProvider.cs" />
  164. <Compile Include="Unity\WaferAssociationInfo.cs" />
  165. <Compile Include="Unity\WaferStatusHandler.cs" />
  166. <Compile Include="Unity\WaferStatusImp.cs" />
  167. <Compile Include="ViewModels\ButterflyValveViewModel.cs" />
  168. <Compile Include="ViewModels\DataHistoryViewModel.cs" />
  169. <Compile Include="ViewModels\EfemViewModel.cs" />
  170. <Compile Include="ViewModels\EventViewModel.cs" />
  171. <Compile Include="ViewModels\FaViewModel.cs" />
  172. <Compile Include="ViewModels\GasLeakCheckViewModel.cs" />
  173. <Compile Include="ViewModels\IOViewModel.cs" />
  174. <Compile Include="ViewModels\MFCVerificationViewModel.cs" />
  175. <Compile Include="ViewModels\OperationOverViewModel.cs" />
  176. <Compile Include="ViewModels\OverKepler2300ViewModel.cs" />
  177. <Compile Include="ViewModels\OverVenusViewModel.cs" />
  178. <Compile Include="ViewModels\PartialPressureViewModel.cs" />
  179. <Compile Include="ViewModels\PlatformViewModel.cs" />
  180. <Compile Include="ViewModels\ProcessHistoryViewModel.cs" />
  181. <Compile Include="ViewModels\ProcessViewModel.cs" />
  182. <Compile Include="ViewModels\RecipeSequenceSelectViewModel.cs" />
  183. <Compile Include="ViewModels\RecipeViewModel.cs" />
  184. <Compile Include="ViewModels\RFCalibrationViewModel.cs" />
  185. <Compile Include="ViewModels\RoleViewModel.cs" />
  186. <Compile Include="ViewModels\SequenceViewModel.cs" />
  187. <Compile Include="ViewModels\SystemConfigViewModel.cs" />
  188. <Compile Include="ViewModels\TMOperationViewModel.cs" />
  189. <Compile Include="ViewModels\TMViewModel.cs" />
  190. <Compile Include="ViewModels\TopViewModel.cs" />
  191. <Compile Include="ViewModels\VATPerformanceViewModel.cs" />
  192. <Compile Include="ViewModels\WaferHistoryDBViewModel.cs" />
  193. <Compile Include="Views\ButterflyValveView.xaml.cs">
  194. <DependentUpon>ButterflyValveView.xaml</DependentUpon>
  195. </Compile>
  196. <Compile Include="Views\DataHistoryView.xaml.cs">
  197. <DependentUpon>DataHistoryView.xaml</DependentUpon>
  198. </Compile>
  199. <Compile Include="Views\EfemView.xaml.cs">
  200. <DependentUpon>EfemView.xaml</DependentUpon>
  201. </Compile>
  202. <Compile Include="Views\EventView.xaml.cs">
  203. <DependentUpon>EventView.xaml</DependentUpon>
  204. </Compile>
  205. <Compile Include="Views\GasLeakCheckView.xaml.cs">
  206. <DependentUpon>GasLeakCheckView.xaml</DependentUpon>
  207. </Compile>
  208. <Compile Include="Views\HeaterView.xaml.cs">
  209. <DependentUpon>HeaterView.xaml</DependentUpon>
  210. </Compile>
  211. <Compile Include="Views\InputFileNameDialogView.xaml.cs">
  212. <DependentUpon>InputFileNameDialogView.xaml</DependentUpon>
  213. </Compile>
  214. <Compile Include="Views\IOView.xaml.cs">
  215. <DependentUpon>IOView.xaml</DependentUpon>
  216. </Compile>
  217. <Compile Include="Views\MFCVerificationView.xaml.cs">
  218. <DependentUpon>MFCVerificationView.xaml</DependentUpon>
  219. </Compile>
  220. <Compile Include="Views\OperationOverView.xaml.cs">
  221. <DependentUpon>OperationOverView.xaml</DependentUpon>
  222. </Compile>
  223. <Compile Include="Views\OverKepler2300View.xaml.cs">
  224. <DependentUpon>OverKepler2300View.xaml</DependentUpon>
  225. </Compile>
  226. <Compile Include="Views\OverVenusView.xaml.cs">
  227. <DependentUpon>OverVenusView.xaml</DependentUpon>
  228. </Compile>
  229. <Compile Include="Views\PartialPressureView.xaml.cs">
  230. <DependentUpon>PartialPressureView.xaml</DependentUpon>
  231. </Compile>
  232. <Compile Include="Views\PlatformView.xaml.cs">
  233. <DependentUpon>PlatformView.xaml</DependentUpon>
  234. </Compile>
  235. <Compile Include="Views\ProcessHistoryView.xaml.cs">
  236. <DependentUpon>ProcessHistoryView.xaml</DependentUpon>
  237. </Compile>
  238. <Compile Include="Views\ProcessView.xaml.cs">
  239. <DependentUpon>ProcessView.xaml</DependentUpon>
  240. </Compile>
  241. <Compile Include="Views\RecipeSequenceSelectView.xaml.cs">
  242. <DependentUpon>RecipeSequenceSelectView.xaml</DependentUpon>
  243. </Compile>
  244. <Compile Include="Views\RecipeView.xaml.cs">
  245. <DependentUpon>RecipeView.xaml</DependentUpon>
  246. </Compile>
  247. <Compile Include="Views\RFCalibrationView.xaml.cs">
  248. <DependentUpon>RFCalibrationView.xaml</DependentUpon>
  249. </Compile>
  250. <Compile Include="Views\RoleView.xaml.cs">
  251. <DependentUpon>RoleView.xaml</DependentUpon>
  252. </Compile>
  253. <Compile Include="Views\SequenceView.xaml.cs">
  254. <DependentUpon>SequenceView.xaml</DependentUpon>
  255. </Compile>
  256. <Compile Include="Views\SystemConfigView.xaml.cs">
  257. <DependentUpon>SystemConfigView.xaml</DependentUpon>
  258. </Compile>
  259. <Compile Include="Views\TMOperationView.xaml.cs">
  260. <DependentUpon>TMOperationView.xaml</DependentUpon>
  261. </Compile>
  262. <Compile Include="Views\TMView.xaml.cs">
  263. <DependentUpon>TMView.xaml</DependentUpon>
  264. </Compile>
  265. <Compile Include="Views\TopView.xaml.cs">
  266. <DependentUpon>TopView.xaml</DependentUpon>
  267. </Compile>
  268. <Compile Include="Views\FaView.xaml.cs">
  269. <DependentUpon>FaView.xaml</DependentUpon>
  270. </Compile>
  271. <Compile Include="Views\VATPerformanceView.xaml.cs">
  272. <DependentUpon>VATPerformanceView.xaml</DependentUpon>
  273. </Compile>
  274. <Compile Include="Views\WaferHistoryDBView.xaml.cs">
  275. <DependentUpon>WaferHistoryDBView.xaml</DependentUpon>
  276. </Compile>
  277. </ItemGroup>
  278. <ItemGroup>
  279. <ProjectReference Include="..\Framework\Common\Common.csproj">
  280. <Project>{9cd2a6be-1971-4e74-b49e-547982f64034}</Project>
  281. <Name>Common</Name>
  282. </ProjectReference>
  283. <ProjectReference Include="..\Framework\SequenceControl\SequenceControl.csproj">
  284. <Project>{a40b734c-f2ec-453c-a5fb-70cd46452bf1}</Project>
  285. <Name>SequenceControl</Name>
  286. </ProjectReference>
  287. <ProjectReference Include="..\Framework\UICore\UICore.csproj">
  288. <Project>{2C9E1DF3-1ABA-4972-BE60-41DD9B3C47A7}</Project>
  289. <Name>UICore</Name>
  290. </ProjectReference>
  291. <ProjectReference Include="..\Venus_Core\Venus_Core.csproj">
  292. <Project>{E40639DD-94A7-4ECD-8137-11496BD0BFA3}</Project>
  293. <Name>Venus_Core</Name>
  294. </ProjectReference>
  295. <ProjectReference Include="..\Venus_Themes\Venus_Themes.csproj">
  296. <Project>{fa46d7f1-463b-4457-93af-760b409f9c7c}</Project>
  297. <Name>Venus_Themes</Name>
  298. </ProjectReference>
  299. </ItemGroup>
  300. <ItemGroup>
  301. <Page Include="Views\ButterflyValveView.xaml">
  302. <SubType>Designer</SubType>
  303. <Generator>MSBuild:Compile</Generator>
  304. </Page>
  305. <Page Include="Views\DataHistoryView.xaml">
  306. <SubType>Designer</SubType>
  307. <Generator>MSBuild:Compile</Generator>
  308. </Page>
  309. <Page Include="Views\EfemView.xaml">
  310. <SubType>Designer</SubType>
  311. <Generator>MSBuild:Compile</Generator>
  312. </Page>
  313. <Page Include="Views\EventView.xaml">
  314. <SubType>Designer</SubType>
  315. <Generator>MSBuild:Compile</Generator>
  316. </Page>
  317. <Page Include="Views\GasLeakCheckView.xaml">
  318. <SubType>Designer</SubType>
  319. <Generator>MSBuild:Compile</Generator>
  320. </Page>
  321. <Page Include="Views\HeaterView.xaml">
  322. <SubType>Designer</SubType>
  323. <Generator>MSBuild:Compile</Generator>
  324. </Page>
  325. <Page Include="Views\InputFileNameDialogView.xaml">
  326. <Generator>MSBuild:Compile</Generator>
  327. <SubType>Designer</SubType>
  328. </Page>
  329. <Page Include="Views\IOView.xaml">
  330. <SubType>Designer</SubType>
  331. <Generator>MSBuild:Compile</Generator>
  332. </Page>
  333. <Page Include="Views\MFCVerificationView.xaml">
  334. <SubType>Designer</SubType>
  335. <Generator>MSBuild:Compile</Generator>
  336. </Page>
  337. <Page Include="Views\OperationOverView.xaml">
  338. <SubType>Designer</SubType>
  339. <Generator>MSBuild:Compile</Generator>
  340. </Page>
  341. <Page Include="Views\OverKepler2300View.xaml">
  342. <Generator>MSBuild:Compile</Generator>
  343. <SubType>Designer</SubType>
  344. </Page>
  345. <Page Include="Views\OverVenusView.xaml">
  346. <SubType>Designer</SubType>
  347. <Generator>MSBuild:Compile</Generator>
  348. </Page>
  349. <Page Include="Views\PartialPressureView.xaml">
  350. <SubType>Designer</SubType>
  351. <Generator>MSBuild:Compile</Generator>
  352. </Page>
  353. <Page Include="Views\PlatformView.xaml">
  354. <SubType>Designer</SubType>
  355. <Generator>MSBuild:Compile</Generator>
  356. </Page>
  357. <Page Include="Views\ProcessHistoryView.xaml">
  358. <SubType>Designer</SubType>
  359. <Generator>MSBuild:Compile</Generator>
  360. </Page>
  361. <Page Include="Views\ProcessView.xaml">
  362. <SubType>Designer</SubType>
  363. <Generator>MSBuild:Compile</Generator>
  364. </Page>
  365. <Page Include="Views\RecipeSequenceSelectView.xaml">
  366. <Generator>MSBuild:Compile</Generator>
  367. <SubType>Designer</SubType>
  368. </Page>
  369. <Page Include="Views\RecipeView.xaml">
  370. <Generator>MSBuild:Compile</Generator>
  371. <SubType>Designer</SubType>
  372. </Page>
  373. <Page Include="Views\RFCalibrationView.xaml">
  374. <SubType>Designer</SubType>
  375. <Generator>MSBuild:Compile</Generator>
  376. </Page>
  377. <Page Include="Views\RoleView.xaml">
  378. <SubType>Designer</SubType>
  379. <Generator>MSBuild:Compile</Generator>
  380. </Page>
  381. <Page Include="Views\SequenceView.xaml">
  382. <SubType>Designer</SubType>
  383. <Generator>MSBuild:Compile</Generator>
  384. </Page>
  385. <Page Include="Views\SystemConfigView.xaml">
  386. <SubType>Designer</SubType>
  387. <Generator>MSBuild:Compile</Generator>
  388. </Page>
  389. <Page Include="Views\TMOperationView.xaml">
  390. <SubType>Designer</SubType>
  391. <Generator>MSBuild:Compile</Generator>
  392. </Page>
  393. <Page Include="Views\TMView.xaml">
  394. <SubType>Designer</SubType>
  395. <Generator>MSBuild:Compile</Generator>
  396. </Page>
  397. <Page Include="Views\TopView.xaml">
  398. <SubType>Designer</SubType>
  399. <Generator>MSBuild:Compile</Generator>
  400. </Page>
  401. <Page Include="Views\FaView.xaml">
  402. <SubType>Designer</SubType>
  403. <Generator>MSBuild:Compile</Generator>
  404. </Page>
  405. <Page Include="Views\VATPerformanceView.xaml">
  406. <SubType>Designer</SubType>
  407. <Generator>MSBuild:Compile</Generator>
  408. </Page>
  409. <Page Include="Views\WaferHistoryDBView.xaml">
  410. <SubType>Designer</SubType>
  411. <Generator>MSBuild:Compile</Generator>
  412. </Page>
  413. </ItemGroup>
  414. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  415. </Project>