GeekDesk.csproj 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627
  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="CustomComponent\DraggAnimatedPanel\DraggAnimatedPanel.cs" />
  274. <Compile Include="CustomComponent\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\DragAdorner.cs" />
  298. <Compile Include="Util\FileWatcher.cs" />
  299. <Compile Include="Util\GlobalHotKey.cs" />
  300. <Compile Include="Util\CommonCode.cs" />
  301. <Compile Include="Util\FileIcon.cs" />
  302. <Compile Include="Util\FileUtil.cs" />
  303. <Compile Include="Util\HideWindowUtil.cs" />
  304. <Compile Include="Util\IconHelper.cs" />
  305. <Compile Include="Util\IconUtil.cs" />
  306. <Compile Include="Util\KeyUtil.cs" />
  307. <Compile Include="Util\ListBoxDragDropManager.cs" />
  308. <Compile Include="Util\LogUtil.cs" />
  309. <Compile Include="Util\MarginHide.cs" />
  310. <Compile Include="Util\HttpUtil.cs" />
  311. <Compile Include="Util\ImageUtil.cs" />
  312. <Compile Include="Converts\MenuWidthConvert.cs" />
  313. <Compile Include="Util\MD5Util.cs" />
  314. <Compile Include="Util\MessageUtil.cs" />
  315. <Compile Include="Util\MouseHook.cs" />
  316. <Compile Include="Util\MouseUtil.cs" />
  317. <Compile Include="Util\NativeMethods.cs" />
  318. <Compile Include="Util\RegisterUtil.cs" />
  319. <Compile Include="Util\RelayCommand.cs" />
  320. <Compile Include="Util\ScreenUtil.cs" />
  321. <Compile Include="Util\ScrollUtil.cs" />
  322. <Compile Include="Util\ShellContextMenu.cs" />
  323. <Compile Include="Util\ShowWindowFollowMouse.cs" />
  324. <Compile Include="Util\StringUtil.cs" />
  325. <Compile Include="Util\SvgToGeometry.cs" />
  326. <Compile Include="Util\UserActivityHook.cs" />
  327. <Compile Include="CustomComponent\VirtualizingWrapPanel\ItemRange.cs" />
  328. <Compile Include="CustomComponent\VirtualizingWrapPanel\SpacingMode.cs" />
  329. <Compile Include="CustomComponent\VirtualizingWrapPanel\VirtualizingPanelBase.cs" />
  330. <Compile Include="CustomComponent\VirtualizingWrapPanel\VirtualizingWrapPanel.cs" />
  331. <Compile Include="Util\WindowsThumbnailProvider.cs" />
  332. <Compile Include="Util\WindowUtil.cs" />
  333. <Compile Include="CustomComponent\VirtualizingWrapPanel\ScrollDirection.cs" />
  334. <Compile Include="ViewModel\AppConfig.cs" />
  335. <Compile Include="ViewModel\AppData.cs" />
  336. <Compile Include="ViewModel\GradientBGParam.cs" />
  337. <Compile Include="ViewModel\CPDataContext.cs" />
  338. <Compile Include="ViewModel\Temp\GradientBGParamList.cs" />
  339. <Compile Include="ViewModel\Temp\SearchIconList.cs" />
  340. <Compile Include="ViewModel\ToDoInfo.cs" />
  341. <Compile Include="ViewModel\IconfontInfo.cs" />
  342. <Compile Include="ViewModel\IconInfo.cs" />
  343. <Compile Include="ViewModel\MenuInfo.cs" />
  344. <Page Include="Control\Other\GlobalMsgNotification.xaml">
  345. <Generator>MSBuild:Compile</Generator>
  346. <SubType>Designer</SubType>
  347. </Page>
  348. <Page Include="Control\Other\BacklogNotificatin.xaml">
  349. <SubType>Designer</SubType>
  350. <Generator>MSBuild:Compile</Generator>
  351. </Page>
  352. <Page Include="Control\Other\CustomIconUrlDialog.xaml">
  353. <Generator>MSBuild:Compile</Generator>
  354. <SubType>Designer</SubType>
  355. </Page>
  356. <Page Include="Control\Other\GradientBGDialog.xaml">
  357. <Generator>MSBuild:Compile</Generator>
  358. <SubType>Designer</SubType>
  359. </Page>
  360. <Page Include="Control\Other\PasswordDialog.xaml">
  361. <Generator>MSBuild:Compile</Generator>
  362. <SubType>Designer</SubType>
  363. </Page>
  364. <Page Include="Control\Other\MyColorPickerDialog.xaml">
  365. <Generator>MSBuild:Compile</Generator>
  366. <SubType>Designer</SubType>
  367. </Page>
  368. <Page Include="Control\Other\IconInfoUrlDialog.xaml">
  369. <Generator>MSBuild:Compile</Generator>
  370. <SubType>Designer</SubType>
  371. </Page>
  372. <Page Include="Control\UserControls\Config\OtherControl.xaml">
  373. <SubType>Designer</SubType>
  374. <Generator>MSBuild:Compile</Generator>
  375. </Page>
  376. <Page Include="Control\UserControls\SystemItem\SystemItem.xaml">
  377. <Generator>MSBuild:Compile</Generator>
  378. <SubType>Designer</SubType>
  379. </Page>
  380. <Page Include="Control\UserControls\ToDo\TodoControl.xaml">
  381. <SubType>Designer</SubType>
  382. <Generator>MSBuild:Compile</Generator>
  383. </Page>
  384. <Page Include="Control\UserControls\IconFont\IconPannel.xaml">
  385. <SubType>Designer</SubType>
  386. <Generator>MSBuild:Compile</Generator>
  387. </Page>
  388. <Page Include="Control\Windows\GlobalColorPickerWindow.xaml">
  389. <SubType>Designer</SubType>
  390. <Generator>MSBuild:Compile</Generator>
  391. </Page>
  392. <Page Include="Control\Windows\PixelColorPickerWindow.xaml">
  393. <SubType>Designer</SubType>
  394. <Generator>MSBuild:Compile</Generator>
  395. </Page>
  396. <Page Include="Control\Windows\SystemItemWindow.xaml">
  397. <Generator>MSBuild:Compile</Generator>
  398. <SubType>Designer</SubType>
  399. </Page>
  400. <Page Include="Control\Windows\ToDoInfoWindow.xaml">
  401. <SubType>Designer</SubType>
  402. <Generator>MSBuild:Compile</Generator>
  403. </Page>
  404. <Page Include="Control\Windows\ToDoWindow.xaml">
  405. <SubType>Designer</SubType>
  406. <Generator>MSBuild:Compile</Generator>
  407. </Page>
  408. <Page Include="Control\Windows\ConfigWindow.xaml">
  409. <SubType>Designer</SubType>
  410. <Generator>MSBuild:Compile</Generator>
  411. </Page>
  412. <Page Include="Control\Other\IconInfoDialog.xaml">
  413. <SubType>Designer</SubType>
  414. <Generator>MSBuild:Compile</Generator>
  415. </Page>
  416. <Page Include="Control\UserControls\Config\AboutControl.xaml">
  417. <SubType>Designer</SubType>
  418. <Generator>MSBuild:Compile</Generator>
  419. </Page>
  420. <Page Include="Control\UserControls\PannelCard\LeftCardControl.xaml">
  421. <SubType>Designer</SubType>
  422. <Generator>MSBuild:Compile</Generator>
  423. </Page>
  424. <Page Include="Control\UserControls\Config\ThemeControl.xaml">
  425. <SubType>Designer</SubType>
  426. <Generator>MSBuild:Compile</Generator>
  427. </Page>
  428. <Page Include="Control\UserControls\PannelCard\RightCardControl.xaml">
  429. <SubType>Designer</SubType>
  430. <Generator>MSBuild:Compile</Generator>
  431. </Page>
  432. <Page Include="Control\UserControls\Config\MotionControl.xaml">
  433. <SubType>Designer</SubType>
  434. <Generator>MSBuild:Compile</Generator>
  435. </Page>
  436. <Page Include="Control\Windows\IconfontWindow.xaml">
  437. <SubType>Designer</SubType>
  438. <Generator>MSBuild:Compile</Generator>
  439. </Page>
  440. <Page Include="Control\Windows\UpdateWindow.xaml">
  441. <SubType>Designer</SubType>
  442. <Generator>MSBuild:Compile</Generator>
  443. </Page>
  444. <Page Include="MainWindow.xaml">
  445. <Generator>MSBuild:Compile</Generator>
  446. <SubType>Designer</SubType>
  447. </Page>
  448. <Compile Include="App.xaml.cs">
  449. <DependentUpon>App.xaml</DependentUpon>
  450. <SubType>Code</SubType>
  451. </Compile>
  452. <Compile Include="MainWindow.xaml.cs">
  453. <DependentUpon>MainWindow.xaml</DependentUpon>
  454. <SubType>Code</SubType>
  455. </Compile>
  456. <Page Include="Plugins\ShowSeconds\SecondsWindow.xaml">
  457. <Generator>MSBuild:Compile</Generator>
  458. <SubType>Designer</SubType>
  459. </Page>
  460. <Page Include="Resource\Dictionary\Geometry.xaml">
  461. <SubType>Designer</SubType>
  462. <Generator>MSBuild:Compile</Generator>
  463. </Page>
  464. <Page Include="Resource\Dictionary\CommonStyle.xaml">
  465. <SubType>Designer</SubType>
  466. <Generator>MSBuild:Compile</Generator>
  467. </Page>
  468. <Page Include="Resource\Dictionary\XamlFlairSettings.xaml">
  469. <SubType>Designer</SubType>
  470. <Generator>MSBuild:Compile</Generator>
  471. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  472. </Page>
  473. </ItemGroup>
  474. <ItemGroup>
  475. <Compile Include="Properties\AssemblyInfo.cs">
  476. <SubType>Code</SubType>
  477. </Compile>
  478. <Compile Include="Properties\Resources.Designer.cs">
  479. <AutoGen>True</AutoGen>
  480. <DesignTime>True</DesignTime>
  481. <DependentUpon>Resources.resx</DependentUpon>
  482. </Compile>
  483. <Compile Include="Properties\Settings.Designer.cs">
  484. <AutoGen>True</AutoGen>
  485. <DependentUpon>Settings.settings</DependentUpon>
  486. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  487. </Compile>
  488. <EmbeddedResource Include="Properties\Resources.resx">
  489. <Generator>ResXFileCodeGenerator</Generator>
  490. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  491. </EmbeddedResource>
  492. <Resource Include="Resource\Iconfont\iconfont.json" />
  493. <None Include="app.manifest" />
  494. <None Include="Plugins\EveryThing\32\Everything.ini">
  495. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  496. </None>
  497. <None Include="Plugins\EveryThing\32\Everything.lng">
  498. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  499. </None>
  500. <None Include="Plugins\EveryThing\64\Everything.ini">
  501. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  502. </None>
  503. <None Include="Plugins\EveryThing\64\Everything.lng">
  504. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  505. </None>
  506. <None Include="Properties\app.manifest" />
  507. <None Include="Update.json" />
  508. <None Include="packages.config" />
  509. <None Include="Properties\Settings.settings">
  510. <Generator>SettingsSingleFileGenerator</Generator>
  511. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  512. </None>
  513. </ItemGroup>
  514. <ItemGroup>
  515. <None Include="App.config" />
  516. </ItemGroup>
  517. <ItemGroup>
  518. <Resource Include="Resource\Image\图片.png" />
  519. <Resource Include="Resource\Image\文件夹.png" />
  520. </ItemGroup>
  521. <ItemGroup>
  522. <Resource Include="Resource\Iconfont\iconfont.js" />
  523. </ItemGroup>
  524. <ItemGroup>
  525. <Resource Include="Resource\Image\BacklogImg.png" />
  526. </ItemGroup>
  527. <ItemGroup>
  528. <Resource Include="Resource\Image\TitleLogo.png" />
  529. </ItemGroup>
  530. <ItemGroup>
  531. <Resource Include="Resource\Image\About.png" />
  532. </ItemGroup>
  533. <ItemGroup>
  534. <Resource Include="Taskbar.ico" />
  535. </ItemGroup>
  536. <ItemGroup>
  537. <COMReference Include="IWshRuntimeLibrary">
  538. <Guid>{F935DC20-1CF0-11D0-ADB9-00C04FD58A0B}</Guid>
  539. <VersionMajor>1</VersionMajor>
  540. <VersionMinor>0</VersionMinor>
  541. <Lcid>0</Lcid>
  542. <WrapperTool>tlbimp</WrapperTool>
  543. <Isolated>False</Isolated>
  544. <EmbedInteropTypes>True</EmbedInteropTypes>
  545. </COMReference>
  546. </ItemGroup>
  547. <ItemGroup>
  548. <Resource Include="Resource\Image\SystemIcon\Services.png" />
  549. </ItemGroup>
  550. <ItemGroup>
  551. <Resource Include="Resource\Image\SystemIcon\Calculator.png" />
  552. <Resource Include="Resource\Image\SystemIcon\CMD.png" />
  553. <Resource Include="Resource\Image\SystemIcon\Computer.png" />
  554. <Resource Include="Resource\Image\SystemIcon\Control.png" />
  555. <Resource Include="Resource\Image\SystemIcon\GroupPolicy.png" />
  556. <Resource Include="Resource\Image\SystemIcon\Mstsc.png" />
  557. <Resource Include="Resource\Image\SystemIcon\Network.png" />
  558. <Resource Include="Resource\Image\SystemIcon\Notepad.png" />
  559. <Resource Include="Resource\Image\SystemIcon\RecycleBin.png" />
  560. <Resource Include="Resource\Image\SystemIcon\Registry.png" />
  561. </ItemGroup>
  562. <ItemGroup>
  563. <BootstrapperPackage Include=".NETFramework,Version=v4.7.2">
  564. <Visible>False</Visible>
  565. <ProductName>Microsoft .NET Framework 4.7.2 %28x86 和 x64%29</ProductName>
  566. <Install>true</Install>
  567. </BootstrapperPackage>
  568. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  569. <Visible>False</Visible>
  570. <ProductName>.NET Framework 3.5 SP1</ProductName>
  571. <Install>false</Install>
  572. </BootstrapperPackage>
  573. </ItemGroup>
  574. <ItemGroup>
  575. <Resource Include="Logo.ico" />
  576. </ItemGroup>
  577. <ItemGroup>
  578. <None Include="Plugins\EveryThing\lib\Everything32.dll">
  579. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  580. </None>
  581. <None Include="Plugins\EveryThing\lib\Everything64.dll">
  582. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  583. </None>
  584. </ItemGroup>
  585. <ItemGroup>
  586. <WCFMetadata Include="Connected Services\" />
  587. </ItemGroup>
  588. <ItemGroup>
  589. <Content Include="Plugins\EveryThing\32\Everything.exe">
  590. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  591. </Content>
  592. <Content Include="Plugins\EveryThing\64\Everything.exe">
  593. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  594. </Content>
  595. </ItemGroup>
  596. <ItemGroup />
  597. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  598. <ProjectExtensions>
  599. <VisualStudio>
  600. <UserProperties update_1json__JsonSchema="https://beaujs.com/schema.json" />
  601. </VisualStudio>
  602. </ProjectExtensions>
  603. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  604. <PropertyGroup>
  605. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  606. </PropertyGroup>
  607. <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'))" />
  608. <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'))" />
  609. <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'))" />
  610. <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'))" />
  611. <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'))" />
  612. <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'))" />
  613. </Target>
  614. <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')" />
  615. <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')" />
  616. <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')" />
  617. <PropertyGroup>
  618. <PreBuildEvent>
  619. </PreBuildEvent>
  620. </PropertyGroup>
  621. <PropertyGroup>
  622. <PostBuildEvent>; Move all assemblies and related files to lib folder
  623. ROBOCOPY "$(TargetDir) " "$(TargetDir)lib\ " /XF Data *.exe *.config *.manifest /XD "$(TargetDir)lib" plugins logs bak /E /IS /MOVE
  624. ROBOCOPY "$(TargetDir) " "$(TargetDir)lib\ " *.dll /XD "$(TargetDir)lib" /E /S /MOVE
  625. if %25errorlevel%25 leq 4 exit 0 else exit %25errorlevel%25</PostBuildEvent>
  626. </PropertyGroup>
  627. </Project>