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: 140
Committed: Fri May 11 11:29:29 2012 UTC (11 years, 4 months ago) by william
File size: 8895 byte(s)
Log Message:

File Contents

# User Rev Content
1 william 140 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
2     <PropertyGroup>
3     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
5     <ProductVersion>8.0.50727</ProductVersion>
6     <SchemaVersion>2.0</SchemaVersion>
7     <ProjectGuid>{C75532C4-765B-418E-B09B-46D36B2ABDB1}</ProjectGuid>
8     <OutputType>Library</OutputType>
9     <AppDesignerFolder>Properties</AppDesignerFolder>
10     <RootNamespace>WeifenLuo.WinFormsUI</RootNamespace>
11     <AssemblyName>WeifenLuo.WinFormsUI.Docking</AssemblyName>
12     <SignAssembly>false</SignAssembly>
13     <AssemblyOriginatorKeyFile>
14     </AssemblyOriginatorKeyFile>
15     </PropertyGroup>
16     <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17     <DebugSymbols>true</DebugSymbols>
18     <DebugType>full</DebugType>
19     <Optimize>false</Optimize>
20     <OutputPath>bin\Debug\</OutputPath>
21     <DefineConstants>TRACE;DEBUG</DefineConstants>
22     <ErrorReport>prompt</ErrorReport>
23     <WarningLevel>4</WarningLevel>
24     </PropertyGroup>
25     <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26     <DebugType>pdbonly</DebugType>
27     <Optimize>true</Optimize>
28     <OutputPath>bin\Release\</OutputPath>
29     <DefineConstants>TRACE</DefineConstants>
30     <ErrorReport>prompt</ErrorReport>
31     <WarningLevel>4</WarningLevel>
32     </PropertyGroup>
33     <ItemGroup>
34     <Reference Include="System" />
35     <Reference Include="System.Data" />
36     <Reference Include="System.Design" />
37     <Reference Include="System.Drawing" />
38     <Reference Include="System.Windows.Forms" />
39     <Reference Include="System.Xml" />
40     </ItemGroup>
41     <ItemGroup>
42     <Compile Include="Docking\DockPanel.SplitterDragHandler.cs">
43     <SubType>Component</SubType>
44     </Compile>
45     <Compile Include="Docking\DockPanel.DragHandler.cs">
46     <SubType>Component</SubType>
47     </Compile>
48     <Compile Include="Docking\DragForm.cs">
49     <SubType>Form</SubType>
50     </Compile>
51     <Compile Include="Docking\DockPanel.MdiClientController.cs">
52     <SubType>Component</SubType>
53     </Compile>
54     <Compile Include="Docking\AutoHideStripBase.cs">
55     <SubType>Component</SubType>
56     </Compile>
57     <Compile Include="Docking\InertButtonBase.cs">
58     <SubType>Component</SubType>
59     </Compile>
60     <Compile Include="Docking\DockPanelSkin.cs">
61     </Compile>
62     <Compile Include="Docking\VS2005AutoHideStrip.cs">
63     <SubType>Component</SubType>
64     </Compile>
65     <Compile Include="Docking\DockPanel.AutoHideWindow.cs">
66     <SubType>Component</SubType>
67     </Compile>
68     <Compile Include="Docking\VisibleNestedPaneCollection.cs" />
69     <Compile Include="Docking\DockAreasEditor.cs" />
70     <Compile Include="Docking\DockContent.cs">
71     <SubType>Form</SubType>
72     </Compile>
73     <Compile Include="Docking\DockContentCollection.cs" />
74     <Compile Include="Docking\DockContentHandler.cs" />
75     <Compile Include="Docking\DockPanel.DockDragHandler.cs">
76     <SubType>Component</SubType>
77     </Compile>
78     <Compile Include="Docking\Helpers\DockHelper.cs" />
79     <Compile Include="Docking\NestedPaneCollection.cs" />
80     <Compile Include="Docking\DockOutlineBase.cs" />
81     <Compile Include="Docking\DockPane.cs">
82     <SubType>UserControl</SubType>
83     </Compile>
84     <Compile Include="Docking\DockPaneCaptionBase.cs">
85     <SubType>Component</SubType>
86     </Compile>
87     <Compile Include="Docking\VS2005DockPaneCaption.cs">
88     <SubType>Component</SubType>
89     </Compile>
90     <Compile Include="Docking\DockPaneCollection.cs" />
91     <Compile Include="Docking\DockPanel.cs">
92     <SubType>Component</SubType>
93     </Compile>
94     <Compile Include="Docking\DockPanelExtender.cs" />
95     <Compile Include="Docking\DockPanel.Persistor.cs">
96     <SubType>Component</SubType>
97     </Compile>
98     <Compile Include="Docking\DockPane.SplitterControl.cs">
99     <SubType>UserControl</SubType>
100     </Compile>
101     <Compile Include="Docking\DockPaneStripBase.cs">
102     <SubType>Component</SubType>
103     </Compile>
104     <Compile Include="Docking\VS2005DockPaneStrip.cs">
105     <SubType>Component</SubType>
106     </Compile>
107     <Compile Include="Docking\DockWindow.cs">
108     <SubType>Component</SubType>
109     </Compile>
110     <Compile Include="Docking\DockWindowCollection.cs" />
111     <Compile Include="Docking\DockWindow.SplitterControl.cs">
112     <SubType>Component</SubType>
113     </Compile>
114     <Compile Include="Docking\DummyControl.cs">
115     <SubType>Component</SubType>
116     </Compile>
117     <Compile Include="Docking\Enums.cs" />
118     <Compile Include="Docking\DockContentEventArgs.cs" />
119     <Compile Include="Docking\FloatWindow.cs">
120     <SubType>Form</SubType>
121     </Compile>
122     <Compile Include="Docking\FloatWindowCollection.cs" />
123     <Compile Include="Docking\DockPanel.FocusManager.cs">
124     <SubType>Component</SubType>
125     </Compile>
126     <Compile Include="Docking\Interfaces.cs" />
127     <Compile Include="Docking\Measures.cs" />
128     <Compile Include="Docking\NestedDockingStatus.cs" />
129     <Compile Include="Docking\SplitterBase.cs">
130     <SubType>Component</SubType>
131     </Compile>
132     <Compile Include="Docking\Helpers\DrawHelper.cs" />
133     <Compile Include="Docking\Localization.cs" />
134     <Compile Include="Docking\Helpers\ResourceHelper.cs" />
135     <Compile Include="Docking\Helpers\Win32Helper.cs" />
136     <Compile Include="Properties\AssemblyInfo.cs" />
137     <Compile Include="Docking\Resources.Designer.cs">
138     <AutoGen>True</AutoGen>
139     <DesignTime>True</DesignTime>
140     <DependentUpon>Resources.resx</DependentUpon>
141     </Compile>
142     <Compile Include="Docking\Strings.Designer.cs">
143     <AutoGen>True</AutoGen>
144     <DesignTime>True</DesignTime>
145     <DependentUpon>Strings.resx</DependentUpon>
146     </Compile>
147     <Compile Include="Docking\Win32\Enums.cs" />
148     <Compile Include="Docking\Win32\NativeMethods.cs" />
149     </ItemGroup>
150     <ItemGroup>
151     <EmbeddedResource Include="Docking\Resources.resx">
152     <SubType>Designer</SubType>
153     <Generator>ResXFileCodeGenerator</Generator>
154     <LastGenOutput>Resources.Designer.cs</LastGenOutput>
155     </EmbeddedResource>
156     <EmbeddedResource Include="Docking\Strings.resx">
157     <SubType>Designer</SubType>
158     <Generator>ResXFileCodeGenerator</Generator>
159     <LastGenOutput>Strings.Designer.cs</LastGenOutput>
160     </EmbeddedResource>
161     </ItemGroup>
162     <ItemGroup>
163     <None Include="Docking\Resources\DockIndicator_PaneDiamond.bmp" />
164     <None Include="Docking\Resources\DockIndicator_PaneDiamond_Bottom.bmp" />
165     <None Include="Docking\Resources\Dockindicator_PaneDiamond_Fill.bmp" />
166     <None Include="Docking\Resources\DockIndicator_PaneDiamond_Hotspot.bmp" />
167     <None Include="Docking\Resources\DockIndicator_PaneDiamond_HotspotIndex.bmp" />
168     <None Include="Docking\Resources\DockIndicator_PaneDiamond_Left.bmp" />
169     <None Include="Docking\Resources\DockIndicator_PaneDiamond_Right.bmp" />
170     <None Include="Docking\Resources\DockIndicator_PaneDiamond_Top.bmp" />
171     <None Include="Docking\Resources\DockIndicator_PanelBottom.bmp" />
172     <None Include="Docking\Resources\DockIndicator_PanelBottom_Active.bmp" />
173     <None Include="Docking\Resources\DockIndicator_PanelFill.bmp" />
174     <None Include="Docking\Resources\DockIndicator_PanelFill_Active.bmp" />
175     <None Include="Docking\Resources\DockIndicator_PanelLeft.bmp" />
176     <None Include="Docking\Resources\DockIndicator_PanelLeft_Active.bmp" />
177     <None Include="Docking\Resources\DockIndicator_PanelRight.bmp" />
178     <None Include="Docking\Resources\DockIndicator_PanelRight_Active.bmp" />
179     <None Include="Docking\Resources\DockIndicator_PanelTop.bmp" />
180     <None Include="Docking\Resources\DockIndicator_PanelTop_Active.bmp" />
181     </ItemGroup>
182     <ItemGroup>
183     <None Include="license.txt">
184     <CopyToOutputDirectory>Always</CopyToOutputDirectory>
185     </None>
186     </ItemGroup>
187     <ItemGroup>
188     <None Include="Docking\Resources\DockPane_AutoHide.bmp" />
189     <None Include="Docking\Resources\DockPane_Close.bmp" />
190     <None Include="Docking\Resources\DockPane_Dock.bmp" />
191     <None Include="Docking\Resources\DockPane_Option.bmp" />
192     <None Include="Docking\Resources\DockPane_OptionOverflow.bmp" />
193     </ItemGroup>
194     <ItemGroup>
195     <EmbeddedResource Include="Docking\DockPanel.bmp" />
196     </ItemGroup>
197     <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
198     <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
199     Other similar extension points exist, see Microsoft.Common.targets.
200     <Target Name="BeforeBuild">
201     </Target>
202     <Target Name="AfterBuild">
203     </Target>
204     -->
205     </Project>