Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2895_PushGP_GenealogyAnalysis/HeuristicLab.Problems.ProgramSynthesis.GenealogyAnalysis/HeuristicLab.Problems.ProgramSynthesis.GenealogyAnalysis.csproj @ 15780

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

#2895: Fix resource path, add plugin frame files, change .NET version for all projects to 4.5

File size: 6.4 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4  <PropertyGroup>
5    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7    <ProjectGuid>{1C1FA0C1-A077-4C26-A5DA-9CB1F8842A8C}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>HeuristicLab.Problems.ProgramSynthesis</RootNamespace>
11    <AssemblyName>HeuristicLab.Problems.ProgramSynthesis.GenealogyAnalysis-3.3</AssemblyName>
12    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
13    <FileAlignment>512</FileAlignment>
14    <TargetFrameworkProfile />
15  </PropertyGroup>
16  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17    <DebugSymbols>true</DebugSymbols>
18    <DebugType>full</DebugType>
19    <Optimize>false</Optimize>
20    <OutputPath>..\..\..\trunk\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\bin\</OutputPath>
29    <DefineConstants>TRACE</DefineConstants>
30    <ErrorReport>prompt</ErrorReport>
31    <WarningLevel>4</WarningLevel>
32  </PropertyGroup>
33  <ItemGroup>
34    <Reference Include="HeuristicLab.Analysis-3.3">
35      <HintPath>..\..\..\..\..\Users\Bogdan\Projects\HeuristicLab\trunk\sources\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
36      <Private>False</Private>
37    </Reference>
38    <Reference Include="HeuristicLab.Collections-3.3">
39      <HintPath>..\..\..\..\..\Users\Bogdan\Projects\HeuristicLab\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
40      <Private>False</Private>
41    </Reference>
42    <Reference Include="HeuristicLab.Common-3.3">
43      <HintPath>..\..\..\..\..\Users\Bogdan\Projects\HeuristicLab\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
44      <Private>False</Private>
45    </Reference>
46    <Reference Include="HeuristicLab.Common.Resources-3.3">
47      <HintPath>..\..\..\..\..\Users\Bogdan\Projects\HeuristicLab\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
48      <Private>False</Private>
49    </Reference>
50    <Reference Include="HeuristicLab.Core-3.3">
51      <HintPath>..\..\..\..\..\Users\Bogdan\Projects\HeuristicLab\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
52      <Private>False</Private>
53    </Reference>
54    <Reference Include="HeuristicLab.Data-3.3">
55      <HintPath>..\..\..\..\..\Users\Bogdan\Projects\HeuristicLab\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
56      <Private>False</Private>
57    </Reference>
58    <Reference Include="HeuristicLab.Operators-3.3">
59      <HintPath>..\..\..\..\..\Users\Bogdan\Projects\HeuristicLab\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
60      <Private>False</Private>
61    </Reference>
62    <Reference Include="HeuristicLab.Optimization-3.3">
63      <HintPath>..\..\..\..\..\Users\Bogdan\Projects\HeuristicLab\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
64      <Private>False</Private>
65    </Reference>
66    <Reference Include="HeuristicLab.Parameters-3.3">
67      <HintPath>..\..\..\..\..\Users\Bogdan\Projects\HeuristicLab\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
68      <Private>False</Private>
69    </Reference>
70    <Reference Include="HeuristicLab.Persistence-3.3">
71      <HintPath>..\..\..\..\..\Users\Bogdan\Projects\HeuristicLab\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
72      <Private>False</Private>
73    </Reference>
74    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
75      <HintPath>..\..\..\..\..\Users\Bogdan\Projects\HeuristicLab\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
76      <Private>False</Private>
77    </Reference>
78    <Reference Include="System" />
79    <Reference Include="System.Core" />
80    <Reference Include="System.Drawing" />
81    <Reference Include="System.Xml.Linq" />
82    <Reference Include="System.Data.DataSetExtensions" />
83    <Reference Include="Microsoft.CSharp" />
84    <Reference Include="System.Data" />
85    <Reference Include="System.Net.Http" />
86    <Reference Include="System.Xml" />
87  </ItemGroup>
88  <ItemGroup>
89    <Compile Include="Analyzers\EvolutionTrackingAnalyzer.cs" />
90    <Compile Include="Analyzers\GenealogyAnalyzer.cs" />
91    <Compile Include="Analyzers\SelectionSchemeAnalyzer.cs" />
92    <Compile Include="Collections\CloneableCollection.cs" />
93    <Compile Include="Fragment.cs" />
94    <Compile Include="GenealogyGraph\GenealogyGraph.cs" />
95    <Compile Include="GenealogyGraph\GenealogyGraphArc.cs" />
96    <Compile Include="GenealogyGraph\GenealogyGraphNode.cs" />
97    <Compile Include="GenealogyGraph\Interfaces\IGenealogyGraph.cs" />
98    <Compile Include="GenealogyGraph\Interfaces\IGenealogyGraphArc.cs" />
99    <Compile Include="GenealogyGraph\Interfaces\IGenealogyGraphNode.cs" />
100    <Compile Include="Interfaces\IFragment.cs" />
101    <Compile Include="Operators\AfterCrossoverOperator.cs" />
102    <Compile Include="Operators\AfterManipulatorOperator.cs" />
103    <Compile Include="Operators\AfterSolutionCreatorOperator.cs" />
104    <Compile Include="Operators\BeforeCrossoverOperator.cs" />
105    <Compile Include="Operators\BeforeManipulatorOperator.cs" />
106    <Compile Include="Operators\EvolutionTrackingOperator.cs" />
107    <Compile Include="Operators\Interfaces\ICrossoverOperator.cs" />
108    <Compile Include="Operators\Interfaces\IManipulatorOperator.cs" />
109    <Compile Include="Operators\RemovePopulationGraphFromResults.cs" />
110    <Compile Include="Plugin.cs" />
111    <Compile Include="Properties\AssemblyInfo.cs" />
112  </ItemGroup>
113  <ItemGroup>
114    <None Include="Plugin.cs.frame" />
115  </ItemGroup>
116  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
117  <PropertyGroup>
118    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
119set ProjectDir=$(ProjectDir)
120set SolutionDir=$(SolutionDir)
121set Outdir=$(Outdir)
122
123call PreBuildEvent.cmd
124</PreBuildEvent>
125  </PropertyGroup>
126</Project>
Note: See TracBrowser for help on using the repository browser.