Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Encodings.RealVectorEncoding/3.3/HeuristicLab.Encodings.RealVectorEncoding-3.3.csproj @ 3832

Last change on this file since 3832 was 3832, checked in by swagner, 14 years ago

Restructured repository in preparation of the HeuristicLab 3.3.0 release (#1000)

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>{BB6D334A-4BB6-4674-9883-31A6EBB32CAB}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Encodings.RealVectorEncoding</RootNamespace>
12    <AssemblyName>HeuristicLab.Encodings.RealVectorEncoding-3.3</AssemblyName>
13    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <SignAssembly>true</SignAssembly>
16    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
17  </PropertyGroup>
18  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
19    <DebugSymbols>true</DebugSymbols>
20    <DebugType>full</DebugType>
21    <Optimize>false</Optimize>
22    <OutputPath>bin\Debug\</OutputPath>
23    <DefineConstants>DEBUG;TRACE</DefineConstants>
24    <ErrorReport>prompt</ErrorReport>
25    <WarningLevel>4</WarningLevel>
26  </PropertyGroup>
27  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28    <DebugType>pdbonly</DebugType>
29    <Optimize>true</Optimize>
30    <OutputPath>bin\Release\</OutputPath>
31    <DefineConstants>TRACE</DefineConstants>
32    <ErrorReport>prompt</ErrorReport>
33    <WarningLevel>4</WarningLevel>
34    <DocumentationFile>bin\Release\HeuristicLab.Encodings.RealVectorEncoding-3.3.xml</DocumentationFile>
35  </PropertyGroup>
36  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
37    <DebugSymbols>true</DebugSymbols>
38    <OutputPath>bin\x86\Debug\</OutputPath>
39    <DefineConstants>DEBUG;TRACE</DefineConstants>
40    <DebugType>full</DebugType>
41    <PlatformTarget>x86</PlatformTarget>
42    <ErrorReport>prompt</ErrorReport>
43  </PropertyGroup>
44  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
45    <OutputPath>bin\x86\Release\</OutputPath>
46    <DefineConstants>TRACE</DefineConstants>
47    <DocumentationFile>bin\x86\Release\HeuristicLab.Encodings.RealVectorEncoding-3.3.xml</DocumentationFile>
48    <Optimize>true</Optimize>
49    <DebugType>pdbonly</DebugType>
50    <PlatformTarget>x86</PlatformTarget>
51    <ErrorReport>prompt</ErrorReport>
52  </PropertyGroup>
53  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
54    <DebugSymbols>true</DebugSymbols>
55    <OutputPath>bin\x64\Debug\</OutputPath>
56    <DefineConstants>DEBUG;TRACE</DefineConstants>
57    <DebugType>full</DebugType>
58    <PlatformTarget>x64</PlatformTarget>
59    <ErrorReport>prompt</ErrorReport>
60  </PropertyGroup>
61  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
62    <OutputPath>bin\x64\Release\</OutputPath>
63    <DefineConstants>TRACE</DefineConstants>
64    <DocumentationFile>bin\x64\Release\HeuristicLab.Encodings.RealVectorEncoding-3.3.xml</DocumentationFile>
65    <Optimize>true</Optimize>
66    <DebugType>pdbonly</DebugType>
67    <PlatformTarget>x64</PlatformTarget>
68    <ErrorReport>prompt</ErrorReport>
69  </PropertyGroup>
70  <ItemGroup>
71    <Reference Include="System" />
72    <Reference Include="System.Core">
73      <RequiredTargetFramework>3.5</RequiredTargetFramework>
74    </Reference>
75    <Reference Include="System.Data" />
76    <Reference Include="System.Xml" />
77  </ItemGroup>
78  <ItemGroup>
79    <Compile Include="Crossovers\BlendAlphaBetaCrossover.cs" />
80    <Compile Include="Interfaces\IRealVectorManipulator.cs" />
81    <Compile Include="Interfaces\IRealVectorOperator.cs" />
82    <Compile Include="Interfaces\IRealVectorCrossover.cs" />
83    <Compile Include="Interfaces\IRealVectorCreator.cs" />
84    <Compile Include="BoundsChecker.cs" />
85    <Compile Include="Creators\UniformRandomRealVectorCreator.cs" />
86    <Compile Include="RealVectorCreator.cs" />
87    <Compile Include="RealVectorCrossover.cs" />
88    <Compile Include="Properties\AssemblyInfo.cs" />
89    <Compile Include="RealVectorManipulator.cs" />
90  </ItemGroup>
91  <ItemGroup>
92    <Compile Include="Crossovers\AverageCrossover.cs" />
93    <Compile Include="Crossovers\BlendAlphaCrossover.cs" />
94    <Compile Include="Crossovers\DiscreteCrossover.cs" />
95    <Compile Include="Crossovers\HeuristicCrossover.cs" />
96    <Compile Include="Crossovers\LocalCrossover.cs" />
97    <Compile Include="Crossovers\MultiRealVectorCrossover.cs" />
98    <Compile Include="Crossovers\RandomConvexCrossover.cs" />
99    <Compile Include="Crossovers\SimulatedBinaryCrossover.cs" />
100    <Compile Include="Crossovers\SinglePointCrossover.cs">
101      <SubType>Code</SubType>
102    </Compile>
103    <Compile Include="Crossovers\UniformAllPositionsArithmeticCrossover.cs" />
104    <Compile Include="Crossovers\UniformSomePositionsArithmeticCrossover.cs" />
105    <Compile Include="HeuristicLabEncodingsRealVectorEncodingPlugin.cs" />
106    <Compile Include="Interfaces\IRealVectorStdDevStrategyParameterCreator.cs" />
107    <Compile Include="Interfaces\IRealVectorStdDevStrategyParameterCrossover.cs" />
108    <Compile Include="Interfaces\IRealVectorStdDevStrategyParameterManipulator.cs" />
109    <Compile Include="Interfaces\IRealVectorStdDevStrategyParameterOperator.cs" />
110    <Compile Include="Interfaces\IAdditiveRealVectorMoveOperator.cs" />
111    <Compile Include="Interfaces\IRealVectorBoundsChecker.cs" />
112    <Compile Include="Interfaces\IRealVectorMoveGenerator.cs" />
113    <Compile Include="Interfaces\IRealVectorMoveOperator.cs" />
114    <Compile Include="Manipulators\MultiRealVectorManipulator.cs" />
115    <Compile Include="Manipulators\NormalAllPositionsManipulator.cs" />
116    <Compile Include="Moves\AdditiveMoveTabuChecker.cs" />
117    <Compile Include="Moves\AdditiveMoveTabuMaker.cs" />
118    <Compile Include="Moves\AdditiveMoveTabuAttribute.cs" />
119    <Compile Include="Moves\AdditiveMoveMaker.cs" />
120    <Compile Include="Moves\AdditiveMove.cs" />
121    <Compile Include="Moves\AdditiveMoveGenerator.cs" />
122    <Compile Include="Moves\StochasticNormalMultiMoveGenerator.cs" />
123    <Compile Include="Moves\StochasticPolynomialMultiMoveGenerator.cs" />
124    <Compile Include="RealVector.cs" />
125    <Compile Include="Manipulators\BreederGeneticAlgorithmManipulator.cs" />
126    <Compile Include="Manipulators\PolynomialAllPositionManipulator.cs" />
127    <Compile Include="Manipulators\MichalewiczNonUniformAllPositionsManipulator.cs">
128      <SubType>Code</SubType>
129    </Compile>
130    <Compile Include="Manipulators\MichalewiczNonUniformOnePositionManipulator.cs" />
131    <Compile Include="Manipulators\PolynomialOnePositionManipulator.cs" />
132    <Compile Include="Manipulators\UniformOnePositionManipulator.cs" />
133    <Compile Include="StrategyParameters\StdDevStrategyVectorCreator.cs" />
134    <Compile Include="StrategyParameters\StdDevStrategyVectorCrossover.cs" />
135    <Compile Include="StrategyParameters\StdDevStrategyVectorManipulator.cs" />
136    <None Include="HeuristicLab.snk" />
137    <None Include="HeuristicLabEncodingsRealVectorEncodingPlugin.cs.frame" />
138    <None Include="Properties\AssemblyInfo.frame" />
139  </ItemGroup>
140  <ItemGroup>
141    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
142      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
143      <Name>HeuristicLab.Collections-3.3</Name>
144    </ProjectReference>
145    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
146      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
147      <Name>HeuristicLab.Common-3.3</Name>
148    </ProjectReference>
149    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
150      <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>
151      <Name>HeuristicLab.Core-3.3</Name>
152    </ProjectReference>
153    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
154      <Project>{F473D9AF-3F09-4296-9F28-3C65118DAFFA}</Project>
155      <Name>HeuristicLab.Data-3.3</Name>
156    </ProjectReference>
157    <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
158      <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
159      <Name>HeuristicLab.Operators-3.3</Name>
160    </ProjectReference>
161    <ProjectReference Include="..\..\HeuristicLab.Optimization.Operators\3.3\HeuristicLab.Optimization.Operators-3.3.csproj">
162      <Project>{25087811-F74C-4128-BC86-8324271DA13E}</Project>
163      <Name>HeuristicLab.Optimization.Operators-3.3</Name>
164    </ProjectReference>
165    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
166      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
167      <Name>HeuristicLab.Optimization-3.3</Name>
168    </ProjectReference>
169    <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
170      <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
171      <Name>HeuristicLab.Parameters-3.3</Name>
172    </ProjectReference>
173    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
174      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
175      <Name>HeuristicLab.Persistence-3.3</Name>
176    </ProjectReference>
177    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
178      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
179      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
180    </ProjectReference>
181    <ProjectReference Include="..\..\HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj">
182      <Project>{F4539FB6-4708-40C9-BE64-0A1390AEA197}</Project>
183      <Name>HeuristicLab.Random-3.3</Name>
184    </ProjectReference>
185  </ItemGroup>
186  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
187  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
188       Other similar extension points exist, see Microsoft.Common.targets.
189  <Target Name="BeforeBuild">
190  </Target>
191  <Target Name="AfterBuild">
192  </Target>
193  -->
194  <PropertyGroup>
195    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
196set ProjectDir=$(ProjectDir)
197set SolutionDir=$(SolutionDir)
198set Outdir=$(Outdir)
199
200call PreBuildEvent.cmd
201SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabEncodingsRealVectorEncodingPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabEncodingsRealVectorEncodingPlugin.cs"</PreBuildEvent>
202  </PropertyGroup>
203</Project>
Note: See TracBrowser for help on using the repository browser.