| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>9.0.30729</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{E32F051D-7C28-42EC-AB5B-CFE18290AA45}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>Dongke.IBOSS.PRD.Basics.DockPanel</RootNamespace>
- <AssemblyName>DockPanel</AssemblyName>
- <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <SccProjectName>
- </SccProjectName>
- <SccLocalPath>
- </SccLocalPath>
- <SccAuxPath>
- </SccAuxPath>
- <SccProvider>
- </SccProvider>
- <TargetFrameworkProfile />
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
- <DebugSymbols>true</DebugSymbols>
- <OutputPath>bin\x86\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <DebugType>full</DebugType>
- <PlatformTarget>x86</PlatformTarget>
- <ErrorReport>prompt</ErrorReport>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
- <OutputPath>bin\x86\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <Optimize>true</Optimize>
- <DebugType>pdbonly</DebugType>
- <PlatformTarget>x86</PlatformTarget>
- <ErrorReport>prompt</ErrorReport>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
- <DebugSymbols>true</DebugSymbols>
- <OutputPath>bin\x64\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <DebugType>full</DebugType>
- <PlatformTarget>x64</PlatformTarget>
- <ErrorReport>prompt</ErrorReport>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
- <OutputPath>bin\x64\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <Optimize>true</Optimize>
- <DebugType>pdbonly</DebugType>
- <PlatformTarget>x64</PlatformTarget>
- <ErrorReport>prompt</ErrorReport>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="System" />
- <Reference Include="System.Data" />
- <Reference Include="System.Drawing" />
- <Reference Include="System.Windows.Forms" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="AutoHideStripBase.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="DockAreasEditor.cs" />
- <Compile Include="DockContent.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="DockContentCollection.cs" />
- <Compile Include="DockContentEventArgs.cs" />
- <Compile Include="DockContentHandler.cs" />
- <Compile Include="DockOutlineBase.cs" />
- <Compile Include="DockPane.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="DockPane.SplitterControl.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="DockPaneCaptionBase.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="DockPaneCollection.cs" />
- <Compile Include="DockPanel.Appearance.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="DockPanel.AutoHideWindow.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="DockPanel.cs" />
- <Compile Include="DockPanel.DockDragHandler.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="DockPanel.DragHandler.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="DockPanel.FocusManager.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="DockPanel.MdiClientController.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="DockPanel.Persistor.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="DockPanel.SplitterDragHandler.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="DockPanelBase.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="DockPanelExtender.cs" />
- <Compile Include="DockPanelSkin.cs" />
- <Compile Include="DockPaneStripBase.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="DockWindow.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="DockWindow.SplitterControl.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="DockWindowCollection.cs" />
- <Compile Include="DragForm.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="DummyControl.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="Enums.cs" />
- <Compile Include="FloatWindow.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="FloatWindowCollection.cs" />
- <Compile Include="Helpers\DockHelper.cs" />
- <Compile Include="Helpers\DrawHelper.cs" />
- <Compile Include="Helpers\ResourceHelper.cs" />
- <Compile Include="Helpers\Win32Helper.cs" />
- <Compile Include="InertButtonBase.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="Interfaces.cs" />
- <Compile Include="Localization.cs" />
- <Compile Include="Measures.cs" />
- <Compile Include="NestedDockingStatus.cs" />
- <Compile Include="NestedPaneCollection.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="ResourceBackGroundImage.Designer.cs">
- <AutoGen>True</AutoGen>
- <DesignTime>True</DesignTime>
- <DependentUpon>ResourceBackGroundImage.resx</DependentUpon>
- </Compile>
- <Compile Include="Resources.Designer.cs" />
- <Compile Include="Skins\DockPanelSkinBuilder.cs" />
- <Compile Include="Skins\Style.cs" />
- <Compile Include="SplitterBase.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="Strings.Designer.cs" />
- <Compile Include="VisibleNestedPaneCollection.cs" />
- <Compile Include="VS2005AutoHideStrip.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="VS2005DockPaneCaption.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="VS2005DockPaneStrip.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="Win32\Enums.cs" />
- <Compile Include="Win32\NativeMethods.cs" />
- </ItemGroup>
- <ItemGroup>
- <Content Include="DockPanel.bmp" />
- <None Include="Resources\bg.png" />
- <Content Include="Resources\DockIndicator_PaneDiamond.bmp" />
- <Content Include="Resources\DockIndicator_PaneDiamond_Bottom.bmp" />
- <Content Include="Resources\Dockindicator_PaneDiamond_Fill.bmp" />
- <Content Include="Resources\DockIndicator_PaneDiamond_Hotspot.bmp" />
- <Content Include="Resources\DockIndicator_PaneDiamond_HotspotIndex.bmp" />
- <Content Include="Resources\DockIndicator_PaneDiamond_Left.bmp" />
- <Content Include="Resources\DockIndicator_PaneDiamond_Right.bmp" />
- <Content Include="Resources\DockIndicator_PaneDiamond_Top.bmp" />
- <Content Include="Resources\DockIndicator_PanelBottom.bmp" />
- <Content Include="Resources\DockIndicator_PanelBottom_Active.bmp" />
- <Content Include="Resources\DockIndicator_PanelFill.bmp" />
- <Content Include="Resources\DockIndicator_PanelFill_Active.bmp" />
- <Content Include="Resources\DockIndicator_PanelLeft.bmp" />
- <Content Include="Resources\DockIndicator_PanelLeft_Active.bmp" />
- <Content Include="Resources\DockIndicator_PanelRight.bmp" />
- <Content Include="Resources\DockIndicator_PanelRight_Active.bmp" />
- <Content Include="Resources\DockIndicator_PanelTop.bmp" />
- <Content Include="Resources\DockIndicator_PanelTop_Active.bmp" />
- <Content Include="Resources\DockPane_AutoHide.bmp" />
- <Content Include="Resources\DockPane_Close.bmp" />
- <Content Include="Resources\DockPane_Dock.bmp" />
- <Content Include="Resources\DockPane_Option.bmp" />
- <Content Include="Resources\DockPane_OptionOverflow.bmp" />
- </ItemGroup>
- <ItemGroup>
- <EmbeddedResource Include="DockPanelBase.resx">
- <DependentUpon>DockPanelBase.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="ResourceBackGroundImage.resx">
- <Generator>ResXFileCodeGenerator</Generator>
- <LastGenOutput>ResourceBackGroundImage.Designer.cs</LastGenOutput>
- </EmbeddedResource>
- <EmbeddedResource Include="Resources.resx" />
- <EmbeddedResource Include="Strings.resx" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\BaseControls\BaseControls.csproj">
- <Project>{7590dcac-f66d-4230-b713-268c865a7bb1}</Project>
- <Name>BaseControls</Name>
- </ProjectReference>
- <ProjectReference Include="..\Library\Library.csproj">
- <Project>{922d0f0f-01c2-4fa5-a4ad-00064232f455}</Project>
- <Name>Library</Name>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
- Other similar extension points exist, see Microsoft.Common.targets.
- <Target Name="BeforeBuild">
- </Target>
- <Target Name="AfterBuild">
- </Target>
- -->
- </Project>
|