Venus_Themes.csproj 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189
  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>{FA46D7F1-463B-4457-93AF-760B409F9C7C}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Venus_Themes</RootNamespace>
  11. <AssemblyName>Venus_Themes</AssemblyName>
  12. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <Deterministic>true</Deterministic>
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>bin\Debug\</OutputPath>
  21. <DefineConstants>DEBUG;TRACE</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  26. <DebugType>pdbonly</DebugType>
  27. <Optimize>true</Optimize>
  28. <OutputPath>bin\Release\</OutputPath>
  29. <DefineConstants>TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <ItemGroup>
  34. <Reference Include="OpenSEMI.Core">
  35. <HintPath>..\ThirdParty\OpenSEMI.Core.dll</HintPath>
  36. </Reference>
  37. <Reference Include="OpenSEMI.Ctrlib">
  38. <HintPath>..\ThirdParty\OpenSEMI.Ctrlib.dll</HintPath>
  39. </Reference>
  40. <Reference Include="PresentationCore" />
  41. <Reference Include="PresentationFramework" />
  42. <Reference Include="System" />
  43. <Reference Include="System.Core" />
  44. <Reference Include="System.Drawing" />
  45. <Reference Include="System.Xaml" />
  46. <Reference Include="System.Xml.Linq" />
  47. <Reference Include="System.Data.DataSetExtensions" />
  48. <Reference Include="Microsoft.CSharp" />
  49. <Reference Include="System.Data" />
  50. <Reference Include="System.Net.Http" />
  51. <Reference Include="System.Xml" />
  52. <Reference Include="WindowsBase" />
  53. </ItemGroup>
  54. <ItemGroup>
  55. <Compile Include="CustomControls\AduRadioButtonIcon.cs" />
  56. <Compile Include="Properties\AssemblyInfo.cs" />
  57. <Compile Include="Themes\Attach\BorderElement.cs" />
  58. <Compile Include="Themes\Attach\ElementBackground.cs" />
  59. <Compile Include="Themes\Attach\ElementBrushBase.cs" />
  60. <Compile Include="Themes\Attach\ElementForeground.cs" />
  61. <Compile Include="Themes\Attach\IconElement.cs" />
  62. <Compile Include="UserControls\WPFMessageBox.xaml.cs">
  63. <DependentUpon>WPFMessageBox.xaml</DependentUpon>
  64. </Compile>
  65. </ItemGroup>
  66. <ItemGroup>
  67. <Page Include="CustomControls\AduRadioButton.xaml">
  68. <Generator>MSBuild:Compile</Generator>
  69. <SubType>Designer</SubType>
  70. </Page>
  71. <Page Include="Styles\ToggleButton.xaml">
  72. <Generator>MSBuild:Compile</Generator>
  73. <SubType>Designer</SubType>
  74. </Page>
  75. <Page Include="Styles\Button.xaml">
  76. <Generator>MSBuild:Compile</Generator>
  77. <SubType>Designer</SubType>
  78. </Page>
  79. <Page Include="Styles\ComboBox.xaml">
  80. <Generator>MSBuild:Compile</Generator>
  81. <SubType>Designer</SubType>
  82. </Page>
  83. <Page Include="Styles\DataGrid.xaml">
  84. <Generator>MSBuild:Compile</Generator>
  85. <SubType>Designer</SubType>
  86. </Page>
  87. <Page Include="Styles\Expander.xaml">
  88. <Generator>MSBuild:Compile</Generator>
  89. <SubType>Designer</SubType>
  90. </Page>
  91. <Page Include="Styles\GroupBox.xaml">
  92. <Generator>MSBuild:Compile</Generator>
  93. <SubType>Designer</SubType>
  94. </Page>
  95. <Page Include="Styles\ListBox.xaml">
  96. <Generator>MSBuild:Compile</Generator>
  97. <SubType>Designer</SubType>
  98. </Page>
  99. <Page Include="Styles\Listview.xaml">
  100. <Generator>MSBuild:Compile</Generator>
  101. <SubType>Designer</SubType>
  102. </Page>
  103. <Page Include="Styles\MenuItem.xaml">
  104. <Generator>MSBuild:Compile</Generator>
  105. <SubType>Designer</SubType>
  106. </Page>
  107. <Page Include="Styles\Skin.xaml">
  108. <Generator>MSBuild:Compile</Generator>
  109. <SubType>Designer</SubType>
  110. </Page>
  111. <Page Include="Styles\Tab.xaml">
  112. <Generator>MSBuild:Compile</Generator>
  113. <SubType>Designer</SubType>
  114. </Page>
  115. <Page Include="Styles\TextBox.xaml">
  116. <Generator>MSBuild:Compile</Generator>
  117. <SubType>Designer</SubType>
  118. </Page>
  119. <Page Include="Styles\TreeView.xaml">
  120. <Generator>MSBuild:Compile</Generator>
  121. <SubType>Designer</SubType>
  122. </Page>
  123. <Page Include="Themes\Generic.xaml">
  124. <Generator>MSBuild:Compile</Generator>
  125. <SubType>Designer</SubType>
  126. </Page>
  127. <Page Include="Languages\StringResources.en-US.xaml">
  128. <Generator>MSBuild:Compile</Generator>
  129. <SubType>Designer</SubType>
  130. </Page>
  131. <Page Include="Languages\StringResources.zh-CN.xaml">
  132. <Generator>MSBuild:Compile</Generator>
  133. <SubType>Designer</SubType>
  134. </Page>
  135. <Page Include="UserControls\WPFMessageBox.xaml">
  136. <Generator>MSBuild:Compile</Generator>
  137. <SubType>Designer</SubType>
  138. </Page>
  139. </ItemGroup>
  140. <ItemGroup>
  141. <Content Include="Styles\Folder_Close.png" />
  142. <Content Include="Styles\Folder_Open.png" />
  143. <Content Include="Styles\Folder_Unable.png" />
  144. <Content Include="Themes\Images\parts\aligner.png" />
  145. <Content Include="Themes\Images\parts\atmrobot\arm1.png" />
  146. <Content Include="Themes\Images\parts\atmrobot\arm2.png" />
  147. <Content Include="Themes\Images\parts\atmrobot\dock.png" />
  148. <Content Include="Themes\Images\parts\atmrobot\hand.png" />
  149. <Content Include="Themes\Images\parts\chamber.png" />
  150. <Content Include="Themes\Images\parts\doorclose.png" />
  151. <Content Include="Themes\Images\parts\dooropen.png" />
  152. <Content Include="Themes\Images\parts\doorunknown.png" />
  153. <Content Include="Themes\Images\parts\efem.png" />
  154. <Content Include="Themes\Images\parts\efemtrack.png" />
  155. <Content Include="Themes\Images\parts\loadlock.png" />
  156. <Content Include="Themes\Images\parts\loadport.png" />
  157. <Content Include="Themes\Images\parts\tm.png" />
  158. <Content Include="Themes\Images\parts\tmdock.png" />
  159. <Content Include="Themes\Images\parts\vtmrobot\arm1.png" />
  160. <Content Include="Themes\Images\parts\vtmrobot\arm2.png" />
  161. <Content Include="Themes\Images\parts\vtmrobot\dock.png" />
  162. <Content Include="Themes\Images\parts\vtmrobot\hand.png" />
  163. <Content Include="Themes\Images\parts\wafer.png" />
  164. <Content Include="Themes\Images\pms\chamberplasmaon.png" />
  165. <Content Include="Themes\Images\pms\levelSensor.png" />
  166. <Content Include="Themes\Images\pms\mfcPipe.png" />
  167. <Content Include="Themes\Images\pms\overviewBackground.png" />
  168. <Content Include="Themes\Images\pms\overviewbak.png" />
  169. <Content Include="Themes\Images\pms\overviewbakHZv2.png" />
  170. <Content Include="Themes\Images\pms\overviewbak_heater.png" />
  171. <Content Include="Themes\Images\pms\overviewbak_hestiaplus_device.png" />
  172. <Content Include="Themes\Images\pms\overviewbak_patron.png" />
  173. <Content Include="Themes\Images\pms\overviewbak_tritoninline.png" />
  174. <Content Include="Themes\Images\pms\overviewbak_tritoninline_door_close.png" />
  175. <Content Include="Themes\Images\pms\overviewbak_tritoninline_door_open.png" />
  176. <Content Include="Themes\Images\pms\overviewbak_tritoninline_door_unknown.png" />
  177. <Content Include="Themes\Images\pms\overviewbak_tritoninline_rf_on.png" />
  178. <Content Include="Themes\Images\pms\overviewbak_tritoninline_sys.png" />
  179. <Content Include="Themes\Images\pms\overviewMain.png" />
  180. <Content Include="Themes\Images\pms\plasma.png" />
  181. <Content Include="Themes\Images\pms\pumpLine.png" />
  182. <Content Include="Themes\Images\pms\UiSystem.ico" />
  183. <Content Include="Themes\Images\pms\vaporMFCLine.png" />
  184. <Content Include="Themes\Images\pms\vaporPipe.png" />
  185. <Content Include="Themes\Images\pms\Virgo_D.ico" />
  186. </ItemGroup>
  187. <ItemGroup />
  188. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  189. </Project>