GeekDesk.csproj 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617
  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.3.0.0, Culture=neutral, PublicKeyToken=45be8712787a1e5b, processorArchitecture=MSIL">
  89. <HintPath>packages\HandyControl.3.3.0\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.Data" />
  112. <Reference Include="System.Diagnostics.DiagnosticSource, Version=4.0.5.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  113. <HintPath>packages\System.Diagnostics.DiagnosticSource.4.7.1\lib\net46\System.Diagnostics.DiagnosticSource.dll</HintPath>
  114. </Reference>
  115. <Reference Include="System.Drawing" />
  116. <Reference Include="System.Drawing.Common, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  117. <HintPath>packages\System.Drawing.Common.6.0.0-preview.6.21352.12\lib\net461\System.Drawing.Common.dll</HintPath>
  118. </Reference>
  119. <Reference Include="System.Management" />
  120. <Reference Include="System.Memory, Version=4.0.1.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  121. <HintPath>packages\System.Memory.4.5.4\lib\net461\System.Memory.dll</HintPath>
  122. </Reference>
  123. <Reference Include="System.Numerics" />
  124. <Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  125. <HintPath>packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
  126. </Reference>
  127. <Reference Include="System.Reactive, Version=5.0.0.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263, processorArchitecture=MSIL">
  128. <HintPath>packages\System.Reactive.5.0.0\lib\net472\System.Reactive.dll</HintPath>
  129. </Reference>
  130. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.4.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  131. <HintPath>packages\System.Runtime.CompilerServices.Unsafe.4.5.3\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  132. </Reference>
  133. <Reference Include="System.Runtime.Remoting" />
  134. <Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  135. <HintPath>packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll</HintPath>
  136. </Reference>
  137. <Reference Include="System.Web" />
  138. <Reference Include="System.Web.Extensions" />
  139. <Reference Include="System.Windows" />
  140. <Reference Include="System.Windows.Forms" />
  141. <Reference Include="System.Xml" />
  142. <Reference Include="Microsoft.CSharp" />
  143. <Reference Include="System.Core" />
  144. <Reference Include="System.Xml.Linq" />
  145. <Reference Include="System.Data.DataSetExtensions" />
  146. <Reference Include="System.Net.Http" />
  147. <Reference Include="System.Xaml">
  148. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  149. </Reference>
  150. <Reference Include="WindowsAPICodePack.Shell.CommonFileDialogs, Version=1.1.5.0, Culture=neutral, processorArchitecture=MSIL">
  151. <HintPath>packages\WindowsAPICodePack.Shell.CommonFileDialogs.1.1.5\lib\net452\WindowsAPICodePack.Shell.CommonFileDialogs.dll</HintPath>
  152. </Reference>
  153. <Reference Include="WindowsBase" />
  154. <Reference Include="PresentationCore" />
  155. <Reference Include="PresentationFramework" />
  156. <Reference Include="XamlFlair.WPF, Version=1.2.13.0, Culture=neutral, processorArchitecture=MSIL">
  157. <HintPath>packages\XamlFlair.WPF.1.2.13\lib\net472\XamlFlair.WPF.dll</HintPath>
  158. </Reference>
  159. </ItemGroup>
  160. <ItemGroup>
  161. <ApplicationDefinition Include="App.xaml">
  162. <Generator>MSBuild:Compile</Generator>
  163. <SubType>Designer</SubType>
  164. </ApplicationDefinition>
  165. <Compile Include="Command\DelegateCommand.cs" />
  166. <Compile Include="Command\DelegateCommandBase.cs" />
  167. <Compile Include="Constant\AppHideType.cs" />
  168. <Compile Include="Constant\Constants.cs" />
  169. <Compile Include="Constant\HotKeyType.cs" />
  170. <Compile Include="Constant\IconType.cs" />
  171. <Compile Include="Constant\CommonEnum.cs" />
  172. <Compile Include="Constant\IconStartType.cs" />
  173. <Compile Include="Constant\MenuType.cs" />
  174. <Compile Include="Constant\PasswordType.cs" />
  175. <Compile Include="Constant\RunTimeStatus.cs" />
  176. <Compile Include="Constant\SearchType.cs" />
  177. <Compile Include="Constant\SortType.cs" />
  178. <Compile Include="Constant\TodoTaskExecType.cs" />
  179. <Compile Include="Constant\BGStyle.cs" />
  180. <Compile Include="Constant\UpdateType.cs" />
  181. <Compile Include="Constant\WidthTypeEnum.cs" />
  182. <Compile Include="Control\Other\GlobalMsgNotification.xaml.cs">
  183. <DependentUpon>GlobalMsgNotification.xaml</DependentUpon>
  184. </Compile>
  185. <Compile Include="Control\Other\BacklogNotificatin.xaml.cs">
  186. <DependentUpon>BacklogNotificatin.xaml</DependentUpon>
  187. </Compile>
  188. <Compile Include="Control\Other\CustomIconUrlDialog.xaml.cs">
  189. <DependentUpon>CustomIconUrlDialog.xaml</DependentUpon>
  190. </Compile>
  191. <Compile Include="Control\Other\GradientBGDialog.xaml.cs">
  192. <DependentUpon>GradientBGDialog.xaml</DependentUpon>
  193. </Compile>
  194. <Compile Include="Control\Other\PasswordDialog.xaml.cs">
  195. <DependentUpon>PasswordDialog.xaml</DependentUpon>
  196. </Compile>
  197. <Compile Include="Control\Other\MyColorPickerDialog.xaml.cs">
  198. <DependentUpon>MyColorPickerDialog.xaml</DependentUpon>
  199. </Compile>
  200. <Compile Include="Control\Other\IconInfoUrlDialog.xaml.cs">
  201. <DependentUpon>IconInfoUrlDialog.xaml</DependentUpon>
  202. </Compile>
  203. <Compile Include="Control\UserControls\Config\OtherControl.xaml.cs">
  204. <DependentUpon>OtherControl.xaml</DependentUpon>
  205. </Compile>
  206. <Compile Include="Control\UserControls\SystemItem\SystemItem.xaml.cs">
  207. <DependentUpon>SystemItem.xaml</DependentUpon>
  208. </Compile>
  209. <Compile Include="Control\UserControls\ToDo\TodoControl.xaml.cs">
  210. <DependentUpon>TodoControl.xaml</DependentUpon>
  211. </Compile>
  212. <Compile Include="Control\UserControls\IconFont\IconPannel.xaml.cs">
  213. <DependentUpon>IconPannel.xaml</DependentUpon>
  214. </Compile>
  215. <Compile Include="Control\Windows\GlobalColorPickerWindow.xaml.cs">
  216. <DependentUpon>GlobalColorPickerWindow.xaml</DependentUpon>
  217. </Compile>
  218. <Compile Include="Control\Windows\PixelColorPickerWindow.xaml.cs">
  219. <DependentUpon>PixelColorPickerWindow.xaml</DependentUpon>
  220. </Compile>
  221. <Compile Include="Control\Windows\SystemItemWindow.xaml.cs">
  222. <DependentUpon>SystemItemWindow.xaml</DependentUpon>
  223. </Compile>
  224. <Compile Include="Control\Windows\ToDoInfoWindow.xaml.cs">
  225. <DependentUpon>ToDoInfoWindow.xaml</DependentUpon>
  226. </Compile>
  227. <Compile Include="Control\Windows\ToDoWindow.xaml.cs">
  228. <DependentUpon>ToDoWindow.xaml</DependentUpon>
  229. </Compile>
  230. <Compile Include="Control\Windows\ConfigWindow.xaml.cs">
  231. <DependentUpon>ConfigWindow.xaml</DependentUpon>
  232. </Compile>
  233. <Compile Include="Control\Other\IconInfoDialog.xaml.cs">
  234. <DependentUpon>IconInfoDialog.xaml</DependentUpon>
  235. </Compile>
  236. <Compile Include="Control\UserControls\Config\AboutControl.xaml.cs">
  237. <DependentUpon>AboutControl.xaml</DependentUpon>
  238. </Compile>
  239. <Compile Include="Control\UserControls\PannelCard\LeftCardControl.xaml.cs">
  240. <DependentUpon>LeftCardControl.xaml</DependentUpon>
  241. </Compile>
  242. <Compile Include="Control\UserControls\Config\ThemeControl.xaml.cs">
  243. <DependentUpon>ThemeControl.xaml</DependentUpon>
  244. </Compile>
  245. <Compile Include="Control\UserControls\PannelCard\RightCardControl.xaml.cs">
  246. <DependentUpon>RightCardControl.xaml</DependentUpon>
  247. </Compile>
  248. <Compile Include="Control\UserControls\Config\MotionControl.xaml.cs">
  249. <DependentUpon>MotionControl.xaml</DependentUpon>
  250. </Compile>
  251. <Compile Include="Control\Windows\IconfontWindow.xaml.cs">
  252. <DependentUpon>IconfontWindow.xaml</DependentUpon>
  253. </Compile>
  254. <Compile Include="Control\Windows\UpdateWindow.xaml.cs">
  255. <DependentUpon>UpdateWindow.xaml</DependentUpon>
  256. </Compile>
  257. <Compile Include="Converts\CountGreZero2BoolConvert.cs" />
  258. <Compile Include="Converts\Count2VisibleConvert.cs" />
  259. <Compile Include="Converts\GetWidthByWWConvert.cs" />
  260. <Compile Include="Converts\SearchTypeConvert.cs" />
  261. <Compile Include="Converts\StringAppendConvert.cs" />
  262. <Compile Include="Converts\DoubleToGridLength.cs" />
  263. <Compile Include="Converts\MenuInfoConvert.cs" />
  264. <Compile Include="Converts\SearchResWidth.cs" />
  265. <Compile Include="Converts\SortTypeConvert.cs" />
  266. <Compile Include="Converts\TodoTaskExecConvert.cs" />
  267. <Compile Include="Converts\IntToCornerRadius.cs" />
  268. <Compile Include="Converts\OpcityConvert.cs" />
  269. <Compile Include="Converts\BGStyleConvert.cs" />
  270. <Compile Include="Converts\UpdateTypeConvert.cs" />
  271. <Compile Include="Converts\ReverseBoolConvert.cs" />
  272. <Compile Include="Converts\Visibility2BooleanConverter.cs" />
  273. <Compile Include="DraggAnimatedPanel\DraggAnimatedPanel.cs" />
  274. <Compile Include="DraggAnimatedPanel\DraggAnimatedPanel.Drag.cs" />
  275. <Compile Include="Converts\HideTypeConvert.cs" />
  276. <Compile Include="Interface\IWindowCommon.cs" />
  277. <Compile Include="MyThread\RelativePathThread.cs" />
  278. <Compile Include="Plugins\EveryThing\Constant\EveryThingConst.cs" />
  279. <Compile Include="Plugins\EveryThing\EveryThing32.cs" />
  280. <Compile Include="Plugins\EveryThing\EveryThing64.cs" />
  281. <Compile Include="Plugins\EveryThing\EveryThingUtil.cs" />
  282. <Compile Include="Plugins\ShowSeconds\Common\Constants.cs" />
  283. <Compile Include="Plugins\ShowSeconds\SecondsWindow.xaml.cs">
  284. <DependentUpon>SecondsWindow.xaml</DependentUpon>
  285. </Compile>
  286. <Compile Include="Plugins\ShowSeconds\ViewModel\SecondsDataContext.cs" />
  287. <Compile Include="Task\ShowSecondTask.cs" />
  288. <Compile Include="Task\ToDoTask.cs" />
  289. <Compile Include="MyThread\MouseHookThread.cs" />
  290. <Compile Include="MyThread\DispatcherBuild.cs" />
  291. <Compile Include="MyThread\UpdateThread.cs" />
  292. <Compile Include="Util\AeroGlassHelper.cs" />
  293. <Compile Include="Util\BGSettingUtil.cs" />
  294. <Compile Include="Util\BlurGlassUtil.cs" />
  295. <Compile Include="Util\ColorUtil.cs" />
  296. <Compile Include="Util\DefaultIcons.cs" />
  297. <Compile Include="Util\DelayHelper.cs" />
  298. <Compile Include="Util\DelayHelperFlyoutMenuItem.cs" />
  299. <Compile Include="Util\DragAdorner.cs" />
  300. <Compile Include="Util\FileWatcher.cs" />
  301. <Compile Include="Util\GlobalHotKey.cs" />
  302. <Compile Include="Util\CommonCode.cs" />
  303. <Compile Include="Util\FileIcon.cs" />
  304. <Compile Include="Util\FileUtil.cs" />
  305. <Compile Include="Util\HideWindowUtil.cs" />
  306. <Compile Include="Util\IconHelper.cs" />
  307. <Compile Include="Util\IconUtil.cs" />
  308. <Compile Include="Util\KeyUtil.cs" />
  309. <Compile Include="Util\ListBoxDragDropManager.cs" />
  310. <Compile Include="Util\LogUtil.cs" />
  311. <Compile Include="Util\MarginHide.cs" />
  312. <Compile Include="Util\HttpUtil.cs" />
  313. <Compile Include="Util\ImageUtil.cs" />
  314. <Compile Include="Converts\MenuWidthConvert.cs" />
  315. <Compile Include="Util\MD5Util.cs" />
  316. <Compile Include="Util\MessageUtil.cs" />
  317. <Compile Include="Util\MouseHook.cs" />
  318. <Compile Include="Util\MouseUtil.cs" />
  319. <Compile Include="Util\NativeMethods.cs" />
  320. <Compile Include="Util\RegisterUtil.cs" />
  321. <Compile Include="Util\RelayCommand.cs" />
  322. <Compile Include="Util\ScreenUtil.cs" />
  323. <Compile Include="Util\ScrollUtil.cs" />
  324. <Compile Include="Util\ShellContextMenu.cs" />
  325. <Compile Include="Util\ShowWindowFollowMouse.cs" />
  326. <Compile Include="Util\StringUtil.cs" />
  327. <Compile Include="Util\SvgToGeometry.cs" />
  328. <Compile Include="Util\UserActivityHook.cs" />
  329. <Compile Include="Util\WindowsThumbnailProvider.cs" />
  330. <Compile Include="ViewModel\AppConfig.cs" />
  331. <Compile Include="ViewModel\AppData.cs" />
  332. <Compile Include="ViewModel\GradientBGParam.cs" />
  333. <Compile Include="ViewModel\CPDataContext.cs" />
  334. <Compile Include="ViewModel\Temp\GradientBGParamList.cs" />
  335. <Compile Include="ViewModel\Temp\SearchIconList.cs" />
  336. <Compile Include="ViewModel\ToDoInfo.cs" />
  337. <Compile Include="ViewModel\IconfontInfo.cs" />
  338. <Compile Include="ViewModel\IconInfo.cs" />
  339. <Compile Include="ViewModel\MenuInfo.cs" />
  340. <Page Include="Control\Other\GlobalMsgNotification.xaml">
  341. <Generator>MSBuild:Compile</Generator>
  342. <SubType>Designer</SubType>
  343. </Page>
  344. <Page Include="Control\Other\BacklogNotificatin.xaml">
  345. <SubType>Designer</SubType>
  346. <Generator>MSBuild:Compile</Generator>
  347. </Page>
  348. <Page Include="Control\Other\CustomIconUrlDialog.xaml">
  349. <Generator>MSBuild:Compile</Generator>
  350. <SubType>Designer</SubType>
  351. </Page>
  352. <Page Include="Control\Other\GradientBGDialog.xaml">
  353. <Generator>MSBuild:Compile</Generator>
  354. <SubType>Designer</SubType>
  355. </Page>
  356. <Page Include="Control\Other\PasswordDialog.xaml">
  357. <Generator>MSBuild:Compile</Generator>
  358. <SubType>Designer</SubType>
  359. </Page>
  360. <Page Include="Control\Other\MyColorPickerDialog.xaml">
  361. <Generator>MSBuild:Compile</Generator>
  362. <SubType>Designer</SubType>
  363. </Page>
  364. <Page Include="Control\Other\IconInfoUrlDialog.xaml">
  365. <Generator>MSBuild:Compile</Generator>
  366. <SubType>Designer</SubType>
  367. </Page>
  368. <Page Include="Control\UserControls\Config\OtherControl.xaml">
  369. <SubType>Designer</SubType>
  370. <Generator>MSBuild:Compile</Generator>
  371. </Page>
  372. <Page Include="Control\UserControls\SystemItem\SystemItem.xaml">
  373. <Generator>MSBuild:Compile</Generator>
  374. <SubType>Designer</SubType>
  375. </Page>
  376. <Page Include="Control\UserControls\ToDo\TodoControl.xaml">
  377. <SubType>Designer</SubType>
  378. <Generator>MSBuild:Compile</Generator>
  379. </Page>
  380. <Page Include="Control\UserControls\IconFont\IconPannel.xaml">
  381. <SubType>Designer</SubType>
  382. <Generator>MSBuild:Compile</Generator>
  383. </Page>
  384. <Page Include="Control\Windows\GlobalColorPickerWindow.xaml">
  385. <SubType>Designer</SubType>
  386. <Generator>MSBuild:Compile</Generator>
  387. </Page>
  388. <Page Include="Control\Windows\PixelColorPickerWindow.xaml">
  389. <SubType>Designer</SubType>
  390. <Generator>MSBuild:Compile</Generator>
  391. </Page>
  392. <Page Include="Control\Windows\SystemItemWindow.xaml">
  393. <Generator>MSBuild:Compile</Generator>
  394. <SubType>Designer</SubType>
  395. </Page>
  396. <Page Include="Control\Windows\ToDoInfoWindow.xaml">
  397. <SubType>Designer</SubType>
  398. <Generator>MSBuild:Compile</Generator>
  399. </Page>
  400. <Page Include="Control\Windows\ToDoWindow.xaml">
  401. <SubType>Designer</SubType>
  402. <Generator>MSBuild:Compile</Generator>
  403. </Page>
  404. <Page Include="Control\Windows\ConfigWindow.xaml">
  405. <SubType>Designer</SubType>
  406. <Generator>MSBuild:Compile</Generator>
  407. </Page>
  408. <Page Include="Control\Other\IconInfoDialog.xaml">
  409. <SubType>Designer</SubType>
  410. <Generator>MSBuild:Compile</Generator>
  411. </Page>
  412. <Page Include="Control\UserControls\Config\AboutControl.xaml">
  413. <SubType>Designer</SubType>
  414. <Generator>MSBuild:Compile</Generator>
  415. </Page>
  416. <Page Include="Control\UserControls\PannelCard\LeftCardControl.xaml">
  417. <SubType>Designer</SubType>
  418. <Generator>MSBuild:Compile</Generator>
  419. </Page>
  420. <Page Include="Control\UserControls\Config\ThemeControl.xaml">
  421. <SubType>Designer</SubType>
  422. <Generator>MSBuild:Compile</Generator>
  423. </Page>
  424. <Page Include="Control\UserControls\PannelCard\RightCardControl.xaml">
  425. <SubType>Designer</SubType>
  426. <Generator>MSBuild:Compile</Generator>
  427. </Page>
  428. <Page Include="Control\UserControls\Config\MotionControl.xaml">
  429. <SubType>Designer</SubType>
  430. <Generator>MSBuild:Compile</Generator>
  431. </Page>
  432. <Page Include="Control\Windows\IconfontWindow.xaml">
  433. <SubType>Designer</SubType>
  434. <Generator>MSBuild:Compile</Generator>
  435. </Page>
  436. <Page Include="Control\Windows\UpdateWindow.xaml">
  437. <SubType>Designer</SubType>
  438. <Generator>MSBuild:Compile</Generator>
  439. </Page>
  440. <Page Include="MainWindow.xaml">
  441. <Generator>MSBuild:Compile</Generator>
  442. <SubType>Designer</SubType>
  443. </Page>
  444. <Compile Include="App.xaml.cs">
  445. <DependentUpon>App.xaml</DependentUpon>
  446. <SubType>Code</SubType>
  447. </Compile>
  448. <Compile Include="MainWindow.xaml.cs">
  449. <DependentUpon>MainWindow.xaml</DependentUpon>
  450. <SubType>Code</SubType>
  451. </Compile>
  452. <Page Include="Plugins\ShowSeconds\SecondsWindow.xaml">
  453. <Generator>MSBuild:Compile</Generator>
  454. <SubType>Designer</SubType>
  455. </Page>
  456. <Page Include="Resource\Dictionary\Geometry.xaml">
  457. <SubType>Designer</SubType>
  458. <Generator>MSBuild:Compile</Generator>
  459. </Page>
  460. <Page Include="Resource\Dictionary\CommonStyle.xaml">
  461. <SubType>Designer</SubType>
  462. <Generator>MSBuild:Compile</Generator>
  463. </Page>
  464. <Page Include="Resource\Dictionary\XamlFlairSettings.xaml">
  465. <SubType>Designer</SubType>
  466. <Generator>MSBuild:Compile</Generator>
  467. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  468. </Page>
  469. </ItemGroup>
  470. <ItemGroup>
  471. <Compile Include="Properties\AssemblyInfo.cs">
  472. <SubType>Code</SubType>
  473. </Compile>
  474. <Compile Include="Properties\Resources.Designer.cs">
  475. <AutoGen>True</AutoGen>
  476. <DesignTime>True</DesignTime>
  477. <DependentUpon>Resources.resx</DependentUpon>
  478. </Compile>
  479. <Compile Include="Properties\Settings.Designer.cs">
  480. <AutoGen>True</AutoGen>
  481. <DependentUpon>Settings.settings</DependentUpon>
  482. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  483. </Compile>
  484. <EmbeddedResource Include="Properties\Resources.resx">
  485. <Generator>ResXFileCodeGenerator</Generator>
  486. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  487. </EmbeddedResource>
  488. <Resource Include="Resource\Iconfont\iconfont.json" />
  489. <None Include="app.manifest" />
  490. <None Include="Plugins\EveryThing\32\Everything.lng">
  491. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  492. </None>
  493. <None Include="Plugins\EveryThing\64\Everything.lng">
  494. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  495. </None>
  496. <None Include="Properties\app.manifest" />
  497. <None Include="Update.json" />
  498. <None Include="packages.config" />
  499. <None Include="Properties\Settings.settings">
  500. <Generator>SettingsSingleFileGenerator</Generator>
  501. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  502. </None>
  503. </ItemGroup>
  504. <ItemGroup>
  505. <None Include="App.config" />
  506. </ItemGroup>
  507. <ItemGroup>
  508. <Resource Include="Resource\Image\图片.png" />
  509. <Resource Include="Resource\Image\文件夹.png" />
  510. </ItemGroup>
  511. <ItemGroup>
  512. <Resource Include="Resource\Iconfont\iconfont.js" />
  513. </ItemGroup>
  514. <ItemGroup>
  515. <Resource Include="Resource\Image\BacklogImg.png" />
  516. </ItemGroup>
  517. <ItemGroup>
  518. <Resource Include="Resource\Image\TitleLogo.png" />
  519. </ItemGroup>
  520. <ItemGroup>
  521. <Resource Include="Resource\Image\About.png" />
  522. </ItemGroup>
  523. <ItemGroup>
  524. <Resource Include="Taskbar.ico" />
  525. </ItemGroup>
  526. <ItemGroup>
  527. <COMReference Include="IWshRuntimeLibrary">
  528. <Guid>{F935DC20-1CF0-11D0-ADB9-00C04FD58A0B}</Guid>
  529. <VersionMajor>1</VersionMajor>
  530. <VersionMinor>0</VersionMinor>
  531. <Lcid>0</Lcid>
  532. <WrapperTool>tlbimp</WrapperTool>
  533. <Isolated>False</Isolated>
  534. <EmbedInteropTypes>True</EmbedInteropTypes>
  535. </COMReference>
  536. </ItemGroup>
  537. <ItemGroup>
  538. <Resource Include="Resource\Image\SystemIcon\Services.png" />
  539. </ItemGroup>
  540. <ItemGroup>
  541. <Resource Include="Resource\Image\SystemIcon\Calculator.png" />
  542. <Resource Include="Resource\Image\SystemIcon\CMD.png" />
  543. <Resource Include="Resource\Image\SystemIcon\Computer.png" />
  544. <Resource Include="Resource\Image\SystemIcon\Control.png" />
  545. <Resource Include="Resource\Image\SystemIcon\GroupPolicy.png" />
  546. <Resource Include="Resource\Image\SystemIcon\Mstsc.png" />
  547. <Resource Include="Resource\Image\SystemIcon\Network.png" />
  548. <Resource Include="Resource\Image\SystemIcon\Notepad.png" />
  549. <Resource Include="Resource\Image\SystemIcon\RecycleBin.png" />
  550. <Resource Include="Resource\Image\SystemIcon\Registry.png" />
  551. </ItemGroup>
  552. <ItemGroup>
  553. <BootstrapperPackage Include=".NETFramework,Version=v4.7.2">
  554. <Visible>False</Visible>
  555. <ProductName>Microsoft .NET Framework 4.7.2 %28x86 和 x64%29</ProductName>
  556. <Install>true</Install>
  557. </BootstrapperPackage>
  558. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  559. <Visible>False</Visible>
  560. <ProductName>.NET Framework 3.5 SP1</ProductName>
  561. <Install>false</Install>
  562. </BootstrapperPackage>
  563. </ItemGroup>
  564. <ItemGroup>
  565. <Resource Include="Logo.ico" />
  566. </ItemGroup>
  567. <ItemGroup>
  568. <None Include="Plugins\EveryThing\lib\Everything32.dll">
  569. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  570. </None>
  571. <None Include="Plugins\EveryThing\lib\Everything64.dll">
  572. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  573. </None>
  574. </ItemGroup>
  575. <ItemGroup>
  576. <WCFMetadata Include="Connected Services\" />
  577. </ItemGroup>
  578. <ItemGroup>
  579. <Content Include="Plugins\EveryThing\32\Everything.exe">
  580. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  581. </Content>
  582. <Content Include="Plugins\EveryThing\64\Everything.exe">
  583. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  584. </Content>
  585. </ItemGroup>
  586. <ItemGroup />
  587. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  588. <ProjectExtensions>
  589. <VisualStudio>
  590. <UserProperties update_1json__JsonSchema="https://beaujs.com/schema.json" />
  591. </VisualStudio>
  592. </ProjectExtensions>
  593. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  594. <PropertyGroup>
  595. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  596. </PropertyGroup>
  597. <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'))" />
  598. <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'))" />
  599. <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'))" />
  600. <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'))" />
  601. <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'))" />
  602. <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'))" />
  603. </Target>
  604. <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')" />
  605. <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')" />
  606. <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')" />
  607. <PropertyGroup>
  608. <PreBuildEvent>
  609. </PreBuildEvent>
  610. </PropertyGroup>
  611. <PropertyGroup>
  612. <PostBuildEvent>; Move all assemblies and related files to lib folder
  613. ROBOCOPY "$(TargetDir) " "$(TargetDir)lib\ " /XF Data *.exe *.config *.manifest /XD "$(TargetDir)lib" plugins logs bak /E /IS /MOVE
  614. ROBOCOPY "$(TargetDir) " "$(TargetDir)lib\ " *.dll /XD "$(TargetDir)lib" /E /S /MOVE
  615. if %25errorlevel%25 leq 4 exit 0 else exit %25errorlevel%25</PostBuildEvent>
  616. </PropertyGroup>
  617. </Project>