Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.SolutionCaching/3.3/HeuristicLab.Analysis.SolutionCaching-3.3.csproj @ 10114

Last change on this file since 10114 was 10114, checked in by ascheibe, 11 years ago

#1886 added tasks and hive tasks for RunCollectionModifiers

File size: 7.6 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="4.0" 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>8.0.30703</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{A05AA272-14EC-4422-AC70-C9CA42164441}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Analysis.SolutionCaching</RootNamespace>
12    <AssemblyName>HeuristicLab.Analysis.SolutionCaching-3.3</AssemblyName>
13    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15  </PropertyGroup>
16  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17    <DebugSymbols>true</DebugSymbols>
18    <DebugType>full</DebugType>
19    <Optimize>false</Optimize>
20    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
21    <DefineConstants>DEBUG;TRACE</DefineConstants>
22    <ErrorReport>prompt</ErrorReport>
23    <WarningLevel>4</WarningLevel>
24  </PropertyGroup>
25  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26    <DebugType>pdbonly</DebugType>
27    <Optimize>true</Optimize>
28    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
29    <DefineConstants>TRACE</DefineConstants>
30    <ErrorReport>prompt</ErrorReport>
31    <WarningLevel>4</WarningLevel>
32  </PropertyGroup>
33  <PropertyGroup>
34    <SignAssembly>true</SignAssembly>
35  </PropertyGroup>
36  <PropertyGroup>
37    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
38  </PropertyGroup>
39  <ItemGroup>
40    <Reference Include="HeuristicLab.Clients.Hive-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
41      <SpecificVersion>False</SpecificVersion>
42      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Clients.Hive-3.3.dll</HintPath>
43      <Private>False</Private>
44    </Reference>
45    <Reference Include="HeuristicLab.Collections-3.3">
46      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
47      <Private>False</Private>
48    </Reference>
49    <Reference Include="HeuristicLab.Common-3.3">
50      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
51      <Private>False</Private>
52    </Reference>
53    <Reference Include="HeuristicLab.Core-3.3">
54      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
55      <Private>False</Private>
56    </Reference>
57    <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
58      <Private>False</Private>
59    </Reference>
60    <Reference Include="HeuristicLab.Encodings.PermutationEncoding-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
61      <Private>False</Private>
62    </Reference>
63    <Reference Include="HeuristicLab.Encodings.RealVectorEncoding-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
64      <SpecificVersion>False</SpecificVersion>
65      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.RealVectorEncoding-3.3.dll</HintPath>
66      <Private>False</Private>
67    </Reference>
68    <Reference Include="HeuristicLab.Hive-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
69      <SpecificVersion>False</SpecificVersion>
70      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Hive-3.3.dll</HintPath>
71      <Private>False</Private>
72    </Reference>
73    <Reference Include="HeuristicLab.Operators-3.3">
74      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
75      <Private>False</Private>
76    </Reference>
77    <Reference Include="HeuristicLab.Optimization-3.3">
78      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
79      <Private>False</Private>
80    </Reference>
81    <Reference Include="HeuristicLab.Parameters-3.3">
82      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
83      <Private>False</Private>
84    </Reference>
85    <Reference Include="HeuristicLab.Persistence-3.3">
86      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
87      <Private>False</Private>
88    </Reference>
89    <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
90      <Private>False</Private>
91    </Reference>
92    <Reference Include="System" />
93    <Reference Include="System.Core" />
94    <Reference Include="System.Drawing" />
95  </ItemGroup>
96  <ItemGroup>
97    <Compile Include="Algorithm\ISolutionCacheAnalyzer.cs" />
98    <Compile Include="Algorithm\SolutionCacheAnalyzer.cs" />
99    <Compile Include="Algorithm\SolutionCacheAnalyzerAlgorithm.cs" />
100    <Compile Include="Algorithm\ParallelOperatorProcessor.cs" />
101    <Compile Include="MutationPointcut.cs" />
102    <Compile Include="CrossoverPointcut.cs" />
103    <Compile Include="IAdvice.cs" />
104    <Compile Include="IPointcut.cs" />
105    <Compile Include="ISolutionCache.cs" />
106    <Compile Include="PermutationEncoding\PermutationMutationPointcut.cs" />
107    <Compile Include="PermutationEncoding\IPermutationAdvice.cs" />
108    <Compile Include="PermutationEncoding\IPermutationPointcut.cs" />
109    <Compile Include="PermutationEncoding\PermutationCrossoverPointcut.cs" />
110    <Compile Include="PermutationEncoding\PermutationSolutionCache.cs" />
111    <Compile Include="PermutationEncoding\PermutationSolutionCacheCollector.cs" />
112    <Compile Include="PermutationEncoding\PermutationSolutionInformation.cs" />
113    <Compile Include="Plugin.cs" />
114    <Compile Include="Properties\AssemblyInfo.cs" />
115    <Compile Include="RealVectorEncoding\RealVectorMutationPointcut.cs" />
116    <Compile Include="RealVectorEncoding\IRealVectorAdvice.cs" />
117    <Compile Include="RealVectorEncoding\IRealVectorPointcut.cs" />
118    <Compile Include="RealVectorEncoding\RealVectorCrossoverPointcut.cs" />
119    <Compile Include="RealVectorEncoding\RealVectorEqualityComparer.cs" />
120    <Compile Include="RealVectorEncoding\RealVectorSolutionCache.cs" />
121    <Compile Include="RealVectorEncoding\RealVectorSolutionCacheCollector.cs" />
122    <Compile Include="RealVectorEncoding\RealVectorSolutionInformation.cs" />
123    <Compile Include="RunCollectionModifiers\RunCollectionModifierExecutable.cs" />
124    <Compile Include="RunCollectionModifiers\RunCollectionModifierHiveTask.cs" />
125    <Compile Include="RunCollectionModifiers\RunCollectionModifierTask.cs" />
126    <Compile Include="SolutionCache.cs" />
127    <Compile Include="SolutionInformation.cs" />
128  </ItemGroup>
129  <ItemGroup>
130    <None Include="HeuristicLab.snk" />
131    <None Include="Plugin.cs.frame" />
132    <None Include="Properties\AssemblyInfo.cs.frame" />
133  </ItemGroup>
134  <ItemGroup />
135  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
136  <PropertyGroup>
137    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
138set ProjectDir=$(ProjectDir)
139set SolutionDir=$(SolutionDir)
140set Outdir=$(Outdir)
141
142call PreBuildEvent.cmd
143</PreBuildEvent>
144  </PropertyGroup>
145  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
146       Other similar extension points exist, see Microsoft.Common.targets.
147  <Target Name="BeforeBuild">
148  </Target>
149  <Target Name="AfterBuild">
150  </Target>
151  -->
152</Project>
Note: See TracBrowser for help on using the repository browser.