Free cookie consent management tool by TermsFeed Policy Generator

source: tags/3.3.1/HeuristicLab.ExtLibs/HeuristicLab.WinFormsUI/2.3.1/WinFormsUI-2.3.1/WinFormsUI-2.3.1.csproj @ 5924

Last change on this file since 5924 was 4065, checked in by swagner, 14 years ago

Migrated solution and projects to Visual Studio 2010 (#1093)

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