1 |
<?xml version="1.0" encoding="utf-8"?> |
2 |
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0"> |
3 |
<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>{40793A27-478B-4357-B4C3-FC8943131F3D}</ProjectGuid> |
9 |
<OutputType>WinExe</OutputType> |
10 |
<AppDesignerFolder>Properties</AppDesignerFolder> |
11 |
<RootNamespace>DockSample</RootNamespace> |
12 |
<AssemblyName>DockSample</AssemblyName> |
13 |
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion> |
14 |
<FileUpgradeFlags> |
15 |
</FileUpgradeFlags> |
16 |
<OldToolsVersion>3.5</OldToolsVersion> |
17 |
<UpgradeBackupLocation /> |
18 |
<PublishUrl>publish\</PublishUrl> |
19 |
<Install>true</Install> |
20 |
<InstallFrom>Disk</InstallFrom> |
21 |
<UpdateEnabled>false</UpdateEnabled> |
22 |
<UpdateMode>Foreground</UpdateMode> |
23 |
<UpdateInterval>7</UpdateInterval> |
24 |
<UpdateIntervalUnits>Days</UpdateIntervalUnits> |
25 |
<UpdatePeriodically>false</UpdatePeriodically> |
26 |
<UpdateRequired>false</UpdateRequired> |
27 |
<MapFileExtensions>true</MapFileExtensions> |
28 |
<ApplicationRevision>0</ApplicationRevision> |
29 |
<ApplicationVersion>1.0.0.%2a</ApplicationVersion> |
30 |
<IsWebBootstrapper>false</IsWebBootstrapper> |
31 |
<UseApplicationTrust>false</UseApplicationTrust> |
32 |
<BootstrapperEnabled>true</BootstrapperEnabled> |
33 |
</PropertyGroup> |
34 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
35 |
<DebugSymbols>true</DebugSymbols> |
36 |
<DebugType>full</DebugType> |
37 |
<Optimize>false</Optimize> |
38 |
<OutputPath>bin\Debug\</OutputPath> |
39 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
40 |
<ErrorReport>prompt</ErrorReport> |
41 |
<WarningLevel>4</WarningLevel> |
42 |
</PropertyGroup> |
43 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
44 |
<DebugType>pdbonly</DebugType> |
45 |
<Optimize>true</Optimize> |
46 |
<OutputPath>bin\Release\</OutputPath> |
47 |
<DefineConstants>TRACE;RELEASE</DefineConstants> |
48 |
<ErrorReport>prompt</ErrorReport> |
49 |
<WarningLevel>4</WarningLevel> |
50 |
</PropertyGroup> |
51 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'All Configurations|AnyCPU'"> |
52 |
<OutputPath>bin\All Configurations\</OutputPath> |
53 |
</PropertyGroup> |
54 |
<ItemGroup> |
55 |
<Reference Include="System" /> |
56 |
<Reference Include="System.Data" /> |
57 |
<Reference Include="System.Drawing" /> |
58 |
<Reference Include="System.Windows.Forms" /> |
59 |
<Reference Include="System.Xml" /> |
60 |
</ItemGroup> |
61 |
<ItemGroup> |
62 |
<Compile Include="AboutDialog.cs"> |
63 |
<SubType>Form</SubType> |
64 |
</Compile> |
65 |
<Compile Include="AboutDialog.Designer.cs"> |
66 |
<DependentUpon>AboutDialog.cs</DependentUpon> |
67 |
</Compile> |
68 |
<Compile Include="MainForm2.cs"> |
69 |
<SubType>Form</SubType> |
70 |
</Compile> |
71 |
<Compile Include="MainForm2.Designer.cs"> |
72 |
<DependentUpon>MainForm2.cs</DependentUpon> |
73 |
</Compile> |
74 |
<Compile Include="DummyDoc.cs"> |
75 |
<SubType>Form</SubType> |
76 |
</Compile> |
77 |
<Compile Include="DummyDoc.Designer.cs"> |
78 |
<DependentUpon>DummyDoc.cs</DependentUpon> |
79 |
</Compile> |
80 |
<Compile Include="DummyOutputWindow.cs"> |
81 |
<SubType>Form</SubType> |
82 |
</Compile> |
83 |
<Compile Include="DummyOutputWindow.Designer.cs"> |
84 |
<DependentUpon>DummyOutputWindow.cs</DependentUpon> |
85 |
</Compile> |
86 |
<Compile Include="DummyPropertyWindow.cs"> |
87 |
<SubType>Form</SubType> |
88 |
</Compile> |
89 |
<Compile Include="DummyPropertyWindow.Designer.cs"> |
90 |
<DependentUpon>DummyPropertyWindow.cs</DependentUpon> |
91 |
</Compile> |
92 |
<Compile Include="DummySolutionExplorer.cs"> |
93 |
<SubType>Form</SubType> |
94 |
</Compile> |
95 |
<Compile Include="DummySolutionExplorer.Designer.cs"> |
96 |
<DependentUpon>DummySolutionExplorer.cs</DependentUpon> |
97 |
</Compile> |
98 |
<Compile Include="DummyTaskList.cs"> |
99 |
<SubType>Form</SubType> |
100 |
</Compile> |
101 |
<Compile Include="DummyTaskList.Designer.cs"> |
102 |
<DependentUpon>DummyTaskList.cs</DependentUpon> |
103 |
</Compile> |
104 |
<Compile Include="DummyToolbox.cs"> |
105 |
<SubType>Form</SubType> |
106 |
</Compile> |
107 |
<Compile Include="DummyToolbox.Designer.cs"> |
108 |
<DependentUpon>DummyToolbox.cs</DependentUpon> |
109 |
</Compile> |
110 |
<Compile Include="Customization\DockHelper.cs" /> |
111 |
<Compile Include="Customization\Extender.cs" /> |
112 |
<Compile Include="Customization\InertButton.cs"> |
113 |
<SubType>Component</SubType> |
114 |
</Compile> |
115 |
<Compile Include="Customization\VS2003AutoHideStrip.cs"> |
116 |
<SubType>Component</SubType> |
117 |
</Compile> |
118 |
<Compile Include="Customization\VS2003DockPaneCaption.cs"> |
119 |
<SubType>Component</SubType> |
120 |
</Compile> |
121 |
<Compile Include="Customization\VS2003DockPaneStrip.cs"> |
122 |
<SubType>Component</SubType> |
123 |
</Compile> |
124 |
<Compile Include="MainForm.cs"> |
125 |
<SubType>Form</SubType> |
126 |
</Compile> |
127 |
<Compile Include="MainForm.Designer.cs"> |
128 |
<DependentUpon>MainForm.cs</DependentUpon> |
129 |
</Compile> |
130 |
<Compile Include="Program.cs" /> |
131 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
132 |
<EmbeddedResource Include="AboutDialog.resx"> |
133 |
<SubType>Designer</SubType> |
134 |
<DependentUpon>AboutDialog.cs</DependentUpon> |
135 |
</EmbeddedResource> |
136 |
<EmbeddedResource Include="DummyDoc.resx"> |
137 |
<SubType>Designer</SubType> |
138 |
<DependentUpon>DummyDoc.cs</DependentUpon> |
139 |
</EmbeddedResource> |
140 |
<EmbeddedResource Include="DummyOutputWindow.resx"> |
141 |
<SubType>Designer</SubType> |
142 |
<DependentUpon>DummyOutputWindow.cs</DependentUpon> |
143 |
</EmbeddedResource> |
144 |
<EmbeddedResource Include="DummyPropertyWindow.resx"> |
145 |
<SubType>Designer</SubType> |
146 |
<DependentUpon>DummyPropertyWindow.cs</DependentUpon> |
147 |
</EmbeddedResource> |
148 |
<EmbeddedResource Include="DummySolutionExplorer.resx"> |
149 |
<SubType>Designer</SubType> |
150 |
<DependentUpon>DummySolutionExplorer.cs</DependentUpon> |
151 |
</EmbeddedResource> |
152 |
<EmbeddedResource Include="DummyTaskList.resx"> |
153 |
<SubType>Designer</SubType> |
154 |
<DependentUpon>DummyTaskList.cs</DependentUpon> |
155 |
</EmbeddedResource> |
156 |
<EmbeddedResource Include="DummyToolbox.resx"> |
157 |
<SubType>Designer</SubType> |
158 |
<DependentUpon>DummyToolbox.cs</DependentUpon> |
159 |
</EmbeddedResource> |
160 |
<EmbeddedResource Include="MainForm.resx"> |
161 |
<SubType>Designer</SubType> |
162 |
<DependentUpon>MainForm.cs</DependentUpon> |
163 |
</EmbeddedResource> |
164 |
<EmbeddedResource Include="Properties\Resources.resx"> |
165 |
<Generator>ResXFileCodeGenerator</Generator> |
166 |
<LastGenOutput>Resources.Designer.cs</LastGenOutput> |
167 |
<SubType>Designer</SubType> |
168 |
</EmbeddedResource> |
169 |
<Compile Include="Properties\Resources.Designer.cs"> |
170 |
<AutoGen>True</AutoGen> |
171 |
<DependentUpon>Resources.resx</DependentUpon> |
172 |
<DesignTime>True</DesignTime> |
173 |
</Compile> |
174 |
<None Include="Properties\Settings.settings"> |
175 |
<Generator>SettingsSingleFileGenerator</Generator> |
176 |
<LastGenOutput>Settings.Designer.cs</LastGenOutput> |
177 |
</None> |
178 |
<Compile Include="Properties\Settings.Designer.cs"> |
179 |
<AutoGen>True</AutoGen> |
180 |
<DependentUpon>Settings.settings</DependentUpon> |
181 |
<DesignTimeSharedInput>True</DesignTimeSharedInput> |
182 |
</Compile> |
183 |
<Compile Include="Customization\Resources.Designer.cs"> |
184 |
<DependentUpon>Resources.resx</DependentUpon> |
185 |
<AutoGen>True</AutoGen> |
186 |
<DesignTime>True</DesignTime> |
187 |
</Compile> |
188 |
<Compile Include="Customization\Strings.Designer.cs"> |
189 |
<DependentUpon>Strings.resx</DependentUpon> |
190 |
<AutoGen>True</AutoGen> |
191 |
<DesignTime>True</DesignTime> |
192 |
</Compile> |
193 |
<Compile Include="ToolWindow.cs"> |
194 |
<SubType>Form</SubType> |
195 |
</Compile> |
196 |
<Compile Include="ToolWindow.Designer.cs"> |
197 |
<DependentUpon>ToolWindow.cs</DependentUpon> |
198 |
</Compile> |
199 |
</ItemGroup> |
200 |
<ItemGroup> |
201 |
<ProjectReference Include="..\WinFormsUI\WinFormsUI.csproj"> |
202 |
<Project>{C75532C4-765B-418E-B09B-46D36B2ABDB1}</Project> |
203 |
<Name>WinFormsUI</Name> |
204 |
</ProjectReference> |
205 |
</ItemGroup> |
206 |
<ItemGroup> |
207 |
<None Include="Images\ArrowDown.bmp" /> |
208 |
<None Include="Images\ArrowUp.bmp" /> |
209 |
<None Include="Images\Bitmap.ico" /> |
210 |
<None Include="Images\BlankIcon.ico" /> |
211 |
<None Include="Images\ClosedFolder.ICO" /> |
212 |
<None Include="Images\CSFile.ico" /> |
213 |
<None Include="Images\CSProject.ico" /> |
214 |
<None Include="Images\File.ico" /> |
215 |
<None Include="Images\Form.ico" /> |
216 |
<None Include="Images\Mouse.bmp" /> |
217 |
<None Include="Images\msenv22.ico" /> |
218 |
<None Include="Images\New.ico" /> |
219 |
<None Include="Images\Open.ico" /> |
220 |
<None Include="Images\OpenFolder.ICO" /> |
221 |
<None Include="Images\OutputWindow.ico" /> |
222 |
<None Include="Images\PropertyWindow.ico" /> |
223 |
<None Include="Images\Reference.ico" /> |
224 |
<None Include="Images\References.ico" /> |
225 |
<None Include="Images\SolutionExplorer.ico" /> |
226 |
<None Include="Images\TaskListWindow.ico" /> |
227 |
<None Include="Images\ToolboxWindow.ico" /> |
228 |
<None Include="Images\XmlFile.ico" /> |
229 |
</ItemGroup> |
230 |
<ItemGroup> |
231 |
<EmbeddedResource Include="MainForm2.resx"> |
232 |
<DependentUpon>MainForm2.cs</DependentUpon> |
233 |
<SubType>Designer</SubType> |
234 |
</EmbeddedResource> |
235 |
<EmbeddedResource Include="Customization\Resources.resx"> |
236 |
<Generator>ResXFileCodeGenerator</Generator> |
237 |
<LastGenOutput>Resources.Designer.cs</LastGenOutput> |
238 |
<SubType>Designer</SubType> |
239 |
</EmbeddedResource> |
240 |
<EmbeddedResource Include="Resources\DockPanel.xml" /> |
241 |
<EmbeddedResource Include="Customization\Strings.resx"> |
242 |
<Generator>ResXFileCodeGenerator</Generator> |
243 |
<LastGenOutput>Strings.Designer.cs</LastGenOutput> |
244 |
<SubType>Designer</SubType> |
245 |
</EmbeddedResource> |
246 |
<EmbeddedResource Include="ToolWindow.resx"> |
247 |
<SubType>Designer</SubType> |
248 |
<DependentUpon>ToolWindow.cs</DependentUpon> |
249 |
</EmbeddedResource> |
250 |
</ItemGroup> |
251 |
<ItemGroup> |
252 |
<None Include="Customization\Resources\DockIndicator_PaneDiamond.bmp" /> |
253 |
</ItemGroup> |
254 |
<ItemGroup> |
255 |
<None Include="Customization\Resources\DockPaneStrip_ScrollRightEnabled.bmp" /> |
256 |
</ItemGroup> |
257 |
<ItemGroup> |
258 |
<None Include="Customization\Resources\DockIndicator_PaneDiamond_Bottom.bmp" /> |
259 |
</ItemGroup> |
260 |
<ItemGroup> |
261 |
<None Include="Customization\Resources\Dockindicator_PaneDiamond_Fill.bmp" /> |
262 |
</ItemGroup> |
263 |
<ItemGroup> |
264 |
<None Include="Customization\Resources\DockIndicator_PaneDiamond_Hotspot.bmp" /> |
265 |
</ItemGroup> |
266 |
<ItemGroup> |
267 |
<None Include="Customization\Resources\DockIndicator_PaneDiamond_HotspotIndex.bmp" /> |
268 |
</ItemGroup> |
269 |
<ItemGroup> |
270 |
<None Include="Customization\Resources\DockIndicator_PaneDiamond_Left.bmp" /> |
271 |
</ItemGroup> |
272 |
<ItemGroup> |
273 |
<None Include="Customization\Resources\DockIndicator_PaneDiamond_Right.bmp" /> |
274 |
</ItemGroup> |
275 |
<ItemGroup> |
276 |
<None Include="Customization\Resources\DockIndicator_PaneDiamond_Top.bmp" /> |
277 |
</ItemGroup> |
278 |
<ItemGroup> |
279 |
<None Include="Customization\Resources\DockIndicator_PanelBottom.bmp" /> |
280 |
</ItemGroup> |
281 |
<ItemGroup> |
282 |
<None Include="Customization\Resources\DockIndicator_PanelBottom_Active.bmp" /> |
283 |
</ItemGroup> |
284 |
<ItemGroup> |
285 |
<None Include="Customization\Resources\DockIndicator_PanelFill.bmp" /> |
286 |
</ItemGroup> |
287 |
<ItemGroup> |
288 |
<None Include="Customization\Resources\DockIndicator_PanelFill_Active.bmp" /> |
289 |
</ItemGroup> |
290 |
<ItemGroup> |
291 |
<None Include="Customization\Resources\DockIndicator_PanelLeft.bmp" /> |
292 |
</ItemGroup> |
293 |
<ItemGroup> |
294 |
<None Include="Customization\Resources\DockIndicator_PanelLeft_Active.bmp" /> |
295 |
</ItemGroup> |
296 |
<ItemGroup> |
297 |
<None Include="Customization\Resources\DockIndicator_PanelRight.bmp" /> |
298 |
</ItemGroup> |
299 |
<ItemGroup> |
300 |
<None Include="Customization\Resources\DockIndicator_PanelRight_Active.bmp" /> |
301 |
</ItemGroup> |
302 |
<ItemGroup> |
303 |
<None Include="Customization\Resources\DockIndicator_PanelTop.bmp" /> |
304 |
</ItemGroup> |
305 |
<ItemGroup> |
306 |
<None Include="Customization\Resources\DockIndicator_PanelTop_Active.bmp" /> |
307 |
</ItemGroup> |
308 |
<ItemGroup> |
309 |
<None Include="Customization\Resources\DockPaneCaption_AutoHideNo.bmp" /> |
310 |
</ItemGroup> |
311 |
<ItemGroup> |
312 |
<None Include="Customization\Resources\DockPaneCaption_AutoHideYes.bmp" /> |
313 |
</ItemGroup> |
314 |
<ItemGroup> |
315 |
<None Include="Customization\Resources\DockPaneCaption_CloseDisabled.bmp" /> |
316 |
</ItemGroup> |
317 |
<ItemGroup> |
318 |
<None Include="Customization\Resources\DockPaneCaption_CloseEnabled.bmp" /> |
319 |
</ItemGroup> |
320 |
<ItemGroup> |
321 |
<None Include="Customization\Resources\DockPaneStrip_CloseDisabled.bmp" /> |
322 |
</ItemGroup> |
323 |
<ItemGroup> |
324 |
<None Include="Customization\Resources\DockPaneStrip_CloseEnabled.bmp" /> |
325 |
</ItemGroup> |
326 |
<ItemGroup> |
327 |
<None Include="Customization\Resources\DockPaneStrip_ScrollLeftDisabled.bmp" /> |
328 |
</ItemGroup> |
329 |
<ItemGroup> |
330 |
<None Include="Customization\Resources\DockPaneStrip_ScrollLeftEnabled.bmp" /> |
331 |
</ItemGroup> |
332 |
<ItemGroup> |
333 |
<None Include="Customization\Resources\DockPaneStrip_ScrollRightDisabled.bmp" /> |
334 |
</ItemGroup> |
335 |
<ItemGroup> |
336 |
<BootstrapperPackage Include="Microsoft.Net.Client.3.5"> |
337 |
<Visible>False</Visible> |
338 |
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> |
339 |
<Install>false</Install> |
340 |
</BootstrapperPackage> |
341 |
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> |
342 |
<Visible>False</Visible> |
343 |
<ProductName>.NET Framework 3.5 SP1</ProductName> |
344 |
<Install>true</Install> |
345 |
</BootstrapperPackage> |
346 |
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1"> |
347 |
<Visible>False</Visible> |
348 |
<ProductName>Windows Installer 3.1</ProductName> |
349 |
<Install>true</Install> |
350 |
</BootstrapperPackage> |
351 |
</ItemGroup> |
352 |
<ItemGroup> |
353 |
<Content Include="..\WinFormsUI\WeifenLuo.WinFormsUI.Docking-license.txt"> |
354 |
<Link>WeifenLuo.WinFormsUI.Docking-license.txt</Link> |
355 |
</Content> |
356 |
</ItemGroup> |
357 |
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
358 |
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
359 |
Other similar extension points exist, see Microsoft.Common.targets. |
360 |
<Target Name="BeforeBuild"> |
361 |
</Target> |
362 |
<Target Name="AfterBuild"> |
363 |
</Target> |
364 |
--> |
365 |
</Project> |