Free cookie consent management tool by TermsFeed Policy Generator

source: branches/Trunk/HeuristicLab.ExtLibs/HeuristicLab.WinFormsUI/2.3.1/WinFormsUI-2.3.1/WinFormsUI-2.3.1.csproj @ 6842

Last change on this file since 6842 was 6842, checked in by mkommend, 13 years ago

#1653: Extracted external libraries from trunk solution.

File size: 12.0 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>{1849A92E-DCFC-4E05-BB0A-D7B7A3DAFCFB}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>WeifenLuo.WinFormsUI</RootNamespace>
12    <AssemblyName>WeifenLuo.WinFormsUI.Docking-2.3.1</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\DockPanel.SplitterDragHandler.cs">
104      <SubType>Component</SubType>
105    </Compile>
106    <Compile Include="Docking\DockPanel.DragHandler.cs">
107      <SubType>Component</SubType>
108    </Compile>
109    <Compile Include="Docking\DragForm.cs">
110      <SubType>Form</SubType>
111    </Compile>
112    <Compile Include="Docking\DockPanel.MdiClientController.cs">
113      <SubType>Component</SubType>
114    </Compile>
115    <Compile Include="Docking\AutoHideStripBase.cs">
116      <SubType>Component</SubType>
117    </Compile>
118    <Compile Include="Docking\InertButtonBase.cs">
119      <SubType>Component</SubType>
120    </Compile>
121    <Compile Include="Docking\DockPanelSkin.cs">
122    </Compile>
123    <Compile Include="Docking\VS2005AutoHideStrip.cs">
124      <SubType>Component</SubType>
125    </Compile>
126    <Compile Include="Docking\DockPanel.AutoHideWindow.cs">
127      <SubType>Component</SubType>
128    </Compile>
129    <Compile Include="Docking\VisibleNestedPaneCollection.cs" />
130    <Compile Include="Docking\DockAreasEditor.cs" />
131    <Compile Include="Docking\DockContent.cs">
132      <SubType>Form</SubType>
133    </Compile>
134    <Compile Include="Docking\DockContentCollection.cs" />
135    <Compile Include="Docking\DockContentHandler.cs" />
136    <Compile Include="Docking\DockPanel.DockDragHandler.cs">
137      <SubType>Component</SubType>
138    </Compile>
139    <Compile Include="Docking\Helpers\DockHelper.cs" />
140    <Compile Include="Docking\NestedPaneCollection.cs" />
141    <Compile Include="Docking\DockOutlineBase.cs" />
142    <Compile Include="Docking\DockPane.cs">
143      <SubType>UserControl</SubType>
144    </Compile>
145    <Compile Include="Docking\DockPaneCaptionBase.cs">
146      <SubType>Component</SubType>
147    </Compile>
148    <Compile Include="Docking\VS2005DockPaneCaption.cs">
149      <SubType>Component</SubType>
150    </Compile>
151    <Compile Include="Docking\DockPaneCollection.cs" />
152    <Compile Include="Docking\DockPanel.cs">
153      <SubType>Component</SubType>
154    </Compile>
155    <Compile Include="Docking\DockPanelExtender.cs" />
156    <Compile Include="Docking\DockPanel.Persistor.cs">
157      <SubType>Component</SubType>
158    </Compile>
159    <Compile Include="Docking\DockPane.SplitterControl.cs">
160      <SubType>UserControl</SubType>
161    </Compile>
162    <Compile Include="Docking\DockPaneStripBase.cs">
163      <SubType>Component</SubType>
164    </Compile>
165    <Compile Include="Docking\VS2005DockPaneStrip.cs">
166      <SubType>Component</SubType>
167    </Compile>
168    <Compile Include="Docking\DockWindow.cs">
169      <SubType>Component</SubType>
170    </Compile>
171    <Compile Include="Docking\DockWindowCollection.cs" />
172    <Compile Include="Docking\DockWindow.SplitterControl.cs">
173      <SubType>Component</SubType>
174    </Compile>
175    <Compile Include="Docking\DummyControl.cs">
176      <SubType>Component</SubType>
177    </Compile>
178    <Compile Include="Docking\Enums.cs" />
179    <Compile Include="Docking\DockContentEventArgs.cs" />
180    <Compile Include="Docking\FloatWindow.cs">
181      <SubType>Form</SubType>
182    </Compile>
183    <Compile Include="Docking\FloatWindowCollection.cs" />
184    <Compile Include="Docking\DockPanel.FocusManager.cs">
185      <SubType>Component</SubType>
186    </Compile>
187    <Compile Include="Docking\Interfaces.cs" />
188    <Compile Include="Docking\Measures.cs" />
189    <Compile Include="Docking\NestedDockingStatus.cs" />
190    <Compile Include="Docking\SplitterBase.cs">
191      <SubType>Component</SubType>
192    </Compile>
193    <Compile Include="Docking\Helpers\DrawHelper.cs" />
194    <Compile Include="Docking\Localization.cs" />
195    <Compile Include="Docking\Helpers\ResourceHelper.cs" />
196    <Compile Include="Docking\Helpers\Win32Helper.cs" />
197    <Compile Include="Properties\AssemblyInfo.cs" />
198    <Compile Include="Docking\Resources.Designer.cs">
199      <AutoGen>True</AutoGen>
200      <DesignTime>True</DesignTime>
201      <DependentUpon>Resources.resx</DependentUpon>
202    </Compile>
203    <Compile Include="Docking\Strings.Designer.cs">
204      <AutoGen>True</AutoGen>
205      <DesignTime>True</DesignTime>
206      <DependentUpon>Strings.resx</DependentUpon>
207    </Compile>
208    <Compile Include="Docking\Win32\Enums.cs" />
209    <Compile Include="Docking\Win32\NativeMethods.cs" />
210  </ItemGroup>
211  <ItemGroup>
212    <EmbeddedResource Include="Docking\Resources.resx">
213      <SubType>Designer</SubType>
214      <Generator>ResXFileCodeGenerator</Generator>
215      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
216    </EmbeddedResource>
217    <EmbeddedResource Include="Docking\Strings.resx">
218      <SubType>Designer</SubType>
219      <Generator>ResXFileCodeGenerator</Generator>
220      <LastGenOutput>Strings.Designer.cs</LastGenOutput>
221    </EmbeddedResource>
222  </ItemGroup>
223  <ItemGroup>
224    <None Include="Docking\Resources\DockIndicator_PaneDiamond.bmp" />
225    <None Include="Docking\Resources\DockIndicator_PaneDiamond_Bottom.bmp" />
226    <None Include="Docking\Resources\Dockindicator_PaneDiamond_Fill.bmp" />
227    <None Include="Docking\Resources\DockIndicator_PaneDiamond_Hotspot.bmp" />
228    <None Include="Docking\Resources\DockIndicator_PaneDiamond_HotspotIndex.bmp" />
229    <None Include="Docking\Resources\DockIndicator_PaneDiamond_Left.bmp" />
230    <None Include="Docking\Resources\DockIndicator_PaneDiamond_Right.bmp" />
231    <None Include="Docking\Resources\DockIndicator_PaneDiamond_Top.bmp" />
232    <None Include="Docking\Resources\DockIndicator_PanelBottom.bmp" />
233    <None Include="Docking\Resources\DockIndicator_PanelBottom_Active.bmp" />
234    <None Include="Docking\Resources\DockIndicator_PanelFill.bmp" />
235    <None Include="Docking\Resources\DockIndicator_PanelFill_Active.bmp" />
236    <None Include="Docking\Resources\DockIndicator_PanelLeft.bmp" />
237    <None Include="Docking\Resources\DockIndicator_PanelLeft_Active.bmp" />
238    <None Include="Docking\Resources\DockIndicator_PanelRight.bmp" />
239    <None Include="Docking\Resources\DockIndicator_PanelRight_Active.bmp" />
240    <None Include="Docking\Resources\DockIndicator_PanelTop.bmp" />
241    <None Include="Docking\Resources\DockIndicator_PanelTop_Active.bmp" />
242  </ItemGroup>
243  <ItemGroup>
244    <None Include="Docking\Resources\DockPane_AutoHide.bmp" />
245    <None Include="Docking\Resources\DockPane_Close.bmp" />
246    <None Include="Docking\Resources\DockPane_Dock.bmp" />
247    <None Include="Docking\Resources\DockPane_Option.bmp" />
248    <None Include="Docking\Resources\DockPane_OptionOverflow.bmp" />
249    <None Include="HeuristicLab.snk" />
250  </ItemGroup>
251  <ItemGroup>
252    <EmbeddedResource Include="Docking\DockPanel.bmp" />
253  </ItemGroup>
254  <ItemGroup>
255    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
256      <Visible>False</Visible>
257      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
258      <Install>false</Install>
259    </BootstrapperPackage>
260    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
261      <Visible>False</Visible>
262      <ProductName>.NET Framework 3.5 SP1</ProductName>
263      <Install>true</Install>
264    </BootstrapperPackage>
265    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
266      <Visible>False</Visible>
267      <ProductName>Windows Installer 3.1</ProductName>
268      <Install>true</Install>
269    </BootstrapperPackage>
270  </ItemGroup>
271  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
272  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
273       Other similar extension points exist, see Microsoft.Common.targets.
274  <Target Name="BeforeBuild">
275  </Target>
276  <Target Name="AfterBuild">
277  </Target>
278  -->
279</Project>
Note: See TracBrowser for help on using the repository browser.