Venus_UI.csproj 9.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235
  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. </PropertyGroup>
  55. <PropertyGroup>
  56. <ApplicationIcon>RT2.ico</ApplicationIcon>
  57. </PropertyGroup>
  58. <ItemGroup>
  59. <Reference Include="CommonServiceLocator">
  60. <HintPath>..\ThirdParty\CommonServiceLocator.dll</HintPath>
  61. </Reference>
  62. <Reference Include="LiveCharts">
  63. <HintPath>..\ThirdParty\LiveCharts.dll</HintPath>
  64. </Reference>
  65. <Reference Include="LiveCharts.Wpf">
  66. <HintPath>..\ThirdParty\LiveCharts.Wpf.dll</HintPath>
  67. </Reference>
  68. <Reference Include="log4net">
  69. <HintPath>..\ThirdParty\log4net.dll</HintPath>
  70. </Reference>
  71. <Reference Include="OpenSEMI.ClientBase, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  72. <SpecificVersion>False</SpecificVersion>
  73. <HintPath>..\ThirdParty\selfbuild\OpenSEMI.ClientBase.dll</HintPath>
  74. </Reference>
  75. <Reference Include="OpenSEMI.Core">
  76. <HintPath>..\ThirdParty\OpenSEMI.Core.dll</HintPath>
  77. </Reference>
  78. <Reference Include="OpenSEMI.Ctrlib">
  79. <HintPath>..\ThirdParty\OpenSEMI.Ctrlib.dll</HintPath>
  80. </Reference>
  81. <Reference Include="Prism">
  82. <HintPath>..\ThirdParty\Prism.dll</HintPath>
  83. </Reference>
  84. <Reference Include="Prism.Unity.Wpf">
  85. <HintPath>..\ThirdParty\Prism.Unity.Wpf.dll</HintPath>
  86. </Reference>
  87. <Reference Include="Prism.Wpf">
  88. <HintPath>..\ThirdParty\Prism.Wpf.dll</HintPath>
  89. </Reference>
  90. <Reference Include="System" />
  91. <Reference Include="System.Data" />
  92. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  93. <SpecificVersion>False</SpecificVersion>
  94. <HintPath>..\ThirdParty\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  95. </Reference>
  96. <Reference Include="System.Runtime.Serialization" />
  97. <Reference Include="System.ValueTuple">
  98. <HintPath>..\ThirdParty\System.ValueTuple.dll</HintPath>
  99. </Reference>
  100. <Reference Include="System.Windows.Interactivity">
  101. <HintPath>..\ThirdParty\System.Windows.Interactivity.dll</HintPath>
  102. </Reference>
  103. <Reference Include="System.Xml" />
  104. <Reference Include="Microsoft.CSharp" />
  105. <Reference Include="System.Core" />
  106. <Reference Include="System.Xml.Linq" />
  107. <Reference Include="System.Data.DataSetExtensions" />
  108. <Reference Include="System.Net.Http" />
  109. <Reference Include="System.Xaml">
  110. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  111. </Reference>
  112. <Reference Include="Unity.Abstractions">
  113. <HintPath>..\ThirdParty\Unity.Abstractions.dll</HintPath>
  114. </Reference>
  115. <Reference Include="Unity.Container">
  116. <HintPath>..\ThirdParty\Unity.Container.dll</HintPath>
  117. </Reference>
  118. <Reference Include="WindowsBase" />
  119. <Reference Include="PresentationCore" />
  120. <Reference Include="PresentationFramework" />
  121. <Reference Include="WPFToolkit">
  122. <HintPath>..\ThirdParty\WPFToolkit.dll</HintPath>
  123. </Reference>
  124. <Reference Include="Xceed.Wpf.DataGrid">
  125. <HintPath>..\ThirdParty\Xceed.Wpf.DataGrid.dll</HintPath>
  126. </Reference>
  127. <Reference Include="Xceed.Wpf.Toolkit">
  128. <HintPath>..\ThirdParty\Xceed.Wpf.Toolkit.dll</HintPath>
  129. </Reference>
  130. </ItemGroup>
  131. <ItemGroup>
  132. <ApplicationDefinition Include="App.xaml">
  133. <Generator>MSBuild:Compile</Generator>
  134. <SubType>Designer</SubType>
  135. </ApplicationDefinition>
  136. <Compile Include="App.xaml.cs">
  137. <DependentUpon>App.xaml</DependentUpon>
  138. <SubType>Code</SubType>
  139. </Compile>
  140. <Compile Include="Views\ShellView.xaml.cs">
  141. <DependentUpon>ShellView.xaml</DependentUpon>
  142. </Compile>
  143. </ItemGroup>
  144. <ItemGroup>
  145. <Compile Include="Properties\AssemblyInfo.cs">
  146. <SubType>Code</SubType>
  147. </Compile>
  148. <Compile Include="Properties\Resources.Designer.cs">
  149. <AutoGen>True</AutoGen>
  150. <DesignTime>True</DesignTime>
  151. <DependentUpon>Resources.resx</DependentUpon>
  152. </Compile>
  153. <Compile Include="Properties\Settings.Designer.cs">
  154. <AutoGen>True</AutoGen>
  155. <DependentUpon>Settings.settings</DependentUpon>
  156. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  157. </Compile>
  158. <EmbeddedResource Include="Properties\Resources.resx">
  159. <Generator>ResXFileCodeGenerator</Generator>
  160. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  161. </EmbeddedResource>
  162. <Content Include="Config\UIMenu.json">
  163. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  164. </Content>
  165. <Content Include="Config\UIMenuList.json">
  166. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  167. </Content>
  168. <None Include="Properties\Settings.settings">
  169. <Generator>SettingsSingleFileGenerator</Generator>
  170. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  171. </None>
  172. </ItemGroup>
  173. <ItemGroup>
  174. <None Include="App.config" />
  175. </ItemGroup>
  176. <ItemGroup>
  177. <Page Include="Views\ShellView.xaml">
  178. <SubType>Designer</SubType>
  179. <Generator>MSBuild:Compile</Generator>
  180. </Page>
  181. </ItemGroup>
  182. <ItemGroup />
  183. <ItemGroup>
  184. <ProjectReference Include="..\Framework\Common\Common.csproj">
  185. <Project>{9cd2a6be-1971-4e74-b49e-547982f64034}</Project>
  186. <Name>Common</Name>
  187. </ProjectReference>
  188. <ProjectReference Include="..\Framework\UICore\UICore.csproj">
  189. <Project>{2C9E1DF3-1ABA-4972-BE60-41DD9B3C47A7}</Project>
  190. <Name>UICore</Name>
  191. </ProjectReference>
  192. <ProjectReference Include="..\Venus_Core\Venus_Core.csproj">
  193. <Project>{E40639DD-94A7-4ECD-8137-11496BD0BFA3}</Project>
  194. <Name>Venus_Core</Name>
  195. </ProjectReference>
  196. <ProjectReference Include="..\Venus_MainPages\Venus_MainPages.csproj">
  197. <Project>{581a0bc3-9ef7-454d-b2dd-f4ffd0bed5e0}</Project>
  198. <Name>Venus_MainPages</Name>
  199. </ProjectReference>
  200. <ProjectReference Include="..\Venus_Themes\Venus_Themes.csproj">
  201. <Project>{fa46d7f1-463b-4457-93af-760b409f9c7c}</Project>
  202. <Name>Venus_Themes</Name>
  203. </ProjectReference>
  204. </ItemGroup>
  205. <ItemGroup>
  206. <WCFMetadata Include="Connected Services\" />
  207. </ItemGroup>
  208. <ItemGroup>
  209. <BootstrapperPackage Include=".NETFramework,Version=v4.7.2">
  210. <Visible>False</Visible>
  211. <ProductName>Microsoft .NET Framework 4.7.2 %28x86 和 x64%29</ProductName>
  212. <Install>true</Install>
  213. </BootstrapperPackage>
  214. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  215. <Visible>False</Visible>
  216. <ProductName>.NET Framework 3.5 SP1</ProductName>
  217. <Install>false</Install>
  218. </BootstrapperPackage>
  219. </ItemGroup>
  220. <ItemGroup>
  221. <Resource Include="default_ui.ico" />
  222. </ItemGroup>
  223. <ItemGroup>
  224. <Resource Include="ui.ico" />
  225. </ItemGroup>
  226. <ItemGroup>
  227. <Resource Include="RT2.ico" />
  228. </ItemGroup>
  229. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  230. <PropertyGroup>
  231. <PostBuildEvent>if $(ConfigurationName)==Release (
  232. "$(SolutionDir)\Venus_Setup\Inno Setup 6\ISCC.exe" /Q "$(SolutionDir)\Venus_Setup\Venus_UI.iss"
  233. )</PostBuildEvent>
  234. </PropertyGroup>
  235. </Project>