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