Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.EvolutionTracking/HeuristicLab.EvolutionTracking/3.4/HeuristicLab.EvolutionTracking-3.4.csproj @ 15757

Last change on this file since 15757 was 15757, checked in by bburlacu, 6 years ago

#1772: Add operator for removing the population graph from the results at the end of the run (useful for hive experiments)

File size: 7.3 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>{1F75CEA3-464F-4A6F-B2F0-04B9841EBC16}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.EvolutionTracking</RootNamespace>
12    <AssemblyName>HeuristicLab.EvolutionTracking-3.4</AssemblyName>
13    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <TargetFrameworkProfile />
16  </PropertyGroup>
17  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
18    <DebugSymbols>true</DebugSymbols>
19    <DebugType>full</DebugType>
20    <Optimize>false</Optimize>
21    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
22    <DefineConstants>DEBUG;TRACE</DefineConstants>
23    <ErrorReport>prompt</ErrorReport>
24    <WarningLevel>4</WarningLevel>
25    <Prefer32Bit>false</Prefer32Bit>
26    <UseVSHostingProcess>false</UseVSHostingProcess>
27  </PropertyGroup>
28  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
29    <DebugType>pdbonly</DebugType>
30    <Optimize>true</Optimize>
31    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
32    <DefineConstants>TRACE</DefineConstants>
33    <ErrorReport>prompt</ErrorReport>
34    <WarningLevel>4</WarningLevel>
35    <Prefer32Bit>false</Prefer32Bit>
36  </PropertyGroup>
37  <PropertyGroup>
38    <SignAssembly>true</SignAssembly>
39  </PropertyGroup>
40  <PropertyGroup>
41    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
42  </PropertyGroup>
43  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
44    <DebugSymbols>true</DebugSymbols>
45    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
46    <DefineConstants>DEBUG;TRACE</DefineConstants>
47    <DebugType>full</DebugType>
48    <PlatformTarget>x64</PlatformTarget>
49    <ErrorReport>prompt</ErrorReport>
50    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
51    <Prefer32Bit>false</Prefer32Bit>
52  </PropertyGroup>
53  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
54    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
55    <DefineConstants>TRACE</DefineConstants>
56    <Optimize>true</Optimize>
57    <DebugType>pdbonly</DebugType>
58    <PlatformTarget>x64</PlatformTarget>
59    <ErrorReport>prompt</ErrorReport>
60    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
61    <Prefer32Bit>false</Prefer32Bit>
62  </PropertyGroup>
63  <ItemGroup>
64    <Reference Include="HeuristicLab.Analysis-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
65      <SpecificVersion>False</SpecificVersion>
66      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
67      <Private>False</Private>
68    </Reference>
69    <Reference Include="HeuristicLab.Collections-3.3">
70      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
71      <Private>False</Private>
72    </Reference>
73    <Reference Include="HeuristicLab.Common-3.3">
74      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
75      <Private>False</Private>
76    </Reference>
77    <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
78      <Private>False</Private>
79    </Reference>
80    <Reference Include="HeuristicLab.Core-3.3">
81      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
82      <Private>False</Private>
83    </Reference>
84    <Reference Include="HeuristicLab.Data-3.3">
85      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
86      <Private>False</Private>
87    </Reference>
88    <Reference Include="HeuristicLab.Operators-3.3">
89      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
90      <Private>False</Private>
91    </Reference>
92    <Reference Include="HeuristicLab.Optimization-3.3">
93      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
94      <Private>False</Private>
95    </Reference>
96    <Reference Include="HeuristicLab.Parameters-3.3">
97      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
98      <Private>False</Private>
99    </Reference>
100    <Reference Include="HeuristicLab.Persistence-3.3">
101      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
102      <Private>False</Private>
103    </Reference>
104    <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
105      <Private>False</Private>
106    </Reference>
107    <Reference Include="System" />
108    <Reference Include="System.Core" />
109    <Reference Include="System.Drawing" />
110  </ItemGroup>
111  <ItemGroup>
112    <Compile Include="Analyzers\EvolutionTrackingAnalyzer.cs" />
113    <Compile Include="Analyzers\GenealogyAnalyzer.cs" />
114    <Compile Include="Analyzers\SelectionSchemeAnalyzer.cs" />
115    <Compile Include="Collections\CloneableCollection.cs" />
116    <Compile Include="Fragment.cs" />
117    <Compile Include="Interfaces\IFragment.cs" />
118    <Compile Include="Operators\BeforeCrossoverOperator.cs" />
119    <Compile Include="Operators\AfterCrossoverOperator.cs" />
120    <Compile Include="Operators\AfterManipulatorOperator.cs" />
121    <Compile Include="Operators\AfterSolutionCreatorOperator.cs" />
122    <Compile Include="Operators\BeforeManipulatorOperator.cs" />
123    <Compile Include="Operators\EvolutionTrackingOperator.cs" />
124    <Compile Include="GenealogyGraph\GenealogyGraph.cs" />
125    <Compile Include="GenealogyGraph\GenealogyGraphArc.cs" />
126    <Compile Include="GenealogyGraph\GenealogyGraphNode.cs" />
127    <Compile Include="GenealogyGraph\Interfaces\IGenealogyGraph.cs" />
128    <Compile Include="GenealogyGraph\Interfaces\IGenealogyGraphArc.cs" />
129    <Compile Include="GenealogyGraph\Interfaces\IGenealogyGraphNode.cs" />
130    <Compile Include="Operators\Interfaces\IManipulatorOperator.cs" />
131    <Compile Include="Operators\Interfaces\ICrossoverOperator.cs" />
132    <Compile Include="Operators\RemovePopulationGraphFromResults.cs" />
133    <Compile Include="Plugin.cs">
134      <SubType>Code</SubType>
135    </Compile>
136    <Compile Include="Properties\AssemblyInfo.cs" />
137  </ItemGroup>
138  <ItemGroup>
139    <None Include="HeuristicLab.snk" />
140  </ItemGroup>
141  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
142  <PropertyGroup>
143    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
144set ProjectDir=$(ProjectDir)
145set SolutionDir=$(SolutionDir)
146set Outdir=$(Outdir)
147
148call PreBuildEvent.cmd
149</PreBuildEvent>
150  </PropertyGroup>
151  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
152       Other similar extension points exist, see Microsoft.Common.targets.
153  <Target Name="BeforeBuild">
154  </Target>
155  <Target Name="AfterBuild">
156  </Target>
157  -->
158</Project>
Note: See TracBrowser for help on using the repository browser.