Venus_MainPages.csproj 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318
  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, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  37. <SpecificVersion>False</SpecificVersion>
  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="LiveCharts">
  47. <HintPath>..\ThirdParty\LiveCharts.dll</HintPath>
  48. </Reference>
  49. <Reference Include="LiveCharts.Wpf">
  50. <HintPath>..\ThirdParty\LiveCharts.Wpf.dll</HintPath>
  51. </Reference>
  52. <Reference Include="log4net">
  53. <HintPath>..\ThirdParty\log4net.dll</HintPath>
  54. </Reference>
  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\TMStateConverter.cs" />
  121. <Compile Include="MainPageModule.cs" />
  122. <Compile Include="PMS\IUiRecipeManager.cs" />
  123. <Compile Include="PMS\UiRecipeManager.cs" />
  124. <Compile Include="Properties\AssemblyInfo.cs" />
  125. <Compile Include="RTData.cs" />
  126. <Compile Include="Unity\ConfigValueTemplateSelector.cs" />
  127. <Compile Include="Unity\FileNode.cs" />
  128. <Compile Include="Unity\FolderOrFileTemplateSelector.cs" />
  129. <Compile Include="Unity\GlobalEvents.cs" />
  130. <Compile Include="Unity\GridOptions.cs" />
  131. <Compile Include="Unity\IHandler.cs" />
  132. <Compile Include="Unity\ModuleManager.cs" />
  133. <Compile Include="Unity\PartialPressureResult.cs" />
  134. <Compile Include="Unity\VATPerformanceResult.cs" />
  135. <Compile Include="Unity\SystemConfig.cs" />
  136. <Compile Include="Unity\SystemConfigProvider.cs" />
  137. <Compile Include="Unity\WaferAssociationInfo.cs" />
  138. <Compile Include="Unity\WaferStatusHandler.cs" />
  139. <Compile Include="Unity\WaferStatusImp.cs" />
  140. <Compile Include="ViewModels\ButterflyValveViewModel.cs" />
  141. <Compile Include="ViewModels\DataAnalysisViewModel.cs" />
  142. <Compile Include="ViewModels\EventViewModel.cs" />
  143. <Compile Include="ViewModels\GasLeakCheckViewModel.cs" />
  144. <Compile Include="ViewModels\GetRtAllData.cs" />
  145. <Compile Include="ViewModels\GlobalData.cs" />
  146. <Compile Include="ViewModels\IOViewModel.cs" />
  147. <Compile Include="ViewModels\MFCVerificationViewModel.cs" />
  148. <Compile Include="ViewModels\OperationOverViewModel.cs" />
  149. <Compile Include="ViewModels\OverViewModel.cs" />
  150. <Compile Include="ViewModels\PartialPressureViewModel.cs" />
  151. <Compile Include="ViewModels\PlatformViewModel.cs" />
  152. <Compile Include="ViewModels\ProcessViewModel.cs" />
  153. <Compile Include="ViewModels\RecipeViewModel.cs" />
  154. <Compile Include="ViewModels\RoleViewModel.cs" />
  155. <Compile Include="ViewModels\SystemConfigViewModel.cs" />
  156. <Compile Include="ViewModels\TMViewModel.cs" />
  157. <Compile Include="ViewModels\TopViewModel.cs" />
  158. <Compile Include="ViewModels\VATPerformanceViewModel.cs" />
  159. <Compile Include="Views\ButterflyValveView.xaml.cs">
  160. <DependentUpon>ButterflyValveView.xaml</DependentUpon>
  161. </Compile>
  162. <Compile Include="Views\DataAnalysisView.xaml.cs">
  163. <DependentUpon>DataAnalysisView.xaml</DependentUpon>
  164. </Compile>
  165. <Compile Include="Views\EventView.xaml.cs">
  166. <DependentUpon>EventView.xaml</DependentUpon>
  167. </Compile>
  168. <Compile Include="Views\GasLeakCheckView.xaml.cs">
  169. <DependentUpon>GasLeakCheckView.xaml</DependentUpon>
  170. </Compile>
  171. <Compile Include="Views\HeaterView.xaml.cs">
  172. <DependentUpon>HeaterView.xaml</DependentUpon>
  173. </Compile>
  174. <Compile Include="Views\IOView.xaml.cs">
  175. <DependentUpon>IOView.xaml</DependentUpon>
  176. </Compile>
  177. <Compile Include="Views\MFCVerificationView.xaml.cs">
  178. <DependentUpon>MFCVerificationView.xaml</DependentUpon>
  179. </Compile>
  180. <Compile Include="Views\OperationOverView.xaml.cs">
  181. <DependentUpon>OperationOverView.xaml</DependentUpon>
  182. </Compile>
  183. <Compile Include="Views\OverView.xaml.cs">
  184. <DependentUpon>OverView.xaml</DependentUpon>
  185. </Compile>
  186. <Compile Include="Views\PartialPressureView.xaml.cs">
  187. <DependentUpon>PartialPressureView.xaml</DependentUpon>
  188. </Compile>
  189. <Compile Include="Views\PlatformView.xaml.cs">
  190. <DependentUpon>PlatformView.xaml</DependentUpon>
  191. </Compile>
  192. <Compile Include="Views\ProcessView.xaml.cs">
  193. <DependentUpon>ProcessView.xaml</DependentUpon>
  194. </Compile>
  195. <Compile Include="Views\RecipeView.xaml.cs">
  196. <DependentUpon>RecipeView.xaml</DependentUpon>
  197. </Compile>
  198. <Compile Include="Views\RoleView.xaml.cs">
  199. <DependentUpon>RoleView.xaml</DependentUpon>
  200. </Compile>
  201. <Compile Include="Views\SequenceView.xaml.cs">
  202. <DependentUpon>SequenceView.xaml</DependentUpon>
  203. </Compile>
  204. <Compile Include="Views\SystemConfigView.xaml.cs">
  205. <DependentUpon>SystemConfigView.xaml</DependentUpon>
  206. </Compile>
  207. <Compile Include="Views\TMView.xaml.cs">
  208. <DependentUpon>TMView.xaml</DependentUpon>
  209. </Compile>
  210. <Compile Include="Views\TopView.xaml.cs">
  211. <DependentUpon>TopView.xaml</DependentUpon>
  212. </Compile>
  213. <Compile Include="Views\VATPerformanceView.xaml.cs">
  214. <DependentUpon>VATPerformanceView.xaml</DependentUpon>
  215. </Compile>
  216. </ItemGroup>
  217. <ItemGroup>
  218. <ProjectReference Include="..\Framework\Common\Common.csproj">
  219. <Project>{9cd2a6be-1971-4e74-b49e-547982f64034}</Project>
  220. <Name>Common</Name>
  221. </ProjectReference>
  222. <ProjectReference Include="..\Framework\UICore\UICore.csproj">
  223. <Project>{2C9E1DF3-1ABA-4972-BE60-41DD9B3C47A7}</Project>
  224. <Name>UICore</Name>
  225. </ProjectReference>
  226. <ProjectReference Include="..\RecipeEditorControl\RecipeEditorControl.csproj">
  227. <Project>{c226e370-e9fb-48e7-bf40-89a33f88ef17}</Project>
  228. <Name>RecipeEditorControl</Name>
  229. </ProjectReference>
  230. <ProjectReference Include="..\Venus_Core\Venus_Core.csproj">
  231. <Project>{E40639DD-94A7-4ECD-8137-11496BD0BFA3}</Project>
  232. <Name>Venus_Core</Name>
  233. </ProjectReference>
  234. <ProjectReference Include="..\Venus_Themes\Venus_Themes.csproj">
  235. <Project>{fa46d7f1-463b-4457-93af-760b409f9c7c}</Project>
  236. <Name>Venus_Themes</Name>
  237. </ProjectReference>
  238. </ItemGroup>
  239. <ItemGroup>
  240. <Page Include="Views\ButterflyValveView.xaml">
  241. <SubType>Designer</SubType>
  242. <Generator>MSBuild:Compile</Generator>
  243. </Page>
  244. <Page Include="Views\DataAnalysisView.xaml">
  245. <SubType>Designer</SubType>
  246. <Generator>MSBuild:Compile</Generator>
  247. </Page>
  248. <Page Include="Views\EventView.xaml">
  249. <SubType>Designer</SubType>
  250. <Generator>MSBuild:Compile</Generator>
  251. </Page>
  252. <Page Include="Views\GasLeakCheckView.xaml">
  253. <SubType>Designer</SubType>
  254. <Generator>MSBuild:Compile</Generator>
  255. </Page>
  256. <Page Include="Views\HeaterView.xaml">
  257. <SubType>Designer</SubType>
  258. <Generator>MSBuild:Compile</Generator>
  259. </Page>
  260. <Page Include="Views\IOView.xaml">
  261. <SubType>Designer</SubType>
  262. <Generator>MSBuild:Compile</Generator>
  263. </Page>
  264. <Page Include="Views\MFCVerificationView.xaml">
  265. <SubType>Designer</SubType>
  266. <Generator>MSBuild:Compile</Generator>
  267. </Page>
  268. <Page Include="Views\OperationOverView.xaml">
  269. <SubType>Designer</SubType>
  270. <Generator>MSBuild:Compile</Generator>
  271. </Page>
  272. <Page Include="Views\OverView.xaml">
  273. <SubType>Designer</SubType>
  274. <Generator>MSBuild:Compile</Generator>
  275. </Page>
  276. <Page Include="Views\PartialPressureView.xaml">
  277. <SubType>Designer</SubType>
  278. <Generator>MSBuild:Compile</Generator>
  279. </Page>
  280. <Page Include="Views\PlatformView.xaml">
  281. <SubType>Designer</SubType>
  282. <Generator>MSBuild:Compile</Generator>
  283. </Page>
  284. <Page Include="Views\ProcessView.xaml">
  285. <SubType>Designer</SubType>
  286. <Generator>MSBuild:Compile</Generator>
  287. </Page>
  288. <Page Include="Views\RecipeView.xaml">
  289. <Generator>MSBuild:Compile</Generator>
  290. <SubType>Designer</SubType>
  291. </Page>
  292. <Page Include="Views\RoleView.xaml">
  293. <SubType>Designer</SubType>
  294. <Generator>MSBuild:Compile</Generator>
  295. </Page>
  296. <Page Include="Views\SequenceView.xaml">
  297. <SubType>Designer</SubType>
  298. <Generator>MSBuild:Compile</Generator>
  299. </Page>
  300. <Page Include="Views\SystemConfigView.xaml">
  301. <SubType>Designer</SubType>
  302. <Generator>MSBuild:Compile</Generator>
  303. </Page>
  304. <Page Include="Views\TMView.xaml">
  305. <SubType>Designer</SubType>
  306. <Generator>MSBuild:Compile</Generator>
  307. </Page>
  308. <Page Include="Views\TopView.xaml">
  309. <SubType>Designer</SubType>
  310. <Generator>MSBuild:Compile</Generator>
  311. </Page>
  312. <Page Include="Views\VATPerformanceView.xaml">
  313. <SubType>Designer</SubType>
  314. <Generator>MSBuild:Compile</Generator>
  315. </Page>
  316. </ItemGroup>
  317. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  318. </Project>