Venus_UI.csproj 9.8 KB

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