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: 185
Committed: Mon May 28 10:21:03 2012 UTC (11 years, 6 months ago) by william
File size: 9322 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;RELEASE</DefineConstants>
36 <ErrorReport>prompt</ErrorReport>
37 <WarningLevel>4</WarningLevel>
38 </PropertyGroup>
39 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'All Configurations|AnyCPU'">
40 <OutputPath>bin\All Configurations\</OutputPath>
41 </PropertyGroup>
42 <ItemGroup>
43 <Reference Include="System" />
44 <Reference Include="System.Data" />
45 <Reference Include="System.Design" />
46 <Reference Include="System.Drawing" />
47 <Reference Include="System.Windows.Forms" />
48 <Reference Include="System.Xml" />
49 </ItemGroup>
50 <ItemGroup>
51 <Compile Include="Docking\DockPanel.SplitterDragHandler.cs">
52 <SubType>Component</SubType>
53 </Compile>
54 <Compile Include="Docking\DockPanel.DragHandler.cs">
55 <SubType>Component</SubType>
56 </Compile>
57 <Compile Include="Docking\DragForm.cs">
58 <SubType>Form</SubType>
59 </Compile>
60 <Compile Include="Docking\DockPanel.MdiClientController.cs">
61 <SubType>Component</SubType>
62 </Compile>
63 <Compile Include="Docking\AutoHideStripBase.cs">
64 <SubType>Component</SubType>
65 </Compile>
66 <Compile Include="Docking\InertButtonBase.cs">
67 <SubType>Component</SubType>
68 </Compile>
69 <Compile Include="Docking\DockPanelSkin.cs">
70 </Compile>
71 <Compile Include="Docking\VS2005AutoHideStrip.cs">
72 <SubType>Component</SubType>
73 </Compile>
74 <Compile Include="Docking\DockPanel.AutoHideWindow.cs">
75 <SubType>Component</SubType>
76 </Compile>
77 <Compile Include="Docking\VisibleNestedPaneCollection.cs" />
78 <Compile Include="Docking\DockAreasEditor.cs" />
79 <Compile Include="Docking\DockContent.cs">
80 <SubType>Form</SubType>
81 </Compile>
82 <Compile Include="Docking\DockContentCollection.cs" />
83 <Compile Include="Docking\DockContentHandler.cs" />
84 <Compile Include="Docking\DockPanel.DockDragHandler.cs">
85 <SubType>Component</SubType>
86 </Compile>
87 <Compile Include="Docking\Helpers\DockHelper.cs" />
88 <Compile Include="Docking\NestedPaneCollection.cs" />
89 <Compile Include="Docking\DockOutlineBase.cs" />
90 <Compile Include="Docking\DockPane.cs">
91 <SubType>UserControl</SubType>
92 </Compile>
93 <Compile Include="Docking\DockPaneCaptionBase.cs">
94 <SubType>Component</SubType>
95 </Compile>
96 <Compile Include="Docking\VS2005DockPaneCaption.cs">
97 <SubType>Component</SubType>
98 </Compile>
99 <Compile Include="Docking\DockPaneCollection.cs" />
100 <Compile Include="Docking\DockPanel.cs">
101 <SubType>Component</SubType>
102 </Compile>
103 <Compile Include="Docking\DockPanelExtender.cs" />
104 <Compile Include="Docking\DockPanel.Persistor.cs">
105 <SubType>Component</SubType>
106 </Compile>
107 <Compile Include="Docking\DockPane.SplitterControl.cs">
108 <SubType>UserControl</SubType>
109 </Compile>
110 <Compile Include="Docking\DockPaneStripBase.cs">
111 <SubType>Component</SubType>
112 </Compile>
113 <Compile Include="Docking\VS2005DockPaneStrip.cs">
114 <SubType>Component</SubType>
115 </Compile>
116 <Compile Include="Docking\DockWindow.cs">
117 <SubType>Component</SubType>
118 </Compile>
119 <Compile Include="Docking\DockWindowCollection.cs" />
120 <Compile Include="Docking\DockWindow.SplitterControl.cs">
121 <SubType>Component</SubType>
122 </Compile>
123 <Compile Include="Docking\DummyControl.cs">
124 <SubType>Component</SubType>
125 </Compile>
126 <Compile Include="Docking\Enums.cs" />
127 <Compile Include="Docking\DockContentEventArgs.cs" />
128 <Compile Include="Docking\FloatWindow.cs">
129 <SubType>Form</SubType>
130 </Compile>
131 <Compile Include="Docking\FloatWindowCollection.cs" />
132 <Compile Include="Docking\DockPanel.FocusManager.cs">
133 <SubType>Component</SubType>
134 </Compile>
135 <Compile Include="Docking\Interfaces.cs" />
136 <Compile Include="Docking\Measures.cs" />
137 <Compile Include="Docking\NestedDockingStatus.cs" />
138 <Compile Include="Docking\SplitterBase.cs">
139 <SubType>Component</SubType>
140 </Compile>
141 <Compile Include="Docking\Helpers\DrawHelper.cs" />
142 <Compile Include="Docking\Localization.cs" />
143 <Compile Include="Docking\Helpers\ResourceHelper.cs" />
144 <Compile Include="Docking\Helpers\Win32Helper.cs" />
145 <Compile Include="Properties\AssemblyInfo.cs" />
146 <Compile Include="Docking\Resources.Designer.cs">
147 <AutoGen>True</AutoGen>
148 <DesignTime>True</DesignTime>
149 <DependentUpon>Resources.resx</DependentUpon>
150 </Compile>
151 <Compile Include="Docking\Strings.Designer.cs">
152 <AutoGen>True</AutoGen>
153 <DesignTime>True</DesignTime>
154 <DependentUpon>Strings.resx</DependentUpon>
155 </Compile>
156 <Compile Include="Docking\Win32\Enums.cs" />
157 <Compile Include="Docking\Win32\NativeMethods.cs" />
158 </ItemGroup>
159 <ItemGroup>
160 <EmbeddedResource Include="Docking\Resources.resx">
161 <SubType>Designer</SubType>
162 <Generator>ResXFileCodeGenerator</Generator>
163 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
164 </EmbeddedResource>
165 <EmbeddedResource Include="Docking\Strings.resx">
166 <SubType>Designer</SubType>
167 <Generator>ResXFileCodeGenerator</Generator>
168 <LastGenOutput>Strings.Designer.cs</LastGenOutput>
169 </EmbeddedResource>
170 </ItemGroup>
171 <ItemGroup>
172 <None Include="Docking\Resources\DockIndicator_PaneDiamond.bmp" />
173 <None Include="Docking\Resources\DockIndicator_PaneDiamond_Bottom.bmp" />
174 <None Include="Docking\Resources\Dockindicator_PaneDiamond_Fill.bmp" />
175 <None Include="Docking\Resources\DockIndicator_PaneDiamond_Hotspot.bmp" />
176 <None Include="Docking\Resources\DockIndicator_PaneDiamond_HotspotIndex.bmp" />
177 <None Include="Docking\Resources\DockIndicator_PaneDiamond_Left.bmp" />
178 <None Include="Docking\Resources\DockIndicator_PaneDiamond_Right.bmp" />
179 <None Include="Docking\Resources\DockIndicator_PaneDiamond_Top.bmp" />
180 <None Include="Docking\Resources\DockIndicator_PanelBottom.bmp" />
181 <None Include="Docking\Resources\DockIndicator_PanelBottom_Active.bmp" />
182 <None Include="Docking\Resources\DockIndicator_PanelFill.bmp" />
183 <None Include="Docking\Resources\DockIndicator_PanelFill_Active.bmp" />
184 <None Include="Docking\Resources\DockIndicator_PanelLeft.bmp" />
185 <None Include="Docking\Resources\DockIndicator_PanelLeft_Active.bmp" />
186 <None Include="Docking\Resources\DockIndicator_PanelRight.bmp" />
187 <None Include="Docking\Resources\DockIndicator_PanelRight_Active.bmp" />
188 <None Include="Docking\Resources\DockIndicator_PanelTop.bmp" />
189 <None Include="Docking\Resources\DockIndicator_PanelTop_Active.bmp" />
190 </ItemGroup>
191 <ItemGroup>
192 <None Include="WeifenLuo.WinFormsUI.Docking-license.txt">
193 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
194 </None>
195 </ItemGroup>
196 <ItemGroup>
197 <None Include="Docking\Resources\DockPane_AutoHide.bmp" />
198 <None Include="Docking\Resources\DockPane_Close.bmp" />
199 <None Include="Docking\Resources\DockPane_Dock.bmp" />
200 <None Include="Docking\Resources\DockPane_Option.bmp" />
201 <None Include="Docking\Resources\DockPane_OptionOverflow.bmp" />
202 </ItemGroup>
203 <ItemGroup>
204 <EmbeddedResource Include="Docking\DockPanel.bmp" />
205 </ItemGroup>
206 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
207 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
208 Other similar extension points exist, see Microsoft.Common.targets.
209 <Target Name="BeforeBuild">
210 </Target>
211 <Target Name="AfterBuild">
212 </Target>
213 -->
214 </Project>