Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2931_OR-Tools_LP_MIP/HeuristicLab.ExtLibs/HeuristicLab.WinFormsUI/2.7.0/WinFormsUI-2.7.0/WinFormsUI-2.7.0.csproj @ 16070

Last change on this file since 16070 was 16070, checked in by ddorfmei, 6 years ago

#2931:

  • added ExtLib plugin for Google OR-Tools
  • added empty plugin for mathematical optimization
  • upgraded target framework of all projects to .NET Framework 4.6.1
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>{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.6.1</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    <Compile Include="Docking\DockPanel.DockDragHandler.cs">
138      <SubType>Component</SubType>
139    </Compile>
140    <Compile Include="Docking\DockPanel.DragHandler.cs">
141      <SubType>Component</SubType>
142    </Compile>
143    <Compile Include="Docking\DockPanel.FocusManager.cs">
144      <SubType>Component</SubType>
145    </Compile>
146    <Compile Include="Docking\DockPanel.MdiClientController.cs">
147      <SubType>Component</SubType>
148    </Compile>
149    <Compile Include="Docking\DockPanel.Persistor.cs">
150      <SubType>Component</SubType>
151    </Compile>
152    <Compile Include="Docking\DockPanel.SplitterDragHandler.cs">
153      <SubType>Component</SubType>
154    </Compile>
155    <Compile Include="Docking\DockPanelExtender.cs" />
156    <Compile Include="Docking\DockPanelSkin.cs" />
157    <Compile Include="Docking\DockPaneStripBase.cs">
158      <SubType>Component</SubType>
159    </Compile>
160    <Compile Include="Docking\DockWindow.cs">
161      <SubType>Component</SubType>
162    </Compile>
163    <Compile Include="Docking\DockWindow.SplitterControl.cs">
164      <SubType>Component</SubType>
165    </Compile>
166    <Compile Include="Docking\DockWindowCollection.cs" />
167    <Compile Include="Docking\DragForm.cs">
168      <SubType>Form</SubType>
169    </Compile>
170    <Compile Include="Docking\DummyControl.cs">
171      <SubType>Component</SubType>
172    </Compile>
173    <Compile Include="Docking\Enums.cs" />
174    <Compile Include="Docking\FloatWindow.cs">
175      <SubType>Form</SubType>
176    </Compile>
177    <Compile Include="Docking\FloatWindowCollection.cs" />
178    <Compile Include="Docking\Helpers\DockHelper.cs" />
179    <Compile Include="Docking\Helpers\DrawHelper.cs" />
180    <Compile Include="Docking\Helpers\ResourceHelper.cs" />
181    <Compile Include="Docking\Helpers\Win32Helper.cs" />
182    <Compile Include="Docking\InertButtonBase.cs">
183      <SubType>Component</SubType>
184    </Compile>
185    <Compile Include="Docking\Interfaces.cs" />
186    <Compile Include="Docking\Localization.cs" />
187    <Compile Include="Docking\Measures.cs" />
188    <Compile Include="Docking\NestedDockingStatus.cs" />
189    <Compile Include="Docking\NestedPaneCollection.cs" />
190    <Compile Include="Docking\Resources.Designer.cs" />
191    <Compile Include="Docking\Skins\DockPanelSkinBuilder.cs" />
192    <Compile Include="Docking\Skins\Style.cs" />
193    <Compile Include="Docking\SplitterBase.cs">
194      <SubType>Component</SubType>
195    </Compile>
196    <Compile Include="Docking\Strings.Designer.cs" />
197    <Compile Include="Docking\VisibleNestedPaneCollection.cs" />
198    <Compile Include="Docking\VS2005AutoHideStrip.cs">
199      <SubType>Component</SubType>
200    </Compile>
201    <Compile Include="Docking\VS2005DockPaneCaption.cs">
202      <SubType>Component</SubType>
203    </Compile>
204    <Compile Include="Docking\VS2005DockPaneStrip.cs">
205      <SubType>Component</SubType>
206    </Compile>
207    <Compile Include="Docking\Win32\Enums.cs" />
208    <Compile Include="Docking\Win32\NativeMethods.cs" />
209    <Compile Include="Properties\AssemblyInfo.cs" />
210  </ItemGroup>
211  <ItemGroup>
212    <None Include="Docking\Resources\Thumbs.db" />
213    <None Include="HeuristicLab.snk" />
214  </ItemGroup>
215  <ItemGroup>
216    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
217      <Visible>False</Visible>
218      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
219      <Install>false</Install>
220    </BootstrapperPackage>
221    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
222      <Visible>False</Visible>
223      <ProductName>.NET Framework 3.5 SP1</ProductName>
224      <Install>true</Install>
225    </BootstrapperPackage>
226    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
227      <Visible>False</Visible>
228      <ProductName>Windows Installer 3.1</ProductName>
229      <Install>true</Install>
230    </BootstrapperPackage>
231  </ItemGroup>
232  <ItemGroup />
233  <ItemGroup>
234    <Content Include="Docking\DockPanel.bmp" />
235    <Content Include="Docking\Resources\DockIndicator_PaneDiamond.bmp" />
236    <Content Include="Docking\Resources\DockIndicator_PaneDiamond_Bottom.bmp" />
237    <Content Include="Docking\Resources\Dockindicator_PaneDiamond_Fill.bmp" />
238    <Content Include="Docking\Resources\DockIndicator_PaneDiamond_Hotspot.bmp" />
239    <Content Include="Docking\Resources\DockIndicator_PaneDiamond_HotspotIndex.bmp" />
240    <Content Include="Docking\Resources\DockIndicator_PaneDiamond_Left.bmp" />
241    <Content Include="Docking\Resources\DockIndicator_PaneDiamond_Right.bmp" />
242    <Content Include="Docking\Resources\DockIndicator_PaneDiamond_Top.bmp" />
243    <Content Include="Docking\Resources\DockIndicator_PanelBottom.bmp" />
244    <Content Include="Docking\Resources\DockIndicator_PanelBottom_Active.bmp" />
245    <Content Include="Docking\Resources\DockIndicator_PanelFill.bmp" />
246    <Content Include="Docking\Resources\DockIndicator_PanelFill_Active.bmp" />
247    <Content Include="Docking\Resources\DockIndicator_PanelLeft.bmp" />
248    <Content Include="Docking\Resources\DockIndicator_PanelLeft_Active.bmp" />
249    <Content Include="Docking\Resources\DockIndicator_PanelRight.bmp" />
250    <Content Include="Docking\Resources\DockIndicator_PanelRight_Active.bmp" />
251    <Content Include="Docking\Resources\DockIndicator_PanelTop.bmp" />
252    <Content Include="Docking\Resources\DockIndicator_PanelTop_Active.bmp" />
253    <Content Include="Docking\Resources\DockPane_AutoHide.bmp" />
254    <Content Include="Docking\Resources\DockPane_Close.bmp" />
255    <Content Include="Docking\Resources\DockPane_Dock.bmp" />
256    <Content Include="Docking\Resources\DockPane_Option.bmp" />
257    <Content Include="Docking\Resources\DockPane_OptionOverflow.bmp" />
258  </ItemGroup>
259  <ItemGroup>
260    <EmbeddedResource Include="Docking\Resources.resx" />
261    <EmbeddedResource Include="Docking\Strings.resx" />
262  </ItemGroup>
263  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
264  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
265       Other similar extension points exist, see Microsoft.Common.targets.
266  <Target Name="BeforeBuild">
267  </Target>
268  <Target Name="AfterBuild">
269  </Target>
270  -->
271</Project>
Note: See TracBrowser for help on using the repository browser.