ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/deps/WeifenLuo.WinFormsUI.Docking/WinFormsUI/WinFormsUI.csproj
Revision: 143
Committed: Fri May 11 11:37:14 2012 UTC (11 years, 4 months ago) by william
File size: 10134 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>{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 <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
17 <FileUpgradeFlags>
18 </FileUpgradeFlags>
19 <OldToolsVersion>3.5</OldToolsVersion>
20 <UpgradeBackupLocation />
21 </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 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
40 <DebugSymbols>true</DebugSymbols>
41 <OutputPath>bin\Debug\</OutputPath>
42 <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 <ItemGroup>
60 <Reference Include="System" />
61 <Reference Include="System.Data" />
62 <Reference Include="System.Design" />
63 <Reference Include="System.Drawing" />
64 <Reference Include="System.Windows.Forms" />
65 <Reference Include="System.Xml" />
66 </ItemGroup>
67 <ItemGroup>
68 <Compile Include="Docking\DockPanel.SplitterDragHandler.cs">
69 <SubType>Component</SubType>
70 </Compile>
71 <Compile Include="Docking\DockPanel.DragHandler.cs">
72 <SubType>Component</SubType>
73 </Compile>
74 <Compile Include="Docking\DragForm.cs">
75 <SubType>Form</SubType>
76 </Compile>
77 <Compile Include="Docking\DockPanel.MdiClientController.cs">
78 <SubType>Component</SubType>
79 </Compile>
80 <Compile Include="Docking\AutoHideStripBase.cs">
81 <SubType>Component</SubType>
82 </Compile>
83 <Compile Include="Docking\InertButtonBase.cs">
84 <SubType>Component</SubType>
85 </Compile>
86 <Compile Include="Docking\DockPanelSkin.cs">
87 </Compile>
88 <Compile Include="Docking\VS2005AutoHideStrip.cs">
89 <SubType>Component</SubType>
90 </Compile>
91 <Compile Include="Docking\DockPanel.AutoHideWindow.cs">
92 <SubType>Component</SubType>
93 </Compile>
94 <Compile Include="Docking\VisibleNestedPaneCollection.cs" />
95 <Compile Include="Docking\DockAreasEditor.cs" />
96 <Compile Include="Docking\DockContent.cs">
97 <SubType>Form</SubType>
98 </Compile>
99 <Compile Include="Docking\DockContentCollection.cs" />
100 <Compile Include="Docking\DockContentHandler.cs" />
101 <Compile Include="Docking\DockPanel.DockDragHandler.cs">
102 <SubType>Component</SubType>
103 </Compile>
104 <Compile Include="Docking\Helpers\DockHelper.cs" />
105 <Compile Include="Docking\NestedPaneCollection.cs" />
106 <Compile Include="Docking\DockOutlineBase.cs" />
107 <Compile Include="Docking\DockPane.cs">
108 <SubType>UserControl</SubType>
109 </Compile>
110 <Compile Include="Docking\DockPaneCaptionBase.cs">
111 <SubType>Component</SubType>
112 </Compile>
113 <Compile Include="Docking\VS2005DockPaneCaption.cs">
114 <SubType>Component</SubType>
115 </Compile>
116 <Compile Include="Docking\DockPaneCollection.cs" />
117 <Compile Include="Docking\DockPanel.cs">
118 <SubType>Component</SubType>
119 </Compile>
120 <Compile Include="Docking\DockPanelExtender.cs" />
121 <Compile Include="Docking\DockPanel.Persistor.cs">
122 <SubType>Component</SubType>
123 </Compile>
124 <Compile Include="Docking\DockPane.SplitterControl.cs">
125 <SubType>UserControl</SubType>
126 </Compile>
127 <Compile Include="Docking\DockPaneStripBase.cs">
128 <SubType>Component</SubType>
129 </Compile>
130 <Compile Include="Docking\VS2005DockPaneStrip.cs">
131 <SubType>Component</SubType>
132 </Compile>
133 <Compile Include="Docking\DockWindow.cs">
134 <SubType>Component</SubType>
135 </Compile>
136 <Compile Include="Docking\DockWindowCollection.cs" />
137 <Compile Include="Docking\DockWindow.SplitterControl.cs">
138 <SubType>Component</SubType>
139 </Compile>
140 <Compile Include="Docking\DummyControl.cs">
141 <SubType>Component</SubType>
142 </Compile>
143 <Compile Include="Docking\Enums.cs" />
144 <Compile Include="Docking\DockContentEventArgs.cs" />
145 <Compile Include="Docking\FloatWindow.cs">
146 <SubType>Form</SubType>
147 </Compile>
148 <Compile Include="Docking\FloatWindowCollection.cs" />
149 <Compile Include="Docking\DockPanel.FocusManager.cs">
150 <SubType>Component</SubType>
151 </Compile>
152 <Compile Include="Docking\Interfaces.cs" />
153 <Compile Include="Docking\Measures.cs" />
154 <Compile Include="Docking\NestedDockingStatus.cs" />
155 <Compile Include="Docking\SplitterBase.cs">
156 <SubType>Component</SubType>
157 </Compile>
158 <Compile Include="Docking\Helpers\DrawHelper.cs" />
159 <Compile Include="Docking\Localization.cs" />
160 <Compile Include="Docking\Helpers\ResourceHelper.cs" />
161 <Compile Include="Docking\Helpers\Win32Helper.cs" />
162 <Compile Include="Properties\AssemblyInfo.cs" />
163 <Compile Include="Docking\Resources.Designer.cs">
164 <AutoGen>True</AutoGen>
165 <DesignTime>True</DesignTime>
166 <DependentUpon>Resources.resx</DependentUpon>
167 </Compile>
168 <Compile Include="Docking\Strings.Designer.cs">
169 <AutoGen>True</AutoGen>
170 <DesignTime>True</DesignTime>
171 <DependentUpon>Strings.resx</DependentUpon>
172 </Compile>
173 <Compile Include="Docking\Win32\Enums.cs" />
174 <Compile Include="Docking\Win32\NativeMethods.cs" />
175 </ItemGroup>
176 <ItemGroup>
177 <EmbeddedResource Include="Docking\Resources.resx">
178 <SubType>Designer</SubType>
179 <Generator>ResXFileCodeGenerator</Generator>
180 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
181 </EmbeddedResource>
182 <EmbeddedResource Include="Docking\Strings.resx">
183 <SubType>Designer</SubType>
184 <Generator>ResXFileCodeGenerator</Generator>
185 <LastGenOutput>Strings.Designer.cs</LastGenOutput>
186 </EmbeddedResource>
187 </ItemGroup>
188 <ItemGroup>
189 <None Include="Docking\Resources\DockIndicator_PaneDiamond.bmp" />
190 <None Include="Docking\Resources\DockIndicator_PaneDiamond_Bottom.bmp" />
191 <None Include="Docking\Resources\Dockindicator_PaneDiamond_Fill.bmp" />
192 <None Include="Docking\Resources\DockIndicator_PaneDiamond_Hotspot.bmp" />
193 <None Include="Docking\Resources\DockIndicator_PaneDiamond_HotspotIndex.bmp" />
194 <None Include="Docking\Resources\DockIndicator_PaneDiamond_Left.bmp" />
195 <None Include="Docking\Resources\DockIndicator_PaneDiamond_Right.bmp" />
196 <None Include="Docking\Resources\DockIndicator_PaneDiamond_Top.bmp" />
197 <None Include="Docking\Resources\DockIndicator_PanelBottom.bmp" />
198 <None Include="Docking\Resources\DockIndicator_PanelBottom_Active.bmp" />
199 <None Include="Docking\Resources\DockIndicator_PanelFill.bmp" />
200 <None Include="Docking\Resources\DockIndicator_PanelFill_Active.bmp" />
201 <None Include="Docking\Resources\DockIndicator_PanelLeft.bmp" />
202 <None Include="Docking\Resources\DockIndicator_PanelLeft_Active.bmp" />
203 <None Include="Docking\Resources\DockIndicator_PanelRight.bmp" />
204 <None Include="Docking\Resources\DockIndicator_PanelRight_Active.bmp" />
205 <None Include="Docking\Resources\DockIndicator_PanelTop.bmp" />
206 <None Include="Docking\Resources\DockIndicator_PanelTop_Active.bmp" />
207 </ItemGroup>
208 <ItemGroup>
209 <None Include="WeifenLuo.WinFormsUI.Docking-license.txt">
210 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
211 </None>
212 </ItemGroup>
213 <ItemGroup>
214 <None Include="Docking\Resources\DockPane_AutoHide.bmp" />
215 <None Include="Docking\Resources\DockPane_Close.bmp" />
216 <None Include="Docking\Resources\DockPane_Dock.bmp" />
217 <None Include="Docking\Resources\DockPane_Option.bmp" />
218 <None Include="Docking\Resources\DockPane_OptionOverflow.bmp" />
219 </ItemGroup>
220 <ItemGroup>
221 <EmbeddedResource Include="Docking\DockPanel.bmp" />
222 </ItemGroup>
223 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
224 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
225 Other similar extension points exist, see Microsoft.Common.targets.
226 <Target Name="BeforeBuild">
227 </Target>
228 <Target Name="AfterBuild">
229 </Target>
230 -->
231 </Project>