GeekDesk.csproj 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328
  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=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  70. <HintPath>packages\System.Drawing.Common.6.0.0-preview.6.21352.12\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\FileUtil.cs" />
  165. <Compile Include="Util\HotKey.cs" />
  166. <Compile Include="Util\HttpUtil.cs" />
  167. <Compile Include="Util\ImageUtil.cs" />
  168. <Compile Include="Util\ListViewDragDropManager.cs" />
  169. <Compile Include="Converts\MenuWidthConvert.cs" />
  170. <Compile Include="Util\MouseUtil.cs" />
  171. <Compile Include="Util\MouseUtilities.cs" />
  172. <Compile Include="Util\RegisterUtil.cs" />
  173. <Compile Include="Util\ShellContextMenu.cs" />
  174. <Compile Include="Util\StringUtil.cs" />
  175. <Compile Include="Util\SvgToGeometry.cs" />
  176. <Compile Include="ViewModel\AppConfig.cs" />
  177. <Compile Include="ViewModel\AppData.cs" />
  178. <Compile Include="ViewModel\ToDoInfo.cs" />
  179. <Compile Include="ViewModel\IconfontInfo.cs" />
  180. <Compile Include="ViewModel\IconInfo.cs" />
  181. <Compile Include="ViewModel\MenuInfo.cs" />
  182. <Page Include="Control\Other\BacklogNotificatin.xaml">
  183. <SubType>Designer</SubType>
  184. <Generator>MSBuild:Compile</Generator>
  185. </Page>
  186. <Page Include="Control\Other\CustomIconUrlDialog.xaml">
  187. <Generator>MSBuild:Compile</Generator>
  188. <SubType>Designer</SubType>
  189. </Page>
  190. <Page Include="Control\UserControls\Config\OtherControl.xaml">
  191. <SubType>Designer</SubType>
  192. <Generator>MSBuild:Compile</Generator>
  193. </Page>
  194. <Page Include="Control\UserControls\ToDo\TodoControl.xaml">
  195. <SubType>Designer</SubType>
  196. <Generator>MSBuild:Compile</Generator>
  197. </Page>
  198. <Page Include="Control\UserControls\IconFont\IconPannel.xaml">
  199. <SubType>Designer</SubType>
  200. <Generator>MSBuild:Compile</Generator>
  201. </Page>
  202. <Page Include="Control\Windows\ToDoInfoWindow.xaml">
  203. <SubType>Designer</SubType>
  204. <Generator>MSBuild:Compile</Generator>
  205. </Page>
  206. <Page Include="Control\Windows\ToDoWindow.xaml">
  207. <SubType>Designer</SubType>
  208. <Generator>MSBuild:Compile</Generator>
  209. </Page>
  210. <Page Include="Control\Windows\ConfigWindow.xaml">
  211. <SubType>Designer</SubType>
  212. <Generator>MSBuild:Compile</Generator>
  213. </Page>
  214. <Page Include="Control\Other\IconInfoDialog.xaml">
  215. <SubType>Designer</SubType>
  216. <Generator>MSBuild:Compile</Generator>
  217. </Page>
  218. <Page Include="Control\Other\MenuGeometryDialog.xaml">
  219. <SubType>Designer</SubType>
  220. <Generator>MSBuild:Compile</Generator>
  221. </Page>
  222. <Page Include="Control\UserControls\Config\AboutControl.xaml">
  223. <SubType>Designer</SubType>
  224. <Generator>MSBuild:Compile</Generator>
  225. </Page>
  226. <Page Include="Control\UserControls\PannelCard\LeftCardControl.xaml">
  227. <SubType>Designer</SubType>
  228. <Generator>MSBuild:Compile</Generator>
  229. </Page>
  230. <Page Include="Control\UserControls\Config\ThemeControl.xaml">
  231. <SubType>Designer</SubType>
  232. <Generator>MSBuild:Compile</Generator>
  233. </Page>
  234. <Page Include="Control\UserControls\PannelCard\RightCardControl.xaml">
  235. <SubType>Designer</SubType>
  236. <Generator>MSBuild:Compile</Generator>
  237. </Page>
  238. <Page Include="Control\UserControls\Config\MotionControl.xaml">
  239. <SubType>Designer</SubType>
  240. <Generator>MSBuild:Compile</Generator>
  241. </Page>
  242. <Page Include="Control\Windows\IconfontWindow.xaml">
  243. <SubType>Designer</SubType>
  244. <Generator>MSBuild:Compile</Generator>
  245. </Page>
  246. <Page Include="Control\Windows\UpdateWindow.xaml">
  247. <SubType>Designer</SubType>
  248. <Generator>MSBuild:Compile</Generator>
  249. </Page>
  250. <Page Include="MainWindow.xaml">
  251. <Generator>MSBuild:Compile</Generator>
  252. <SubType>Designer</SubType>
  253. </Page>
  254. <Compile Include="App.xaml.cs">
  255. <DependentUpon>App.xaml</DependentUpon>
  256. <SubType>Code</SubType>
  257. </Compile>
  258. <Compile Include="MainWindow.xaml.cs">
  259. <DependentUpon>MainWindow.xaml</DependentUpon>
  260. <SubType>Code</SubType>
  261. </Compile>
  262. <Page Include="Resource\Dictionary\Geometry.xaml">
  263. <SubType>Designer</SubType>
  264. <Generator>MSBuild:Compile</Generator>
  265. </Page>
  266. </ItemGroup>
  267. <ItemGroup>
  268. <Compile Include="Properties\AssemblyInfo.cs">
  269. <SubType>Code</SubType>
  270. </Compile>
  271. <Compile Include="Properties\Resources.Designer.cs">
  272. <AutoGen>True</AutoGen>
  273. <DesignTime>True</DesignTime>
  274. <DependentUpon>Resources.resx</DependentUpon>
  275. </Compile>
  276. <Compile Include="Properties\Settings.Designer.cs">
  277. <AutoGen>True</AutoGen>
  278. <DependentUpon>Settings.settings</DependentUpon>
  279. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  280. </Compile>
  281. <EmbeddedResource Include="Properties\Resources.resx">
  282. <Generator>ResXFileCodeGenerator</Generator>
  283. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  284. </EmbeddedResource>
  285. <Resource Include="Resource\Iconfont\iconfont.json" />
  286. <None Include="Properties\app.manifest" />
  287. <None Include="Update.json" />
  288. <None Include="packages.config" />
  289. <None Include="Properties\Settings.settings">
  290. <Generator>SettingsSingleFileGenerator</Generator>
  291. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  292. </None>
  293. </ItemGroup>
  294. <ItemGroup>
  295. <None Include="App.config" />
  296. </ItemGroup>
  297. <ItemGroup>
  298. <Resource Include="Resource\Image\图片.png" />
  299. <Resource Include="Resource\Image\文件夹.png" />
  300. </ItemGroup>
  301. <ItemGroup>
  302. <Resource Include="Resource\Iconfont\iconfont.js" />
  303. </ItemGroup>
  304. <ItemGroup>
  305. <Resource Include="Resource\Image\BacklogImg.png" />
  306. </ItemGroup>
  307. <ItemGroup>
  308. <Resource Include="Resource\Image\TitleLogo.png" />
  309. </ItemGroup>
  310. <ItemGroup>
  311. <Resource Include="Resource\Image\About.png" />
  312. </ItemGroup>
  313. <ItemGroup>
  314. <Resource Include="Taskbar.ico" />
  315. </ItemGroup>
  316. <ItemGroup>
  317. <COMReference Include="IWshRuntimeLibrary">
  318. <Guid>{F935DC20-1CF0-11D0-ADB9-00C04FD58A0B}</Guid>
  319. <VersionMajor>1</VersionMajor>
  320. <VersionMinor>0</VersionMinor>
  321. <Lcid>0</Lcid>
  322. <WrapperTool>tlbimp</WrapperTool>
  323. <Isolated>False</Isolated>
  324. <EmbedInteropTypes>True</EmbedInteropTypes>
  325. </COMReference>
  326. </ItemGroup>
  327. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  328. </Project>