GeekDesk.csproj 29 KB

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