Free cookie consent management tool by TermsFeed Policy Generator

source: branches/gteufl/HeuristicLab.ExtLibs/HeuristicLab.WinFormsUI/2.7.0/WinFormsUI-2.7.0/WinFormsUI-2.7.0.csproj @ 12969

Last change on this file since 12969 was 12969, checked in by gkronber, 9 years ago

#2478 merged all changes from trunk to branch before trunk-reintegration

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