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