GeekDesk.csproj 26 KB

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