Venus_MainPages.csproj 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354
  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</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="LiveCharts">
  46. <HintPath>..\ThirdParty\LiveCharts.dll</HintPath>
  47. </Reference>
  48. <Reference Include="LiveCharts.Wpf">
  49. <HintPath>..\ThirdParty\LiveCharts.Wpf.dll</HintPath>
  50. </Reference>
  51. <Reference Include="log4net">
  52. <HintPath>..\ThirdParty\log4net.dll</HintPath>
  53. </Reference>
  54. <Reference Include="Microsoft.VisualBasic" />
  55. <Reference Include="OpenSEMI.ClientBase, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  56. <SpecificVersion>False</SpecificVersion>
  57. <HintPath>..\ThirdParty\selfbuild\OpenSEMI.ClientBase.dll</HintPath>
  58. </Reference>
  59. <Reference Include="OpenSEMI.Core">
  60. <HintPath>..\ThirdParty\OpenSEMI.Core.dll</HintPath>
  61. </Reference>
  62. <Reference Include="OpenSEMI.Ctrlib">
  63. <HintPath>..\ThirdParty\OpenSEMI.Ctrlib.dll</HintPath>
  64. </Reference>
  65. <Reference Include="PresentationCore" />
  66. <Reference Include="PresentationFramework" />
  67. <Reference Include="Prism">
  68. <HintPath>..\ThirdParty\Prism.dll</HintPath>
  69. </Reference>
  70. <Reference Include="Prism.Unity.Wpf">
  71. <HintPath>..\ThirdParty\Prism.Unity.Wpf.dll</HintPath>
  72. </Reference>
  73. <Reference Include="Prism.Wpf">
  74. <HintPath>..\ThirdParty\Prism.Wpf.dll</HintPath>
  75. </Reference>
  76. <Reference Include="System" />
  77. <Reference Include="System.Core" />
  78. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  79. <SpecificVersion>False</SpecificVersion>
  80. <HintPath>..\ThirdParty\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  81. </Reference>
  82. <Reference Include="System.Runtime.Serialization" />
  83. <Reference Include="System.Windows.Forms" />
  84. <Reference Include="System.Windows.Interactivity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  85. <SpecificVersion>False</SpecificVersion>
  86. <HintPath>..\ThirdParty\System.Windows.Interactivity.dll</HintPath>
  87. </Reference>
  88. <Reference Include="System.Xaml" />
  89. <Reference Include="System.Xml.Linq" />
  90. <Reference Include="System.Data.DataSetExtensions" />
  91. <Reference Include="Microsoft.CSharp" />
  92. <Reference Include="System.Data" />
  93. <Reference Include="System.Net.Http" />
  94. <Reference Include="System.Xml" />
  95. <Reference Include="Unity.Abstractions">
  96. <HintPath>..\ThirdParty\Unity.Abstractions.dll</HintPath>
  97. </Reference>
  98. <Reference Include="Unity.Container">
  99. <HintPath>..\ThirdParty\Unity.Container.dll</HintPath>
  100. </Reference>
  101. <Reference Include="WindowsBase" />
  102. <Reference Include="WindowsFormsIntegration" />
  103. <Reference Include="WPFToolkit">
  104. <HintPath>..\ThirdParty\WPFToolkit.dll</HintPath>
  105. </Reference>
  106. <Reference Include="Xceed.Wpf.DataGrid">
  107. <HintPath>..\ThirdParty\Xceed.Wpf.DataGrid.dll</HintPath>
  108. </Reference>
  109. <Reference Include="Xceed.Wpf.Toolkit">
  110. <HintPath>..\ThirdParty\Xceed.Wpf.Toolkit.dll</HintPath>
  111. </Reference>
  112. </ItemGroup>
  113. <ItemGroup>
  114. <Compile Include="Converters\AllNoneCheckboxConverter.cs" />
  115. <Compile Include="Converters\EventItemToStringConverter.cs" />
  116. <Compile Include="Converters\HeaterToStringConverter.cs" />
  117. <Compile Include="Converters\LLStateConverter.cs" />
  118. <Compile Include="Converters\MultiBindingConverter.cs" />
  119. <Compile Include="Converters\PMStateConverter.cs" />
  120. <Compile Include="Converters\SystemStateConverter.cs" />
  121. <Compile Include="Converters\TMStateConverter.cs" />
  122. <Compile Include="MainPageModule.cs" />
  123. <Compile Include="PMS\IUiRecipeManager.cs" />
  124. <Compile Include="PMS\UiRecipeManager.cs" />
  125. <Compile Include="Properties\AssemblyInfo.cs" />
  126. <Compile Include="RTData.cs" />
  127. <Compile Include="Unity\ChartParameter.cs" />
  128. <Compile Include="Unity\CommonFunction.cs" />
  129. <Compile Include="Unity\ConfigValueTemplateSelector.cs" />
  130. <Compile Include="Unity\ContextMenuManager.cs" />
  131. <Compile Include="Unity\FileNode.cs" />
  132. <Compile Include="Unity\FolderOrFileTemplateSelector.cs" />
  133. <Compile Include="Unity\GlobalEvents.cs" />
  134. <Compile Include="Unity\GridOptions.cs" />
  135. <Compile Include="Unity\IHandler.cs" />
  136. <Compile Include="Unity\ModuleManager.cs" />
  137. <Compile Include="Unity\RealtimeProvider.cs" />
  138. <Compile Include="Unity\TextBoxMaxValue.cs" />
  139. <Compile Include="Unity\VATPerformanceResult.cs" />
  140. <Compile Include="Unity\SystemConfig.cs" />
  141. <Compile Include="Unity\SystemConfigProvider.cs" />
  142. <Compile Include="Unity\WaferAssociationInfo.cs" />
  143. <Compile Include="Unity\WaferStatusHandler.cs" />
  144. <Compile Include="Unity\WaferStatusImp.cs" />
  145. <Compile Include="ViewModels\ButterflyValveViewModel.cs" />
  146. <Compile Include="ViewModels\DataHistoryViewModel.cs" />
  147. <Compile Include="ViewModels\EfemViewModel.cs" />
  148. <Compile Include="ViewModels\EventViewModel.cs" />
  149. <Compile Include="ViewModels\GasLeakCheckViewModel.cs" />
  150. <Compile Include="ViewModels\IOViewModel.cs" />
  151. <Compile Include="ViewModels\MFCVerificationViewModel.cs" />
  152. <Compile Include="ViewModels\OperationOverViewModel.cs" />
  153. <Compile Include="ViewModels\OverViewModel.cs" />
  154. <Compile Include="ViewModels\PartialPressureViewModel.cs" />
  155. <Compile Include="ViewModels\PlatformViewModel.cs" />
  156. <Compile Include="ViewModels\ProcessHistoryViewModel.cs" />
  157. <Compile Include="ViewModels\ProcessViewModel.cs" />
  158. <Compile Include="ViewModels\RecipeViewModel.cs" />
  159. <Compile Include="ViewModels\RFCalibrationViewModel.cs" />
  160. <Compile Include="ViewModels\RoleViewModel.cs" />
  161. <Compile Include="ViewModels\SequenceViewModel.cs" />
  162. <Compile Include="ViewModels\SystemConfigViewModel.cs" />
  163. <Compile Include="ViewModels\TMViewModel.cs" />
  164. <Compile Include="ViewModels\TopViewModel.cs" />
  165. <Compile Include="ViewModels\VATPerformanceViewModel.cs" />
  166. <Compile Include="ViewModels\WaferHistoryDBViewModel.cs" />
  167. <Compile Include="Views\ButterflyValveView.xaml.cs">
  168. <DependentUpon>ButterflyValveView.xaml</DependentUpon>
  169. </Compile>
  170. <Compile Include="Views\DataHistoryView.xaml.cs">
  171. <DependentUpon>DataHistoryView.xaml</DependentUpon>
  172. </Compile>
  173. <Compile Include="Views\EfemView.xaml.cs">
  174. <DependentUpon>EfemView.xaml</DependentUpon>
  175. </Compile>
  176. <Compile Include="Views\EventView.xaml.cs">
  177. <DependentUpon>EventView.xaml</DependentUpon>
  178. </Compile>
  179. <Compile Include="Views\GasLeakCheckView.xaml.cs">
  180. <DependentUpon>GasLeakCheckView.xaml</DependentUpon>
  181. </Compile>
  182. <Compile Include="Views\HeaterView.xaml.cs">
  183. <DependentUpon>HeaterView.xaml</DependentUpon>
  184. </Compile>
  185. <Compile Include="Views\IOView.xaml.cs">
  186. <DependentUpon>IOView.xaml</DependentUpon>
  187. </Compile>
  188. <Compile Include="Views\MFCVerificationView.xaml.cs">
  189. <DependentUpon>MFCVerificationView.xaml</DependentUpon>
  190. </Compile>
  191. <Compile Include="Views\OperationOverView.xaml.cs">
  192. <DependentUpon>OperationOverView.xaml</DependentUpon>
  193. </Compile>
  194. <Compile Include="Views\OverView.xaml.cs">
  195. <DependentUpon>OverView.xaml</DependentUpon>
  196. </Compile>
  197. <Compile Include="Views\PartialPressureView.xaml.cs">
  198. <DependentUpon>PartialPressureView.xaml</DependentUpon>
  199. </Compile>
  200. <Compile Include="Views\PlatformView.xaml.cs">
  201. <DependentUpon>PlatformView.xaml</DependentUpon>
  202. </Compile>
  203. <Compile Include="Views\ProcessHistoryView.xaml.cs">
  204. <DependentUpon>ProcessHistoryView.xaml</DependentUpon>
  205. </Compile>
  206. <Compile Include="Views\ProcessView.xaml.cs">
  207. <DependentUpon>ProcessView.xaml</DependentUpon>
  208. </Compile>
  209. <Compile Include="Views\RecipeView.xaml.cs">
  210. <DependentUpon>RecipeView.xaml</DependentUpon>
  211. </Compile>
  212. <Compile Include="Views\RFCalibrationView.xaml.cs">
  213. <DependentUpon>RFCalibrationView.xaml</DependentUpon>
  214. </Compile>
  215. <Compile Include="Views\RoleView.xaml.cs">
  216. <DependentUpon>RoleView.xaml</DependentUpon>
  217. </Compile>
  218. <Compile Include="Views\SequenceView.xaml.cs">
  219. <DependentUpon>SequenceView.xaml</DependentUpon>
  220. </Compile>
  221. <Compile Include="Views\SystemConfigView.xaml.cs">
  222. <DependentUpon>SystemConfigView.xaml</DependentUpon>
  223. </Compile>
  224. <Compile Include="Views\TMView.xaml.cs">
  225. <DependentUpon>TMView.xaml</DependentUpon>
  226. </Compile>
  227. <Compile Include="Views\TopView.xaml.cs">
  228. <DependentUpon>TopView.xaml</DependentUpon>
  229. </Compile>
  230. <Compile Include="Views\VATPerformanceView.xaml.cs">
  231. <DependentUpon>VATPerformanceView.xaml</DependentUpon>
  232. </Compile>
  233. <Compile Include="Views\WaferHistoryDBView.xaml.cs">
  234. <DependentUpon>WaferHistoryDBView.xaml</DependentUpon>
  235. </Compile>
  236. </ItemGroup>
  237. <ItemGroup>
  238. <ProjectReference Include="..\Framework\Common\Common.csproj">
  239. <Project>{9cd2a6be-1971-4e74-b49e-547982f64034}</Project>
  240. <Name>Common</Name>
  241. </ProjectReference>
  242. <ProjectReference Include="..\Framework\UICore\UICore.csproj">
  243. <Project>{2C9E1DF3-1ABA-4972-BE60-41DD9B3C47A7}</Project>
  244. <Name>UICore</Name>
  245. </ProjectReference>
  246. <ProjectReference Include="..\RecipeEditorControl\RecipeEditorControl.csproj">
  247. <Project>{c226e370-e9fb-48e7-bf40-89a33f88ef17}</Project>
  248. <Name>RecipeEditorControl</Name>
  249. </ProjectReference>
  250. <ProjectReference Include="..\Venus_Core\Venus_Core.csproj">
  251. <Project>{E40639DD-94A7-4ECD-8137-11496BD0BFA3}</Project>
  252. <Name>Venus_Core</Name>
  253. </ProjectReference>
  254. <ProjectReference Include="..\Venus_Themes\Venus_Themes.csproj">
  255. <Project>{fa46d7f1-463b-4457-93af-760b409f9c7c}</Project>
  256. <Name>Venus_Themes</Name>
  257. </ProjectReference>
  258. </ItemGroup>
  259. <ItemGroup>
  260. <Page Include="Views\ButterflyValveView.xaml">
  261. <SubType>Designer</SubType>
  262. <Generator>MSBuild:Compile</Generator>
  263. </Page>
  264. <Page Include="Views\DataHistoryView.xaml">
  265. <SubType>Designer</SubType>
  266. <Generator>MSBuild:Compile</Generator>
  267. </Page>
  268. <Page Include="Views\EfemView.xaml">
  269. <SubType>Designer</SubType>
  270. <Generator>MSBuild:Compile</Generator>
  271. </Page>
  272. <Page Include="Views\EventView.xaml">
  273. <SubType>Designer</SubType>
  274. <Generator>MSBuild:Compile</Generator>
  275. </Page>
  276. <Page Include="Views\GasLeakCheckView.xaml">
  277. <SubType>Designer</SubType>
  278. <Generator>MSBuild:Compile</Generator>
  279. </Page>
  280. <Page Include="Views\HeaterView.xaml">
  281. <SubType>Designer</SubType>
  282. <Generator>MSBuild:Compile</Generator>
  283. </Page>
  284. <Page Include="Views\IOView.xaml">
  285. <SubType>Designer</SubType>
  286. <Generator>MSBuild:Compile</Generator>
  287. </Page>
  288. <Page Include="Views\MFCVerificationView.xaml">
  289. <SubType>Designer</SubType>
  290. <Generator>MSBuild:Compile</Generator>
  291. </Page>
  292. <Page Include="Views\OperationOverView.xaml">
  293. <SubType>Designer</SubType>
  294. <Generator>MSBuild:Compile</Generator>
  295. </Page>
  296. <Page Include="Views\OverView.xaml">
  297. <SubType>Designer</SubType>
  298. <Generator>MSBuild:Compile</Generator>
  299. </Page>
  300. <Page Include="Views\PartialPressureView.xaml">
  301. <SubType>Designer</SubType>
  302. <Generator>MSBuild:Compile</Generator>
  303. </Page>
  304. <Page Include="Views\PlatformView.xaml">
  305. <SubType>Designer</SubType>
  306. <Generator>MSBuild:Compile</Generator>
  307. </Page>
  308. <Page Include="Views\ProcessHistoryView.xaml">
  309. <SubType>Designer</SubType>
  310. <Generator>MSBuild:Compile</Generator>
  311. </Page>
  312. <Page Include="Views\ProcessView.xaml">
  313. <SubType>Designer</SubType>
  314. <Generator>MSBuild:Compile</Generator>
  315. </Page>
  316. <Page Include="Views\RecipeView.xaml">
  317. <Generator>MSBuild:Compile</Generator>
  318. <SubType>Designer</SubType>
  319. </Page>
  320. <Page Include="Views\RFCalibrationView.xaml">
  321. <SubType>Designer</SubType>
  322. <Generator>MSBuild:Compile</Generator>
  323. </Page>
  324. <Page Include="Views\RoleView.xaml">
  325. <SubType>Designer</SubType>
  326. <Generator>MSBuild:Compile</Generator>
  327. </Page>
  328. <Page Include="Views\SequenceView.xaml">
  329. <SubType>Designer</SubType>
  330. <Generator>MSBuild:Compile</Generator>
  331. </Page>
  332. <Page Include="Views\SystemConfigView.xaml">
  333. <SubType>Designer</SubType>
  334. <Generator>MSBuild:Compile</Generator>
  335. </Page>
  336. <Page Include="Views\TMView.xaml">
  337. <SubType>Designer</SubType>
  338. <Generator>MSBuild:Compile</Generator>
  339. </Page>
  340. <Page Include="Views\TopView.xaml">
  341. <SubType>Designer</SubType>
  342. <Generator>MSBuild:Compile</Generator>
  343. </Page>
  344. <Page Include="Views\VATPerformanceView.xaml">
  345. <SubType>Designer</SubType>
  346. <Generator>MSBuild:Compile</Generator>
  347. </Page>
  348. <Page Include="Views\WaferHistoryDBView.xaml">
  349. <SubType>Designer</SubType>
  350. <Generator>MSBuild:Compile</Generator>
  351. </Page>
  352. </ItemGroup>
  353. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  354. </Project>