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