Venus_UI.csproj 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224
  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>CS0168</NoWarn>
  44. </PropertyGroup>
  45. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  46. <PlatformTarget>AnyCPU</PlatformTarget>
  47. <DebugType>pdbonly</DebugType>
  48. <Optimize>true</Optimize>
  49. <OutputPath>bin\Release\</OutputPath>
  50. <DefineConstants>TRACE</DefineConstants>
  51. <ErrorReport>prompt</ErrorReport>
  52. <WarningLevel>4</WarningLevel>
  53. </PropertyGroup>
  54. <PropertyGroup>
  55. <ApplicationIcon>RT2.ico</ApplicationIcon>
  56. </PropertyGroup>
  57. <ItemGroup>
  58. <Reference Include="CommonServiceLocator">
  59. <HintPath>..\ThirdParty\CommonServiceLocator.dll</HintPath>
  60. </Reference>
  61. <Reference Include="LiveCharts">
  62. <HintPath>..\ThirdParty\LiveCharts.dll</HintPath>
  63. </Reference>
  64. <Reference Include="LiveCharts.Wpf">
  65. <HintPath>..\ThirdParty\LiveCharts.Wpf.dll</HintPath>
  66. </Reference>
  67. <Reference Include="log4net">
  68. <HintPath>..\ThirdParty\log4net.dll</HintPath>
  69. </Reference>
  70. <Reference Include="OpenSEMI.Core">
  71. <HintPath>..\ThirdParty\OpenSEMI.Core.dll</HintPath>
  72. </Reference>
  73. <Reference Include="OpenSEMI.Ctrlib">
  74. <HintPath>..\ThirdParty\OpenSEMI.Ctrlib.dll</HintPath>
  75. </Reference>
  76. <Reference Include="Prism">
  77. <HintPath>..\ThirdParty\Prism.dll</HintPath>
  78. </Reference>
  79. <Reference Include="Prism.Unity.Wpf">
  80. <HintPath>..\ThirdParty\Prism.Unity.Wpf.dll</HintPath>
  81. </Reference>
  82. <Reference Include="Prism.Wpf">
  83. <HintPath>..\ThirdParty\Prism.Wpf.dll</HintPath>
  84. </Reference>
  85. <Reference Include="System" />
  86. <Reference Include="System.Data" />
  87. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  88. <SpecificVersion>False</SpecificVersion>
  89. <HintPath>..\ThirdParty\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  90. </Reference>
  91. <Reference Include="System.Runtime.Serialization" />
  92. <Reference Include="System.Windows.Interactivity">
  93. <HintPath>..\ThirdParty\System.Windows.Interactivity.dll</HintPath>
  94. </Reference>
  95. <Reference Include="System.Xml" />
  96. <Reference Include="Microsoft.CSharp" />
  97. <Reference Include="System.Core" />
  98. <Reference Include="System.Xml.Linq" />
  99. <Reference Include="System.Data.DataSetExtensions" />
  100. <Reference Include="System.Net.Http" />
  101. <Reference Include="System.Xaml">
  102. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  103. </Reference>
  104. <Reference Include="Unity.Abstractions">
  105. <HintPath>..\ThirdParty\Unity.Abstractions.dll</HintPath>
  106. </Reference>
  107. <Reference Include="Unity.Container">
  108. <HintPath>..\ThirdParty\Unity.Container.dll</HintPath>
  109. </Reference>
  110. <Reference Include="WindowsBase" />
  111. <Reference Include="PresentationCore" />
  112. <Reference Include="PresentationFramework" />
  113. <Reference Include="WPFToolkit">
  114. <HintPath>..\ThirdParty\WPFToolkit.dll</HintPath>
  115. </Reference>
  116. <Reference Include="Xceed.Wpf.DataGrid">
  117. <HintPath>..\ThirdParty\Xceed.Wpf.DataGrid.dll</HintPath>
  118. </Reference>
  119. <Reference Include="Xceed.Wpf.Toolkit">
  120. <HintPath>..\ThirdParty\Xceed.Wpf.Toolkit.dll</HintPath>
  121. </Reference>
  122. </ItemGroup>
  123. <ItemGroup>
  124. <ApplicationDefinition Include="App.xaml">
  125. <Generator>MSBuild:Compile</Generator>
  126. <SubType>Designer</SubType>
  127. </ApplicationDefinition>
  128. <Compile Include="App.xaml.cs">
  129. <DependentUpon>App.xaml</DependentUpon>
  130. <SubType>Code</SubType>
  131. </Compile>
  132. <Compile Include="Views\ShellView.xaml.cs">
  133. <DependentUpon>ShellView.xaml</DependentUpon>
  134. </Compile>
  135. </ItemGroup>
  136. <ItemGroup>
  137. <Compile Include="Properties\AssemblyInfo.cs">
  138. <SubType>Code</SubType>
  139. </Compile>
  140. <Compile Include="Properties\Resources.Designer.cs">
  141. <AutoGen>True</AutoGen>
  142. <DesignTime>True</DesignTime>
  143. <DependentUpon>Resources.resx</DependentUpon>
  144. </Compile>
  145. <Compile Include="Properties\Settings.Designer.cs">
  146. <AutoGen>True</AutoGen>
  147. <DependentUpon>Settings.settings</DependentUpon>
  148. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  149. </Compile>
  150. <EmbeddedResource Include="Properties\Resources.resx">
  151. <Generator>ResXFileCodeGenerator</Generator>
  152. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  153. </EmbeddedResource>
  154. <Content Include="Config\UIMenu.json">
  155. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  156. </Content>
  157. <None Include="Properties\Settings.settings">
  158. <Generator>SettingsSingleFileGenerator</Generator>
  159. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  160. </None>
  161. </ItemGroup>
  162. <ItemGroup>
  163. <None Include="App.config" />
  164. </ItemGroup>
  165. <ItemGroup>
  166. <Page Include="Views\ShellView.xaml">
  167. <SubType>Designer</SubType>
  168. <Generator>MSBuild:Compile</Generator>
  169. </Page>
  170. </ItemGroup>
  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="..\Venus_Core\Venus_Core.csproj">
  182. <Project>{E40639DD-94A7-4ECD-8137-11496BD0BFA3}</Project>
  183. <Name>Venus_Core</Name>
  184. </ProjectReference>
  185. <ProjectReference Include="..\Venus_MainPages\Venus_MainPages.csproj">
  186. <Project>{581a0bc3-9ef7-454d-b2dd-f4ffd0bed5e0}</Project>
  187. <Name>Venus_MainPages</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. <WCFMetadata Include="Connected Services\" />
  196. </ItemGroup>
  197. <ItemGroup>
  198. <BootstrapperPackage Include=".NETFramework,Version=v4.7.2">
  199. <Visible>False</Visible>
  200. <ProductName>Microsoft .NET Framework 4.7.2 %28x86 和 x64%29</ProductName>
  201. <Install>true</Install>
  202. </BootstrapperPackage>
  203. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  204. <Visible>False</Visible>
  205. <ProductName>.NET Framework 3.5 SP1</ProductName>
  206. <Install>false</Install>
  207. </BootstrapperPackage>
  208. </ItemGroup>
  209. <ItemGroup>
  210. <Resource Include="default_ui.ico" />
  211. </ItemGroup>
  212. <ItemGroup>
  213. <Resource Include="ui.ico" />
  214. </ItemGroup>
  215. <ItemGroup>
  216. <Resource Include="RT2.ico" />
  217. </ItemGroup>
  218. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  219. <PropertyGroup>
  220. <PostBuildEvent>if $(ConfigurationName)==Release (
  221. "$(SolutionDir)\Venus_Setup\Inno Setup 6\ISCC.exe" /Q "$(SolutionDir)\Venus_Setup\Venus_UI.iss"
  222. )</PostBuildEvent>
  223. </PropertyGroup>
  224. </Project>