Venus_Themes.csproj 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206
  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="Converters\BoolToReverse.cs" />
  56. <Compile Include="Converters\BoolToVisibility.cs" />
  57. <Compile Include="Converters\IntPlusConverter.cs" />
  58. <Compile Include="CustomControls\AduRadioButtonIcon.cs" />
  59. <Compile Include="Properties\AssemblyInfo.cs" />
  60. <Compile Include="Themes\Attach\BorderElement.cs" />
  61. <Compile Include="Themes\Attach\ElementBackground.cs" />
  62. <Compile Include="Themes\Attach\ElementBrushBase.cs" />
  63. <Compile Include="Themes\Attach\ElementForeground.cs" />
  64. <Compile Include="Themes\Attach\IconElement.cs" />
  65. <Compile Include="UserControls\FlowPipe.xaml.cs">
  66. <DependentUpon>FlowPipe.xaml</DependentUpon>
  67. </Compile>
  68. <Compile Include="UserControls\FlowPipeValve.xaml.cs">
  69. <DependentUpon>FlowPipeValve.xaml</DependentUpon>
  70. </Compile>
  71. <Compile Include="UserControls\WPFMessageBox.xaml.cs">
  72. <DependentUpon>WPFMessageBox.xaml</DependentUpon>
  73. </Compile>
  74. </ItemGroup>
  75. <ItemGroup>
  76. <Page Include="CustomControls\AduRadioButton.xaml">
  77. <Generator>MSBuild:Compile</Generator>
  78. <SubType>Designer</SubType>
  79. </Page>
  80. <Page Include="Styles\ToggleButton.xaml">
  81. <Generator>MSBuild:Compile</Generator>
  82. <SubType>Designer</SubType>
  83. </Page>
  84. <Page Include="Styles\Button.xaml">
  85. <Generator>MSBuild:Compile</Generator>
  86. <SubType>Designer</SubType>
  87. </Page>
  88. <Page Include="Styles\ComboBox.xaml">
  89. <Generator>MSBuild:Compile</Generator>
  90. <SubType>Designer</SubType>
  91. </Page>
  92. <Page Include="Styles\DataGrid.xaml">
  93. <Generator>MSBuild:Compile</Generator>
  94. <SubType>Designer</SubType>
  95. </Page>
  96. <Page Include="Styles\Expander.xaml">
  97. <Generator>MSBuild:Compile</Generator>
  98. <SubType>Designer</SubType>
  99. </Page>
  100. <Page Include="Styles\GroupBox.xaml">
  101. <Generator>MSBuild:Compile</Generator>
  102. <SubType>Designer</SubType>
  103. </Page>
  104. <Page Include="Styles\ListBox.xaml">
  105. <Generator>MSBuild:Compile</Generator>
  106. <SubType>Designer</SubType>
  107. </Page>
  108. <Page Include="Styles\Listview.xaml">
  109. <Generator>MSBuild:Compile</Generator>
  110. <SubType>Designer</SubType>
  111. </Page>
  112. <Page Include="Styles\MenuItem.xaml">
  113. <Generator>MSBuild:Compile</Generator>
  114. <SubType>Designer</SubType>
  115. </Page>
  116. <Page Include="Styles\Skin.xaml">
  117. <Generator>MSBuild:Compile</Generator>
  118. <SubType>Designer</SubType>
  119. </Page>
  120. <Page Include="Styles\Tab.xaml">
  121. <Generator>MSBuild:Compile</Generator>
  122. <SubType>Designer</SubType>
  123. </Page>
  124. <Page Include="Styles\TextBox.xaml">
  125. <Generator>MSBuild:Compile</Generator>
  126. <SubType>Designer</SubType>
  127. </Page>
  128. <Page Include="Styles\TreeView.xaml">
  129. <Generator>MSBuild:Compile</Generator>
  130. <SubType>Designer</SubType>
  131. </Page>
  132. <Page Include="Themes\Generic.xaml">
  133. <Generator>MSBuild:Compile</Generator>
  134. <SubType>Designer</SubType>
  135. </Page>
  136. <Page Include="Languages\StringResources.en-US.xaml">
  137. <Generator>MSBuild:Compile</Generator>
  138. <SubType>Designer</SubType>
  139. </Page>
  140. <Page Include="Languages\StringResources.zh-CN.xaml">
  141. <Generator>MSBuild:Compile</Generator>
  142. <SubType>Designer</SubType>
  143. </Page>
  144. <Page Include="UserControls\FlowPipe.xaml">
  145. <Generator>MSBuild:Compile</Generator>
  146. <SubType>Designer</SubType>
  147. </Page>
  148. <Page Include="UserControls\FlowPipeValve.xaml">
  149. <Generator>MSBuild:Compile</Generator>
  150. <SubType>Designer</SubType>
  151. </Page>
  152. <Page Include="UserControls\WPFMessageBox.xaml">
  153. <Generator>MSBuild:Compile</Generator>
  154. <SubType>Designer</SubType>
  155. </Page>
  156. </ItemGroup>
  157. <ItemGroup>
  158. <Content Include="Styles\Folder_Close.png" />
  159. <Content Include="Styles\Folder_Open.png" />
  160. <Content Include="Styles\Folder_Unable.png" />
  161. <Content Include="Themes\Images\parts\aligner.png" />
  162. <Content Include="Themes\Images\parts\atmrobot\arm1.png" />
  163. <Content Include="Themes\Images\parts\atmrobot\arm2.png" />
  164. <Content Include="Themes\Images\parts\atmrobot\dock.png" />
  165. <Content Include="Themes\Images\parts\atmrobot\hand.png" />
  166. <Content Include="Themes\Images\parts\chamber.png" />
  167. <Content Include="Themes\Images\parts\doorclose.png" />
  168. <Content Include="Themes\Images\parts\dooropen.png" />
  169. <Content Include="Themes\Images\parts\doorunknown.png" />
  170. <Content Include="Themes\Images\parts\efem.png" />
  171. <Content Include="Themes\Images\parts\efemtrack.png" />
  172. <Content Include="Themes\Images\parts\loadlock.png" />
  173. <Content Include="Themes\Images\parts\loadport.png" />
  174. <Content Include="Themes\Images\parts\tm.png" />
  175. <Content Include="Themes\Images\parts\tmdock.png" />
  176. <Content Include="Themes\Images\parts\vtmrobot\arm1.png" />
  177. <Content Include="Themes\Images\parts\vtmrobot\arm2.png" />
  178. <Content Include="Themes\Images\parts\vtmrobot\dock.png" />
  179. <Content Include="Themes\Images\parts\vtmrobot\hand.png" />
  180. <Content Include="Themes\Images\parts\wafer.png" />
  181. <Content Include="Themes\Images\pms\chamberplasmaon.png" />
  182. <Content Include="Themes\Images\pms\levelSensor.png" />
  183. <Content Include="Themes\Images\pms\mfcPipe.png" />
  184. <Content Include="Themes\Images\pms\overviewBackground.png" />
  185. <Content Include="Themes\Images\pms\overviewbak.png" />
  186. <Content Include="Themes\Images\pms\overviewbakHZv2.png" />
  187. <Content Include="Themes\Images\pms\overviewbak_heater.png" />
  188. <Content Include="Themes\Images\pms\overviewbak_hestiaplus_device.png" />
  189. <Content Include="Themes\Images\pms\overviewbak_patron.png" />
  190. <Content Include="Themes\Images\pms\overviewbak_tritoninline.png" />
  191. <Content Include="Themes\Images\pms\overviewbak_tritoninline_door_close.png" />
  192. <Content Include="Themes\Images\pms\overviewbak_tritoninline_door_open.png" />
  193. <Content Include="Themes\Images\pms\overviewbak_tritoninline_door_unknown.png" />
  194. <Content Include="Themes\Images\pms\overviewbak_tritoninline_rf_on.png" />
  195. <Content Include="Themes\Images\pms\overviewbak_tritoninline_sys.png" />
  196. <Content Include="Themes\Images\pms\overviewMain.png" />
  197. <Content Include="Themes\Images\pms\plasma.png" />
  198. <Content Include="Themes\Images\pms\pumpLine.png" />
  199. <Content Include="Themes\Images\pms\UiSystem.ico" />
  200. <Content Include="Themes\Images\pms\vaporMFCLine.png" />
  201. <Content Include="Themes\Images\pms\vaporPipe.png" />
  202. <Content Include="Themes\Images\pms\Virgo_D.ico" />
  203. </ItemGroup>
  204. <ItemGroup />
  205. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  206. </Project>