GeekDesk.csproj 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327
  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. <ItemGroup>
  50. <Reference Include="Apex.WinForms, Version=1.6.0.0, Culture=neutral, PublicKeyToken=98d06957926c086d, processorArchitecture=MSIL">
  51. <HintPath>packages\SharpShellTools.2.2.0.0\lib\Apex.WinForms.dll</HintPath>
  52. </Reference>
  53. <Reference Include="CommonServiceLocator, Version=2.0.6.0, Culture=neutral, PublicKeyToken=489b6accfaf20ef0, processorArchitecture=MSIL">
  54. <HintPath>packages\CommonServiceLocator.2.0.6\lib\net45\CommonServiceLocator.dll</HintPath>
  55. </Reference>
  56. <Reference Include="GalaSoft.MvvmLight, Version=5.4.1.0, Culture=neutral, PublicKeyToken=e7570ab207bcb616, processorArchitecture=MSIL">
  57. <HintPath>packages\MvvmLightLibs.5.4.1.1\lib\net45\GalaSoft.MvvmLight.dll</HintPath>
  58. </Reference>
  59. <Reference Include="GalaSoft.MvvmLight.Extras, Version=5.4.1.0, Culture=neutral, PublicKeyToken=669f0b5e8f868abf, processorArchitecture=MSIL">
  60. <HintPath>packages\MvvmLightLibs.5.4.1.1\lib\net45\GalaSoft.MvvmLight.Extras.dll</HintPath>
  61. </Reference>
  62. <Reference Include="GalaSoft.MvvmLight.Platform, Version=5.4.1.0, Culture=neutral, PublicKeyToken=5f873c45e98af8a1, processorArchitecture=MSIL">
  63. <HintPath>packages\MvvmLightLibs.5.4.1.1\lib\net45\GalaSoft.MvvmLight.Platform.dll</HintPath>
  64. </Reference>
  65. <Reference Include="GlobalHotKey, Version=1.1.0.0, Culture=neutral, processorArchitecture=MSIL">
  66. <HintPath>packages\GlobalHotKey.1.1.0\lib\GlobalHotKey.dll</HintPath>
  67. </Reference>
  68. <Reference Include="HandyControl, Version=3.1.0.0, Culture=neutral, PublicKeyToken=45be8712787a1e5b, processorArchitecture=MSIL">
  69. <HintPath>packages\HandyControl.3.1.0\lib\net472\HandyControl.dll</HintPath>
  70. </Reference>
  71. <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  72. <HintPath>packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
  73. </Reference>
  74. <Reference Include="ServerManager, Version=2.2.0.0, Culture=neutral, processorArchitecture=x86">
  75. <HintPath>packages\SharpShellTools.2.2.0.0\lib\ServerManager.exe</HintPath>
  76. </Reference>
  77. <Reference Include="SharpShell, Version=2.2.0.0, Culture=neutral, PublicKeyToken=f14dc899472fe6fb, processorArchitecture=MSIL">
  78. <HintPath>packages\SharpShellTools.2.2.0.0\lib\SharpShell.dll</HintPath>
  79. </Reference>
  80. <Reference Include="srm, Version=2.2.0.0, Culture=neutral, PublicKeyToken=68bd4561cc3495fc, processorArchitecture=MSIL">
  81. <HintPath>packages\SharpShellTools.2.2.0.0\lib\srm.exe</HintPath>
  82. <Private>True</Private>
  83. </Reference>
  84. <Reference Include="System" />
  85. <Reference Include="System.Data" />
  86. <Reference Include="System.Drawing" />
  87. <Reference Include="System.Drawing.Common, Version=4.0.0.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  88. <HintPath>packages\System.Drawing.Common.6.0.0-preview.3.21201.4\lib\net461\System.Drawing.Common.dll</HintPath>
  89. </Reference>
  90. <Reference Include="System.Windows.Forms" />
  91. <Reference Include="System.Windows.Interactivity, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  92. <HintPath>packages\MvvmLightLibs.5.4.1.1\lib\net45\System.Windows.Interactivity.dll</HintPath>
  93. </Reference>
  94. <Reference Include="System.Xml" />
  95. <Reference Include="Microsoft.CSharp" />
  96. <Reference Include="System.Core" />
  97. <Reference Include="System.Xml.Linq" />
  98. <Reference Include="System.Data.DataSetExtensions" />
  99. <Reference Include="System.Net.Http" />
  100. <Reference Include="System.Xaml">
  101. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  102. </Reference>
  103. <Reference Include="WindowsBase" />
  104. <Reference Include="PresentationCore" />
  105. <Reference Include="PresentationFramework" />
  106. </ItemGroup>
  107. <ItemGroup>
  108. <ApplicationDefinition Include="App.xaml">
  109. <Generator>MSBuild:Compile</Generator>
  110. <SubType>Designer</SubType>
  111. </ApplicationDefinition>
  112. <Compile Include="Command\DelegateCommand.cs" />
  113. <Compile Include="Command\DelegateCommandBase.cs" />
  114. <Compile Include="Constant\AppHideType.cs" />
  115. <Compile Include="Constant\Constants.cs" />
  116. <Compile Include="Constant\DefaultConstant.cs" />
  117. <Compile Include="Constant\IconStartType.cs" />
  118. <Compile Include="Constant\SortType.cs" />
  119. <Compile Include="Control\Other\BacklogNotificatin.xaml.cs">
  120. <DependentUpon>BacklogNotificatin.xaml</DependentUpon>
  121. </Compile>
  122. <Compile Include="Control\Other\CustomIconUrlDialog.xaml.cs">
  123. <DependentUpon>CustomIconUrlDialog.xaml</DependentUpon>
  124. </Compile>
  125. <Compile Include="Control\UserControls\Backlog\BacklogControl.xaml.cs">
  126. <DependentUpon>BacklogControl.xaml</DependentUpon>
  127. </Compile>
  128. <Compile Include="Control\UserControls\IconFont\IconPannel.xaml.cs">
  129. <DependentUpon>IconPannel.xaml</DependentUpon>
  130. </Compile>
  131. <Compile Include="Control\Windows\BacklogInfoWindow.xaml.cs">
  132. <DependentUpon>BacklogInfoWindow.xaml</DependentUpon>
  133. </Compile>
  134. <Compile Include="Control\Windows\BacklogWindow.xaml.cs">
  135. <DependentUpon>BacklogWindow.xaml</DependentUpon>
  136. </Compile>
  137. <Compile Include="Control\Windows\ConfigWindow.xaml.cs">
  138. <DependentUpon>ConfigWindow.xaml</DependentUpon>
  139. </Compile>
  140. <Compile Include="Control\Other\IconInfoDialog.xaml.cs">
  141. <DependentUpon>IconInfoDialog.xaml</DependentUpon>
  142. </Compile>
  143. <Compile Include="Control\Other\MenuGeometryDialog.xaml.cs">
  144. <DependentUpon>MenuGeometryDialog.xaml</DependentUpon>
  145. </Compile>
  146. <Compile Include="Control\UserControls\Config\AboutControl.xaml.cs">
  147. <DependentUpon>AboutControl.xaml</DependentUpon>
  148. </Compile>
  149. <Compile Include="Control\UserControls\PannelCard\LeftCardControl.xaml.cs">
  150. <DependentUpon>LeftCardControl.xaml</DependentUpon>
  151. </Compile>
  152. <Compile Include="Control\UserControls\Config\ThemeControl.xaml.cs">
  153. <DependentUpon>ThemeControl.xaml</DependentUpon>
  154. </Compile>
  155. <Compile Include="Control\UserControls\PannelCard\RightCardControl.xaml.cs">
  156. <DependentUpon>RightCardControl.xaml</DependentUpon>
  157. </Compile>
  158. <Compile Include="Control\UserControls\Config\MotionControl.xaml.cs">
  159. <DependentUpon>MotionControl.xaml</DependentUpon>
  160. </Compile>
  161. <Compile Include="Control\Windows\IconfontWindow.xaml.cs">
  162. <DependentUpon>IconfontWindow.xaml</DependentUpon>
  163. </Compile>
  164. <Compile Include="Converts\DoubleToGridLength.cs" />
  165. <Compile Include="Converts\IntToCornerRadius.cs" />
  166. <Compile Include="Converts\OpcityConvert.cs" />
  167. <Compile Include="DraggAnimatedPanel\DraggAnimatedPanel.cs" />
  168. <Compile Include="DraggAnimatedPanel\DraggAnimatedPanel.Drag.cs" />
  169. <Compile Include="Converts\HideTypeConvert.cs" />
  170. <Compile Include="Task\BacklogTask.cs" />
  171. <Compile Include="Util\AeroGlassHelper.cs" />
  172. <Compile Include="Util\CommonCode.cs" />
  173. <Compile Include="Util\ConsoleManager.cs" />
  174. <Compile Include="Util\DragAdorner.cs" />
  175. <Compile Include="Util\FileIcon.cs" />
  176. <Compile Include="Util\HotKey.cs" />
  177. <Compile Include="Util\HttpUtil.cs" />
  178. <Compile Include="Util\ImageUtil.cs" />
  179. <Compile Include="Util\ListViewDragDropManager.cs" />
  180. <Compile Include="Converts\MenuWidthConvert.cs" />
  181. <Compile Include="Util\MouseUtil.cs" />
  182. <Compile Include="Util\MouseUtilities.cs" />
  183. <Compile Include="Util\ShellContextMenu.cs" />
  184. <Compile Include="Util\StringUtil.cs" />
  185. <Compile Include="Util\SvgToGeometry.cs" />
  186. <Compile Include="Util\SystemIcon.cs" />
  187. <Compile Include="ViewModel\AppConfig.cs" />
  188. <Compile Include="ViewModel\AppData.cs" />
  189. <Compile Include="ViewModel\BacklogInfo.cs" />
  190. <Compile Include="ViewModel\IconfontInfo.cs" />
  191. <Compile Include="ViewModel\IconInfo.cs" />
  192. <Compile Include="ViewModel\MenuInfo.cs" />
  193. <Page Include="Control\Other\BacklogNotificatin.xaml">
  194. <SubType>Designer</SubType>
  195. <Generator>MSBuild:Compile</Generator>
  196. </Page>
  197. <Page Include="Control\Other\CustomIconUrlDialog.xaml">
  198. <Generator>MSBuild:Compile</Generator>
  199. <SubType>Designer</SubType>
  200. </Page>
  201. <Page Include="Control\UserControls\Backlog\BacklogControl.xaml">
  202. <SubType>Designer</SubType>
  203. <Generator>MSBuild:Compile</Generator>
  204. </Page>
  205. <Page Include="Control\UserControls\IconFont\IconPannel.xaml">
  206. <SubType>Designer</SubType>
  207. <Generator>MSBuild:Compile</Generator>
  208. </Page>
  209. <Page Include="Control\Windows\BacklogInfoWindow.xaml">
  210. <SubType>Designer</SubType>
  211. <Generator>MSBuild:Compile</Generator>
  212. </Page>
  213. <Page Include="Control\Windows\BacklogWindow.xaml">
  214. <SubType>Designer</SubType>
  215. <Generator>MSBuild:Compile</Generator>
  216. </Page>
  217. <Page Include="Control\Windows\ConfigWindow.xaml">
  218. <SubType>Designer</SubType>
  219. <Generator>MSBuild:Compile</Generator>
  220. </Page>
  221. <Page Include="Control\Other\IconInfoDialog.xaml">
  222. <SubType>Designer</SubType>
  223. <Generator>MSBuild:Compile</Generator>
  224. </Page>
  225. <Page Include="Control\Other\MenuGeometryDialog.xaml">
  226. <SubType>Designer</SubType>
  227. <Generator>MSBuild:Compile</Generator>
  228. </Page>
  229. <Page Include="Control\UserControls\Config\AboutControl.xaml">
  230. <SubType>Designer</SubType>
  231. <Generator>MSBuild:Compile</Generator>
  232. </Page>
  233. <Page Include="Control\UserControls\PannelCard\LeftCardControl.xaml">
  234. <SubType>Designer</SubType>
  235. <Generator>MSBuild:Compile</Generator>
  236. </Page>
  237. <Page Include="Control\UserControls\Config\ThemeControl.xaml">
  238. <SubType>Designer</SubType>
  239. <Generator>MSBuild:Compile</Generator>
  240. </Page>
  241. <Page Include="Control\UserControls\PannelCard\RightCardControl.xaml">
  242. <SubType>Designer</SubType>
  243. <Generator>MSBuild:Compile</Generator>
  244. </Page>
  245. <Page Include="Control\UserControls\Config\MotionControl.xaml">
  246. <SubType>Designer</SubType>
  247. <Generator>MSBuild:Compile</Generator>
  248. </Page>
  249. <Page Include="Control\Windows\IconfontWindow.xaml">
  250. <SubType>Designer</SubType>
  251. <Generator>MSBuild:Compile</Generator>
  252. </Page>
  253. <Page Include="MainWindow.xaml">
  254. <Generator>MSBuild:Compile</Generator>
  255. <SubType>Designer</SubType>
  256. </Page>
  257. <Compile Include="App.xaml.cs">
  258. <DependentUpon>App.xaml</DependentUpon>
  259. <SubType>Code</SubType>
  260. </Compile>
  261. <Compile Include="MainWindow.xaml.cs">
  262. <DependentUpon>MainWindow.xaml</DependentUpon>
  263. <SubType>Code</SubType>
  264. </Compile>
  265. <Page Include="Resource\Dictionary\Geometry.xaml">
  266. <SubType>Designer</SubType>
  267. <Generator>MSBuild:Compile</Generator>
  268. </Page>
  269. </ItemGroup>
  270. <ItemGroup>
  271. <Compile Include="Properties\AssemblyInfo.cs">
  272. <SubType>Code</SubType>
  273. </Compile>
  274. <Compile Include="Properties\Resources.Designer.cs">
  275. <AutoGen>True</AutoGen>
  276. <DesignTime>True</DesignTime>
  277. <DependentUpon>Resources.resx</DependentUpon>
  278. </Compile>
  279. <Compile Include="Properties\Settings.Designer.cs">
  280. <AutoGen>True</AutoGen>
  281. <DependentUpon>Settings.settings</DependentUpon>
  282. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  283. </Compile>
  284. <EmbeddedResource Include="Properties\Resources.resx">
  285. <Generator>ResXFileCodeGenerator</Generator>
  286. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  287. </EmbeddedResource>
  288. <Resource Include="Resource\Iconfont\iconfont.json" />
  289. <None Include="packages.config" />
  290. <None Include="Properties\Settings.settings">
  291. <Generator>SettingsSingleFileGenerator</Generator>
  292. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  293. </None>
  294. </ItemGroup>
  295. <ItemGroup>
  296. <None Include="App.config" />
  297. </ItemGroup>
  298. <ItemGroup>
  299. <Resource Include="Resource\Image\图片.png" />
  300. <Resource Include="Resource\Image\文件夹.png" />
  301. </ItemGroup>
  302. <ItemGroup>
  303. <Resource Include="Resource\Iconfont\iconfont.js" />
  304. </ItemGroup>
  305. <ItemGroup>
  306. <Resource Include="Resource\Image\公众号.jpg" />
  307. </ItemGroup>
  308. <ItemGroup>
  309. <Resource Include="Resource\Image\BacklogImg.png" />
  310. </ItemGroup>
  311. <ItemGroup>
  312. <Resource Include="Resource\Image\TitleLogo.png" />
  313. </ItemGroup>
  314. <ItemGroup>
  315. <Resource Include="Resource\Image\About.png" />
  316. </ItemGroup>
  317. <ItemGroup>
  318. <Resource Include="Resource\Image\WeChatCode.jpg" />
  319. </ItemGroup>
  320. <ItemGroup>
  321. <Resource Include="Resource\Image\ZFBCode.jpg" />
  322. </ItemGroup>
  323. <ItemGroup>
  324. <Resource Include="Taskbar.ico" />
  325. </ItemGroup>
  326. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  327. </Project>