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