Venus_UI.csproj 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242
  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="Prism">
  73. <HintPath>..\ThirdParty\Prism.dll</HintPath>
  74. </Reference>
  75. <Reference Include="Prism.Unity.Wpf">
  76. <HintPath>..\ThirdParty\Prism.Unity.Wpf.dll</HintPath>
  77. </Reference>
  78. <Reference Include="Prism.Wpf">
  79. <HintPath>..\ThirdParty\Prism.Wpf.dll</HintPath>
  80. </Reference>
  81. <Reference Include="System" />
  82. <Reference Include="System.Configuration" />
  83. <Reference Include="System.Data" />
  84. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  85. <SpecificVersion>False</SpecificVersion>
  86. <HintPath>..\ThirdParty\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  87. </Reference>
  88. <Reference Include="System.Runtime.Serialization" />
  89. <Reference Include="System.ValueTuple">
  90. <HintPath>..\ThirdParty\System.ValueTuple.dll</HintPath>
  91. </Reference>
  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. <Content Include="Config\Login.png">
  133. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  134. </Content>
  135. <Compile Include="Views\ShellView.xaml.cs">
  136. <DependentUpon>ShellView.xaml</DependentUpon>
  137. </Compile>
  138. </ItemGroup>
  139. <ItemGroup>
  140. <Compile Include="Properties\AssemblyInfo.cs">
  141. <SubType>Code</SubType>
  142. </Compile>
  143. <Compile Include="Properties\Resources.Designer.cs">
  144. <AutoGen>True</AutoGen>
  145. <DesignTime>True</DesignTime>
  146. <DependentUpon>Resources.resx</DependentUpon>
  147. </Compile>
  148. <Compile Include="Properties\Settings.Designer.cs">
  149. <AutoGen>True</AutoGen>
  150. <DependentUpon>Settings.settings</DependentUpon>
  151. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  152. </Compile>
  153. <EmbeddedResource Include="Properties\Resources.resx">
  154. <Generator>ResXFileCodeGenerator</Generator>
  155. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  156. </EmbeddedResource>
  157. <Content Include="Config\Menu_Kepler2200.json">
  158. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  159. </Content>
  160. <Content Include="Config\Menu_Kepler2300.json">
  161. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  162. </Content>
  163. <None Include="Properties\Settings.settings">
  164. <Generator>SettingsSingleFileGenerator</Generator>
  165. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  166. </None>
  167. </ItemGroup>
  168. <ItemGroup>
  169. <None Include="App.config" />
  170. </ItemGroup>
  171. <ItemGroup>
  172. <Page Include="Views\ShellView.xaml">
  173. <SubType>Designer</SubType>
  174. <Generator>MSBuild:Compile</Generator>
  175. </Page>
  176. </ItemGroup>
  177. <ItemGroup />
  178. <ItemGroup>
  179. <ProjectReference Include="..\Framework\ClientBase\OpenSEMI.ClientBase.csproj">
  180. <Project>{38ba4f71-e9c5-4266-9b72-1733cdb39311}</Project>
  181. <Name>OpenSEMI.ClientBase</Name>
  182. </ProjectReference>
  183. <ProjectReference Include="..\Framework\Common\Common.csproj">
  184. <Project>{9cd2a6be-1971-4e74-b49e-547982f64034}</Project>
  185. <Name>Common</Name>
  186. </ProjectReference>
  187. <ProjectReference Include="..\Framework\OpenControl\OpenSEMI.Ctrlib.csproj">
  188. <Project>{b55e8d4b-c4c8-4a6d-9fc4-609c52a56cac}</Project>
  189. <Name>OpenSEMI.Ctrlib</Name>
  190. </ProjectReference>
  191. <ProjectReference Include="..\Framework\OpenSEMICore\OpenSEMI.Core.csproj">
  192. <Project>{c4cd3d7b-cb40-47d5-ab04-df05007e5b6a}</Project>
  193. <Name>OpenSEMI.Core</Name>
  194. </ProjectReference>
  195. <ProjectReference Include="..\Framework\UICore\UICore.csproj">
  196. <Project>{2C9E1DF3-1ABA-4972-BE60-41DD9B3C47A7}</Project>
  197. <Name>UICore</Name>
  198. </ProjectReference>
  199. <ProjectReference Include="..\Venus_Core\Venus_Core.csproj">
  200. <Project>{E40639DD-94A7-4ECD-8137-11496BD0BFA3}</Project>
  201. <Name>Venus_Core</Name>
  202. </ProjectReference>
  203. <ProjectReference Include="..\Venus_MainPages\Venus_MainPages.csproj">
  204. <Project>{581a0bc3-9ef7-454d-b2dd-f4ffd0bed5e0}</Project>
  205. <Name>Venus_MainPages</Name>
  206. </ProjectReference>
  207. <ProjectReference Include="..\Venus_Themes\Venus_Themes.csproj">
  208. <Project>{fa46d7f1-463b-4457-93af-760b409f9c7c}</Project>
  209. <Name>Venus_Themes</Name>
  210. </ProjectReference>
  211. </ItemGroup>
  212. <ItemGroup>
  213. <WCFMetadata Include="Connected Services\" />
  214. </ItemGroup>
  215. <ItemGroup>
  216. <BootstrapperPackage Include=".NETFramework,Version=v4.7.2">
  217. <Visible>False</Visible>
  218. <ProductName>Microsoft .NET Framework 4.7.2 %28x86 和 x64%29</ProductName>
  219. <Install>true</Install>
  220. </BootstrapperPackage>
  221. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  222. <Visible>False</Visible>
  223. <ProductName>.NET Framework 3.5 SP1</ProductName>
  224. <Install>false</Install>
  225. </BootstrapperPackage>
  226. </ItemGroup>
  227. <ItemGroup>
  228. <Resource Include="default_ui.ico" />
  229. </ItemGroup>
  230. <ItemGroup>
  231. <Resource Include="ui.ico" />
  232. </ItemGroup>
  233. <ItemGroup>
  234. <Resource Include="RT2.ico" />
  235. </ItemGroup>
  236. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  237. <PropertyGroup>
  238. <PostBuildEvent>if $(ConfigurationName)==Release (
  239. "$(SolutionDir)\Venus_Setup\Inno Setup 6\ISCC.exe" /Q "$(SolutionDir)\Venus_Setup\Venus_UI.iss"
  240. )</PostBuildEvent>
  241. </PropertyGroup>
  242. </Project>