GeekDesk.csproj 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="packages\Microsoft.SourceLink.GitHub.1.0.0\build\Microsoft.SourceLink.GitHub.props" Condition="Exists('packages\Microsoft.SourceLink.GitHub.1.0.0\build\Microsoft.SourceLink.GitHub.props')" />
  4. <Import Project="packages\Microsoft.SourceLink.Common.1.0.0\build\Microsoft.SourceLink.Common.props" Condition="Exists('packages\Microsoft.SourceLink.Common.1.0.0\build\Microsoft.SourceLink.Common.props')" />
  5. <Import Project="packages\Microsoft.Build.Tasks.Git.1.0.0\build\Microsoft.Build.Tasks.Git.props" Condition="Exists('packages\Microsoft.Build.Tasks.Git.1.0.0\build\Microsoft.Build.Tasks.Git.props')" />
  6. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  7. <PropertyGroup>
  8. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  9. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  10. <ProjectGuid>{B4983CEC-2281-413C-8ECF-92EE0E40A713}</ProjectGuid>
  11. <OutputType>WinExe</OutputType>
  12. <RootNamespace>GeekDesk</RootNamespace>
  13. <AssemblyName>GeekDesk</AssemblyName>
  14. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  15. <FileAlignment>512</FileAlignment>
  16. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  17. <WarningLevel>4</WarningLevel>
  18. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  19. <Deterministic>true</Deterministic>
  20. <TargetFrameworkProfile />
  21. <IsWebBootstrapper>false</IsWebBootstrapper>
  22. <NuGetPackageImportStamp>
  23. </NuGetPackageImportStamp>
  24. <PublishUrl>publish\</PublishUrl>
  25. <Install>true</Install>
  26. <InstallFrom>Disk</InstallFrom>
  27. <UpdateEnabled>false</UpdateEnabled>
  28. <UpdateMode>Foreground</UpdateMode>
  29. <UpdateInterval>7</UpdateInterval>
  30. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  31. <UpdatePeriodically>false</UpdatePeriodically>
  32. <UpdateRequired>false</UpdateRequired>
  33. <MapFileExtensions>true</MapFileExtensions>
  34. <ApplicationRevision>0</ApplicationRevision>
  35. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  36. <UseApplicationTrust>false</UseApplicationTrust>
  37. <BootstrapperEnabled>true</BootstrapperEnabled>
  38. </PropertyGroup>
  39. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  40. <PlatformTarget>AnyCPU</PlatformTarget>
  41. <DebugSymbols>true</DebugSymbols>
  42. <DebugType>full</DebugType>
  43. <Optimize>false</Optimize>
  44. <OutputPath>bin\Debug\</OutputPath>
  45. <DefineConstants>DEBUG;TRACE</DefineConstants>
  46. <ErrorReport>prompt</ErrorReport>
  47. <WarningLevel>4</WarningLevel>
  48. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  49. <Prefer32Bit>false</Prefer32Bit>
  50. </PropertyGroup>
  51. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  52. <PlatformTarget>AnyCPU</PlatformTarget>
  53. <DebugType>pdbonly</DebugType>
  54. <Optimize>true</Optimize>
  55. <OutputPath>bin\Release\</OutputPath>
  56. <DefineConstants>TRACE</DefineConstants>
  57. <ErrorReport>prompt</ErrorReport>
  58. <WarningLevel>4</WarningLevel>
  59. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  60. <Prefer32Bit>false</Prefer32Bit>
  61. <GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
  62. </PropertyGroup>
  63. <PropertyGroup>
  64. <StartupObject>GeekDesk.App</StartupObject>
  65. </PropertyGroup>
  66. <PropertyGroup>
  67. <SignManifests>false</SignManifests>
  68. </PropertyGroup>
  69. <PropertyGroup>
  70. <ApplicationIcon>Logo.ico</ApplicationIcon>
  71. </PropertyGroup>
  72. <PropertyGroup>
  73. <TargetZone>LocalIntranet</TargetZone>
  74. </PropertyGroup>
  75. <PropertyGroup>
  76. <GenerateManifests>false</GenerateManifests>
  77. </PropertyGroup>
  78. <PropertyGroup>
  79. <ApplicationManifest>app.manifest</ApplicationManifest>
  80. </PropertyGroup>
  81. <ItemGroup>
  82. <Reference Include="CommonServiceLocator, Version=2.0.6.0, Culture=neutral, PublicKeyToken=489b6accfaf20ef0, processorArchitecture=MSIL">
  83. <HintPath>packages\CommonServiceLocator.2.0.6\lib\net45\CommonServiceLocator.dll</HintPath>
  84. </Reference>
  85. <Reference Include="Gma.System.MouseKeyHook, Version=5.6.130.0, Culture=neutral, processorArchitecture=MSIL">
  86. <HintPath>packages\MouseKeyHook.5.6.0\lib\net40\Gma.System.MouseKeyHook.dll</HintPath>
  87. </Reference>
  88. <Reference Include="HandyControl, Version=3.5.1.0, Culture=neutral, PublicKeyToken=45be8712787a1e5b, processorArchitecture=MSIL">
  89. <HintPath>packages\HandyControl.3.5.1\lib\net472\HandyControl.dll</HintPath>
  90. </Reference>
  91. <Reference Include="KeyMouseHook, Version=1.0.6.0, Culture=neutral, processorArchitecture=MSIL">
  92. <HintPath>packages\KeyMouseHook.1.0.6\lib\net40\KeyMouseHook.dll</HintPath>
  93. </Reference>
  94. <Reference Include="Microsoft.Extensions.Logging.Abstractions, Version=2.1.1.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  95. <HintPath>packages\Microsoft.Extensions.Logging.Abstractions.2.1.1\lib\netstandard2.0\Microsoft.Extensions.Logging.Abstractions.dll</HintPath>
  96. </Reference>
  97. <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  98. <HintPath>packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
  99. </Reference>
  100. <Reference Include="NPinyin.Core, Version=3.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  101. <HintPath>packages\NPinyin.Core.3.0.0\lib\net45\NPinyin.Core.dll</HintPath>
  102. </Reference>
  103. <Reference Include="Quartz, Version=3.3.3.0, Culture=neutral, PublicKeyToken=f6b8c98a402cc8a4, processorArchitecture=MSIL">
  104. <HintPath>packages\Quartz.3.3.3\lib\net472\Quartz.dll</HintPath>
  105. </Reference>
  106. <Reference Include="System" />
  107. <Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  108. <HintPath>packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath>
  109. </Reference>
  110. <Reference Include="System.Configuration" />
  111. <Reference Include="System.Configuration.Install" />
  112. <Reference Include="System.Data" />
  113. <Reference Include="System.Diagnostics.DiagnosticSource, Version=4.0.5.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  114. <HintPath>packages\System.Diagnostics.DiagnosticSource.4.7.1\lib\net46\System.Diagnostics.DiagnosticSource.dll</HintPath>
  115. </Reference>
  116. <Reference Include="System.Drawing" />
  117. <Reference Include="System.Drawing.Common, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  118. <HintPath>packages\System.Drawing.Common.6.0.0-preview.6.21352.12\lib\net461\System.Drawing.Common.dll</HintPath>
  119. </Reference>
  120. <Reference Include="System.Management" />
  121. <Reference Include="System.Memory, Version=4.0.1.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  122. <HintPath>packages\System.Memory.4.5.4\lib\net461\System.Memory.dll</HintPath>
  123. </Reference>
  124. <Reference Include="System.Numerics" />
  125. <Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  126. <HintPath>packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
  127. </Reference>
  128. <Reference Include="System.Reactive, Version=5.0.0.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263, processorArchitecture=MSIL">
  129. <HintPath>packages\System.Reactive.5.0.0\lib\net472\System.Reactive.dll</HintPath>
  130. </Reference>
  131. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.4.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  132. <HintPath>packages\System.Runtime.CompilerServices.Unsafe.4.5.3\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  133. </Reference>
  134. <Reference Include="System.Runtime.Remoting" />
  135. <Reference Include="System.ServiceProcess" />
  136. <Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  137. <HintPath>packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll</HintPath>
  138. </Reference>
  139. <Reference Include="System.Web" />
  140. <Reference Include="System.Web.Extensions" />
  141. <Reference Include="System.Windows" />
  142. <Reference Include="System.Windows.Forms" />
  143. <Reference Include="System.Xml" />
  144. <Reference Include="Microsoft.CSharp" />
  145. <Reference Include="System.Core" />
  146. <Reference Include="System.Xml.Linq" />
  147. <Reference Include="System.Data.DataSetExtensions" />
  148. <Reference Include="System.Net.Http" />
  149. <Reference Include="System.Xaml">
  150. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  151. </Reference>
  152. <Reference Include="WindowsAPICodePack.Shell.CommonFileDialogs, Version=1.1.5.0, Culture=neutral, processorArchitecture=MSIL">
  153. <HintPath>packages\WindowsAPICodePack.Shell.CommonFileDialogs.1.1.5\lib\net452\WindowsAPICodePack.Shell.CommonFileDialogs.dll</HintPath>
  154. </Reference>
  155. <Reference Include="WindowsBase" />
  156. <Reference Include="PresentationCore" />
  157. <Reference Include="PresentationFramework" />
  158. <Reference Include="XamlFlair.WPF, Version=1.2.13.0, Culture=neutral, processorArchitecture=MSIL">
  159. <HintPath>packages\XamlFlair.WPF.1.2.13\lib\net472\XamlFlair.WPF.dll</HintPath>
  160. </Reference>
  161. </ItemGroup>
  162. <ItemGroup>
  163. <ApplicationDefinition Include="App.xaml">
  164. <Generator>MSBuild:Compile</Generator>
  165. <SubType>Designer</SubType>
  166. </ApplicationDefinition>
  167. <Compile Include="Command\DelegateCommand.cs" />
  168. <Compile Include="Command\DelegateCommandBase.cs" />
  169. <Compile Include="Constant\AppHideType.cs" />
  170. <Compile Include="Constant\Constants.cs" />
  171. <Compile Include="Constant\DictConst.cs" />
  172. <Compile Include="Constant\HotKeyType.cs" />
  173. <Compile Include="Constant\IconType.cs" />
  174. <Compile Include="Constant\CommonEnum.cs" />
  175. <Compile Include="Constant\IconStartType.cs" />
  176. <Compile Include="Constant\MenuType.cs" />
  177. <Compile Include="Constant\PasswordType.cs" />
  178. <Compile Include="Constant\RunTimeStatus.cs" />
  179. <Compile Include="Constant\SearchType.cs" />
  180. <Compile Include="Constant\SortType.cs" />
  181. <Compile Include="Constant\TodoTaskExecType.cs" />
  182. <Compile Include="Constant\BGStyle.cs" />
  183. <Compile Include="Constant\UpdateType.cs" />
  184. <Compile Include="Constant\WidthTypeEnum.cs" />
  185. <Compile Include="Control\Other\GlobalMsgNotification.xaml.cs">
  186. <DependentUpon>GlobalMsgNotification.xaml</DependentUpon>
  187. </Compile>
  188. <Compile Include="Control\Other\BacklogNotificatin.xaml.cs">
  189. <DependentUpon>BacklogNotificatin.xaml</DependentUpon>
  190. </Compile>
  191. <Compile Include="Control\Other\CustomIconUrlDialog.xaml.cs">
  192. <DependentUpon>CustomIconUrlDialog.xaml</DependentUpon>
  193. </Compile>
  194. <Compile Include="Control\Other\GradientBGDialog.xaml.cs">
  195. <DependentUpon>GradientBGDialog.xaml</DependentUpon>
  196. </Compile>
  197. <Compile Include="Control\Other\BGNmaeDialog.xaml.cs">
  198. <DependentUpon>BGNmaeDialog.xaml</DependentUpon>
  199. </Compile>
  200. <Compile Include="Control\Other\PasswordDialog.xaml.cs">
  201. <DependentUpon>PasswordDialog.xaml</DependentUpon>
  202. </Compile>
  203. <Compile Include="Control\Other\MyColorPickerDialog.xaml.cs">
  204. <DependentUpon>MyColorPickerDialog.xaml</DependentUpon>
  205. </Compile>
  206. <Compile Include="Control\Other\IconInfoUrlDialog.xaml.cs">
  207. <DependentUpon>IconInfoUrlDialog.xaml</DependentUpon>
  208. </Compile>
  209. <Compile Include="Control\Other\SearchResControl.xaml.cs">
  210. <DependentUpon>SearchResControl.xaml</DependentUpon>
  211. </Compile>
  212. <Compile Include="Control\UserControls\Config\OtherControl.xaml.cs">
  213. <DependentUpon>OtherControl.xaml</DependentUpon>
  214. </Compile>
  215. <Compile Include="Control\UserControls\SystemItem\SystemItem.xaml.cs">
  216. <DependentUpon>SystemItem.xaml</DependentUpon>
  217. </Compile>
  218. <Compile Include="Control\UserControls\ToDo\TodoControl.xaml.cs">
  219. <DependentUpon>TodoControl.xaml</DependentUpon>
  220. </Compile>
  221. <Compile Include="Control\UserControls\IconFont\IconPannel.xaml.cs">
  222. <DependentUpon>IconPannel.xaml</DependentUpon>
  223. </Compile>
  224. <Compile Include="Control\Windows\GlobalColorPickerWindow.xaml.cs">
  225. <DependentUpon>GlobalColorPickerWindow.xaml</DependentUpon>
  226. </Compile>
  227. <Compile Include="Control\Windows\PixelColorPickerWindow.xaml.cs">
  228. <DependentUpon>PixelColorPickerWindow.xaml</DependentUpon>
  229. </Compile>
  230. <Compile Include="Control\Windows\SystemItemWindow.xaml.cs">
  231. <DependentUpon>SystemItemWindow.xaml</DependentUpon>
  232. </Compile>
  233. <Compile Include="Control\Windows\ToDoInfoWindow.xaml.cs">
  234. <DependentUpon>ToDoInfoWindow.xaml</DependentUpon>
  235. </Compile>
  236. <Compile Include="Control\Windows\ToDoWindow.xaml.cs">
  237. <DependentUpon>ToDoWindow.xaml</DependentUpon>
  238. </Compile>
  239. <Compile Include="Control\Windows\ConfigWindow.xaml.cs">
  240. <DependentUpon>ConfigWindow.xaml</DependentUpon>
  241. </Compile>
  242. <Compile Include="Control\Other\IconInfoDialog.xaml.cs">
  243. <DependentUpon>IconInfoDialog.xaml</DependentUpon>
  244. </Compile>
  245. <Compile Include="Control\UserControls\Config\AboutControl.xaml.cs">
  246. <DependentUpon>AboutControl.xaml</DependentUpon>
  247. </Compile>
  248. <Compile Include="Control\UserControls\PannelCard\LeftCardControl.xaml.cs">
  249. <DependentUpon>LeftCardControl.xaml</DependentUpon>
  250. </Compile>
  251. <Compile Include="Control\UserControls\Config\ThemeControl.xaml.cs">
  252. <DependentUpon>ThemeControl.xaml</DependentUpon>
  253. </Compile>
  254. <Compile Include="Control\UserControls\PannelCard\RightCardControl.xaml.cs">
  255. <DependentUpon>RightCardControl.xaml</DependentUpon>
  256. </Compile>
  257. <Compile Include="Control\UserControls\Config\MotionControl.xaml.cs">
  258. <DependentUpon>MotionControl.xaml</DependentUpon>
  259. </Compile>
  260. <Compile Include="Control\Windows\IconfontWindow.xaml.cs">
  261. <DependentUpon>IconfontWindow.xaml</DependentUpon>
  262. </Compile>
  263. <Compile Include="Control\Windows\UpdateWindow.xaml.cs">
  264. <DependentUpon>UpdateWindow.xaml</DependentUpon>
  265. </Compile>
  266. <Compile Include="Converts\ValueConvert.cs" />
  267. <Compile Include="Converts\CountGreZero2BoolConvert.cs" />
  268. <Compile Include="Converts\Count2VisibleConvert.cs" />
  269. <Compile Include="Converts\GetWidthByWWConvert.cs" />
  270. <Compile Include="Converts\SearchTypeConvert.cs" />
  271. <Compile Include="Converts\StringAppendConvert.cs" />
  272. <Compile Include="Converts\DoubleToGridLength.cs" />
  273. <Compile Include="Converts\MenuInfoConvert.cs" />
  274. <Compile Include="Converts\SearchResWidth.cs" />
  275. <Compile Include="Converts\SortTypeConvert.cs" />
  276. <Compile Include="Converts\TodoTaskExecConvert.cs" />
  277. <Compile Include="Converts\IntToCornerRadius.cs" />
  278. <Compile Include="Converts\OpcityConvert.cs" />
  279. <Compile Include="Converts\BGStyleConvert.cs" />
  280. <Compile Include="Converts\UpdateTypeConvert.cs" />
  281. <Compile Include="Converts\ReverseBoolConvert.cs" />
  282. <Compile Include="Converts\Boolean2VisibilityConverter.cs" />
  283. <Compile Include="Converts\TextToColorConverter.cs" />
  284. <Compile Include="Converts\Visibility2BooleanConverter.cs" />
  285. <Compile Include="CustomComponent\DraggAnimatedPanel\DraggAnimatedPanel.cs" />
  286. <Compile Include="CustomComponent\DraggAnimatedPanel\DraggAnimatedPanel.Drag.cs" />
  287. <Compile Include="Converts\HideTypeConvert.cs" />
  288. <Compile Include="Interface\IWindowCommon.cs" />
  289. <Compile Include="MyThread\RelativePathThread.cs" />
  290. <Compile Include="Plugins\EveryThing\Constant\EveryThingConst.cs" />
  291. <Compile Include="Plugins\EveryThing\EveryThing32.cs" />
  292. <Compile Include="Plugins\EveryThing\EveryThing64.cs" />
  293. <Compile Include="Plugins\EveryThing\EveryThingUtil.cs" />
  294. <Compile Include="Plugins\ShowSeconds\Common\Constants.cs" />
  295. <Compile Include="Plugins\ShowSeconds\SecondsWindow.xaml.cs">
  296. <DependentUpon>SecondsWindow.xaml</DependentUpon>
  297. </Compile>
  298. <Compile Include="Plugins\ShowSeconds\ViewModel\SecondsDataContext.cs" />
  299. <Compile Include="Task\BakTask.cs" />
  300. <Compile Include="Task\ToDoTask.cs" />
  301. <Compile Include="MyThread\MouseHookThread.cs" />
  302. <Compile Include="MyThread\DispatcherBuild.cs" />
  303. <Compile Include="Task\UpdateTask.cs" />
  304. <Compile Include="Util\AeroGlassHelper.cs" />
  305. <Compile Include="Util\BGSettingUtil.cs" />
  306. <Compile Include="Util\BlurGlassUtil.cs" />
  307. <Compile Include="Util\ColorUtil.cs" />
  308. <Compile Include="Util\DeepCopyUtil.cs" />
  309. <Compile Include="Util\DefaultIcons.cs" />
  310. <Compile Include="Util\DragAdorner.cs" />
  311. <Compile Include="Util\FileWatcher.cs" />
  312. <Compile Include="Util\GlobalHotKey.cs" />
  313. <Compile Include="Util\CommonCode.cs" />
  314. <Compile Include="Util\FileIcon.cs" />
  315. <Compile Include="Util\FileUtil.cs" />
  316. <Compile Include="ViewModel\Temp\GuideInfoList.cs" />
  317. <Compile Include="Util\HideWindowUtil.cs" />
  318. <Compile Include="Util\IconHelper.cs" />
  319. <Compile Include="Util\IconUtil.cs" />
  320. <Compile Include="Util\KeyUtil.cs" />
  321. <Compile Include="Util\ListBoxDragDropManager.cs" />
  322. <Compile Include="Util\LogUtil.cs" />
  323. <Compile Include="Util\MarginHide.cs" />
  324. <Compile Include="Util\HttpUtil.cs" />
  325. <Compile Include="Util\ImageUtil.cs" />
  326. <Compile Include="Converts\MenuWidthConvert.cs" />
  327. <Compile Include="Util\MD5Util.cs" />
  328. <Compile Include="Util\MessageUtil.cs" />
  329. <Compile Include="Util\MouseHook.cs" />
  330. <Compile Include="Util\MouseUtil.cs" />
  331. <Compile Include="Util\NativeMethods.cs" />
  332. <Compile Include="Util\ProcessUtil.cs" />
  333. <Compile Include="Util\RegisterUtil.cs" />
  334. <Compile Include="Util\RelayCommand.cs" />
  335. <Compile Include="Util\ScreenUtil.cs" />
  336. <Compile Include="Util\ScrollUtil.cs" />
  337. <Compile Include="Util\ShellContextMenu.cs" />
  338. <Compile Include="Util\ShowWindowFollowMouse.cs" />
  339. <Compile Include="Util\StringUtil.cs" />
  340. <Compile Include="Util\SvgToGeometry.cs" />
  341. <Compile Include="Util\UserActivityHook.cs" />
  342. <Compile Include="CustomComponent\VirtualizingWrapPanel\ItemRange.cs" />
  343. <Compile Include="CustomComponent\VirtualizingWrapPanel\SpacingMode.cs" />
  344. <Compile Include="CustomComponent\VirtualizingWrapPanel\VirtualizingPanelBase.cs" />
  345. <Compile Include="CustomComponent\VirtualizingWrapPanel\VirtualizingWrapPanel.cs" />
  346. <Compile Include="Util\WindowsThumbnailProvider.cs" />
  347. <Compile Include="Util\WindowUtil.cs" />
  348. <Compile Include="CustomComponent\VirtualizingWrapPanel\ScrollDirection.cs" />
  349. <Compile Include="ViewModel\AppConfig.cs" />
  350. <Compile Include="ViewModel\AppData.cs" />
  351. <Compile Include="ViewModel\GradientBGParam.cs" />
  352. <Compile Include="ViewModel\CPDataContext.cs" />
  353. <Compile Include="ViewModel\Temp\GradientBGParamList.cs" />
  354. <Compile Include="ViewModel\Temp\SearchIconList.cs" />
  355. <Compile Include="ViewModel\ToDoInfo.cs" />
  356. <Compile Include="ViewModel\IconfontInfo.cs" />
  357. <Compile Include="ViewModel\IconInfo.cs" />
  358. <Compile Include="ViewModel\MenuInfo.cs" />
  359. <Page Include="Control\Other\GlobalMsgNotification.xaml">
  360. <Generator>MSBuild:Compile</Generator>
  361. <SubType>Designer</SubType>
  362. </Page>
  363. <Page Include="Control\Other\BacklogNotificatin.xaml">
  364. <SubType>Designer</SubType>
  365. <Generator>MSBuild:Compile</Generator>
  366. </Page>
  367. <Page Include="Control\Other\CustomIconUrlDialog.xaml">
  368. <Generator>MSBuild:Compile</Generator>
  369. <SubType>Designer</SubType>
  370. </Page>
  371. <Page Include="Control\Other\GradientBGDialog.xaml">
  372. <Generator>MSBuild:Compile</Generator>
  373. <SubType>Designer</SubType>
  374. </Page>
  375. <Page Include="Control\Other\BGNmaeDialog.xaml">
  376. <Generator>MSBuild:Compile</Generator>
  377. <SubType>Designer</SubType>
  378. </Page>
  379. <Page Include="Control\Other\PasswordDialog.xaml">
  380. <Generator>MSBuild:Compile</Generator>
  381. <SubType>Designer</SubType>
  382. </Page>
  383. <Page Include="Control\Other\MyColorPickerDialog.xaml">
  384. <Generator>MSBuild:Compile</Generator>
  385. <SubType>Designer</SubType>
  386. </Page>
  387. <Page Include="Control\Other\IconInfoUrlDialog.xaml">
  388. <Generator>MSBuild:Compile</Generator>
  389. <SubType>Designer</SubType>
  390. </Page>
  391. <Page Include="Control\Other\SearchResControl.xaml">
  392. <Generator>MSBuild:Compile</Generator>
  393. <SubType>Designer</SubType>
  394. </Page>
  395. <Page Include="Control\UserControls\Config\OtherControl.xaml">
  396. <SubType>Designer</SubType>
  397. <Generator>MSBuild:Compile</Generator>
  398. </Page>
  399. <Page Include="Control\UserControls\SystemItem\SystemItem.xaml">
  400. <Generator>MSBuild:Compile</Generator>
  401. <SubType>Designer</SubType>
  402. </Page>
  403. <Page Include="Control\UserControls\ToDo\TodoControl.xaml">
  404. <SubType>Designer</SubType>
  405. <Generator>MSBuild:Compile</Generator>
  406. </Page>
  407. <Page Include="Control\UserControls\IconFont\IconPannel.xaml">
  408. <SubType>Designer</SubType>
  409. <Generator>MSBuild:Compile</Generator>
  410. </Page>
  411. <Page Include="Control\Windows\GlobalColorPickerWindow.xaml">
  412. <SubType>Designer</SubType>
  413. <Generator>MSBuild:Compile</Generator>
  414. </Page>
  415. <Page Include="Control\Windows\PixelColorPickerWindow.xaml">
  416. <SubType>Designer</SubType>
  417. <Generator>MSBuild:Compile</Generator>
  418. </Page>
  419. <Page Include="Control\Windows\SystemItemWindow.xaml">
  420. <Generator>MSBuild:Compile</Generator>
  421. <SubType>Designer</SubType>
  422. </Page>
  423. <Page Include="Control\Windows\ToDoInfoWindow.xaml">
  424. <SubType>Designer</SubType>
  425. <Generator>MSBuild:Compile</Generator>
  426. </Page>
  427. <Page Include="Control\Windows\ToDoWindow.xaml">
  428. <SubType>Designer</SubType>
  429. <Generator>MSBuild:Compile</Generator>
  430. </Page>
  431. <Page Include="Control\Windows\ConfigWindow.xaml">
  432. <SubType>Designer</SubType>
  433. <Generator>MSBuild:Compile</Generator>
  434. </Page>
  435. <Page Include="Control\Other\IconInfoDialog.xaml">
  436. <SubType>Designer</SubType>
  437. <Generator>MSBuild:Compile</Generator>
  438. </Page>
  439. <Page Include="Control\UserControls\Config\AboutControl.xaml">
  440. <SubType>Designer</SubType>
  441. <Generator>MSBuild:Compile</Generator>
  442. </Page>
  443. <Page Include="Control\UserControls\PannelCard\LeftCardControl.xaml">
  444. <SubType>Designer</SubType>
  445. <Generator>MSBuild:Compile</Generator>
  446. </Page>
  447. <Page Include="Control\UserControls\Config\ThemeControl.xaml">
  448. <SubType>Designer</SubType>
  449. <Generator>MSBuild:Compile</Generator>
  450. </Page>
  451. <Page Include="Control\UserControls\PannelCard\RightCardControl.xaml">
  452. <SubType>Designer</SubType>
  453. <Generator>MSBuild:Compile</Generator>
  454. </Page>
  455. <Page Include="Control\UserControls\Config\MotionControl.xaml">
  456. <SubType>Designer</SubType>
  457. <Generator>MSBuild:Compile</Generator>
  458. </Page>
  459. <Page Include="Control\Windows\IconfontWindow.xaml">
  460. <SubType>Designer</SubType>
  461. <Generator>MSBuild:Compile</Generator>
  462. </Page>
  463. <Page Include="Control\Windows\UpdateWindow.xaml">
  464. <SubType>Designer</SubType>
  465. <Generator>MSBuild:Compile</Generator>
  466. </Page>
  467. <Page Include="MainWindow.xaml">
  468. <Generator>MSBuild:Compile</Generator>
  469. <SubType>Designer</SubType>
  470. </Page>
  471. <Compile Include="App.xaml.cs">
  472. <DependentUpon>App.xaml</DependentUpon>
  473. <SubType>Code</SubType>
  474. </Compile>
  475. <Compile Include="MainWindow.xaml.cs">
  476. <DependentUpon>MainWindow.xaml</DependentUpon>
  477. <SubType>Code</SubType>
  478. </Compile>
  479. <Page Include="Plugins\ShowSeconds\SecondsWindow.xaml">
  480. <Generator>MSBuild:Compile</Generator>
  481. <SubType>Designer</SubType>
  482. </Page>
  483. <Page Include="Resource\Dictionary\Geometry.xaml">
  484. <SubType>Designer</SubType>
  485. <Generator>MSBuild:Compile</Generator>
  486. </Page>
  487. <Page Include="Resource\Dictionary\CommonStyle.xaml">
  488. <SubType>Designer</SubType>
  489. <Generator>MSBuild:Compile</Generator>
  490. </Page>
  491. <Page Include="Resource\Dictionary\XamlFlairSettings.xaml">
  492. <SubType>Designer</SubType>
  493. <Generator>MSBuild:Compile</Generator>
  494. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  495. </Page>
  496. </ItemGroup>
  497. <ItemGroup>
  498. <Compile Include="Properties\AssemblyInfo.cs">
  499. <SubType>Code</SubType>
  500. </Compile>
  501. <Compile Include="Properties\Resources.Designer.cs">
  502. <AutoGen>True</AutoGen>
  503. <DesignTime>True</DesignTime>
  504. <DependentUpon>Resources.resx</DependentUpon>
  505. </Compile>
  506. <Compile Include="Properties\Settings.Designer.cs">
  507. <AutoGen>True</AutoGen>
  508. <DependentUpon>Settings.settings</DependentUpon>
  509. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  510. </Compile>
  511. <EmbeddedResource Include="Properties\Resources.resx">
  512. <Generator>ResXFileCodeGenerator</Generator>
  513. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  514. </EmbeddedResource>
  515. <Resource Include="Resource\Iconfont\iconfont.json" />
  516. <None Include="app.manifest" />
  517. <None Include="Plugins\EveryThing\32\Everything.ini">
  518. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  519. </None>
  520. <None Include="Plugins\EveryThing\32\Everything.lng">
  521. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  522. </None>
  523. <None Include="Plugins\EveryThing\64\Everything.ini">
  524. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  525. </None>
  526. <None Include="Plugins\EveryThing\64\Everything.lng">
  527. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  528. </None>
  529. <None Include="Properties\app.manifest" />
  530. <None Include="Update.json" />
  531. <None Include="packages.config" />
  532. <None Include="Properties\Settings.settings">
  533. <Generator>SettingsSingleFileGenerator</Generator>
  534. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  535. </None>
  536. </ItemGroup>
  537. <ItemGroup>
  538. <None Include="App.config" />
  539. </ItemGroup>
  540. <ItemGroup>
  541. <Resource Include="Resource\Image\图片.png" />
  542. <Resource Include="Resource\Image\文件夹.png" />
  543. </ItemGroup>
  544. <ItemGroup>
  545. <Resource Include="Resource\Iconfont\iconfont.js" />
  546. </ItemGroup>
  547. <ItemGroup>
  548. <Resource Include="Resource\Image\BacklogImg.png" />
  549. </ItemGroup>
  550. <ItemGroup>
  551. <Resource Include="Resource\Image\TitleLogo.png" />
  552. </ItemGroup>
  553. <ItemGroup>
  554. <Resource Include="Resource\Image\About.png" />
  555. </ItemGroup>
  556. <ItemGroup>
  557. <Resource Include="Taskbar.ico" />
  558. </ItemGroup>
  559. <ItemGroup>
  560. <COMReference Include="IWshRuntimeLibrary">
  561. <Guid>{F935DC20-1CF0-11D0-ADB9-00C04FD58A0B}</Guid>
  562. <VersionMajor>1</VersionMajor>
  563. <VersionMinor>0</VersionMinor>
  564. <Lcid>0</Lcid>
  565. <WrapperTool>tlbimp</WrapperTool>
  566. <Isolated>False</Isolated>
  567. <EmbedInteropTypes>True</EmbedInteropTypes>
  568. </COMReference>
  569. </ItemGroup>
  570. <ItemGroup>
  571. <Resource Include="Resource\Image\SystemIcon\Services.png" />
  572. </ItemGroup>
  573. <ItemGroup>
  574. <Resource Include="Resource\Image\SystemIcon\Calculator.png" />
  575. <Resource Include="Resource\Image\SystemIcon\CMD.png" />
  576. <Resource Include="Resource\Image\SystemIcon\Computer.png" />
  577. <Resource Include="Resource\Image\SystemIcon\Control.png" />
  578. <Resource Include="Resource\Image\SystemIcon\GroupPolicy.png" />
  579. <Resource Include="Resource\Image\SystemIcon\Mstsc.png" />
  580. <Resource Include="Resource\Image\SystemIcon\Network.png" />
  581. <Resource Include="Resource\Image\SystemIcon\Notepad.png" />
  582. <Resource Include="Resource\Image\SystemIcon\RecycleBin.png" />
  583. <Resource Include="Resource\Image\SystemIcon\Registry.png" />
  584. </ItemGroup>
  585. <ItemGroup>
  586. <BootstrapperPackage Include=".NETFramework,Version=v4.7.2">
  587. <Visible>False</Visible>
  588. <ProductName>Microsoft .NET Framework 4.7.2 %28x86 和 x64%29</ProductName>
  589. <Install>true</Install>
  590. </BootstrapperPackage>
  591. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  592. <Visible>False</Visible>
  593. <ProductName>.NET Framework 3.5 SP1</ProductName>
  594. <Install>false</Install>
  595. </BootstrapperPackage>
  596. </ItemGroup>
  597. <ItemGroup>
  598. <Resource Include="Logo.ico" />
  599. </ItemGroup>
  600. <ItemGroup>
  601. <None Include="Plugins\EveryThing\lib\Everything32.dll">
  602. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  603. </None>
  604. <None Include="Plugins\EveryThing\lib\Everything64.dll">
  605. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  606. </None>
  607. </ItemGroup>
  608. <ItemGroup>
  609. <WCFMetadata Include="Connected Services\" />
  610. </ItemGroup>
  611. <ItemGroup>
  612. <Content Include="Plugins\EveryThing\32\Everything.exe">
  613. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  614. </Content>
  615. <Content Include="Plugins\EveryThing\64\Everything.exe">
  616. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  617. </Content>
  618. </ItemGroup>
  619. <ItemGroup />
  620. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  621. <ProjectExtensions>
  622. <VisualStudio>
  623. <UserProperties update_1json__JsonSchema="https://beaujs.com/schema.json" />
  624. </VisualStudio>
  625. </ProjectExtensions>
  626. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  627. <PropertyGroup>
  628. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  629. </PropertyGroup>
  630. <Error Condition="!Exists('packages\Microsoft.Build.Tasks.Git.1.0.0\build\Microsoft.Build.Tasks.Git.props')" Text="$([System.String]::Format('$(ErrorText)', 'packages\Microsoft.Build.Tasks.Git.1.0.0\build\Microsoft.Build.Tasks.Git.props'))" />
  631. <Error Condition="!Exists('packages\Microsoft.Build.Tasks.Git.1.0.0\build\Microsoft.Build.Tasks.Git.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\Microsoft.Build.Tasks.Git.1.0.0\build\Microsoft.Build.Tasks.Git.targets'))" />
  632. <Error Condition="!Exists('packages\Microsoft.SourceLink.Common.1.0.0\build\Microsoft.SourceLink.Common.props')" Text="$([System.String]::Format('$(ErrorText)', 'packages\Microsoft.SourceLink.Common.1.0.0\build\Microsoft.SourceLink.Common.props'))" />
  633. <Error Condition="!Exists('packages\Microsoft.SourceLink.Common.1.0.0\build\Microsoft.SourceLink.Common.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\Microsoft.SourceLink.Common.1.0.0\build\Microsoft.SourceLink.Common.targets'))" />
  634. <Error Condition="!Exists('packages\Microsoft.SourceLink.GitHub.1.0.0\build\Microsoft.SourceLink.GitHub.props')" Text="$([System.String]::Format('$(ErrorText)', 'packages\Microsoft.SourceLink.GitHub.1.0.0\build\Microsoft.SourceLink.GitHub.props'))" />
  635. <Error Condition="!Exists('packages\Microsoft.SourceLink.GitHub.1.0.0\build\Microsoft.SourceLink.GitHub.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\Microsoft.SourceLink.GitHub.1.0.0\build\Microsoft.SourceLink.GitHub.targets'))" />
  636. </Target>
  637. <Import Project="packages\Microsoft.Build.Tasks.Git.1.0.0\build\Microsoft.Build.Tasks.Git.targets" Condition="Exists('packages\Microsoft.Build.Tasks.Git.1.0.0\build\Microsoft.Build.Tasks.Git.targets')" />
  638. <Import Project="packages\Microsoft.SourceLink.Common.1.0.0\build\Microsoft.SourceLink.Common.targets" Condition="Exists('packages\Microsoft.SourceLink.Common.1.0.0\build\Microsoft.SourceLink.Common.targets')" />
  639. <Import Project="packages\Microsoft.SourceLink.GitHub.1.0.0\build\Microsoft.SourceLink.GitHub.targets" Condition="Exists('packages\Microsoft.SourceLink.GitHub.1.0.0\build\Microsoft.SourceLink.GitHub.targets')" />
  640. <PropertyGroup>
  641. <PreBuildEvent>
  642. </PreBuildEvent>
  643. </PropertyGroup>
  644. <PropertyGroup>
  645. <PostBuildEvent>; Move all assemblies and related files to lib folder
  646. ROBOCOPY "$(TargetDir) " "$(TargetDir)lib\ " /XF Data *.exe *.config *.manifest /XD "$(TargetDir)lib" plugins logs bak /E /IS /MOVE
  647. ROBOCOPY "$(TargetDir) " "$(TargetDir)lib\ " *.dll /XD "$(TargetDir)lib" /E /S /MOVE
  648. if %25errorlevel%25 leq 4 exit 0 else exit %25errorlevel%25</PostBuildEvent>
  649. </PropertyGroup>
  650. </Project>