ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/deps/WeifenLuo.WinFormsUI.Docking/DockSample/DockSample.csproj
Revision: 179
Committed: Mon May 28 09:42:27 2012 UTC (10 years, 9 months ago) by william
File size: 14365 byte(s)
Log Message:

File Contents

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