|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="12.0"> |
|
|
<PropertyGroup> |
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
|
|
<ProductVersion>9.0.30729</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> |
|
|
<DelaySign>False</DelaySign> |
|
|
<AssemblyOriginatorKeyMode>File</AssemblyOriginatorKeyMode> |
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
|
|
<TargetFrameworkProfile /> |
|
|
</PropertyGroup> |
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
|
|
<DebugSymbols>true</DebugSymbols> |
|
|
<DebugType>full</DebugType> |
|
|
<Optimize>false</Optimize> |
|
|
<OutputPath>bin\Debug\</OutputPath> |
|
|
<DefineConstants>TRACE;DEBUG</DefineConstants> |
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
<WarningLevel>4</WarningLevel> |
|
|
<Prefer32Bit>false</Prefer32Bit> |
|
|
</PropertyGroup> |
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
|
|
<DebugType>full</DebugType> |
|
|
<Optimize>false</Optimize> |
|
|
<OutputPath>bin\Release\</OutputPath> |
|
|
<DefineConstants>TRACE</DefineConstants> |
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
<WarningLevel>4</WarningLevel> |
|
|
<DebugSymbols>true</DebugSymbols> |
|
|
<Prefer32Bit>false</Prefer32Bit> |
|
|
</PropertyGroup> |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> |
|
|
<DebugSymbols>true</DebugSymbols> |
|
|
<OutputPath>bin\x64\Debug\</OutputPath> |
|
|
<DefineConstants>TRACE;DEBUG</DefineConstants> |
|
|
<DebugType>full</DebugType> |
|
|
<PlatformTarget>x64</PlatformTarget> |
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
|
</PropertyGroup> |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> |
|
|
<DebugSymbols>true</DebugSymbols> |
|
|
<OutputPath>bin\x64\Release\</OutputPath> |
|
|
<DefineConstants>TRACE</DefineConstants> |
|
|
<DebugType>full</DebugType> |
|
|
<PlatformTarget>x64</PlatformTarget> |
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
|
</PropertyGroup> |
|
|
<ItemGroup> |
|
|
<Reference Include="Accessibility" /> |
|
|
<Reference Include="System" /> |
|
|
<Reference Include="System.Data" /> |
|
|
<Reference Include="System.Drawing" /> |
|
|
<Reference Include="System.Windows.Forms" /> |
|
|
<Reference Include="System.Xml" /> |
|
|
</ItemGroup> |
|
|
<ItemGroup> |
|
|
<Compile Include="Docking\DockPanel.SplitterDragHandler.cs"> |
|
|
<SubType>Component</SubType> |
|
|
</Compile> |
|
|
<Compile Include="Docking\DockPanel.DragHandler.cs"> |
|
|
<SubType>Component</SubType> |
|
|
</Compile> |
|
|
<Compile Include="Docking\DragForm.cs"> |
|
|
<SubType>Form</SubType> |
|
|
</Compile> |
|
|
<Compile Include="Docking\DockPanel.MdiClientController.cs"> |
|
|
<SubType>Component</SubType> |
|
|
</Compile> |
|
|
<Compile Include="Docking\AutoHideStripBase.cs"> |
|
|
<SubType>Component</SubType> |
|
|
</Compile> |
|
|
<Compile Include="Docking\DrawingRoutines.cs" /> |
|
|
<Compile Include="Docking\Helpers\DockHelper.cs" /> |
|
|
<Compile Include="Docking\Helpers\DrawHelper.cs" /> |
|
|
<Compile Include="Docking\Helpers\ResourceHelper.cs" /> |
|
|
<Compile Include="Docking\Helpers\Win32Helper.cs" /> |
|
|
<Compile Include="Docking\InertButton.cs"> |
|
|
<SubType>Component</SubType> |
|
|
</Compile> |
|
|
<Compile Include="Docking\InertButtonBase.cs"> |
|
|
<SubType>Component</SubType> |
|
|
</Compile> |
|
|
<Compile Include="Docking\DockPanelSkin.cs"> |
|
|
</Compile> |
|
|
<Compile Include="Docking\ITheme.cs" /> |
|
|
<Compile Include="Docking\Resources.Designer.cs"> |
|
|
<AutoGen>True</AutoGen> |
|
|
<DesignTime>True</DesignTime> |
|
|
<DependentUpon>Resources.resx</DependentUpon> |
|
|
</Compile> |
|
|
<Compile Include="Docking\ThemeBase.cs"> |
|
|
<SubType>Component</SubType> |
|
|
</Compile> |
|
|
<Compile Include="Docking\VS2005AutoHideStrip.cs"> |
|
|
<SubType>Component</SubType> |
|
|
</Compile> |
|
|
<Compile Include="Docking\DockPanel.AutoHideWindow.cs"> |
|
|
<SubType>Component</SubType> |
|
|
</Compile> |
|
|
<Compile Include="Docking\VisibleNestedPaneCollection.cs" /> |
|
|
<Compile Include="Docking\DockAreasEditor.cs" /> |
|
|
<Compile Include="Docking\DockContent.cs"> |
|
|
<SubType>Form</SubType> |
|
|
</Compile> |
|
|
<Compile Include="Docking\DockContentCollection.cs" /> |
|
|
<Compile Include="Docking\DockContentHandler.cs" /> |
|
|
<Compile Include="Docking\DockPanel.DockDragHandler.cs"> |
|
|
<SubType>Component</SubType> |
|
|
</Compile> |
|
|
<Compile Include="Docking\NestedPaneCollection.cs" /> |
|
|
<Compile Include="Docking\DockOutlineBase.cs" /> |
|
|
<Compile Include="Docking\DockPane.cs"> |
|
|
<SubType>UserControl</SubType> |
|
|
</Compile> |
|
|
<Compile Include="Docking\DockPaneCaptionBase.cs"> |
|
|
<SubType>Component</SubType> |
|
|
</Compile> |
|
|
<Compile Include="Docking\VS2005DockPaneCaption.cs"> |
|
|
<SubType>Component</SubType> |
|
|
</Compile> |
|
|
<Compile Include="Docking\DockPaneCollection.cs" /> |
|
|
<Compile Include="Docking\DockPanel.cs" /> |
|
|
<Compile Include="Docking\DockPanelExtender.cs" /> |
|
|
<Compile Include="Docking\DockPanel.Persistor.cs"> |
|
|
<SubType>Component</SubType> |
|
|
</Compile> |
|
|
<Compile Include="Docking\DockPane.SplitterControl.cs"> |
|
|
<SubType>UserControl</SubType> |
|
|
</Compile> |
|
|
<Compile Include="Docking\DockPaneStripBase.cs"> |
|
|
<SubType>Component</SubType> |
|
|
</Compile> |
|
|
<Compile Include="Docking\VS2005DockPaneStrip.cs"> |
|
|
<SubType>Component</SubType> |
|
|
</Compile> |
|
|
<Compile Include="Docking\DockWindow.cs"> |
|
|
<SubType>Component</SubType> |
|
|
</Compile> |
|
|
<Compile Include="Docking\DockWindowCollection.cs" /> |
|
|
<Compile Include="Docking\DockWindow.SplitterControl.cs"> |
|
|
<SubType>Component</SubType> |
|
|
</Compile> |
|
|
<Compile Include="Docking\DummyControl.cs"> |
|
|
<SubType>Component</SubType> |
|
|
</Compile> |
|
|
<Compile Include="Docking\Enums.cs" /> |
|
|
<Compile Include="Docking\DockContentEventArgs.cs" /> |
|
|
<Compile Include="Docking\FloatWindow.cs"> |
|
|
<SubType>Form</SubType> |
|
|
</Compile> |
|
|
<Compile Include="Docking\FloatWindowCollection.cs" /> |
|
|
<Compile Include="Docking\DockPanel.FocusManager.cs"> |
|
|
<SubType>Component</SubType> |
|
|
</Compile> |
|
|
<Compile Include="Docking\Interfaces.cs" /> |
|
|
<Compile Include="Docking\Measures.cs" /> |
|
|
<Compile Include="Docking\NestedDockingStatus.cs" /> |
|
|
<Compile Include="Docking\SplitterBase.cs"> |
|
|
<SubType>Component</SubType> |
|
|
</Compile> |
|
|
<Compile Include="Docking\Localization.cs" /> |
|
|
<Compile Include="Docking\VS2005Theme.cs"> |
|
|
<SubType>Component</SubType> |
|
|
</Compile> |
|
|
<Compile Include="Properties\AssemblyInfo.cs" /> |
|
|
<Compile Include="Docking\Strings.Designer.cs"> |
|
|
<AutoGen>True</AutoGen> |
|
|
<DesignTime>True</DesignTime> |
|
|
<DependentUpon>Strings.resx</DependentUpon> |
|
|
</Compile> |
|
|
<Compile Include="Docking\Win32\Enums.cs" /> |
|
|
<Compile Include="Docking\Win32\NativeMethods.cs" /> |
|
|
</ItemGroup> |
|
|
<ItemGroup> |
|
|
<EmbeddedResource Include="Docking\Resources.resx"> |
|
|
<SubType>Designer</SubType> |
|
|
<Generator>ResXFileCodeGenerator</Generator> |
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput> |
|
|
</EmbeddedResource> |
|
|
<EmbeddedResource Include="Docking\Strings.resx"> |
|
|
<SubType>Designer</SubType> |
|
|
<Generator>ResXFileCodeGenerator</Generator> |
|
|
<LastGenOutput>Strings.Designer.cs</LastGenOutput> |
|
|
</EmbeddedResource> |
|
|
</ItemGroup> |
|
|
<ItemGroup> |
|
|
<Compile Include="Docking\DockPanel.Appearance.cs"> |
|
|
<SubType>Component</SubType> |
|
|
</Compile> |
|
|
</ItemGroup> |
|
|
<ItemGroup> |
|
|
<None Include="Docking\Resources\DockIndicator_PaneDiamond.png" /> |
|
|
<None Include="Docking\Resources\DockIndicator_PaneDiamond_Bottom.png" /> |
|
|
<None Include="Docking\Resources\Dockindicator_PaneDiamond_Fill.png" /> |
|
|
<None Include="Docking\Resources\DockIndicator_PaneDiamond_Hotspot.png" /> |
|
|
<None Include="Docking\Resources\DockIndicator_PaneDiamond_HotspotIndex.png" /> |
|
|
<None Include="Docking\Resources\DockIndicator_PaneDiamond_Left.png" /> |
|
|
<None Include="Docking\Resources\DockIndicator_PaneDiamond_Right.png" /> |
|
|
<None Include="Docking\Resources\DockIndicator_PaneDiamond_Top.png" /> |
|
|
<None Include="Docking\Resources\DockIndicator_PanelBottom.png" /> |
|
|
<None Include="Docking\Resources\DockIndicator_PanelBottom_Active.png" /> |
|
|
<None Include="Docking\Resources\DockIndicator_PanelFill.png" /> |
|
|
<None Include="Docking\Resources\DockIndicator_PanelFill_Active.png" /> |
|
|
<None Include="Docking\Resources\DockIndicator_PanelLeft.png" /> |
|
|
<None Include="Docking\Resources\DockIndicator_PanelLeft_Active.png" /> |
|
|
<None Include="Docking\Resources\DockIndicator_PanelRight.png" /> |
|
|
<None Include="Docking\Resources\DockIndicator_PanelRight_Active.png" /> |
|
|
<None Include="Docking\Resources\DockIndicator_PanelTop.png" /> |
|
|
<None Include="Docking\Resources\DockIndicator_PanelTop_Active.png" /> |
|
|
<None Include="Docking\Resources\DockPane_AutoHide.png" /> |
|
|
<None Include="Docking\Resources\DockPane_Close.png" /> |
|
|
<None Include="Docking\Resources\DockPane_Dock.png" /> |
|
|
<None Include="Docking\Resources\DockPane_Option.png" /> |
|
|
<None Include="Docking\Resources\DockPane_OptionOverflow.png" /> |
|
|
<None Include="license.txt"> |
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
|
|
</None> |
|
|
</ItemGroup> |
|
|
<ItemGroup> |
|
|
<EmbeddedResource Include="Docking\DockPanel.bmp" /> |
|
|
</ItemGroup> |
|
|
<ItemGroup> |
|
|
<None Include="Docking\Resources\DockIndicator_PaneDiamond_HotspotIndex_VS2012.png" /> |
|
|
</ItemGroup> |
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
|
|
<UsingTask Condition=" '$(Configuration)' == 'Release' AND '$(OS)' == 'Windows_NT' AND Exists('..\gendarme\GendarmeMsBuild.dll')" AssemblyFile="..\gendarme\GendarmeMsBuild.dll" TaskName="GendarmeMsBuild.Gendarme" /> |
|
|
<Target Name="AfterBuild"> |
|
|
<Gendarme Condition=" '$(Configuration)' == 'Release' AND '$(OS)' == 'Windows_NT' AND Exists('..\gendarme\gendarme.exe')" GendarmeExeFilename="..\gendarme\gendarme.exe" Assemblies="$(TargetPath)" WarningsAsErrors="False" IntegrateWithVisualStudio="True" GendarmeIgnoreFilename="gendarme.ignore" /> |
|
|
</Target> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</Project> |