Venus_UI.csproj 9.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239
  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>{A3CB74E2-00F1-4F24-A4DA-9630713CE8E5}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>Venus_UI</RootNamespace>
  10. <AssemblyName>Venus_UI</AssemblyName>
  11. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  14. <WarningLevel>4</WarningLevel>
  15. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  16. <Deterministic>true</Deterministic>
  17. <TargetFrameworkProfile />
  18. <PublishUrl>publish\</PublishUrl>
  19. <Install>true</Install>
  20. <InstallFrom>Disk</InstallFrom>
  21. <UpdateEnabled>false</UpdateEnabled>
  22. <UpdateMode>Foreground</UpdateMode>
  23. <UpdateInterval>7</UpdateInterval>
  24. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  25. <UpdatePeriodically>false</UpdatePeriodically>
  26. <UpdateRequired>false</UpdateRequired>
  27. <MapFileExtensions>true</MapFileExtensions>
  28. <ApplicationRevision>0</ApplicationRevision>
  29. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  30. <IsWebBootstrapper>false</IsWebBootstrapper>
  31. <UseApplicationTrust>false</UseApplicationTrust>
  32. <BootstrapperEnabled>true</BootstrapperEnabled>
  33. </PropertyGroup>
  34. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  35. <PlatformTarget>AnyCPU</PlatformTarget>
  36. <DebugSymbols>true</DebugSymbols>
  37. <DebugType>full</DebugType>
  38. <Optimize>false</Optimize>
  39. <OutputPath>bin\Debug\</OutputPath>
  40. <DefineConstants>DEBUG;TRACE</DefineConstants>
  41. <ErrorReport>prompt</ErrorReport>
  42. <WarningLevel>4</WarningLevel>
  43. <NoWarn>
  44. </NoWarn>
  45. </PropertyGroup>
  46. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  47. <PlatformTarget>AnyCPU</PlatformTarget>
  48. <DebugType>pdbonly</DebugType>
  49. <Optimize>true</Optimize>
  50. <OutputPath>bin\Release\</OutputPath>
  51. <DefineConstants>TRACE</DefineConstants>
  52. <ErrorReport>prompt</ErrorReport>
  53. <WarningLevel>4</WarningLevel>
  54. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  55. </PropertyGroup>
  56. <PropertyGroup>
  57. <ApplicationIcon>RT2.ico</ApplicationIcon>
  58. </PropertyGroup>
  59. <ItemGroup>
  60. <Reference Include="CommonServiceLocator">
  61. <HintPath>..\ThirdParty\CommonServiceLocator.dll</HintPath>
  62. </Reference>
  63. <Reference Include="LiveCharts">
  64. <HintPath>..\ThirdParty\LiveCharts.dll</HintPath>
  65. </Reference>
  66. <Reference Include="LiveCharts.Wpf">
  67. <HintPath>..\ThirdParty\LiveCharts.Wpf.dll</HintPath>
  68. </Reference>
  69. <Reference Include="log4net">
  70. <HintPath>..\ThirdParty\log4net.dll</HintPath>
  71. </Reference>
  72. <Reference Include="OpenSEMI.ClientBase, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  73. <SpecificVersion>False</SpecificVersion>
  74. <HintPath>..\ThirdParty\selfbuild\OpenSEMI.ClientBase.dll</HintPath>
  75. </Reference>
  76. <Reference Include="OpenSEMI.Core">
  77. <HintPath>..\ThirdParty\OpenSEMI.Core.dll</HintPath>
  78. </Reference>
  79. <Reference Include="OpenSEMI.Ctrlib">
  80. <HintPath>..\ThirdParty\OpenSEMI.Ctrlib.dll</HintPath>
  81. </Reference>
  82. <Reference Include="Prism">
  83. <HintPath>..\ThirdParty\Prism.dll</HintPath>
  84. </Reference>
  85. <Reference Include="Prism.Unity.Wpf">
  86. <HintPath>..\ThirdParty\Prism.Unity.Wpf.dll</HintPath>
  87. </Reference>
  88. <Reference Include="Prism.Wpf">
  89. <HintPath>..\ThirdParty\Prism.Wpf.dll</HintPath>
  90. </Reference>
  91. <Reference Include="System" />
  92. <Reference Include="System.Data" />
  93. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  94. <SpecificVersion>False</SpecificVersion>
  95. <HintPath>..\ThirdParty\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  96. </Reference>
  97. <Reference Include="System.Runtime.Serialization" />
  98. <Reference Include="System.ValueTuple">
  99. <HintPath>..\ThirdParty\System.ValueTuple.dll</HintPath>
  100. </Reference>
  101. <Reference Include="System.Windows.Interactivity">
  102. <HintPath>..\ThirdParty\System.Windows.Interactivity.dll</HintPath>
  103. </Reference>
  104. <Reference Include="System.Xml" />
  105. <Reference Include="Microsoft.CSharp" />
  106. <Reference Include="System.Core" />
  107. <Reference Include="System.Xml.Linq" />
  108. <Reference Include="System.Data.DataSetExtensions" />
  109. <Reference Include="System.Net.Http" />
  110. <Reference Include="System.Xaml">
  111. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  112. </Reference>
  113. <Reference Include="Unity.Abstractions">
  114. <HintPath>..\ThirdParty\Unity.Abstractions.dll</HintPath>
  115. </Reference>
  116. <Reference Include="Unity.Container">
  117. <HintPath>..\ThirdParty\Unity.Container.dll</HintPath>
  118. </Reference>
  119. <Reference Include="WindowsBase" />
  120. <Reference Include="PresentationCore" />
  121. <Reference Include="PresentationFramework" />
  122. <Reference Include="WPFToolkit">
  123. <HintPath>..\ThirdParty\WPFToolkit.dll</HintPath>
  124. </Reference>
  125. <Reference Include="Xceed.Wpf.DataGrid">
  126. <HintPath>..\ThirdParty\Xceed.Wpf.DataGrid.dll</HintPath>
  127. </Reference>
  128. <Reference Include="Xceed.Wpf.Toolkit">
  129. <HintPath>..\ThirdParty\Xceed.Wpf.Toolkit.dll</HintPath>
  130. </Reference>
  131. </ItemGroup>
  132. <ItemGroup>
  133. <ApplicationDefinition Include="App.xaml">
  134. <Generator>MSBuild:Compile</Generator>
  135. <SubType>Designer</SubType>
  136. </ApplicationDefinition>
  137. <Compile Include="App.xaml.cs">
  138. <DependentUpon>App.xaml</DependentUpon>
  139. <SubType>Code</SubType>
  140. </Compile>
  141. <Compile Include="Views\ShellView.xaml.cs">
  142. <DependentUpon>ShellView.xaml</DependentUpon>
  143. </Compile>
  144. </ItemGroup>
  145. <ItemGroup>
  146. <Compile Include="Properties\AssemblyInfo.cs">
  147. <SubType>Code</SubType>
  148. </Compile>
  149. <Compile Include="Properties\Resources.Designer.cs">
  150. <AutoGen>True</AutoGen>
  151. <DesignTime>True</DesignTime>
  152. <DependentUpon>Resources.resx</DependentUpon>
  153. </Compile>
  154. <Compile Include="Properties\Settings.Designer.cs">
  155. <AutoGen>True</AutoGen>
  156. <DependentUpon>Settings.settings</DependentUpon>
  157. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  158. </Compile>
  159. <EmbeddedResource Include="Properties\Resources.resx">
  160. <Generator>ResXFileCodeGenerator</Generator>
  161. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  162. </EmbeddedResource>
  163. <Content Include="Config\Menu_Kepler.json">
  164. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  165. </Content>
  166. <Content Include="Config\Menu_Venus.json">
  167. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  168. </Content>
  169. <Content Include="Config\Menu_VenusSE.json">
  170. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  171. </Content>
  172. <None Include="Properties\Settings.settings">
  173. <Generator>SettingsSingleFileGenerator</Generator>
  174. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  175. </None>
  176. </ItemGroup>
  177. <ItemGroup>
  178. <None Include="App.config" />
  179. </ItemGroup>
  180. <ItemGroup>
  181. <Page Include="Views\ShellView.xaml">
  182. <SubType>Designer</SubType>
  183. <Generator>MSBuild:Compile</Generator>
  184. </Page>
  185. </ItemGroup>
  186. <ItemGroup />
  187. <ItemGroup>
  188. <ProjectReference Include="..\Framework\Common\Common.csproj">
  189. <Project>{9cd2a6be-1971-4e74-b49e-547982f64034}</Project>
  190. <Name>Common</Name>
  191. </ProjectReference>
  192. <ProjectReference Include="..\Framework\UICore\UICore.csproj">
  193. <Project>{2C9E1DF3-1ABA-4972-BE60-41DD9B3C47A7}</Project>
  194. <Name>UICore</Name>
  195. </ProjectReference>
  196. <ProjectReference Include="..\Venus_Core\Venus_Core.csproj">
  197. <Project>{E40639DD-94A7-4ECD-8137-11496BD0BFA3}</Project>
  198. <Name>Venus_Core</Name>
  199. </ProjectReference>
  200. <ProjectReference Include="..\Venus_MainPages\Venus_MainPages.csproj">
  201. <Project>{581a0bc3-9ef7-454d-b2dd-f4ffd0bed5e0}</Project>
  202. <Name>Venus_MainPages</Name>
  203. </ProjectReference>
  204. <ProjectReference Include="..\Venus_Themes\Venus_Themes.csproj">
  205. <Project>{fa46d7f1-463b-4457-93af-760b409f9c7c}</Project>
  206. <Name>Venus_Themes</Name>
  207. </ProjectReference>
  208. </ItemGroup>
  209. <ItemGroup>
  210. <WCFMetadata Include="Connected Services\" />
  211. </ItemGroup>
  212. <ItemGroup>
  213. <BootstrapperPackage Include=".NETFramework,Version=v4.7.2">
  214. <Visible>False</Visible>
  215. <ProductName>Microsoft .NET Framework 4.7.2 %28x86 和 x64%29</ProductName>
  216. <Install>true</Install>
  217. </BootstrapperPackage>
  218. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  219. <Visible>False</Visible>
  220. <ProductName>.NET Framework 3.5 SP1</ProductName>
  221. <Install>false</Install>
  222. </BootstrapperPackage>
  223. </ItemGroup>
  224. <ItemGroup>
  225. <Resource Include="default_ui.ico" />
  226. </ItemGroup>
  227. <ItemGroup>
  228. <Resource Include="ui.ico" />
  229. </ItemGroup>
  230. <ItemGroup>
  231. <Resource Include="RT2.ico" />
  232. </ItemGroup>
  233. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  234. <PropertyGroup>
  235. <PostBuildEvent>if $(ConfigurationName)==Release (
  236. "$(SolutionDir)\Venus_Setup\Inno Setup 6\ISCC.exe" /Q "$(SolutionDir)\Venus_Setup\Venus_UI.iss"
  237. )</PostBuildEvent>
  238. </PropertyGroup>
  239. </Project>