- <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>9.0.21022</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{C75532C4-765B-418E-B09B-46D36B2ABDB1}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>WeifenLuo.WinFormsUI</RootNamespace>
- <AssemblyName>WeifenLuo.WinFormsUI.Docking</AssemblyName>
- <SignAssembly>false</SignAssembly>
- <AssemblyOriginatorKeyFile>
- </AssemblyOriginatorKeyFile>
- <FileUpgradeFlags>
- </FileUpgradeFlags>
- <OldToolsVersion>2.0</OldToolsVersion>
- <UpgradeBackupLocation>
- </UpgradeBackupLocation>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>binDebug</OutputPath>
- <DefineConstants>TRACE;DEBUG</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>binRelease</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <ItemGroup>
- <Compile Include="DockingDockPanel.SplitterDragHandler.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="DockingDockPanel.DragHandler.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="DockingDragForm.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="DockingDockPanel.MdiClientController.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="DockingAutoHideStripBase.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="DockingInertButtonBase.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="DockingDockPanelSkin.cs">
- </Compile>
- <Compile Include="DockingVS2005AutoHideStrip.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="DockingDockPanel.AutoHideWindow.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="DockingVisibleNestedPaneCollection.cs" />
- <Compile Include="DockingDockAreasEditor.cs" />
- <Compile Include="DockingDockContent.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="DockingDockContentCollection.cs" />
- <Compile Include="DockingDockContentHandler.cs" />
- <Compile Include="DockingDockPanel.DockDragHandler.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="DockingHelpersDockHelper.cs" />
- <Compile Include="DockingNestedPaneCollection.cs" />
- <Compile Include="DockingDockOutlineBase.cs" />
- <Compile Include="DockingDockPane.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="DockingDockPaneCaptionBase.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="DockingVS2005DockPaneCaption.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="DockingDockPaneCollection.cs" />
- <Compile Include="DockingDockPanel.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="DockingDockPanelExtender.cs" />
- <Compile Include="DockingDockPanel.Persistor.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="DockingDockPane.SplitterControl.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="DockingDockPaneStripBase.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="DockingVS2005DockPaneStrip.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="DockingDockWindow.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="DockingDockWindowCollection.cs" />
- <Compile Include="DockingDockWindow.SplitterControl.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="DockingDummyControl.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="DockingEnums.cs" />
- <Compile Include="DockingDockContentEventArgs.cs" />
- <Compile Include="DockingFloatWindow.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="DockingFloatWindowCollection.cs" />
- <Compile Include="DockingDockPanel.FocusManager.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="DockingInterfaces.cs" />
- <Compile Include="DockingMeasures.cs" />
- <Compile Include="DockingNestedDockingStatus.cs" />
- <Compile Include="DockingSplitterBase.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="DockingHelpersDrawHelper.cs" />
- <Compile Include="DockingLocalization.cs" />
- <Compile Include="DockingHelpersResourceHelper.cs" />
- <Compile Include="DockingHelpersWin32Helper.cs" />
- <Compile Include="PropertiesAssemblyInfo.cs" />
- <Compile Include="DockingResources.Designer.cs">
- <AutoGen>True</AutoGen>
- <DesignTime>True</DesignTime>
- <DependentUpon>Resources.resx</DependentUpon>
- </Compile>
- <Compile Include="DockingStrings.Designer.cs">
- <AutoGen>True</AutoGen>
- <DesignTime>True</DesignTime>
- <DependentUpon>Strings.resx</DependentUpon>
- </Compile>
- <Compile Include="DockingWin32Enums.cs" />
- <Compile Include="DockingWin32NativeMethods.cs" />
- </ItemGroup>
- <ItemGroup>
- <EmbeddedResource Include="DockingResources.resx">
- <SubType>Designer</SubType>
- <Generator>ResXFileCodeGenerator</Generator>
- <LastGenOutput>Resources.Designer.cs</LastGenOutput>
- </EmbeddedResource>
- <EmbeddedResource Include="DockingStrings.resx">
- <SubType>Designer</SubType>
- <Generator>ResXFileCodeGenerator</Generator>
- <LastGenOutput>Strings.Designer.cs</LastGenOutput>
- </EmbeddedResource>
- </ItemGroup>
- <ItemGroup>
- <None Include="DockingResourcesDockIndicator_PaneDiamond.bmp" />
- <None Include="DockingResourcesDockIndicator_PaneDiamond_Bottom.bmp" />
- <None Include="DockingResourcesDockindicator_PaneDiamond_Fill.bmp" />
- <None Include="DockingResourcesDockIndicator_PaneDiamond_Hotspot.bmp" />
- <None Include="DockingResourcesDockIndicator_PaneDiamond_HotspotIndex.bmp" />
- <None Include="DockingResourcesDockIndicator_PaneDiamond_Left.bmp" />
- <None Include="DockingResourcesDockIndicator_PaneDiamond_Right.bmp" />
- <None Include="DockingResourcesDockIndicator_PaneDiamond_Top.bmp" />
- <None Include="DockingResourcesDockIndicator_PanelBottom.bmp" />
- <None Include="DockingResourcesDockIndicator_PanelBottom_Active.bmp" />
- <None Include="DockingResourcesDockIndicator_PanelFill.bmp" />
- <None Include="DockingResourcesDockIndicator_PanelFill_Active.bmp" />
- <None Include="DockingResourcesDockIndicator_PanelLeft.bmp" />
- <None Include="DockingResourcesDockIndicator_PanelLeft_Active.bmp" />
- <None Include="DockingResourcesDockIndicator_PanelRight.bmp" />
- <None Include="DockingResourcesDockIndicator_PanelRight_Active.bmp" />
- <None Include="DockingResourcesDockIndicator_PanelTop.bmp" />
- <None Include="DockingResourcesDockIndicator_PanelTop_Active.bmp" />
- </ItemGroup>
- <ItemGroup>
- <None Include="license.txt">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </None>
- </ItemGroup>
- <ItemGroup>
- <None Include="DockingResourcesDockPane_AutoHide.bmp" />
- <None Include="DockingResourcesDockPane_Close.bmp" />
- <None Include="DockingResourcesDockPane_Dock.bmp" />
- <None Include="DockingResourcesDockPane_Option.bmp" />
- <None Include="DockingResourcesDockPane_OptionOverflow.bmp" />
- </ItemGroup>
- <ItemGroup>
- <EmbeddedResource Include="DockingDockPanel.bmp" />
- </ItemGroup>
- <ItemGroup>
- <Reference Include="System" />
- <Reference Include="System.Data" />
- <Reference Include="System.Design" />
- <Reference Include="System.Drawing" />
- <Reference Include="System.Windows.Forms" />
- <Reference Include="System.XML" />
- </ItemGroup>
- <Import Project="$(MSBuildBinPath)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>