Xceed.Wpf.AvalonDock.csproj 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{DB81988F-E0F2-45A0-A1FD-8C37F3D35244}</ProjectGuid>
  9. <OutputType>library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Xceed.Wpf.AvalonDock</RootNamespace>
  12. <AssemblyName>Xceed.Wpf.AvalonDock</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <TargetFrameworkProfile>Client</TargetFrameworkProfile>
  15. <FileAlignment>512</FileAlignment>
  16. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  17. <WarningLevel>4</WarningLevel>
  18. <SccProjectName>
  19. </SccProjectName>
  20. <SccLocalPath>
  21. </SccLocalPath>
  22. <SccAuxPath>
  23. </SccAuxPath>
  24. <SccProvider>
  25. </SccProvider>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  28. <DebugSymbols>true</DebugSymbols>
  29. <DebugType>full</DebugType>
  30. <Optimize>false</Optimize>
  31. <OutputPath>bin\Debug\</OutputPath>
  32. <DefineConstants>DEBUG</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. </PropertyGroup>
  36. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  37. <DebugType>none</DebugType>
  38. <Optimize>true</Optimize>
  39. <OutputPath>bin\Release\</OutputPath>
  40. <DefineConstants>TRACE</DefineConstants>
  41. <ErrorReport>prompt</ErrorReport>
  42. <WarningLevel>4</WarningLevel>
  43. <DocumentationFile>
  44. </DocumentationFile>
  45. </PropertyGroup>
  46. <PropertyGroup>
  47. <SignAssembly>true</SignAssembly>
  48. </PropertyGroup>
  49. <PropertyGroup>
  50. <AssemblyOriginatorKeyFile>Muchinfo.PC.snk</AssemblyOriginatorKeyFile>
  51. </PropertyGroup>
  52. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == '86|AnyCPU'">
  53. <OutputPath>bin\86\</OutputPath>
  54. </PropertyGroup>
  55. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  56. <DebugSymbols>true</DebugSymbols>
  57. <OutputPath>bin\x86\Debug\</OutputPath>
  58. <DefineConstants>DEBUG</DefineConstants>
  59. <DebugType>full</DebugType>
  60. <PlatformTarget>x86</PlatformTarget>
  61. <ErrorReport>prompt</ErrorReport>
  62. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  63. </PropertyGroup>
  64. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  65. <OutputPath>bin\x86\Release\</OutputPath>
  66. <DefineConstants>TRACE</DefineConstants>
  67. <Optimize>true</Optimize>
  68. <DebugType>pdbonly</DebugType>
  69. <PlatformTarget>x86</PlatformTarget>
  70. <ErrorReport>prompt</ErrorReport>
  71. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  72. </PropertyGroup>
  73. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == '86|x86'">
  74. <OutputPath>bin\x86\86\</OutputPath>
  75. <PlatformTarget>x86</PlatformTarget>
  76. </PropertyGroup>
  77. <ItemGroup>
  78. <Reference Include="System" />
  79. <Reference Include="System.Data" />
  80. <Reference Include="System.Xml" />
  81. <Reference Include="Microsoft.CSharp" />
  82. <Reference Include="System.Core" />
  83. <Reference Include="System.Xml.Linq" />
  84. <Reference Include="System.Data.DataSetExtensions" />
  85. <Reference Include="System.Xaml">
  86. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  87. </Reference>
  88. <Reference Include="WindowsBase" />
  89. <Reference Include="PresentationCore" />
  90. <Reference Include="PresentationFramework" />
  91. </ItemGroup>
  92. <ItemGroup>
  93. <Compile Include="AssemblyVersionInfo.cs" />
  94. <Compile Include="AssemblyVersionInfoCommon.cs" />
  95. <Compile Include="Commands\RelayCommand.cs" />
  96. <Compile Include="Controls\AnchorablePaneControlOverlayArea.cs" />
  97. <Compile Include="Controls\AnchorablePaneDropTarget.cs" />
  98. <Compile Include="Controls\AnchorablePaneTabPanel.cs" />
  99. <Compile Include="Controls\AnchorablePaneTitle.cs" />
  100. <Compile Include="Controls\AutoHideWindowManager.cs" />
  101. <Compile Include="Controls\BindingHelper.cs" />
  102. <Compile Include="Controls\ContextMenuEx.cs" />
  103. <Compile Include="Controls\FullWeakDictionary.cs" />
  104. <Compile Include="Controls\DocumentPaneDropAsAnchorableTarget.cs" />
  105. <Compile Include="Controls\DocumentPaneGroupDropTarget.cs" />
  106. <Compile Include="Controls\DropDownButton.cs" />
  107. <Compile Include="Controls\DropDownControlArea.cs" />
  108. <Compile Include="Controls\DropTargetBase.cs" />
  109. <Compile Include="Controls\WeakDictionary.cs" />
  110. <Compile Include="Controls\WindowActivateEventArgs.cs" />
  111. <Compile Include="Controls\WindowHookHandler.cs" />
  112. <Compile Include="Controls\FocusElementManager.cs" />
  113. <Compile Include="Controls\LayoutAnchorableItem.cs" />
  114. <Compile Include="Controls\LayoutDocumentItem.cs" />
  115. <Compile Include="Controls\LayoutItem.cs" />
  116. <Compile Include="Controls\MenuItemEx.cs" />
  117. <Compile Include="Controls\NavigatorWindow.cs" />
  118. <Compile Include="Controls\ReentrantFlag.cs" />
  119. <Compile Include="Controls\Shell\Standard\ComGuids.cs" />
  120. <Compile Include="Controls\Shell\Standard\Debug.cs" />
  121. <Compile Include="Controls\Shell\Standard\DoubleUtil.cs" />
  122. <Compile Include="Controls\Shell\Standard\DpiHelper.cs" />
  123. <Compile Include="Controls\Shell\Standard\ErrorCodes.cs" />
  124. <Compile Include="Controls\Shell\Standard\MessageWindow.cs" />
  125. <Compile Include="Controls\Shell\Standard\NativeMethods.cs" />
  126. <Compile Include="Controls\Shell\Standard\ShellProvider.cs" />
  127. <Compile Include="Controls\Shell\Standard\StreamHelper.cs" />
  128. <Compile Include="Controls\Shell\Standard\Utilities.cs" />
  129. <Compile Include="Controls\Shell\Standard\Verify.cs" />
  130. <Compile Include="Controls\Shell\SystemCommands.cs" />
  131. <Compile Include="Controls\Shell\SystemParameters2.cs" />
  132. <Compile Include="Controls\Shell\WindowChrome.cs" />
  133. <Compile Include="Controls\Shell\WindowChromeWorker.cs" />
  134. <Compile Include="Converters\ActivateCommandLayoutItemFromLayoutModelConverter.cs" />
  135. <Compile Include="Converters\AutoHideCommandLayoutItemFromLayoutModelConverter.cs" />
  136. <Compile Include="Converters\HideCommandLayoutItemFromLayoutModelConverter.cs" />
  137. <Compile Include="Converters\InverseBoolToVisibilityConverter.cs" />
  138. <Compile Include="Converters\LayoutItemFromLayoutModelConverter.cs" />
  139. <Compile Include="Converters\NullToDoNothingConverter.cs" />
  140. <Compile Include="Converters\UriSourceToBitmapImageConverter.cs" />
  141. <Compile Include="DocumentClosedEventArgs.cs" />
  142. <Compile Include="DocumentClosingEventArgs.cs" />
  143. <Compile Include="Extentions.cs" />
  144. <Compile Include="LayoutEventArgs.cs" />
  145. <Compile Include="Layout\AnchorableShowStrategy.cs" />
  146. <Compile Include="Layout\AnchorSide.cs" />
  147. <Compile Include="Controls\DockingManagerDropTarget.cs" />
  148. <Compile Include="Controls\DockingManagerOverlayArea.cs" />
  149. <Compile Include="Controls\DocumentPaneControlOverlayArea.cs" />
  150. <Compile Include="Controls\DocumentPaneDropTarget.cs" />
  151. <Compile Include="Controls\DocumentPaneTabPanel.cs" />
  152. <Compile Include="Controls\DragService.cs" />
  153. <Compile Include="Controls\DropArea.cs" />
  154. <Compile Include="Controls\DropTarget.cs" />
  155. <Compile Include="Controls\DropTargetType.cs" />
  156. <Compile Include="Controls\Extentions.cs" />
  157. <Compile Include="Controls\IDropTarget.cs" />
  158. <Compile Include="Controls\LayoutAnchorableControl.cs" />
  159. <Compile Include="Controls\LayoutAnchorableFloatingWindowControl.cs" />
  160. <Compile Include="Controls\LayoutAnchorablePaneControl.cs" />
  161. <Compile Include="Controls\LayoutAnchorablePaneGroupControl.cs" />
  162. <Compile Include="Controls\LayoutAnchorableTabItem.cs" />
  163. <Compile Include="Controls\LayoutAnchorControl.cs" />
  164. <Compile Include="Controls\LayoutAnchorGroupControl.cs" />
  165. <Compile Include="Controls\LayoutAnchorSideControl.cs" />
  166. <Compile Include="Controls\LayoutDocumentControl.cs" />
  167. <Compile Include="Controls\LayoutDocumentFloatingWindowControl.cs" />
  168. <Compile Include="Controls\LayoutDocumentPaneControl.cs" />
  169. <Compile Include="Controls\LayoutDocumentPaneGroupControl.cs" />
  170. <Compile Include="Controls\LayoutDocumentTabItem.cs" />
  171. <Compile Include="Controls\LayoutFloatingWindowControl.cs" />
  172. <Compile Include="Controls\LayoutGridControl.cs" />
  173. <Compile Include="Controls\LayoutGridResizerControl.cs" />
  174. <Compile Include="Controls\LayoutPanelControl.cs" />
  175. <Compile Include="Controls\OverlayArea.cs" />
  176. <Compile Include="Controls\OverlayWindow.cs" />
  177. <Compile Include="Controls\OverlayWindowDropTarget.cs" />
  178. <Compile Include="Controls\OverlayWindowDropTargetType.cs" />
  179. <Compile Include="Controls\TransformExtentions.cs" />
  180. <Compile Include="Converters\AnchorSideToAngleConverter.cs" />
  181. <Compile Include="Converters\AnchorSideToOrientationConverter.cs" />
  182. <Compile Include="Converters\BoolToVisibilityConverter.cs" />
  183. <Compile Include="DockingManager.cs" />
  184. <Compile Include="Layout\ChildrenTreeChangedEventArgs.cs" />
  185. <Compile Include="Layout\Extentions.cs" />
  186. <Compile Include="Layout\ILayoutAnchorablePane.cs" />
  187. <Compile Include="Layout\ILayoutContainer.cs" />
  188. <Compile Include="Layout\ILayoutContentSelector.cs" />
  189. <Compile Include="Layout\ILayoutControl.cs" />
  190. <Compile Include="Layout\ILayoutDocumentPane.cs" />
  191. <Compile Include="Layout\ILayoutElement.cs" />
  192. <Compile Include="Layout\ILayoutElementWithVisibility.cs" />
  193. <Compile Include="Layout\ILayoutGroup.cs" />
  194. <Compile Include="Layout\ILayoutOrientableElement.cs" />
  195. <Compile Include="Layout\ILayoutPane.cs" />
  196. <Compile Include="Layout\ILayoutPanelElement.cs" />
  197. <Compile Include="Layout\ILayoutPaneSerializable.cs" />
  198. <Compile Include="Layout\ILayoutPositionableElement.cs" />
  199. <Compile Include="Layout\ILayoutPreviousContainer.cs" />
  200. <Compile Include="Layout\ILayoutRoot.cs" />
  201. <Compile Include="Controls\IOverlayWindow.cs" />
  202. <Compile Include="Controls\IOverlayWindowArea.cs" />
  203. <Compile Include="Controls\IOverlayWindowDropTarget.cs" />
  204. <Compile Include="Controls\IOverlayWindowHost.cs" />
  205. <Compile Include="Layout\ILayoutUpdateStrategy.cs" />
  206. <Compile Include="Layout\LayoutAnchorable.cs" />
  207. <Compile Include="Layout\LayoutAnchorableFloatingWindow.cs" />
  208. <Compile Include="Layout\LayoutAnchorablePane.cs" />
  209. <Compile Include="Layout\LayoutAnchorablePaneGroup.cs" />
  210. <Compile Include="Layout\LayoutAnchorGroup.cs" />
  211. <Compile Include="Layout\LayoutAnchorSide.cs" />
  212. <Compile Include="Controls\LayoutAutoHideWindowControl.cs" />
  213. <Compile Include="Layout\LayoutContent.cs" />
  214. <Compile Include="Layout\LayoutDocument.cs" />
  215. <Compile Include="Layout\LayoutDocumentFloatingWindow.cs" />
  216. <Compile Include="Layout\LayoutDocumentPane.cs" />
  217. <Compile Include="Layout\LayoutDocumentPaneGroup.cs" />
  218. <Compile Include="Layout\LayoutElement.cs" />
  219. <Compile Include="Layout\LayoutElementEventArgs.cs" />
  220. <Compile Include="Layout\LayoutFloatingWindow.cs" />
  221. <Compile Include="Layout\LayoutGroup.cs" />
  222. <Compile Include="Layout\LayoutGroupBase.cs" />
  223. <Compile Include="Layout\LayoutPanel.cs" />
  224. <Compile Include="Layout\LayoutPositionableGroup.cs" />
  225. <Compile Include="Layout\LayoutRoot.cs" />
  226. <Compile Include="Layout\Serialization\LayoutSerializationCallbackEventArgs.cs" />
  227. <Compile Include="Layout\Serialization\LayoutSerializer.cs" />
  228. <Compile Include="Layout\Serialization\XmlLayoutSerializer.cs" />
  229. <Compile Include="MathHelper.cs" />
  230. <Compile Include="Properties\AssemblyInfo.cs">
  231. <SubType>Code</SubType>
  232. </Compile>
  233. <Compile Include="Properties\Resources.de.Designer.cs">
  234. <AutoGen>True</AutoGen>
  235. <DesignTime>True</DesignTime>
  236. <DependentUpon>Resources.de.resx</DependentUpon>
  237. </Compile>
  238. <Compile Include="Properties\Resources.Designer.cs">
  239. <AutoGen>True</AutoGen>
  240. <DesignTime>True</DesignTime>
  241. <DependentUpon>Resources.resx</DependentUpon>
  242. </Compile>
  243. <Compile Include="Properties\Resources.es.Designer.cs">
  244. <AutoGen>True</AutoGen>
  245. <DesignTime>True</DesignTime>
  246. <DependentUpon>Resources.es.resx</DependentUpon>
  247. </Compile>
  248. <Compile Include="Properties\Resources.fr.Designer.cs">
  249. <AutoGen>True</AutoGen>
  250. <DesignTime>True</DesignTime>
  251. <DependentUpon>Resources.fr.resx</DependentUpon>
  252. </Compile>
  253. <Compile Include="Properties\Resources.hu.Designer.cs">
  254. <AutoGen>True</AutoGen>
  255. <DesignTime>True</DesignTime>
  256. <DependentUpon>Resources.hu.resx</DependentUpon>
  257. </Compile>
  258. <Compile Include="Properties\Resources.it.Designer.cs">
  259. <AutoGen>True</AutoGen>
  260. <DesignTime>True</DesignTime>
  261. <DependentUpon>Resources.it.resx</DependentUpon>
  262. </Compile>
  263. <Compile Include="Properties\Resources.pt-BR.Designer.cs">
  264. <AutoGen>True</AutoGen>
  265. <DesignTime>True</DesignTime>
  266. <DependentUpon>Resources.pt-BR.resx</DependentUpon>
  267. </Compile>
  268. <Compile Include="Properties\Resources.ro.Designer.cs">
  269. <AutoGen>True</AutoGen>
  270. <DesignTime>True</DesignTime>
  271. <DependentUpon>Resources.ro.resx</DependentUpon>
  272. </Compile>
  273. <Compile Include="Properties\Resources.ru.Designer.cs">
  274. <AutoGen>True</AutoGen>
  275. <DesignTime>True</DesignTime>
  276. <DependentUpon>Resources.ru.resx</DependentUpon>
  277. </Compile>
  278. <Compile Include="Properties\Resources.sv.Designer.cs">
  279. <AutoGen>True</AutoGen>
  280. <DesignTime>True</DesignTime>
  281. <DependentUpon>Resources.sv.resx</DependentUpon>
  282. </Compile>
  283. <Compile Include="Properties\Resources.zh-Hans.Designer.cs">
  284. <AutoGen>True</AutoGen>
  285. <DesignTime>True</DesignTime>
  286. <DependentUpon>Resources.zh-Hans.resx</DependentUpon>
  287. </Compile>
  288. <Compile Include="Themes\DictionaryTheme.cs" />
  289. <Compile Include="Themes\GenericTheme.cs" />
  290. <Compile Include="Themes\Theme.cs" />
  291. <Compile Include="Win32Helper.cs" />
  292. <Compile Include="WindowHelper.cs" />
  293. <EmbeddedResource Include="Properties\Resources.hu.resx">
  294. <Generator>PublicResXFileCodeGenerator</Generator>
  295. <LastGenOutput>Resources.hu.Designer.cs</LastGenOutput>
  296. <SubType>Designer</SubType>
  297. </EmbeddedResource>
  298. <EmbeddedResource Include="Properties\Resources.resx">
  299. <Generator>PublicResXFileCodeGenerator</Generator>
  300. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  301. <SubType>Designer</SubType>
  302. </EmbeddedResource>
  303. <EmbeddedResource Include="Properties\Resources.it.resx">
  304. <Generator>PublicResXFileCodeGenerator</Generator>
  305. <LastGenOutput>Resources.it.Designer.cs</LastGenOutput>
  306. <SubType>Designer</SubType>
  307. </EmbeddedResource>
  308. <EmbeddedResource Include="Properties\Resources.fr.resx">
  309. <Generator>PublicResXFileCodeGenerator</Generator>
  310. <LastGenOutput>Resources.fr.Designer.cs</LastGenOutput>
  311. <SubType>Designer</SubType>
  312. </EmbeddedResource>
  313. <EmbeddedResource Include="Properties\Resources.es.resx">
  314. <Generator>PublicResXFileCodeGenerator</Generator>
  315. <LastGenOutput>Resources.es.Designer.cs</LastGenOutput>
  316. </EmbeddedResource>
  317. <EmbeddedResource Include="Properties\Resources.pt-BR.resx">
  318. <SubType>Designer</SubType>
  319. <Generator>PublicResXFileCodeGenerator</Generator>
  320. <LastGenOutput>Resources.pt-BR.Designer.cs</LastGenOutput>
  321. </EmbeddedResource>
  322. <EmbeddedResource Include="Properties\Resources.ru.resx">
  323. <SubType>Designer</SubType>
  324. <Generator>PublicResXFileCodeGenerator</Generator>
  325. <LastGenOutput>Resources.ru.Designer.cs</LastGenOutput>
  326. </EmbeddedResource>
  327. <EmbeddedResource Include="Properties\Resources.de.resx">
  328. <SubType>Designer</SubType>
  329. <Generator>PublicResXFileCodeGenerator</Generator>
  330. <LastGenOutput>Resources.de.Designer.cs</LastGenOutput>
  331. </EmbeddedResource>
  332. <EmbeddedResource Include="Properties\Resources.sv.resx">
  333. <SubType>Designer</SubType>
  334. <Generator>PublicResXFileCodeGenerator</Generator>
  335. <LastGenOutput>Resources.sv.Designer.cs</LastGenOutput>
  336. </EmbeddedResource>
  337. <EmbeddedResource Include="Properties\Resources.zh-Hans.resx">
  338. <SubType>Designer</SubType>
  339. <Generator>PublicResXFileCodeGenerator</Generator>
  340. <LastGenOutput>Resources.zh-Hans.Designer.cs</LastGenOutput>
  341. </EmbeddedResource>
  342. <EmbeddedResource Include="Properties\Resources.ro.resx">
  343. <Generator>PublicResXFileCodeGenerator</Generator>
  344. <LastGenOutput>Resources.ro.Designer.cs</LastGenOutput>
  345. <SubType>Designer</SubType>
  346. </EmbeddedResource>
  347. <AppDesigner Include="Properties\" />
  348. </ItemGroup>
  349. <ItemGroup>
  350. <Resource Include="Themes\Generic\Images\DockBottom.PNG" />
  351. <Resource Include="Themes\Generic\Images\DockLeft.PNG" />
  352. <Resource Include="Themes\Generic\Images\DockPane.PNG" />
  353. <Resource Include="Themes\Generic\Images\DockPaneEmpty.png" />
  354. <Resource Include="Themes\Generic\Images\DockRight.PNG" />
  355. <Resource Include="Themes\Generic\Images\DockTop.PNG" />
  356. <Resource Include="Themes\Generic\Images\HTabGroup.png" />
  357. <Resource Include="Themes\Generic\Images\InnerDockDocPaneBottom.png" />
  358. <Resource Include="Themes\Generic\Images\InnerDockDocPaneLeft.png" />
  359. <Resource Include="Themes\Generic\Images\InnerDockDocPaneRight.png" />
  360. <Resource Include="Themes\Generic\Images\InnerDockDocPaneTop.png" />
  361. <Resource Include="Themes\Generic\Images\InnerDockPaneBottom.png" />
  362. <Resource Include="Themes\Generic\Images\InnerDockPaneInside.png" />
  363. <Resource Include="Themes\Generic\Images\InnerDockPaneLeft.png" />
  364. <Resource Include="Themes\Generic\Images\InnerDockPaneRight.png" />
  365. <Resource Include="Themes\Generic\Images\InnerDockPaneTop.png" />
  366. <Resource Include="Themes\Generic\Images\Locked.png" />
  367. <Resource Include="Themes\Generic\Images\PinAutoHide.png" />
  368. <Resource Include="Themes\Generic\Images\PinClose.png" />
  369. <Resource Include="Themes\Generic\Images\PinDocMenu.png" />
  370. <Resource Include="Themes\Generic\Images\PinMenu.png" />
  371. <Resource Include="Themes\Generic\Images\VTabGroup.png" />
  372. </ItemGroup>
  373. <ItemGroup>
  374. <Resource Include="Themes\Generic\Images\PinMaximize.png" />
  375. </ItemGroup>
  376. <ItemGroup>
  377. <Resource Include="Themes\Generic\Images\PinRestore.png" />
  378. </ItemGroup>
  379. <ItemGroup>
  380. <Page Include="Themes\generic.xaml">
  381. <SubType>Designer</SubType>
  382. <Generator>MSBuild:Compile</Generator>
  383. </Page>
  384. </ItemGroup>
  385. <ItemGroup>
  386. <None Include="Muchinfo.PC.snk" />
  387. </ItemGroup>
  388. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  389. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  390. Other similar extension points exist, see Microsoft.Common.targets.
  391. <Target Name="BeforeBuild">
  392. </Target>
  393. <Target Name="AfterBuild">
  394. </Target>
  395. -->
  396. </Project>