GeekDesk.csproj 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{B4983CEC-2281-413C-8ECF-92EE0E40A713}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>GeekDesk</RootNamespace>
  10. <AssemblyName>GeekDesk</AssemblyName>
  11. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  14. <WarningLevel>4</WarningLevel>
  15. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  16. <Deterministic>true</Deterministic>
  17. <TargetFrameworkProfile />
  18. </PropertyGroup>
  19. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  20. <PlatformTarget>AnyCPU</PlatformTarget>
  21. <DebugSymbols>true</DebugSymbols>
  22. <DebugType>full</DebugType>
  23. <Optimize>false</Optimize>
  24. <OutputPath>bin\Debug\</OutputPath>
  25. <DefineConstants>DEBUG;TRACE</DefineConstants>
  26. <ErrorReport>prompt</ErrorReport>
  27. <WarningLevel>4</WarningLevel>
  28. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  29. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  31. <PlatformTarget>AnyCPU</PlatformTarget>
  32. <DebugType>pdbonly</DebugType>
  33. <Optimize>true</Optimize>
  34. <OutputPath>bin\Release\</OutputPath>
  35. <DefineConstants>TRACE</DefineConstants>
  36. <ErrorReport>prompt</ErrorReport>
  37. <WarningLevel>4</WarningLevel>
  38. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  39. </PropertyGroup>
  40. <PropertyGroup>
  41. <StartupObject>GeekDesk.App</StartupObject>
  42. </PropertyGroup>
  43. <PropertyGroup>
  44. <SignManifests>false</SignManifests>
  45. </PropertyGroup>
  46. <PropertyGroup>
  47. <ApplicationIcon>Taskbar.ico</ApplicationIcon>
  48. </PropertyGroup>
  49. <PropertyGroup>
  50. <TargetZone>LocalIntranet</TargetZone>
  51. </PropertyGroup>
  52. <PropertyGroup>
  53. <GenerateManifests>false</GenerateManifests>
  54. </PropertyGroup>
  55. <ItemGroup>
  56. <Reference Include="CommonServiceLocator, Version=2.0.6.0, Culture=neutral, PublicKeyToken=489b6accfaf20ef0, processorArchitecture=MSIL">
  57. <HintPath>packages\CommonServiceLocator.2.0.6\lib\net45\CommonServiceLocator.dll</HintPath>
  58. </Reference>
  59. <Reference Include="HandyControl, Version=3.1.0.0, Culture=neutral, PublicKeyToken=45be8712787a1e5b, processorArchitecture=MSIL">
  60. <HintPath>packages\HandyControl.3.1.0\lib\net472\HandyControl.dll</HintPath>
  61. </Reference>
  62. <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  63. <HintPath>packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
  64. </Reference>
  65. <Reference Include="System" />
  66. <Reference Include="System.Configuration" />
  67. <Reference Include="System.Data" />
  68. <Reference Include="System.Drawing" />
  69. <Reference Include="System.Drawing.Common, Version=4.0.0.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  70. <HintPath>packages\System.Drawing.Common.6.0.0-preview.3.21201.4\lib\net461\System.Drawing.Common.dll</HintPath>
  71. </Reference>
  72. <Reference Include="System.Windows.Forms" />
  73. <Reference Include="System.Xml" />
  74. <Reference Include="Microsoft.CSharp" />
  75. <Reference Include="System.Core" />
  76. <Reference Include="System.Xml.Linq" />
  77. <Reference Include="System.Data.DataSetExtensions" />
  78. <Reference Include="System.Net.Http" />
  79. <Reference Include="System.Xaml">
  80. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  81. </Reference>
  82. <Reference Include="WindowsBase" />
  83. <Reference Include="PresentationCore" />
  84. <Reference Include="PresentationFramework" />
  85. </ItemGroup>
  86. <ItemGroup>
  87. <ApplicationDefinition Include="App.xaml">
  88. <Generator>MSBuild:Compile</Generator>
  89. <SubType>Designer</SubType>
  90. </ApplicationDefinition>
  91. <Compile Include="Command\DelegateCommand.cs" />
  92. <Compile Include="Command\DelegateCommandBase.cs" />
  93. <Compile Include="Constant\AppHideType.cs" />
  94. <Compile Include="Constant\Constants.cs" />
  95. <Compile Include="Constant\MainWindowEnum.cs" />
  96. <Compile Include="Constant\IconStartType.cs" />
  97. <Compile Include="Constant\SortType.cs" />
  98. <Compile Include="Constant\UpdateType.cs" />
  99. <Compile Include="Control\Other\BacklogNotificatin.xaml.cs">
  100. <DependentUpon>BacklogNotificatin.xaml</DependentUpon>
  101. </Compile>
  102. <Compile Include="Control\Other\CustomIconUrlDialog.xaml.cs">
  103. <DependentUpon>CustomIconUrlDialog.xaml</DependentUpon>
  104. </Compile>
  105. <Compile Include="Control\UserControls\Config\OtherControl.xaml.cs">
  106. <DependentUpon>OtherControl.xaml</DependentUpon>
  107. </Compile>
  108. <Compile Include="Control\UserControls\ToDo\TodoControl.xaml.cs">
  109. <DependentUpon>TodoControl.xaml</DependentUpon>
  110. </Compile>
  111. <Compile Include="Control\UserControls\IconFont\IconPannel.xaml.cs">
  112. <DependentUpon>IconPannel.xaml</DependentUpon>
  113. </Compile>
  114. <Compile Include="Control\Windows\ToDoInfoWindow.xaml.cs">
  115. <DependentUpon>ToDoInfoWindow.xaml</DependentUpon>
  116. </Compile>
  117. <Compile Include="Control\Windows\ToDoWindow.xaml.cs">
  118. <DependentUpon>ToDoWindow.xaml</DependentUpon>
  119. </Compile>
  120. <Compile Include="Control\Windows\ConfigWindow.xaml.cs">
  121. <DependentUpon>ConfigWindow.xaml</DependentUpon>
  122. </Compile>
  123. <Compile Include="Control\Other\IconInfoDialog.xaml.cs">
  124. <DependentUpon>IconInfoDialog.xaml</DependentUpon>
  125. </Compile>
  126. <Compile Include="Control\Other\MenuGeometryDialog.xaml.cs">
  127. <DependentUpon>MenuGeometryDialog.xaml</DependentUpon>
  128. </Compile>
  129. <Compile Include="Control\UserControls\Config\AboutControl.xaml.cs">
  130. <DependentUpon>AboutControl.xaml</DependentUpon>
  131. </Compile>
  132. <Compile Include="Control\UserControls\PannelCard\LeftCardControl.xaml.cs">
  133. <DependentUpon>LeftCardControl.xaml</DependentUpon>
  134. </Compile>
  135. <Compile Include="Control\UserControls\Config\ThemeControl.xaml.cs">
  136. <DependentUpon>ThemeControl.xaml</DependentUpon>
  137. </Compile>
  138. <Compile Include="Control\UserControls\PannelCard\RightCardControl.xaml.cs">
  139. <DependentUpon>RightCardControl.xaml</DependentUpon>
  140. </Compile>
  141. <Compile Include="Control\UserControls\Config\MotionControl.xaml.cs">
  142. <DependentUpon>MotionControl.xaml</DependentUpon>
  143. </Compile>
  144. <Compile Include="Control\Windows\IconfontWindow.xaml.cs">
  145. <DependentUpon>IconfontWindow.xaml</DependentUpon>
  146. </Compile>
  147. <Compile Include="Control\Windows\UpdateWindow.xaml.cs">
  148. <DependentUpon>UpdateWindow.xaml</DependentUpon>
  149. </Compile>
  150. <Compile Include="Converts\DoubleToGridLength.cs" />
  151. <Compile Include="Converts\IntToCornerRadius.cs" />
  152. <Compile Include="Converts\OpcityConvert.cs" />
  153. <Compile Include="Converts\UpdateTypeConvert.cs" />
  154. <Compile Include="DraggAnimatedPanel\DraggAnimatedPanel.cs" />
  155. <Compile Include="DraggAnimatedPanel\DraggAnimatedPanel.Drag.cs" />
  156. <Compile Include="Converts\HideTypeConvert.cs" />
  157. <Compile Include="Task\ToDoTask.cs" />
  158. <Compile Include="Thread\UpdateThread.cs" />
  159. <Compile Include="Util\AeroGlassHelper.cs" />
  160. <Compile Include="Util\CommonCode.cs" />
  161. <Compile Include="Util\ConsoleManager.cs" />
  162. <Compile Include="Util\DragAdorner.cs" />
  163. <Compile Include="Util\FileIcon.cs" />
  164. <Compile Include="Util\HotKey.cs" />
  165. <Compile Include="Util\HttpUtil.cs" />
  166. <Compile Include="Util\ImageUtil.cs" />
  167. <Compile Include="Util\ListViewDragDropManager.cs" />
  168. <Compile Include="Converts\MenuWidthConvert.cs" />
  169. <Compile Include="Util\MouseUtil.cs" />
  170. <Compile Include="Util\MouseUtilities.cs" />
  171. <Compile Include="Util\RegisterUtil.cs" />
  172. <Compile Include="Util\StringUtil.cs" />
  173. <Compile Include="Util\SvgToGeometry.cs" />
  174. <Compile Include="Util\SystemIcon.cs" />
  175. <Compile Include="ViewModel\AppConfig.cs" />
  176. <Compile Include="ViewModel\AppData.cs" />
  177. <Compile Include="ViewModel\ToDoInfo.cs" />
  178. <Compile Include="ViewModel\IconfontInfo.cs" />
  179. <Compile Include="ViewModel\IconInfo.cs" />
  180. <Compile Include="ViewModel\MenuInfo.cs" />
  181. <Page Include="Control\Other\BacklogNotificatin.xaml">
  182. <SubType>Designer</SubType>
  183. <Generator>MSBuild:Compile</Generator>
  184. </Page>
  185. <Page Include="Control\Other\CustomIconUrlDialog.xaml">
  186. <Generator>MSBuild:Compile</Generator>
  187. <SubType>Designer</SubType>
  188. </Page>
  189. <Page Include="Control\UserControls\Config\OtherControl.xaml">
  190. <SubType>Designer</SubType>
  191. <Generator>MSBuild:Compile</Generator>
  192. </Page>
  193. <Page Include="Control\UserControls\ToDo\TodoControl.xaml">
  194. <SubType>Designer</SubType>
  195. <Generator>MSBuild:Compile</Generator>
  196. </Page>
  197. <Page Include="Control\UserControls\IconFont\IconPannel.xaml">
  198. <SubType>Designer</SubType>
  199. <Generator>MSBuild:Compile</Generator>
  200. </Page>
  201. <Page Include="Control\Windows\ToDoInfoWindow.xaml">
  202. <SubType>Designer</SubType>
  203. <Generator>MSBuild:Compile</Generator>
  204. </Page>
  205. <Page Include="Control\Windows\ToDoWindow.xaml">
  206. <SubType>Designer</SubType>
  207. <Generator>MSBuild:Compile</Generator>
  208. </Page>
  209. <Page Include="Control\Windows\ConfigWindow.xaml">
  210. <SubType>Designer</SubType>
  211. <Generator>MSBuild:Compile</Generator>
  212. </Page>
  213. <Page Include="Control\Other\IconInfoDialog.xaml">
  214. <SubType>Designer</SubType>
  215. <Generator>MSBuild:Compile</Generator>
  216. </Page>
  217. <Page Include="Control\Other\MenuGeometryDialog.xaml">
  218. <SubType>Designer</SubType>
  219. <Generator>MSBuild:Compile</Generator>
  220. </Page>
  221. <Page Include="Control\UserControls\Config\AboutControl.xaml">
  222. <SubType>Designer</SubType>
  223. <Generator>MSBuild:Compile</Generator>
  224. </Page>
  225. <Page Include="Control\UserControls\PannelCard\LeftCardControl.xaml">
  226. <SubType>Designer</SubType>
  227. <Generator>MSBuild:Compile</Generator>
  228. </Page>
  229. <Page Include="Control\UserControls\Config\ThemeControl.xaml">
  230. <SubType>Designer</SubType>
  231. <Generator>MSBuild:Compile</Generator>
  232. </Page>
  233. <Page Include="Control\UserControls\PannelCard\RightCardControl.xaml">
  234. <SubType>Designer</SubType>
  235. <Generator>MSBuild:Compile</Generator>
  236. </Page>
  237. <Page Include="Control\UserControls\Config\MotionControl.xaml">
  238. <SubType>Designer</SubType>
  239. <Generator>MSBuild:Compile</Generator>
  240. </Page>
  241. <Page Include="Control\Windows\IconfontWindow.xaml">
  242. <SubType>Designer</SubType>
  243. <Generator>MSBuild:Compile</Generator>
  244. </Page>
  245. <Page Include="Control\Windows\UpdateWindow.xaml">
  246. <SubType>Designer</SubType>
  247. <Generator>MSBuild:Compile</Generator>
  248. </Page>
  249. <Page Include="MainWindow.xaml">
  250. <Generator>MSBuild:Compile</Generator>
  251. <SubType>Designer</SubType>
  252. </Page>
  253. <Compile Include="App.xaml.cs">
  254. <DependentUpon>App.xaml</DependentUpon>
  255. <SubType>Code</SubType>
  256. </Compile>
  257. <Compile Include="MainWindow.xaml.cs">
  258. <DependentUpon>MainWindow.xaml</DependentUpon>
  259. <SubType>Code</SubType>
  260. </Compile>
  261. <Page Include="Resource\Dictionary\Geometry.xaml">
  262. <SubType>Designer</SubType>
  263. <Generator>MSBuild:Compile</Generator>
  264. </Page>
  265. </ItemGroup>
  266. <ItemGroup>
  267. <Compile Include="Properties\AssemblyInfo.cs">
  268. <SubType>Code</SubType>
  269. </Compile>
  270. <Compile Include="Properties\Resources.Designer.cs">
  271. <AutoGen>True</AutoGen>
  272. <DesignTime>True</DesignTime>
  273. <DependentUpon>Resources.resx</DependentUpon>
  274. </Compile>
  275. <Compile Include="Properties\Settings.Designer.cs">
  276. <AutoGen>True</AutoGen>
  277. <DependentUpon>Settings.settings</DependentUpon>
  278. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  279. </Compile>
  280. <EmbeddedResource Include="Properties\Resources.resx">
  281. <Generator>ResXFileCodeGenerator</Generator>
  282. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  283. </EmbeddedResource>
  284. <Resource Include="Resource\Iconfont\iconfont.json" />
  285. <None Include="Properties\app.manifest" />
  286. <None Include="Update.json" />
  287. <None Include="packages.config" />
  288. <None Include="Properties\Settings.settings">
  289. <Generator>SettingsSingleFileGenerator</Generator>
  290. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  291. </None>
  292. </ItemGroup>
  293. <ItemGroup>
  294. <None Include="App.config" />
  295. </ItemGroup>
  296. <ItemGroup>
  297. <Resource Include="Resource\Image\图片.png" />
  298. <Resource Include="Resource\Image\文件夹.png" />
  299. </ItemGroup>
  300. <ItemGroup>
  301. <Resource Include="Resource\Iconfont\iconfont.js" />
  302. </ItemGroup>
  303. <ItemGroup>
  304. <Resource Include="Resource\Image\BacklogImg.png" />
  305. </ItemGroup>
  306. <ItemGroup>
  307. <Resource Include="Resource\Image\TitleLogo.png" />
  308. </ItemGroup>
  309. <ItemGroup>
  310. <Resource Include="Resource\Image\About.png" />
  311. </ItemGroup>
  312. <ItemGroup>
  313. <Resource Include="Taskbar.ico" />
  314. </ItemGroup>
  315. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  316. </Project>