CyberX8_UI.csproj 9.8 KB

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