Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.FixedOperators/3.2/HeuristicLab.FixedOperators-3.2.csproj @ 3479

Last change on this file since 3479 was 2158, checked in by dtraxing, 15 years ago

FixedGAMainBase: fixed type in operator name; added virtual modifier to GetOperatorsFromScope Method
FixedOperatorBase: removed general exception catching
added fixed operator for evolution strategies
(ticket #580)

File size: 10.6 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="3.5" 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>{583705E2-B1F7-42B8-8149-96E7AECA171A}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.FixedOperators</RootNamespace>
12    <AssemblyName>HeuristicLab.FixedOperators-3.2</AssemblyName>
13    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <StartupObject>
16    </StartupObject>
17    <SignAssembly>true</SignAssembly>
18    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
19    <PublishUrl>publish\</PublishUrl>
20    <Install>true</Install>
21    <InstallFrom>Disk</InstallFrom>
22    <UpdateEnabled>false</UpdateEnabled>
23    <UpdateMode>Foreground</UpdateMode>
24    <UpdateInterval>7</UpdateInterval>
25    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
26    <UpdatePeriodically>false</UpdatePeriodically>
27    <UpdateRequired>false</UpdateRequired>
28    <MapFileExtensions>true</MapFileExtensions>
29    <ApplicationRevision>0</ApplicationRevision>
30    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
31    <IsWebBootstrapper>false</IsWebBootstrapper>
32    <UseApplicationTrust>false</UseApplicationTrust>
33    <BootstrapperEnabled>true</BootstrapperEnabled>
34  </PropertyGroup>
35  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
36    <DebugSymbols>true</DebugSymbols>
37    <DebugType>full</DebugType>
38    <Optimize>false</Optimize>
39    <OutputPath>bin\Debug\</OutputPath>
40    <DefineConstants>DEBUG;TRACE</DefineConstants>
41    <ErrorReport>prompt</ErrorReport>
42    <WarningLevel>4</WarningLevel>
43  </PropertyGroup>
44  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
45    <DebugType>pdbonly</DebugType>
46    <Optimize>true</Optimize>
47    <OutputPath>bin\Release\</OutputPath>
48    <DefineConstants>TRACE</DefineConstants>
49    <ErrorReport>prompt</ErrorReport>
50    <WarningLevel>4</WarningLevel>
51  </PropertyGroup>
52  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
53    <DebugSymbols>true</DebugSymbols>
54    <OutputPath>bin\x86\Debug\</OutputPath>
55    <DefineConstants>DEBUG;TRACE</DefineConstants>
56    <DebugType>full</DebugType>
57    <PlatformTarget>x86</PlatformTarget>
58    <ErrorReport>prompt</ErrorReport>
59  </PropertyGroup>
60  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
61    <OutputPath>bin\x86\Release\</OutputPath>
62    <DefineConstants>TRACE</DefineConstants>
63    <Optimize>true</Optimize>
64    <DebugType>pdbonly</DebugType>
65    <PlatformTarget>x86</PlatformTarget>
66    <ErrorReport>prompt</ErrorReport>
67  </PropertyGroup>
68  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
69    <DebugSymbols>true</DebugSymbols>
70    <OutputPath>bin\x64\Debug\</OutputPath>
71    <DefineConstants>DEBUG;TRACE</DefineConstants>
72    <DebugType>full</DebugType>
73    <PlatformTarget>x64</PlatformTarget>
74    <ErrorReport>prompt</ErrorReport>
75  </PropertyGroup>
76  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
77    <OutputPath>bin\x64\Release\</OutputPath>
78    <DefineConstants>TRACE</DefineConstants>
79    <Optimize>true</Optimize>
80    <DebugType>pdbonly</DebugType>
81    <PlatformTarget>x64</PlatformTarget>
82    <ErrorReport>prompt</ErrorReport>
83  </PropertyGroup>
84  <ItemGroup>
85    <Reference Include="System" />
86    <Reference Include="System.Core">
87      <RequiredTargetFramework>3.5</RequiredTargetFramework>
88    </Reference>
89    <Reference Include="System.Xml.Linq">
90      <RequiredTargetFramework>3.5</RequiredTargetFramework>
91    </Reference>
92    <Reference Include="System.Data.DataSetExtensions">
93      <RequiredTargetFramework>3.5</RequiredTargetFramework>
94    </Reference>
95    <Reference Include="System.Data" />
96    <Reference Include="System.Deployment" />
97    <Reference Include="System.Drawing" />
98    <Reference Include="System.Windows.Forms" />
99    <Reference Include="System.Xml" />
100  </ItemGroup>
101  <ItemGroup>
102    <Compile Include="FixedESMain.cs" />
103    <Compile Include="FixedGAMainBase.cs" />
104    <Compile Include="FixedOperatorBase.cs" />
105    <Compile Include="FixedOSGAMain.cs" />
106    <Compile Include="FixedSAMain.cs" />
107    <Compile Include="FixedSGAMain.cs" />
108    <Compile Include="HeuristicLabFixedOperatorsPlugin.cs" />
109    <Compile Include="Properties\AssemblyInfo.cs" />
110    <Compile Include="FixedSteadyStateOSGAMain.cs" />
111  </ItemGroup>
112  <ItemGroup>
113    <None Include="Properties\AssemblyInfo.frame" />
114    <None Include="HeuristicLab.snk" />
115  </ItemGroup>
116  <ItemGroup>
117    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
118      <Visible>False</Visible>
119      <ProductName>.NET Framework Client Profile</ProductName>
120      <Install>false</Install>
121    </BootstrapperPackage>
122    <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
123      <Visible>False</Visible>
124      <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
125      <Install>false</Install>
126    </BootstrapperPackage>
127    <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
128      <Visible>False</Visible>
129      <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
130      <Install>false</Install>
131    </BootstrapperPackage>
132    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
133      <Visible>False</Visible>
134      <ProductName>.NET Framework 3.5</ProductName>
135      <Install>false</Install>
136    </BootstrapperPackage>
137    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
138      <Visible>False</Visible>
139      <ProductName>.NET Framework 3.5 SP1</ProductName>
140      <Install>true</Install>
141    </BootstrapperPackage>
142    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
143      <Visible>False</Visible>
144      <ProductName>Windows Installer 3.1</ProductName>
145      <Install>true</Install>
146    </BootstrapperPackage>
147  </ItemGroup>
148  <ItemGroup>
149    <ProjectReference Include="..\..\HeuristicLab.Constraints\3.2\HeuristicLab.Constraints-3.2.csproj">
150      <Project>{FCD62C6F-4793-4593-AE9A-0BDCA256EE99}</Project>
151      <Name>HeuristicLab.Constraints-3.2</Name>
152    </ProjectReference>
153    <ProjectReference Include="..\..\HeuristicLab.Core\3.2\HeuristicLab.Core-3.2.csproj">
154      <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>
155      <Name>HeuristicLab.Core-3.2</Name>
156    </ProjectReference>
157    <ProjectReference Include="..\..\HeuristicLab.Data\3.2\HeuristicLab.Data-3.2.csproj">
158      <Project>{F473D9AF-3F09-4296-9F28-3C65118DAFFA}</Project>
159      <Name>HeuristicLab.Data-3.2</Name>
160    </ProjectReference>
161    <ProjectReference Include="..\..\HeuristicLab.ES\3.2\HeuristicLab.ES-3.2.csproj">
162      <Project>{2E6112A7-3A94-406D-A28C-38AC2D324DCA}</Project>
163      <Name>HeuristicLab.ES-3.2</Name>
164    </ProjectReference>
165    <ProjectReference Include="..\..\HeuristicLab.Evolutionary\3.2\HeuristicLab.Evolutionary-3.2.csproj">
166      <Project>{F5614C53-153C-4A37-A608-121E1C087F07}</Project>
167      <Name>HeuristicLab.Evolutionary-3.2</Name>
168    </ProjectReference>
169    <ProjectReference Include="..\..\HeuristicLab.Logging\3.2\HeuristicLab.Logging-3.2.csproj">
170      <Project>{4095C92C-5A4C-44BC-9963-5F384CF5CC3F}</Project>
171      <Name>HeuristicLab.Logging-3.2</Name>
172    </ProjectReference>
173    <ProjectReference Include="..\..\HeuristicLab.Operators.Programmable\3.2\HeuristicLab.Operators.Programmable-3.2.csproj">
174      <Project>{E3CCBFC6-900C-41B6-AFB8-6646DB097435}</Project>
175      <Name>HeuristicLab.Operators.Programmable-3.2</Name>
176    </ProjectReference>
177    <ProjectReference Include="..\..\HeuristicLab.Operators\3.2\HeuristicLab.Operators-3.2.csproj">
178      <Project>{A9983BA2-B3B2-475E-8E2C-62050B71D1C5}</Project>
179      <Name>HeuristicLab.Operators-3.2</Name>
180    </ProjectReference>
181    <ProjectReference Include="..\..\HeuristicLab.Permutation\3.2\HeuristicLab.Permutation-3.2.csproj">
182      <Project>{55FDCFB3-3E8C-4FB0-837C-0CF06BEDED39}</Project>
183      <Name>HeuristicLab.Permutation-3.2</Name>
184    </ProjectReference>
185    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
186      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
187      <Name>HeuristicLab.PluginInfrastructure</Name>
188    </ProjectReference>
189    <ProjectReference Include="..\..\HeuristicLab.Random\3.2\HeuristicLab.Random-3.2.csproj">
190      <Project>{47019A74-F7F7-482E-83AA-D3F4F777E879}</Project>
191      <Name>HeuristicLab.Random-3.2</Name>
192    </ProjectReference>
193    <ProjectReference Include="..\..\HeuristicLab.Routing.TSP\3.2\HeuristicLab.Routing.TSP-3.2.csproj">
194      <Project>{9EF75B49-D507-44E0-BC5D-C200FDA53B9B}</Project>
195      <Name>HeuristicLab.Routing.TSP-3.2</Name>
196    </ProjectReference>
197    <ProjectReference Include="..\..\HeuristicLab.SA\3.2\HeuristicLab.SA-3.2.csproj">
198      <Project>{F0F97CBA-61A2-471C-9973-F099202B3BE5}</Project>
199      <Name>HeuristicLab.SA-3.2</Name>
200    </ProjectReference>
201    <ProjectReference Include="..\..\HeuristicLab.Selection.OffspringSelection\3.2\HeuristicLab.Selection.OffspringSelection-3.2.csproj">
202      <Project>{205898D3-2717-4686-AF17-52409B7EC0C6}</Project>
203      <Name>HeuristicLab.Selection.OffspringSelection-3.2</Name>
204    </ProjectReference>
205    <ProjectReference Include="..\..\HeuristicLab.Selection\3.2\HeuristicLab.Selection-3.2.csproj">
206      <Project>{F7CF0571-25CB-43D5-8443-0843A1E2861A}</Project>
207      <Name>HeuristicLab.Selection-3.2</Name>
208    </ProjectReference>
209    <ProjectReference Include="..\..\HeuristicLab.SequentialEngine\3.2\HeuristicLab.SequentialEngine-3.2.csproj">
210      <Project>{B4BE8E53-BA06-4237-9A01-24255F880201}</Project>
211      <Name>HeuristicLab.SequentialEngine-3.2</Name>
212    </ProjectReference>
213  </ItemGroup>
214  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
215  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
216       Other similar extension points exist, see Microsoft.Common.targets.
217  <Target Name="BeforeBuild">
218  </Target>
219  <Target Name="AfterBuild">
220  </Target>
221  -->
222  <PropertyGroup>
223    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
224set ProjectDir=$(ProjectDir)
225set SolutionDir=$(SolutionDir)
226set Outdir=$(Outdir)
227
228call PreBuildEvent.cmd</PreBuildEvent>
229  </PropertyGroup>
230</Project>
Note: See TracBrowser for help on using the repository browser.