Free cookie consent management tool by TermsFeed Policy Generator

source: branches/DataAnalysis.IslandAlgorithms/HeuristicLab.Algorithms.GeneticAlgorithm/3.3/HeuristicLab.Algorithms.GeneticAlgorithm-3.3.csproj @ 9756

Last change on this file since 9756 was 9066, checked in by mkommend, 11 years ago

#1997: Adapted IslandGA to allow subclassing.

File size: 8.7 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>
[6866]22    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
23    <TargetFrameworkProfile>
24    </TargetFrameworkProfile>
[4065]25    <PublishUrl>publish\</PublishUrl>
26    <Install>true</Install>
27    <InstallFrom>Disk</InstallFrom>
28    <UpdateEnabled>false</UpdateEnabled>
29    <UpdateMode>Foreground</UpdateMode>
30    <UpdateInterval>7</UpdateInterval>
31    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
32    <UpdatePeriodically>false</UpdatePeriodically>
33    <UpdateRequired>false</UpdateRequired>
34    <MapFileExtensions>true</MapFileExtensions>
35    <ApplicationRevision>0</ApplicationRevision>
36    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
37    <IsWebBootstrapper>false</IsWebBootstrapper>
38    <UseApplicationTrust>false</UseApplicationTrust>
39    <BootstrapperEnabled>true</BootstrapperEnabled>
[2]40  </PropertyGroup>
41  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
42    <DebugSymbols>true</DebugSymbols>
43    <DebugType>full</DebugType>
44    <Optimize>false</Optimize>
[6866]45    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[2]46    <DefineConstants>DEBUG;TRACE</DefineConstants>
47    <ErrorReport>prompt</ErrorReport>
48    <WarningLevel>4</WarningLevel>
[4065]49    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[2]50  </PropertyGroup>
51  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
52    <DebugType>pdbonly</DebugType>
53    <Optimize>true</Optimize>
[6866]54    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[2]55    <DefineConstants>TRACE</DefineConstants>
56    <ErrorReport>prompt</ErrorReport>
57    <WarningLevel>4</WarningLevel>
[6866]58    <DocumentationFile>
59    </DocumentationFile>
[4065]60    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[2]61  </PropertyGroup>
[564]62  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
63    <DebugSymbols>true</DebugSymbols>
[6866]64    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[564]65    <DefineConstants>DEBUG;TRACE</DefineConstants>
66    <DebugType>full</DebugType>
67    <PlatformTarget>x86</PlatformTarget>
68    <ErrorReport>prompt</ErrorReport>
[4065]69    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[564]70  </PropertyGroup>
71  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
[6866]72    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[564]73    <DefineConstants>TRACE</DefineConstants>
[6866]74    <DocumentationFile>
75    </DocumentationFile>
[564]76    <Optimize>true</Optimize>
77    <DebugType>pdbonly</DebugType>
78    <PlatformTarget>x86</PlatformTarget>
79    <ErrorReport>prompt</ErrorReport>
[4065]80    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[564]81  </PropertyGroup>
[1474]82  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
83    <DebugSymbols>true</DebugSymbols>
[6866]84    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[1474]85    <DefineConstants>DEBUG;TRACE</DefineConstants>
86    <DebugType>full</DebugType>
87    <PlatformTarget>x64</PlatformTarget>
88    <ErrorReport>prompt</ErrorReport>
[4065]89    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[1474]90  </PropertyGroup>
91  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
[6866]92    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[1474]93    <DefineConstants>TRACE</DefineConstants>
[6866]94    <DocumentationFile>
95    </DocumentationFile>
[1474]96    <Optimize>true</Optimize>
97    <DebugType>pdbonly</DebugType>
98    <PlatformTarget>x64</PlatformTarget>
99    <ErrorReport>prompt</ErrorReport>
[4065]100    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[1474]101  </PropertyGroup>
[2]102  <ItemGroup>
[9066]103    <Reference Include="HeuristicLab.Analysis-3.3">
104      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
105    </Reference>
106    <Reference Include="HeuristicLab.Collections-3.3">
107      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
108    </Reference>
109    <Reference Include="HeuristicLab.Common-3.3">
110      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
111    </Reference>
112    <Reference Include="HeuristicLab.Core-3.3">
113      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
114    </Reference>
115    <Reference Include="HeuristicLab.Data-3.3">
116      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
117    </Reference>
118    <Reference Include="HeuristicLab.Operators-3.3">
119      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
120    </Reference>
121    <Reference Include="HeuristicLab.Optimization-3.3">
122      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
123    </Reference>
124    <Reference Include="HeuristicLab.Optimization.Operators-3.3">
125      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization.Operators-3.3.dll</HintPath>
126    </Reference>
127    <Reference Include="HeuristicLab.Parameters-3.3">
128      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
129    </Reference>
130    <Reference Include="HeuristicLab.Persistence-3.3">
131      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
132    </Reference>
133    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
134      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
135    </Reference>
136    <Reference Include="HeuristicLab.Random-3.3">
137      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Random-3.3.dll</HintPath>
138    </Reference>
139    <Reference Include="HeuristicLab.Selection-3.3">
140      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Selection-3.3.dll</HintPath>
141    </Reference>
[2]142    <Reference Include="System" />
[1872]143    <Reference Include="System.Core">
144      <RequiredTargetFramework>3.5</RequiredTargetFramework>
145    </Reference>
[2]146    <Reference Include="System.Data" />
147    <Reference Include="System.Xml" />
148  </ItemGroup>
149  <ItemGroup>
[3198]150    <Compile Include="GeneticAlgorithm.cs" />
151    <Compile Include="GeneticAlgorithmMainLoop.cs" />
[3356]152    <Compile Include="IslandGeneticAlgorithm.cs" />
153    <Compile Include="IslandGeneticAlgorithmMainLoop.cs" />
[6866]154    <Compile Include="Plugin.cs" />
[2]155    <Compile Include="Properties\AssemblyInfo.cs" />
156  </ItemGroup>
157  <ItemGroup>
158    <None Include="HeuristicLab.snk" />
[6866]159    <None Include="Plugin.cs.frame" />
160    <None Include="Properties\AssemblyInfo.cs.frame" />
[2]161  </ItemGroup>
[4065]162  <ItemGroup>
163    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
164      <Visible>False</Visible>
165      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
166      <Install>false</Install>
167    </BootstrapperPackage>
168    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
169      <Visible>False</Visible>
170      <ProductName>.NET Framework 3.5 SP1</ProductName>
171      <Install>true</Install>
172    </BootstrapperPackage>
173    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
174      <Visible>False</Visible>
175      <ProductName>Windows Installer 3.1</ProductName>
176      <Install>true</Install>
177    </BootstrapperPackage>
178  </ItemGroup>
[2]179  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
180  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
181       Other similar extension points exist, see Microsoft.Common.targets.
182  <Target Name="BeforeBuild">
183  </Target>
184  <Target Name="AfterBuild">
185  </Target>
186  -->
[30]187  <PropertyGroup>
[9066]188    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
[852]189set ProjectDir=$(ProjectDir)
190set SolutionDir=$(SolutionDir)
191set Outdir=$(Outdir)
192
[2830]193call PreBuildEvent.cmd
[6866]194</PreBuildEvent>
[9066]195    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
[8600]196export ProjectDir=$(ProjectDir)
197export SolutionDir=$(SolutionDir)
198
199$SolutionDir/PreBuildEvent.sh
200</PreBuildEvent>
[30]201  </PropertyGroup>
[2]202</Project>
Note: See TracBrowser for help on using the repository browser.