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