Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 11925 was 11925, checked in by bburlacu, 9 years ago

#1772:

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