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: 143
Committed: Fri May 11 11:37:14 2012 UTC (10 years, 10 months ago) by william
File size: 15352 byte(s)
Log Message:

File Contents

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