GeekDesk.csproj 28 KB

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