Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.WinFormsUI/2.7.0/WinFormsUI-2.7.0/WinFormsUI-2.7.0.csproj @ 8616

Last change on this file since 8616 was 8616, checked in by mkommend, 12 years ago

#1939: Added DockPanelSuite 2.7.0 to ExtLibs.

File size: 11.7 KB
Line 
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>9.0.30729</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{EAF5F178-406C-4844-B1DC-D3AAF3992FDF}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>WeifenLuo.WinFormsUI</RootNamespace>
12    <AssemblyName>WeifenLuo.WinFormsUI.Docking-2.7.0</AssemblyName>
13    <SignAssembly>true</SignAssembly>
14    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
15    <FileUpgradeFlags>
16    </FileUpgradeFlags>
17    <UpgradeBackupLocation>
18    </UpgradeBackupLocation>
19    <OldToolsVersion>3.5</OldToolsVersion>
20    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
21    <TargetFrameworkProfile>
22    </TargetFrameworkProfile>
23    <PublishUrl>publish\</PublishUrl>
24    <Install>true</Install>
25    <InstallFrom>Disk</InstallFrom>
26    <UpdateEnabled>false</UpdateEnabled>
27    <UpdateMode>Foreground</UpdateMode>
28    <UpdateInterval>7</UpdateInterval>
29    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
30    <UpdatePeriodically>false</UpdatePeriodically>
31    <UpdateRequired>false</UpdateRequired>
32    <MapFileExtensions>true</MapFileExtensions>
33    <ApplicationRevision>0</ApplicationRevision>
34    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
35    <IsWebBootstrapper>false</IsWebBootstrapper>
36    <UseApplicationTrust>false</UseApplicationTrust>
37    <BootstrapperEnabled>true</BootstrapperEnabled>
38  </PropertyGroup>
39  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
40    <DebugSymbols>true</DebugSymbols>
41    <DebugType>full</DebugType>
42    <Optimize>false</Optimize>
43    <OutputPath>$(SolutionDir)\bin\</OutputPath>
44    <DefineConstants>TRACE;DEBUG</DefineConstants>
45    <ErrorReport>prompt</ErrorReport>
46    <WarningLevel>4</WarningLevel>
47    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
48  </PropertyGroup>
49  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
50    <DebugType>pdbonly</DebugType>
51    <Optimize>true</Optimize>
52    <OutputPath>$(SolutionDir)\bin\</OutputPath>
53    <DefineConstants>TRACE</DefineConstants>
54    <ErrorReport>prompt</ErrorReport>
55    <WarningLevel>4</WarningLevel>
56    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
57  </PropertyGroup>
58  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
59    <DebugSymbols>true</DebugSymbols>
60    <OutputPath>$(SolutionDir)\bin\</OutputPath>
61    <DefineConstants>TRACE;DEBUG</DefineConstants>
62    <DebugType>full</DebugType>
63    <PlatformTarget>x86</PlatformTarget>
64    <ErrorReport>prompt</ErrorReport>
65    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
66  </PropertyGroup>
67  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
68    <OutputPath>$(SolutionDir)\bin\</OutputPath>
69    <DefineConstants>TRACE</DefineConstants>
70    <Optimize>true</Optimize>
71    <DebugType>pdbonly</DebugType>
72    <PlatformTarget>x86</PlatformTarget>
73    <ErrorReport>prompt</ErrorReport>
74    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
75  </PropertyGroup>
76  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
77    <DebugSymbols>true</DebugSymbols>
78    <OutputPath>$(SolutionDir)\bin\</OutputPath>
79    <DefineConstants>TRACE;DEBUG</DefineConstants>
80    <DebugType>full</DebugType>
81    <PlatformTarget>x64</PlatformTarget>
82    <ErrorReport>prompt</ErrorReport>
83    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
84  </PropertyGroup>
85  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
86    <OutputPath>$(SolutionDir)\bin\</OutputPath>
87    <DefineConstants>TRACE</DefineConstants>
88    <Optimize>true</Optimize>
89    <DebugType>pdbonly</DebugType>
90    <PlatformTarget>x64</PlatformTarget>
91    <ErrorReport>prompt</ErrorReport>
92    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
93  </PropertyGroup>
94  <ItemGroup>
95    <Reference Include="System" />
96    <Reference Include="System.Data" />
97    <Reference Include="System.Design" />
98    <Reference Include="System.Drawing" />
99    <Reference Include="System.Windows.Forms" />
100    <Reference Include="System.Xml" />
101  </ItemGroup>
102  <ItemGroup>
103    <Compile Include="Docking\AutoHideStripBase.cs">
104      <SubType>Component</SubType>
105    </Compile>
106    <Compile Include="Docking\DockAreasEditor.cs" />
107    <Compile Include="Docking\DockContent.cs">
108      <SubType>Form</SubType>
109    </Compile>
110    <Compile Include="Docking\DockContentCollection.cs" />
111    <Compile Include="Docking\DockContentEventArgs.cs" />
112    <Compile Include="Docking\DockContentHandler.cs" />
113    <Compile Include="Docking\DockOutlineBase.cs" />
114    <Compile Include="Docking\DockPane.cs">
115      <SubType>UserControl</SubType>
116    </Compile>
117    <Compile Include="Docking\DockPane.SplitterControl.cs">
118      <SubType>UserControl</SubType>
119    </Compile>
120    <Compile Include="Docking\DockPaneCaptionBase.cs">
121      <SubType>Component</SubType>
122    </Compile>
123    <Compile Include="Docking\DockPaneCollection.cs" />
124    <Compile Include="Docking\DockPanel.Appearance.cs">
125      <SubType>Component</SubType>
126    </Compile>
127    <Compile Include="Docking\DockPanel.AutoHideWindow.cs">
128      <SubType>Component</SubType>
129    </Compile>
130    <Compile Include="Docking\DockPanel.cs">
131      <SubType>Component</SubType>
132    </Compile>
133    <Compile Include="Docking\DockPanel.DockDragHandler.cs">
134      <SubType>Component</SubType>
135    </Compile>
136    <Compile Include="Docking\DockPanel.DragHandler.cs">
137      <SubType>Component</SubType>
138    </Compile>
139    <Compile Include="Docking\DockPanel.FocusManager.cs">
140      <SubType>Component</SubType>
141    </Compile>
142    <Compile Include="Docking\DockPanel.MdiClientController.cs">
143      <SubType>Component</SubType>
144    </Compile>
145    <Compile Include="Docking\DockPanel.Persistor.cs">
146      <SubType>Component</SubType>
147    </Compile>
148    <Compile Include="Docking\DockPanel.SplitterDragHandler.cs">
149      <SubType>Component</SubType>
150    </Compile>
151    <Compile Include="Docking\DockPanelExtender.cs" />
152    <Compile Include="Docking\DockPanelSkin.cs" />
153    <Compile Include="Docking\DockPaneStripBase.cs">
154      <SubType>Component</SubType>
155    </Compile>
156    <Compile Include="Docking\DockWindow.cs">
157      <SubType>Component</SubType>
158    </Compile>
159    <Compile Include="Docking\DockWindow.SplitterControl.cs">
160      <SubType>Component</SubType>
161    </Compile>
162    <Compile Include="Docking\DockWindowCollection.cs" />
163    <Compile Include="Docking\DragForm.cs">
164      <SubType>Form</SubType>
165    </Compile>
166    <Compile Include="Docking\DummyControl.cs">
167      <SubType>Component</SubType>
168    </Compile>
169    <Compile Include="Docking\Enums.cs" />
170    <Compile Include="Docking\FloatWindow.cs">
171      <SubType>Form</SubType>
172    </Compile>
173    <Compile Include="Docking\FloatWindowCollection.cs" />
174    <Compile Include="Docking\Helpers\DockHelper.cs" />
175    <Compile Include="Docking\Helpers\DrawHelper.cs" />
176    <Compile Include="Docking\Helpers\ResourceHelper.cs" />
177    <Compile Include="Docking\Helpers\Win32Helper.cs" />
178    <Compile Include="Docking\InertButtonBase.cs">
179      <SubType>Component</SubType>
180    </Compile>
181    <Compile Include="Docking\Interfaces.cs" />
182    <Compile Include="Docking\Localization.cs" />
183    <Compile Include="Docking\Measures.cs" />
184    <Compile Include="Docking\NestedDockingStatus.cs" />
185    <Compile Include="Docking\NestedPaneCollection.cs" />
186    <Compile Include="Docking\Resources.Designer.cs" />
187    <Compile Include="Docking\Skins\DockPanelSkinBuilder.cs" />
188    <Compile Include="Docking\Skins\Style.cs" />
189    <Compile Include="Docking\SplitterBase.cs">
190      <SubType>Component</SubType>
191    </Compile>
192    <Compile Include="Docking\Strings.Designer.cs" />
193    <Compile Include="Docking\VisibleNestedPaneCollection.cs" />
194    <Compile Include="Docking\VS2005AutoHideStrip.cs">
195      <SubType>Component</SubType>
196    </Compile>
197    <Compile Include="Docking\VS2005DockPaneCaption.cs">
198      <SubType>Component</SubType>
199    </Compile>
200    <Compile Include="Docking\VS2005DockPaneStrip.cs">
201      <SubType>Component</SubType>
202    </Compile>
203    <Compile Include="Docking\Win32\Enums.cs" />
204    <Compile Include="Docking\Win32\NativeMethods.cs" />
205    <Compile Include="Properties\AssemblyInfo.cs" />
206  </ItemGroup>
207  <ItemGroup>
208    <None Include="Docking\Resources\Thumbs.db" />
209    <None Include="HeuristicLab.snk" />
210  </ItemGroup>
211  <ItemGroup>
212    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
213      <Visible>False</Visible>
214      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
215      <Install>false</Install>
216    </BootstrapperPackage>
217    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
218      <Visible>False</Visible>
219      <ProductName>.NET Framework 3.5 SP1</ProductName>
220      <Install>true</Install>
221    </BootstrapperPackage>
222    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
223      <Visible>False</Visible>
224      <ProductName>Windows Installer 3.1</ProductName>
225      <Install>true</Install>
226    </BootstrapperPackage>
227  </ItemGroup>
228  <ItemGroup />
229  <ItemGroup>
230    <Content Include="Docking\DockPanel.bmp" />
231    <Content Include="Docking\Resources\DockIndicator_PaneDiamond.bmp" />
232    <Content Include="Docking\Resources\DockIndicator_PaneDiamond_Bottom.bmp" />
233    <Content Include="Docking\Resources\Dockindicator_PaneDiamond_Fill.bmp" />
234    <Content Include="Docking\Resources\DockIndicator_PaneDiamond_Hotspot.bmp" />
235    <Content Include="Docking\Resources\DockIndicator_PaneDiamond_HotspotIndex.bmp" />
236    <Content Include="Docking\Resources\DockIndicator_PaneDiamond_Left.bmp" />
237    <Content Include="Docking\Resources\DockIndicator_PaneDiamond_Right.bmp" />
238    <Content Include="Docking\Resources\DockIndicator_PaneDiamond_Top.bmp" />
239    <Content Include="Docking\Resources\DockIndicator_PanelBottom.bmp" />
240    <Content Include="Docking\Resources\DockIndicator_PanelBottom_Active.bmp" />
241    <Content Include="Docking\Resources\DockIndicator_PanelFill.bmp" />
242    <Content Include="Docking\Resources\DockIndicator_PanelFill_Active.bmp" />
243    <Content Include="Docking\Resources\DockIndicator_PanelLeft.bmp" />
244    <Content Include="Docking\Resources\DockIndicator_PanelLeft_Active.bmp" />
245    <Content Include="Docking\Resources\DockIndicator_PanelRight.bmp" />
246    <Content Include="Docking\Resources\DockIndicator_PanelRight_Active.bmp" />
247    <Content Include="Docking\Resources\DockIndicator_PanelTop.bmp" />
248    <Content Include="Docking\Resources\DockIndicator_PanelTop_Active.bmp" />
249    <Content Include="Docking\Resources\DockPane_AutoHide.bmp" />
250    <Content Include="Docking\Resources\DockPane_Close.bmp" />
251    <Content Include="Docking\Resources\DockPane_Dock.bmp" />
252    <Content Include="Docking\Resources\DockPane_Option.bmp" />
253    <Content Include="Docking\Resources\DockPane_OptionOverflow.bmp" />
254  </ItemGroup>
255  <ItemGroup>
256    <EmbeddedResource Include="Docking\Resources.resx" />
257    <EmbeddedResource Include="Docking\Strings.resx" />
258  </ItemGroup>
259  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
260  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
261       Other similar extension points exist, see Microsoft.Common.targets.
262  <Target Name="BeforeBuild">
263  </Target>
264  <Target Name="AfterBuild">
265  </Target>
266  -->
267</Project>
Note: See TracBrowser for help on using the repository browser.