Free cookie consent management tool by TermsFeed Policy Generator

source: branches/NET40/sources/HeuristicLab.Optimizer/3.3/HeuristicLab.Optimizer-3.3.csproj @ 5142

Last change on this file since 5142 was 5142, checked in by swagner, 13 years ago

Migrated projects to .NET 4.0 (#1350)

File size: 13.1 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
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>{C664305E-497C-4533-A140-967DEDB05C19}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Optimizer</RootNamespace>
12    <AssemblyName>HeuristicLab.Optimizer-3.3</AssemblyName>
13    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14    <TargetFrameworkProfile></TargetFrameworkProfile>
15    <FileAlignment>512</FileAlignment>
16    <SignAssembly>true</SignAssembly>
17    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
18    <FileUpgradeFlags>
19    </FileUpgradeFlags>
20    <OldToolsVersion>3.5</OldToolsVersion>
21    <UpgradeBackupLocation />
22    <PublishUrl>publish\</PublishUrl>
23    <Install>true</Install>
24    <InstallFrom>Disk</InstallFrom>
25    <UpdateEnabled>false</UpdateEnabled>
26    <UpdateMode>Foreground</UpdateMode>
27    <UpdateInterval>7</UpdateInterval>
28    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
29    <UpdatePeriodically>false</UpdatePeriodically>
30    <UpdateRequired>false</UpdateRequired>
31    <MapFileExtensions>true</MapFileExtensions>
32    <ApplicationRevision>0</ApplicationRevision>
33    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
34    <IsWebBootstrapper>false</IsWebBootstrapper>
35    <UseApplicationTrust>false</UseApplicationTrust>
36    <BootstrapperEnabled>true</BootstrapperEnabled>
37  </PropertyGroup>
38  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
39    <DebugSymbols>true</DebugSymbols>
40    <DebugType>full</DebugType>
41    <Optimize>false</Optimize>
42    <OutputPath>bin\Debug\</OutputPath>
43    <DefineConstants>DEBUG;TRACE</DefineConstants>
44    <ErrorReport>prompt</ErrorReport>
45    <WarningLevel>4</WarningLevel>
46    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
47  </PropertyGroup>
48  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
49    <DebugType>pdbonly</DebugType>
50    <Optimize>true</Optimize>
51    <OutputPath>bin\Release\</OutputPath>
52    <DefineConstants>TRACE</DefineConstants>
53    <ErrorReport>prompt</ErrorReport>
54    <WarningLevel>4</WarningLevel>
55    <DocumentationFile>bin\Release\HeuristicLab.Optimizer-3.3.XML</DocumentationFile>
56    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
57  </PropertyGroup>
58  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
59    <DebugSymbols>true</DebugSymbols>
60    <OutputPath>bin\x64\Debug\</OutputPath>
61    <DefineConstants>DEBUG;TRACE</DefineConstants>
62    <DebugType>full</DebugType>
63    <PlatformTarget>x64</PlatformTarget>
64    <ErrorReport>prompt</ErrorReport>
65    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
66  </PropertyGroup>
67  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
68    <OutputPath>bin\x64\Release\</OutputPath>
69    <DefineConstants>TRACE</DefineConstants>
70    <DocumentationFile>bin\x64\Release\HeuristicLab.Optimizer-3.3.XML</DocumentationFile>
71    <Optimize>true</Optimize>
72    <DebugType>pdbonly</DebugType>
73    <PlatformTarget>x64</PlatformTarget>
74    <ErrorReport>prompt</ErrorReport>
75    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
76  </PropertyGroup>
77  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
78    <DebugSymbols>true</DebugSymbols>
79    <OutputPath>bin\x86\Debug\</OutputPath>
80    <DefineConstants>DEBUG;TRACE</DefineConstants>
81    <DebugType>full</DebugType>
82    <PlatformTarget>x86</PlatformTarget>
83    <ErrorReport>prompt</ErrorReport>
84    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
85  </PropertyGroup>
86  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
87    <OutputPath>bin\x86\Release\</OutputPath>
88    <DefineConstants>TRACE</DefineConstants>
89    <DocumentationFile>bin\x86\Release\HeuristicLab.Optimizer-3.3.XML</DocumentationFile>
90    <Optimize>true</Optimize>
91    <DebugType>pdbonly</DebugType>
92    <PlatformTarget>x86</PlatformTarget>
93    <ErrorReport>prompt</ErrorReport>
94    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
95  </PropertyGroup>
96  <ItemGroup>
97    <Reference Include="System" />
98    <Reference Include="System.Core">
99      <RequiredTargetFramework>3.5</RequiredTargetFramework>
100    </Reference>
101    <Reference Include="System.Drawing" />
102    <Reference Include="System.Windows.Forms" />
103    <Reference Include="System.Xml.Linq">
104      <RequiredTargetFramework>3.5</RequiredTargetFramework>
105    </Reference>
106    <Reference Include="System.Data.DataSetExtensions">
107      <RequiredTargetFramework>3.5</RequiredTargetFramework>
108    </Reference>
109    <Reference Include="System.Data" />
110    <Reference Include="System.Xml" />
111  </ItemGroup>
112  <ItemGroup>
113    <EmbeddedResource Include="Documents\GA_VRP.hl" />
114    <EmbeddedResource Include="Documents\SGP_SymbClass_Mammographic.hl" />
115    <None Include="HeuristicLabOptimizerPlugin.cs.frame" />
116    <Compile Include="CreateExperimentDialog.cs">
117      <SubType>Form</SubType>
118    </Compile>
119    <Compile Include="CreateExperimentDialog.Designer.cs">
120      <DependentUpon>CreateExperimentDialog.cs</DependentUpon>
121    </Compile>
122    <Compile Include="FileManager.cs" />
123    <Compile Include="ChartControlsWarning.cs">
124      <SubType>Form</SubType>
125    </Compile>
126    <Compile Include="ChartControlsWarning.Designer.cs">
127      <DependentUpon>ChartControlsWarning.cs</DependentUpon>
128    </Compile>
129    <Compile Include="MenuItems\ClipboardMenuItem.cs" />
130    <Compile Include="MenuItems\AboutMenuItem.cs" />
131    <Compile Include="MenuItems\ConvertIntoUserDefinedAlgorithmMenuItem.cs" />
132    <Compile Include="MenuItems\UsernamePasswordMenuItem.cs" />
133    <Compile Include="MenuItems\CreateExperimentMenuItem.cs" />
134    <Compile Include="MenuItems\CopyToClipboardMenuItem.cs" />
135    <Compile Include="MenuItems\StartPageMenuItem.cs" />
136    <Compile Include="Properties\Settings.Designer.cs">
137      <AutoGen>True</AutoGen>
138      <DesignTimeSharedInput>True</DesignTimeSharedInput>
139      <DependentUpon>Settings.settings</DependentUpon>
140    </Compile>
141    <Compile Include="StartPage.cs">
142      <SubType>UserControl</SubType>
143    </Compile>
144    <Compile Include="StartPage.Designer.cs">
145      <DependentUpon>StartPage.cs</DependentUpon>
146    </Compile>
147    <Compile Include="MenuItems\CloseMenuItem.cs" />
148    <Compile Include="MenuItems\CloseAllMenuItem.cs" />
149    <Compile Include="MenuItems\OperatorsMenuItem.cs" />
150    <Compile Include="MenuItems\SaveAsMenuItem.cs" />
151    <Compile Include="MenuItems\SaveMenuItem.cs" />
152    <Compile Include="MenuItems\OpenMenuItem.cs" />
153    <Compile Include="MenuItems\ExitMenuItem.cs" />
154    <Compile Include="HeuristicLabOptimizerPlugin.cs" />
155    <Compile Include="IOptimizerUserInterfaceItemProvider.cs" />
156    <Compile Include="MenuItems\NewMenuItem.cs" />
157    <Compile Include="MenuItems\Separators.cs" />
158    <Compile Include="NewItemDialog.cs">
159      <SubType>Form</SubType>
160    </Compile>
161    <Compile Include="NewItemDialog.Designer.cs">
162      <DependentUpon>NewItemDialog.cs</DependentUpon>
163    </Compile>
164    <Compile Include="OptimizerMainForm.cs">
165      <SubType>Form</SubType>
166    </Compile>
167    <Compile Include="OptimizerMainForm.Designer.cs">
168      <DependentUpon>OptimizerMainForm.cs</DependentUpon>
169    </Compile>
170    <Compile Include="Properties\AssemblyInfo.cs" />
171    <Compile Include="ToolBarItems\SaveToolBarItem.cs" />
172    <Compile Include="ToolBarItems\OpenToolBarItem.cs" />
173    <Compile Include="ToolBarItems\NewToolBarItem.cs" />
174  </ItemGroup>
175  <ItemGroup>
176    <None Include="app.config" />
177    <EmbeddedResource Include="Documents\FirstSteps.rtf" />
178    <None Include="HeuristicLab.snk" />
179    <None Include="Properties\AssemblyInfo.frame" />
180    <None Include="Properties\Settings.settings">
181      <Generator>SettingsSingleFileGenerator</Generator>
182      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
183    </None>
184  </ItemGroup>
185  <ItemGroup>
186    <ProjectReference Include="..\..\HeuristicLab.Clients.Common\3.3\HeuristicLab.Clients.Common-3.3.csproj">
187      <Project>{730A9104-D4D1-4360-966B-E49B7571DDA3}</Project>
188      <Name>HeuristicLab.Clients.Common-3.3</Name>
189    </ProjectReference>
190    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
191      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
192      <Name>HeuristicLab.Collections-3.3</Name>
193    </ProjectReference>
194    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
195      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
196      <Name>HeuristicLab.Common.Resources-3.3</Name>
197    </ProjectReference>
198    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
199      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
200      <Name>HeuristicLab.Common-3.3</Name>
201    </ProjectReference>
202    <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
203      <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>
204      <Name>HeuristicLab.Core.Views-3.3</Name>
205    </ProjectReference>
206    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
207      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
208      <Name>HeuristicLab.Core-3.3</Name>
209    </ProjectReference>
210    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
211      <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
212      <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
213    </ProjectReference>
214    <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
215      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
216      <Name>HeuristicLab.MainForm-3.3</Name>
217    </ProjectReference>
218    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
219      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
220      <Name>HeuristicLab.Optimization-3.3</Name>
221    </ProjectReference>
222    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
223      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
224      <Name>HeuristicLab.Persistence-3.3</Name>
225    </ProjectReference>
226    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
227      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
228      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
229    </ProjectReference>
230  </ItemGroup>
231  <ItemGroup>
232    <EmbeddedResource Include="Documents\GA_TSP.hl" />
233  </ItemGroup>
234  <ItemGroup>
235    <EmbeddedResource Include="Documents\GP_SymbReg.hl" />
236    <EmbeddedResource Include="Documents\ES_Griewank.hl" />
237    <None Include="Documents\Images\New.png" />
238    <None Include="Documents\Images\Open.png" />
239    <None Include="Documents\Images\Pause.png" />
240    <None Include="Documents\Images\Play.png" />
241    <None Include="Documents\Images\Restart.png" />
242    <None Include="Documents\Images\Stop.png" />
243    <EmbeddedResource Include="Documents\LS_Knapsack.hl" />
244    <EmbeddedResource Include="Documents\IslandGA_TSP.hl" />
245    <EmbeddedResource Include="Documents\SA_Rastrigin.hl" />
246    <EmbeddedResource Include="Documents\TS_TSP.hl" />
247    <EmbeddedResource Include="Documents\SGP_SantaFe.hl" />
248  </ItemGroup>
249  <ItemGroup>
250    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
251      <Visible>False</Visible>
252      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
253      <Install>false</Install>
254    </BootstrapperPackage>
255    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
256      <Visible>False</Visible>
257      <ProductName>.NET Framework 3.5 SP1</ProductName>
258      <Install>true</Install>
259    </BootstrapperPackage>
260    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
261      <Visible>False</Visible>
262      <ProductName>Windows Installer 3.1</ProductName>
263      <Install>true</Install>
264    </BootstrapperPackage>
265  </ItemGroup>
266  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
267  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
268       Other similar extension points exist, see Microsoft.Common.targets.
269  <Target Name="BeforeBuild">
270  </Target>
271  <Target Name="AfterBuild">
272  </Target>
273  -->
274  <PropertyGroup>
275    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
276set ProjectDir=$(ProjectDir)
277set SolutionDir=$(SolutionDir)
278set Outdir=$(Outdir)
279
280call PreBuildEvent.cmd
281SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabOptimizerPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabOptimizerPlugin.cs"</PreBuildEvent>
282  </PropertyGroup>
283</Project>
Note: See TracBrowser for help on using the repository browser.