DockPanel.csproj 9.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.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>9.0.30729</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{E32F051D-7C28-42EC-AB5B-CFE18290AA45}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Dongke.IBOSS.PRD.Basics.DockPanel</RootNamespace>
  12. <AssemblyName>DockPanel</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <SccProjectName>
  16. </SccProjectName>
  17. <SccLocalPath>
  18. </SccLocalPath>
  19. <SccAuxPath>
  20. </SccAuxPath>
  21. <SccProvider>
  22. </SccProvider>
  23. <TargetFrameworkProfile />
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  26. <DebugSymbols>true</DebugSymbols>
  27. <DebugType>full</DebugType>
  28. <Optimize>false</Optimize>
  29. <OutputPath>bin\Debug\</OutputPath>
  30. <DefineConstants>DEBUG;TRACE</DefineConstants>
  31. <ErrorReport>prompt</ErrorReport>
  32. <WarningLevel>4</WarningLevel>
  33. </PropertyGroup>
  34. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  35. <DebugType>pdbonly</DebugType>
  36. <Optimize>true</Optimize>
  37. <OutputPath>bin\Release\</OutputPath>
  38. <DefineConstants>TRACE</DefineConstants>
  39. <ErrorReport>prompt</ErrorReport>
  40. <WarningLevel>4</WarningLevel>
  41. </PropertyGroup>
  42. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  43. <DebugSymbols>true</DebugSymbols>
  44. <OutputPath>bin\x86\Debug\</OutputPath>
  45. <DefineConstants>DEBUG;TRACE</DefineConstants>
  46. <DebugType>full</DebugType>
  47. <PlatformTarget>x86</PlatformTarget>
  48. <ErrorReport>prompt</ErrorReport>
  49. </PropertyGroup>
  50. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  51. <OutputPath>bin\x86\Release\</OutputPath>
  52. <DefineConstants>TRACE</DefineConstants>
  53. <Optimize>true</Optimize>
  54. <DebugType>pdbonly</DebugType>
  55. <PlatformTarget>x86</PlatformTarget>
  56. <ErrorReport>prompt</ErrorReport>
  57. </PropertyGroup>
  58. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
  59. <DebugSymbols>true</DebugSymbols>
  60. <OutputPath>bin\x64\Debug\</OutputPath>
  61. <DefineConstants>DEBUG;TRACE</DefineConstants>
  62. <DebugType>full</DebugType>
  63. <PlatformTarget>x64</PlatformTarget>
  64. <ErrorReport>prompt</ErrorReport>
  65. </PropertyGroup>
  66. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
  67. <OutputPath>bin\x64\Release\</OutputPath>
  68. <DefineConstants>TRACE</DefineConstants>
  69. <Optimize>true</Optimize>
  70. <DebugType>pdbonly</DebugType>
  71. <PlatformTarget>x64</PlatformTarget>
  72. <ErrorReport>prompt</ErrorReport>
  73. </PropertyGroup>
  74. <ItemGroup>
  75. <Reference Include="System" />
  76. <Reference Include="System.Data" />
  77. <Reference Include="System.Drawing" />
  78. <Reference Include="System.Windows.Forms" />
  79. <Reference Include="System.Xml" />
  80. </ItemGroup>
  81. <ItemGroup>
  82. <Compile Include="AutoHideStripBase.cs">
  83. <SubType>Component</SubType>
  84. </Compile>
  85. <Compile Include="DockAreasEditor.cs" />
  86. <Compile Include="DockContent.cs">
  87. <SubType>Form</SubType>
  88. </Compile>
  89. <Compile Include="DockContentCollection.cs" />
  90. <Compile Include="DockContentEventArgs.cs" />
  91. <Compile Include="DockContentHandler.cs" />
  92. <Compile Include="DockOutlineBase.cs" />
  93. <Compile Include="DockPane.cs">
  94. <SubType>UserControl</SubType>
  95. </Compile>
  96. <Compile Include="DockPane.SplitterControl.cs">
  97. <SubType>UserControl</SubType>
  98. </Compile>
  99. <Compile Include="DockPaneCaptionBase.cs">
  100. <SubType>Component</SubType>
  101. </Compile>
  102. <Compile Include="DockPaneCollection.cs" />
  103. <Compile Include="DockPanel.Appearance.cs">
  104. <SubType>Component</SubType>
  105. </Compile>
  106. <Compile Include="DockPanel.AutoHideWindow.cs">
  107. <SubType>Component</SubType>
  108. </Compile>
  109. <Compile Include="DockPanel.cs" />
  110. <Compile Include="DockPanel.DockDragHandler.cs">
  111. <SubType>Component</SubType>
  112. </Compile>
  113. <Compile Include="DockPanel.DragHandler.cs">
  114. <SubType>Component</SubType>
  115. </Compile>
  116. <Compile Include="DockPanel.FocusManager.cs">
  117. <SubType>Component</SubType>
  118. </Compile>
  119. <Compile Include="DockPanel.MdiClientController.cs">
  120. <SubType>Component</SubType>
  121. </Compile>
  122. <Compile Include="DockPanel.Persistor.cs">
  123. <SubType>Component</SubType>
  124. </Compile>
  125. <Compile Include="DockPanel.SplitterDragHandler.cs">
  126. <SubType>Component</SubType>
  127. </Compile>
  128. <Compile Include="DockPanelBase.cs">
  129. <SubType>Form</SubType>
  130. </Compile>
  131. <Compile Include="DockPanelExtender.cs" />
  132. <Compile Include="DockPanelSkin.cs" />
  133. <Compile Include="DockPaneStripBase.cs">
  134. <SubType>Component</SubType>
  135. </Compile>
  136. <Compile Include="DockWindow.cs">
  137. <SubType>Component</SubType>
  138. </Compile>
  139. <Compile Include="DockWindow.SplitterControl.cs">
  140. <SubType>Component</SubType>
  141. </Compile>
  142. <Compile Include="DockWindowCollection.cs" />
  143. <Compile Include="DragForm.cs">
  144. <SubType>Form</SubType>
  145. </Compile>
  146. <Compile Include="DummyControl.cs">
  147. <SubType>Component</SubType>
  148. </Compile>
  149. <Compile Include="Enums.cs" />
  150. <Compile Include="FloatWindow.cs">
  151. <SubType>Form</SubType>
  152. </Compile>
  153. <Compile Include="FloatWindowCollection.cs" />
  154. <Compile Include="Helpers\DockHelper.cs" />
  155. <Compile Include="Helpers\DrawHelper.cs" />
  156. <Compile Include="Helpers\ResourceHelper.cs" />
  157. <Compile Include="Helpers\Win32Helper.cs" />
  158. <Compile Include="InertButtonBase.cs">
  159. <SubType>Component</SubType>
  160. </Compile>
  161. <Compile Include="Interfaces.cs" />
  162. <Compile Include="Localization.cs" />
  163. <Compile Include="Measures.cs" />
  164. <Compile Include="NestedDockingStatus.cs" />
  165. <Compile Include="NestedPaneCollection.cs" />
  166. <Compile Include="Properties\AssemblyInfo.cs" />
  167. <Compile Include="ResourceBackGroundImage.Designer.cs">
  168. <AutoGen>True</AutoGen>
  169. <DesignTime>True</DesignTime>
  170. <DependentUpon>ResourceBackGroundImage.resx</DependentUpon>
  171. </Compile>
  172. <Compile Include="Resources.Designer.cs" />
  173. <Compile Include="Skins\DockPanelSkinBuilder.cs" />
  174. <Compile Include="Skins\Style.cs" />
  175. <Compile Include="SplitterBase.cs">
  176. <SubType>Component</SubType>
  177. </Compile>
  178. <Compile Include="Strings.Designer.cs" />
  179. <Compile Include="VisibleNestedPaneCollection.cs" />
  180. <Compile Include="VS2005AutoHideStrip.cs">
  181. <SubType>Component</SubType>
  182. </Compile>
  183. <Compile Include="VS2005DockPaneCaption.cs">
  184. <SubType>Component</SubType>
  185. </Compile>
  186. <Compile Include="VS2005DockPaneStrip.cs">
  187. <SubType>Component</SubType>
  188. </Compile>
  189. <Compile Include="Win32\Enums.cs" />
  190. <Compile Include="Win32\NativeMethods.cs" />
  191. </ItemGroup>
  192. <ItemGroup>
  193. <Content Include="DockPanel.bmp" />
  194. <None Include="Resources\bg.png" />
  195. <Content Include="Resources\DockIndicator_PaneDiamond.bmp" />
  196. <Content Include="Resources\DockIndicator_PaneDiamond_Bottom.bmp" />
  197. <Content Include="Resources\Dockindicator_PaneDiamond_Fill.bmp" />
  198. <Content Include="Resources\DockIndicator_PaneDiamond_Hotspot.bmp" />
  199. <Content Include="Resources\DockIndicator_PaneDiamond_HotspotIndex.bmp" />
  200. <Content Include="Resources\DockIndicator_PaneDiamond_Left.bmp" />
  201. <Content Include="Resources\DockIndicator_PaneDiamond_Right.bmp" />
  202. <Content Include="Resources\DockIndicator_PaneDiamond_Top.bmp" />
  203. <Content Include="Resources\DockIndicator_PanelBottom.bmp" />
  204. <Content Include="Resources\DockIndicator_PanelBottom_Active.bmp" />
  205. <Content Include="Resources\DockIndicator_PanelFill.bmp" />
  206. <Content Include="Resources\DockIndicator_PanelFill_Active.bmp" />
  207. <Content Include="Resources\DockIndicator_PanelLeft.bmp" />
  208. <Content Include="Resources\DockIndicator_PanelLeft_Active.bmp" />
  209. <Content Include="Resources\DockIndicator_PanelRight.bmp" />
  210. <Content Include="Resources\DockIndicator_PanelRight_Active.bmp" />
  211. <Content Include="Resources\DockIndicator_PanelTop.bmp" />
  212. <Content Include="Resources\DockIndicator_PanelTop_Active.bmp" />
  213. <Content Include="Resources\DockPane_AutoHide.bmp" />
  214. <Content Include="Resources\DockPane_Close.bmp" />
  215. <Content Include="Resources\DockPane_Dock.bmp" />
  216. <Content Include="Resources\DockPane_Option.bmp" />
  217. <Content Include="Resources\DockPane_OptionOverflow.bmp" />
  218. </ItemGroup>
  219. <ItemGroup>
  220. <EmbeddedResource Include="DockPanelBase.resx">
  221. <DependentUpon>DockPanelBase.cs</DependentUpon>
  222. </EmbeddedResource>
  223. <EmbeddedResource Include="ResourceBackGroundImage.resx">
  224. <Generator>ResXFileCodeGenerator</Generator>
  225. <LastGenOutput>ResourceBackGroundImage.Designer.cs</LastGenOutput>
  226. </EmbeddedResource>
  227. <EmbeddedResource Include="Resources.resx" />
  228. <EmbeddedResource Include="Strings.resx" />
  229. </ItemGroup>
  230. <ItemGroup>
  231. <ProjectReference Include="..\BaseControls\BaseControls.csproj">
  232. <Project>{7590dcac-f66d-4230-b713-268c865a7bb1}</Project>
  233. <Name>BaseControls</Name>
  234. </ProjectReference>
  235. <ProjectReference Include="..\Library\Library.csproj">
  236. <Project>{922d0f0f-01c2-4fa5-a4ad-00064232f455}</Project>
  237. <Name>Library</Name>
  238. </ProjectReference>
  239. </ItemGroup>
  240. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  241. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  242. Other similar extension points exist, see Microsoft.Common.targets.
  243. <Target Name="BeforeBuild">
  244. </Target>
  245. <Target Name="AfterBuild">
  246. </Target>
  247. -->
  248. </Project>