Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Encodings.RealVectorEncoding/3.3/HeuristicLab.Encodings.RealVectorEncoding-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: 12.5 KB
RevLine 
[2900]1<?xml version="1.0" encoding="utf-8"?>
[4065]2<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
[2900]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>
[3053]8    <ProjectGuid>{BB6D334A-4BB6-4674-9883-31A6EBB32CAB}</ProjectGuid>
[2900]9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
[3053]11    <RootNamespace>HeuristicLab.Encodings.RealVectorEncoding</RootNamespace>
12    <AssemblyName>HeuristicLab.Encodings.RealVectorEncoding-3.3</AssemblyName>
[5163]13    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14    <TargetFrameworkProfile></TargetFrameworkProfile>
[2900]15    <FileAlignment>512</FileAlignment>
16    <SignAssembly>true</SignAssembly>
17    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
[4065]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>
[2900]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>
[4065]46    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[2900]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>
[3053]55    <DocumentationFile>bin\Release\HeuristicLab.Encodings.RealVectorEncoding-3.3.xml</DocumentationFile>
[4065]56    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[2900]57  </PropertyGroup>
58  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
59    <DebugSymbols>true</DebugSymbols>
60    <OutputPath>bin\x86\Debug\</OutputPath>
61    <DefineConstants>DEBUG;TRACE</DefineConstants>
62    <DebugType>full</DebugType>
63    <PlatformTarget>x86</PlatformTarget>
64    <ErrorReport>prompt</ErrorReport>
[4065]65    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[2900]66  </PropertyGroup>
67  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
68    <OutputPath>bin\x86\Release\</OutputPath>
69    <DefineConstants>TRACE</DefineConstants>
[3053]70    <DocumentationFile>bin\x86\Release\HeuristicLab.Encodings.RealVectorEncoding-3.3.xml</DocumentationFile>
[2900]71    <Optimize>true</Optimize>
72    <DebugType>pdbonly</DebugType>
73    <PlatformTarget>x86</PlatformTarget>
74    <ErrorReport>prompt</ErrorReport>
[4065]75    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[2900]76  </PropertyGroup>
77  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
78    <DebugSymbols>true</DebugSymbols>
79    <OutputPath>bin\x64\Debug\</OutputPath>
80    <DefineConstants>DEBUG;TRACE</DefineConstants>
81    <DebugType>full</DebugType>
82    <PlatformTarget>x64</PlatformTarget>
83    <ErrorReport>prompt</ErrorReport>
[4065]84    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[2900]85  </PropertyGroup>
86  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
87    <OutputPath>bin\x64\Release\</OutputPath>
88    <DefineConstants>TRACE</DefineConstants>
[3053]89    <DocumentationFile>bin\x64\Release\HeuristicLab.Encodings.RealVectorEncoding-3.3.xml</DocumentationFile>
[2900]90    <Optimize>true</Optimize>
91    <DebugType>pdbonly</DebugType>
92    <PlatformTarget>x64</PlatformTarget>
93    <ErrorReport>prompt</ErrorReport>
[4065]94    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[2900]95  </PropertyGroup>
96  <ItemGroup>
97    <Reference Include="System" />
98    <Reference Include="System.Core">
99      <RequiredTargetFramework>3.5</RequiredTargetFramework>
100    </Reference>
101    <Reference Include="System.Data" />
102    <Reference Include="System.Xml" />
103  </ItemGroup>
104  <ItemGroup>
105    <Compile Include="Crossovers\BlendAlphaBetaCrossover.cs" />
106    <Compile Include="Interfaces\IRealVectorManipulator.cs" />
107    <Compile Include="Interfaces\IRealVectorOperator.cs" />
108    <Compile Include="Interfaces\IRealVectorCrossover.cs" />
109    <Compile Include="Interfaces\IRealVectorCreator.cs" />
110    <Compile Include="BoundsChecker.cs" />
111    <Compile Include="Creators\UniformRandomRealVectorCreator.cs" />
112    <Compile Include="RealVectorCreator.cs" />
113    <Compile Include="RealVectorCrossover.cs" />
114    <Compile Include="Properties\AssemblyInfo.cs" />
115    <Compile Include="RealVectorManipulator.cs" />
116  </ItemGroup>
117  <ItemGroup>
[2964]118    <Compile Include="Crossovers\AverageCrossover.cs" />
[2913]119    <Compile Include="Crossovers\BlendAlphaCrossover.cs" />
[2928]120    <Compile Include="Crossovers\DiscreteCrossover.cs" />
[2936]121    <Compile Include="Crossovers\HeuristicCrossover.cs" />
122    <Compile Include="Crossovers\LocalCrossover.cs" />
[3425]123    <Compile Include="Crossovers\MultiRealVectorCrossover.cs" />
[2936]124    <Compile Include="Crossovers\RandomConvexCrossover.cs" />
[2918]125    <Compile Include="Crossovers\SimulatedBinaryCrossover.cs" />
[2913]126    <Compile Include="Crossovers\SinglePointCrossover.cs">
127      <SubType>Code</SubType>
128    </Compile>
[2964]129    <Compile Include="Crossovers\UniformAllPositionsArithmeticCrossover.cs" />
130    <Compile Include="Crossovers\UniformSomePositionsArithmeticCrossover.cs" />
[3053]131    <Compile Include="HeuristicLabEncodingsRealVectorEncodingPlugin.cs" />
[3450]132    <Compile Include="Interfaces\IRealVectorStdDevStrategyParameterCreator.cs" />
133    <Compile Include="Interfaces\IRealVectorStdDevStrategyParameterCrossover.cs" />
134    <Compile Include="Interfaces\IRealVectorStdDevStrategyParameterManipulator.cs" />
135    <Compile Include="Interfaces\IRealVectorStdDevStrategyParameterOperator.cs" />
[3187]136    <Compile Include="Interfaces\IAdditiveRealVectorMoveOperator.cs" />
[3182]137    <Compile Include="Interfaces\IRealVectorBoundsChecker.cs" />
[3187]138    <Compile Include="Interfaces\IRealVectorMoveGenerator.cs" />
139    <Compile Include="Interfaces\IRealVectorMoveOperator.cs" />
[3425]140    <Compile Include="Manipulators\MultiRealVectorManipulator.cs" />
[3207]141    <Compile Include="Manipulators\NormalAllPositionsManipulator.cs" />
[3340]142    <Compile Include="Moves\AdditiveMoveTabuChecker.cs" />
143    <Compile Include="Moves\AdditiveMoveTabuMaker.cs" />
[3192]144    <Compile Include="Moves\AdditiveMoveTabuAttribute.cs" />
[3187]145    <Compile Include="Moves\AdditiveMoveMaker.cs" />
146    <Compile Include="Moves\AdditiveMove.cs" />
147    <Compile Include="Moves\AdditiveMoveGenerator.cs" />
[3207]148    <Compile Include="Moves\StochasticNormalMultiMoveGenerator.cs" />
149    <Compile Include="Moves\StochasticPolynomialMultiMoveGenerator.cs" />
[3054]150    <Compile Include="RealVector.cs" />
[2969]151    <Compile Include="Manipulators\BreederGeneticAlgorithmManipulator.cs" />
[2920]152    <Compile Include="Manipulators\PolynomialAllPositionManipulator.cs" />
[2915]153    <Compile Include="Manipulators\MichalewiczNonUniformAllPositionsManipulator.cs">
154      <SubType>Code</SubType>
155    </Compile>
156    <Compile Include="Manipulators\MichalewiczNonUniformOnePositionManipulator.cs" />
[2920]157    <Compile Include="Manipulators\PolynomialOnePositionManipulator.cs" />
[2914]158    <Compile Include="Manipulators\UniformOnePositionManipulator.cs" />
[3450]159    <Compile Include="StrategyParameters\StdDevStrategyVectorCreator.cs" />
160    <Compile Include="StrategyParameters\StdDevStrategyVectorCrossover.cs" />
161    <Compile Include="StrategyParameters\StdDevStrategyVectorManipulator.cs" />
[2900]162    <None Include="HeuristicLab.snk" />
[3053]163    <None Include="HeuristicLabEncodingsRealVectorEncodingPlugin.cs.frame" />
[2900]164    <None Include="Properties\AssemblyInfo.frame" />
165  </ItemGroup>
166  <ItemGroup>
167    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
168      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
169      <Name>HeuristicLab.Collections-3.3</Name>
170    </ProjectReference>
[3384]171    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
172      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
173      <Name>HeuristicLab.Common-3.3</Name>
[2900]174    </ProjectReference>
175    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
176      <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>
177      <Name>HeuristicLab.Core-3.3</Name>
178    </ProjectReference>
179    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
180      <Project>{F473D9AF-3F09-4296-9F28-3C65118DAFFA}</Project>
181      <Name>HeuristicLab.Data-3.3</Name>
182    </ProjectReference>
183    <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
184      <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
185      <Name>HeuristicLab.Operators-3.3</Name>
186    </ProjectReference>
[3418]187    <ProjectReference Include="..\..\HeuristicLab.Optimization.Operators\3.3\HeuristicLab.Optimization.Operators-3.3.csproj">
188      <Project>{25087811-F74C-4128-BC86-8324271DA13E}</Project>
189      <Name>HeuristicLab.Optimization.Operators-3.3</Name>
190    </ProjectReference>
[2900]191    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
192      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
193      <Name>HeuristicLab.Optimization-3.3</Name>
194    </ProjectReference>
195    <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
196      <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
197      <Name>HeuristicLab.Parameters-3.3</Name>
198    </ProjectReference>
199    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
200      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
201      <Name>HeuristicLab.Persistence-3.3</Name>
202    </ProjectReference>
[3832]203    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
[2900]204      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
[3832]205      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
[2900]206    </ProjectReference>
[2969]207    <ProjectReference Include="..\..\HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj">
208      <Project>{F4539FB6-4708-40C9-BE64-0A1390AEA197}</Project>
209      <Name>HeuristicLab.Random-3.3</Name>
210    </ProjectReference>
[2900]211  </ItemGroup>
[4065]212  <ItemGroup>
213    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
214      <Visible>False</Visible>
215      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
216      <Install>false</Install>
217    </BootstrapperPackage>
218    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
219      <Visible>False</Visible>
220      <ProductName>.NET Framework 3.5 SP1</ProductName>
221      <Install>true</Install>
222    </BootstrapperPackage>
223    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
224      <Visible>False</Visible>
225      <ProductName>Windows Installer 3.1</ProductName>
226      <Install>true</Install>
227    </BootstrapperPackage>
228  </ItemGroup>
[2900]229  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
230  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
231       Other similar extension points exist, see Microsoft.Common.targets.
232  <Target Name="BeforeBuild">
233  </Target>
234  <Target Name="AfterBuild">
235  </Target>
236  -->
237  <PropertyGroup>
238    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
239set ProjectDir=$(ProjectDir)
240set SolutionDir=$(SolutionDir)
241set Outdir=$(Outdir)
242
243call PreBuildEvent.cmd
[3053]244SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabEncodingsRealVectorEncodingPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabEncodingsRealVectorEncodingPlugin.cs"</PreBuildEvent>
[2900]245  </PropertyGroup>
246</Project>
Note: See TracBrowser for help on using the repository browser.