Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Algorithms.GeneticAlgorithm/3.3/HeuristicLab.Algorithms.GeneticAlgorithm-3.3.csproj @ 5163

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

Reintegrated .NET 4.0 migration branch (#1350)

File size: 9.9 KB
RevLine 
[4065]1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
[2]3  <PropertyGroup>
4    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
[574]6    <ProductVersion>9.0.30729</ProductVersion>
[2]7    <SchemaVersion>2.0</SchemaVersion>
[3196]8    <ProjectGuid>{A51DA44F-CB35-4F6F-99F5-2A2E904AB93B}</ProjectGuid>
[2]9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
[3196]11    <RootNamespace>HeuristicLab.Algorithms.GeneticAlgorithm</RootNamespace>
12    <AssemblyName>HeuristicLab.Algorithms.GeneticAlgorithm-3.3</AssemblyName>
[2]13    <SignAssembly>true</SignAssembly>
14    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
15    <FileUpgradeFlags>
16    </FileUpgradeFlags>
[4065]17    <OldToolsVersion>3.5</OldToolsVersion>
[2]18    <UpgradeBackupLocation>
19    </UpgradeBackupLocation>
[1872]20    <StartupObject>
21    </StartupObject>
[5163]22    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
23    <TargetFrameworkProfile></TargetFrameworkProfile>
[4065]24    <PublishUrl>publish\</PublishUrl>
25    <Install>true</Install>
26    <InstallFrom>Disk</InstallFrom>
27    <UpdateEnabled>false</UpdateEnabled>
28    <UpdateMode>Foreground</UpdateMode>
29    <UpdateInterval>7</UpdateInterval>
30    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
31    <UpdatePeriodically>false</UpdatePeriodically>
32    <UpdateRequired>false</UpdateRequired>
33    <MapFileExtensions>true</MapFileExtensions>
34    <ApplicationRevision>0</ApplicationRevision>
35    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
36    <IsWebBootstrapper>false</IsWebBootstrapper>
37    <UseApplicationTrust>false</UseApplicationTrust>
38    <BootstrapperEnabled>true</BootstrapperEnabled>
[2]39  </PropertyGroup>
40  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
41    <DebugSymbols>true</DebugSymbols>
42    <DebugType>full</DebugType>
43    <Optimize>false</Optimize>
44    <OutputPath>bin\Debug\</OutputPath>
45    <DefineConstants>DEBUG;TRACE</DefineConstants>
46    <ErrorReport>prompt</ErrorReport>
47    <WarningLevel>4</WarningLevel>
[4065]48    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[2]49  </PropertyGroup>
50  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
51    <DebugType>pdbonly</DebugType>
52    <Optimize>true</Optimize>
53    <OutputPath>bin\Release\</OutputPath>
54    <DefineConstants>TRACE</DefineConstants>
55    <ErrorReport>prompt</ErrorReport>
56    <WarningLevel>4</WarningLevel>
[3196]57    <DocumentationFile>bin\Release\HeuristicLab.Algorithms.GeneticAlgorithm-3.3.xml</DocumentationFile>
[4065]58    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[2]59  </PropertyGroup>
[564]60  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
61    <DebugSymbols>true</DebugSymbols>
62    <OutputPath>bin\x86\Debug\</OutputPath>
63    <DefineConstants>DEBUG;TRACE</DefineConstants>
64    <DebugType>full</DebugType>
65    <PlatformTarget>x86</PlatformTarget>
66    <ErrorReport>prompt</ErrorReport>
[4065]67    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[564]68  </PropertyGroup>
69  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
70    <OutputPath>bin\x86\Release\</OutputPath>
71    <DefineConstants>TRACE</DefineConstants>
[3196]72    <DocumentationFile>bin\x86\Release\HeuristicLab.Algorithms.GeneticAlgorithm-3.3.xml</DocumentationFile>
[564]73    <Optimize>true</Optimize>
74    <DebugType>pdbonly</DebugType>
75    <PlatformTarget>x86</PlatformTarget>
76    <ErrorReport>prompt</ErrorReport>
[4065]77    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[564]78  </PropertyGroup>
[1474]79  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
80    <DebugSymbols>true</DebugSymbols>
81    <OutputPath>bin\x64\Debug\</OutputPath>
82    <DefineConstants>DEBUG;TRACE</DefineConstants>
83    <DebugType>full</DebugType>
84    <PlatformTarget>x64</PlatformTarget>
85    <ErrorReport>prompt</ErrorReport>
[4065]86    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[1474]87  </PropertyGroup>
88  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
89    <OutputPath>bin\x64\Release\</OutputPath>
90    <DefineConstants>TRACE</DefineConstants>
[3196]91    <DocumentationFile>bin\x64\Release\HeuristicLab.Algorithms.GeneticAlgorithm-3.3.xml</DocumentationFile>
[1474]92    <Optimize>true</Optimize>
93    <DebugType>pdbonly</DebugType>
94    <PlatformTarget>x64</PlatformTarget>
95    <ErrorReport>prompt</ErrorReport>
[4065]96    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[1474]97  </PropertyGroup>
[2]98  <ItemGroup>
99    <Reference Include="System" />
[1872]100    <Reference Include="System.Core">
101      <RequiredTargetFramework>3.5</RequiredTargetFramework>
102    </Reference>
[2]103    <Reference Include="System.Data" />
104    <Reference Include="System.Xml" />
105  </ItemGroup>
106  <ItemGroup>
[3198]107    <Compile Include="GeneticAlgorithm.cs" />
108    <Compile Include="GeneticAlgorithmMainLoop.cs" />
[3196]109    <Compile Include="HeuristicLabAlgorithmsGeneticAlgorithmPlugin.cs" />
[3356]110    <Compile Include="IslandGeneticAlgorithm.cs" />
111    <Compile Include="IslandGeneticAlgorithmMainLoop.cs" />
[2]112    <Compile Include="Properties\AssemblyInfo.cs" />
113  </ItemGroup>
114  <ItemGroup>
[2891]115    <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
116      <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project>
117      <Name>HeuristicLab.Analysis-3.3</Name>
118    </ProjectReference>
[2830]119    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
120      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
121      <Name>HeuristicLab.Collections-3.3</Name>
[2474]122    </ProjectReference>
[3384]123    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
124      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
125      <Name>HeuristicLab.Common-3.3</Name>
[3368]126    </ProjectReference>
[1872]127    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
128      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
129      <Name>HeuristicLab.Core-3.3</Name>
[2]130    </ProjectReference>
[1872]131    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
132      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
133      <Name>HeuristicLab.Data-3.3</Name>
[2]134    </ProjectReference>
[1872]135    <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
136      <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
137      <Name>HeuristicLab.Operators-3.3</Name>
[2]138    </ProjectReference>
[3021]139    <ProjectReference Include="..\..\HeuristicLab.Optimization.Operators\3.3\HeuristicLab.Optimization.Operators-3.3.csproj">
140      <Project>{25087811-F74C-4128-BC86-8324271DA13E}</Project>
141      <Name>HeuristicLab.Optimization.Operators-3.3</Name>
142    </ProjectReference>
[2851]143    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
144      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
145      <Name>HeuristicLab.Optimization-3.3</Name>
146    </ProjectReference>
[2830]147    <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
148      <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
149      <Name>HeuristicLab.Parameters-3.3</Name>
150    </ProjectReference>
[1872]151    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
152      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
153      <Name>HeuristicLab.Persistence-3.3</Name>
154    </ProjectReference>
[3832]155    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
[2]156      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
[3832]157      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
[2]158    </ProjectReference>
[2851]159    <ProjectReference Include="..\..\HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj">
160      <Project>{F4539FB6-4708-40C9-BE64-0A1390AEA197}</Project>
161      <Name>HeuristicLab.Random-3.3</Name>
162    </ProjectReference>
[1872]163    <ProjectReference Include="..\..\HeuristicLab.Selection\3.3\HeuristicLab.Selection-3.3.csproj">
164      <Project>{2C36CD4F-E5F5-43A4-801A-201EA895FE17}</Project>
165      <Name>HeuristicLab.Selection-3.3</Name>
[2]166    </ProjectReference>
167  </ItemGroup>
168  <ItemGroup>
169    <None Include="HeuristicLab.snk" />
[3196]170    <None Include="HeuristicLabAlgorithmsGeneticAlgorithmPlugin.cs.frame" />
[30]171    <None Include="Properties\AssemblyInfo.frame" />
[2]172  </ItemGroup>
[4065]173  <ItemGroup>
174    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
175      <Visible>False</Visible>
176      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
177      <Install>false</Install>
178    </BootstrapperPackage>
179    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
180      <Visible>False</Visible>
181      <ProductName>.NET Framework 3.5 SP1</ProductName>
182      <Install>true</Install>
183    </BootstrapperPackage>
184    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
185      <Visible>False</Visible>
186      <ProductName>Windows Installer 3.1</ProductName>
187      <Install>true</Install>
188    </BootstrapperPackage>
189  </ItemGroup>
[2]190  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
191  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
192       Other similar extension points exist, see Microsoft.Common.targets.
193  <Target Name="BeforeBuild">
194  </Target>
195  <Target Name="AfterBuild">
196  </Target>
197  -->
[30]198  <PropertyGroup>
[852]199    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
200set ProjectDir=$(ProjectDir)
201set SolutionDir=$(SolutionDir)
202set Outdir=$(Outdir)
203
[2830]204call PreBuildEvent.cmd
[3196]205SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabAlgorithmsGeneticAlgorithmPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabAlgorithmsGeneticAlgorithmPlugin.cs"</PreBuildEvent>
[30]206  </PropertyGroup>
[2]207</Project>
Note: See TracBrowser for help on using the repository browser.