Venus_MainPages.csproj 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253
  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="CommonServiceLocator">
  37. <HintPath>..\ThirdParty\CommonServiceLocator.dll</HintPath>
  38. </Reference>
  39. <Reference Include="ControlzEx">
  40. <HintPath>..\ThirdParty\ControlzEx.dll</HintPath>
  41. </Reference>
  42. <Reference Include="log4net">
  43. <HintPath>..\ThirdParty\log4net.dll</HintPath>
  44. </Reference>
  45. <Reference Include="OpenSEMI.ClientBase, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  46. <SpecificVersion>False</SpecificVersion>
  47. <HintPath>..\ThirdParty\selfbuild\OpenSEMI.ClientBase.dll</HintPath>
  48. </Reference>
  49. <Reference Include="OpenSEMI.Core">
  50. <HintPath>..\ThirdParty\OpenSEMI.Core.dll</HintPath>
  51. </Reference>
  52. <Reference Include="OpenSEMI.Ctrlib">
  53. <HintPath>..\ThirdParty\OpenSEMI.Ctrlib.dll</HintPath>
  54. </Reference>
  55. <Reference Include="PresentationCore" />
  56. <Reference Include="PresentationFramework" />
  57. <Reference Include="Prism">
  58. <HintPath>..\ThirdParty\Prism.dll</HintPath>
  59. </Reference>
  60. <Reference Include="Prism.Unity.Wpf">
  61. <HintPath>..\ThirdParty\Prism.Unity.Wpf.dll</HintPath>
  62. </Reference>
  63. <Reference Include="Prism.Wpf">
  64. <HintPath>..\ThirdParty\Prism.Wpf.dll</HintPath>
  65. </Reference>
  66. <Reference Include="System" />
  67. <Reference Include="System.Core" />
  68. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  69. <SpecificVersion>False</SpecificVersion>
  70. <HintPath>..\ThirdParty\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  71. </Reference>
  72. <Reference Include="System.Windows.Forms" />
  73. <Reference Include="System.Windows.Interactivity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  74. <SpecificVersion>False</SpecificVersion>
  75. <HintPath>..\ThirdParty\System.Windows.Interactivity.dll</HintPath>
  76. </Reference>
  77. <Reference Include="System.Xaml" />
  78. <Reference Include="System.Xml.Linq" />
  79. <Reference Include="System.Data.DataSetExtensions" />
  80. <Reference Include="Microsoft.CSharp" />
  81. <Reference Include="System.Data" />
  82. <Reference Include="System.Net.Http" />
  83. <Reference Include="System.Xml" />
  84. <Reference Include="Unity.Abstractions">
  85. <HintPath>..\ThirdParty\Unity.Abstractions.dll</HintPath>
  86. </Reference>
  87. <Reference Include="Unity.Container">
  88. <HintPath>..\ThirdParty\Unity.Container.dll</HintPath>
  89. </Reference>
  90. <Reference Include="WindowsBase" />
  91. <Reference Include="WindowsFormsIntegration" />
  92. <Reference Include="WPFToolkit">
  93. <HintPath>..\ThirdParty\WPFToolkit.dll</HintPath>
  94. </Reference>
  95. <Reference Include="Xceed.Wpf.DataGrid">
  96. <HintPath>..\ThirdParty\Xceed.Wpf.DataGrid.dll</HintPath>
  97. </Reference>
  98. <Reference Include="Xceed.Wpf.Toolkit">
  99. <HintPath>..\ThirdParty\Xceed.Wpf.Toolkit.dll</HintPath>
  100. </Reference>
  101. </ItemGroup>
  102. <ItemGroup>
  103. <Compile Include="Converters\EventItemToStringConverter.cs" />
  104. <Compile Include="PMS\IUiRecipeManager.cs" />
  105. <Compile Include="PMS\UiRecipeManager.cs" />
  106. <Compile Include="Properties\AssemblyInfo.cs" />
  107. <Compile Include="RTData.cs" />
  108. <Compile Include="Unity\ConfigValueTemplateSelector.cs" />
  109. <Compile Include="Unity\FileNode.cs" />
  110. <Compile Include="Unity\FolderOrFileTemplateSelector.cs" />
  111. <Compile Include="Unity\GridOptions.cs" />
  112. <Compile Include="Unity\SystemConfig.cs" />
  113. <Compile Include="Unity\SystemConfigProvider.cs" />
  114. <Compile Include="Unity\WaferAssociationInfo.cs" />
  115. <Compile Include="ViewModels\ButterflyValveViewModel.cs" />
  116. <Compile Include="ViewModels\DataAnalysisViewModel.cs" />
  117. <Compile Include="ViewModels\EventViewModel.cs" />
  118. <Compile Include="ViewModels\GasLeakCheckViewModel.cs" />
  119. <Compile Include="ViewModels\GetRtAllData.cs" />
  120. <Compile Include="ViewModels\IOViewModel.cs" />
  121. <Compile Include="ViewModels\MFCVerificationViewModel.cs" />
  122. <Compile Include="ViewModels\OperationOverViewModel.cs" />
  123. <Compile Include="ViewModels\OverViewModel.cs" />
  124. <Compile Include="ViewModels\PlatformViewModel.cs" />
  125. <Compile Include="ViewModels\ProcessViewModel.cs" />
  126. <Compile Include="ViewModels\RecipeViewModel.cs" />
  127. <Compile Include="ViewModels\SystemConfigViewModel.cs" />
  128. <Compile Include="ViewModels\TopViewModel.cs" />
  129. <Compile Include="Views\ButterflyValveView.xaml.cs">
  130. <DependentUpon>ButterflyValveView.xaml</DependentUpon>
  131. </Compile>
  132. <Compile Include="Views\DataAnalysisView.xaml.cs">
  133. <DependentUpon>DataAnalysisView.xaml</DependentUpon>
  134. </Compile>
  135. <Compile Include="Views\EventView.xaml.cs">
  136. <DependentUpon>EventView.xaml</DependentUpon>
  137. </Compile>
  138. <Compile Include="Views\GasLeakCheckView.xaml.cs">
  139. <DependentUpon>GasLeakCheckView.xaml</DependentUpon>
  140. </Compile>
  141. <Compile Include="Views\IOView.xaml.cs">
  142. <DependentUpon>IOView.xaml</DependentUpon>
  143. </Compile>
  144. <Compile Include="Views\MFCVerificationView.xaml.cs">
  145. <DependentUpon>MFCVerificationView.xaml</DependentUpon>
  146. </Compile>
  147. <Compile Include="Views\OperationOverView.xaml.cs">
  148. <DependentUpon>OperationOverView.xaml</DependentUpon>
  149. </Compile>
  150. <Compile Include="Views\OverView.xaml.cs">
  151. <DependentUpon>OverView.xaml</DependentUpon>
  152. </Compile>
  153. <Compile Include="Views\PlatformView.xaml.cs">
  154. <DependentUpon>PlatformView.xaml</DependentUpon>
  155. </Compile>
  156. <Compile Include="Views\ProcessView.xaml.cs">
  157. <DependentUpon>ProcessView.xaml</DependentUpon>
  158. </Compile>
  159. <Compile Include="Views\RecipeView.xaml.cs">
  160. <DependentUpon>RecipeView.xaml</DependentUpon>
  161. </Compile>
  162. <Compile Include="Views\SequenceView.xaml.cs">
  163. <DependentUpon>SequenceView.xaml</DependentUpon>
  164. </Compile>
  165. <Compile Include="Views\SystemConfigView.xaml.cs">
  166. <DependentUpon>SystemConfigView.xaml</DependentUpon>
  167. </Compile>
  168. <Compile Include="Views\TopView.xaml.cs">
  169. <DependentUpon>TopView.xaml</DependentUpon>
  170. </Compile>
  171. </ItemGroup>
  172. <ItemGroup>
  173. <ProjectReference Include="..\Framework\Common\Common.csproj">
  174. <Project>{9CD2A6BE-1971-4E74-B49E-547982F64034}</Project>
  175. <Name>Common</Name>
  176. </ProjectReference>
  177. <ProjectReference Include="..\Framework\UICore\UICore.csproj">
  178. <Project>{2C9E1DF3-1ABA-4972-BE60-41DD9B3C47A7}</Project>
  179. <Name>UICore</Name>
  180. </ProjectReference>
  181. <ProjectReference Include="..\RecipeEditorControl\RecipeEditorControl.csproj">
  182. <Project>{c226e370-e9fb-48e7-bf40-89a33f88ef17}</Project>
  183. <Name>RecipeEditorControl</Name>
  184. </ProjectReference>
  185. <ProjectReference Include="..\Venus_Core\Venus_Core.csproj">
  186. <Project>{E40639DD-94A7-4ECD-8137-11496BD0BFA3}</Project>
  187. <Name>Venus_Core</Name>
  188. </ProjectReference>
  189. <ProjectReference Include="..\Venus_Themes\Venus_Themes.csproj">
  190. <Project>{fa46d7f1-463b-4457-93af-760b409f9c7c}</Project>
  191. <Name>Venus_Themes</Name>
  192. </ProjectReference>
  193. </ItemGroup>
  194. <ItemGroup>
  195. <Page Include="Views\ButterflyValveView.xaml">
  196. <SubType>Designer</SubType>
  197. <Generator>MSBuild:Compile</Generator>
  198. </Page>
  199. <Page Include="Views\DataAnalysisView.xaml">
  200. <SubType>Designer</SubType>
  201. <Generator>MSBuild:Compile</Generator>
  202. </Page>
  203. <Page Include="Views\EventView.xaml">
  204. <SubType>Designer</SubType>
  205. <Generator>MSBuild:Compile</Generator>
  206. </Page>
  207. <Page Include="Views\GasLeakCheckView.xaml">
  208. <SubType>Designer</SubType>
  209. <Generator>MSBuild:Compile</Generator>
  210. </Page>
  211. <Page Include="Views\IOView.xaml">
  212. <SubType>Designer</SubType>
  213. <Generator>MSBuild:Compile</Generator>
  214. </Page>
  215. <Page Include="Views\MFCVerificationView.xaml">
  216. <SubType>Designer</SubType>
  217. <Generator>MSBuild:Compile</Generator>
  218. </Page>
  219. <Page Include="Views\OperationOverView.xaml">
  220. <SubType>Designer</SubType>
  221. <Generator>MSBuild:Compile</Generator>
  222. </Page>
  223. <Page Include="Views\OverView.xaml">
  224. <SubType>Designer</SubType>
  225. <Generator>MSBuild:Compile</Generator>
  226. </Page>
  227. <Page Include="Views\PlatformView.xaml">
  228. <SubType>Designer</SubType>
  229. <Generator>MSBuild:Compile</Generator>
  230. </Page>
  231. <Page Include="Views\ProcessView.xaml">
  232. <SubType>Designer</SubType>
  233. <Generator>MSBuild:Compile</Generator>
  234. </Page>
  235. <Page Include="Views\RecipeView.xaml">
  236. <Generator>MSBuild:Compile</Generator>
  237. <SubType>Designer</SubType>
  238. </Page>
  239. <Page Include="Views\SequenceView.xaml">
  240. <SubType>Designer</SubType>
  241. <Generator>MSBuild:Compile</Generator>
  242. </Page>
  243. <Page Include="Views\SystemConfigView.xaml">
  244. <SubType>Designer</SubType>
  245. <Generator>MSBuild:Compile</Generator>
  246. </Page>
  247. <Page Include="Views\TopView.xaml">
  248. <SubType>Designer</SubType>
  249. <Generator>MSBuild:Compile</Generator>
  250. </Page>
  251. </ItemGroup>
  252. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  253. </Project>