Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2988_ModelsOfModels2/HeuristicLab.Algorithms.EMM/HeuristicLab.Algorithms.EvolvmentModelsOfModels.csproj @ 16752

Last change on this file since 16752 was 16722, checked in by msemenki, 6 years ago

#2988: Add first version of GP for Evolvment models of models.

File size: 7.3 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>{09AA7BC8-DF08-4358-9F90-8914D6A41B90}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>HeuristicLab.Algorithms.EMMAlgorithm</RootNamespace>
11    <AssemblyName>HeuristicLab.Algorithms.EMMAlgorithm-3.3</AssemblyName>
12    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
13    <FileAlignment>512</FileAlignment>
14    <Deterministic>true</Deterministic>
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\bin\</OutputPath>
22    <DefineConstants>DEBUG;TRACE</DefineConstants>
23    <ErrorReport>prompt</ErrorReport>
24    <WarningLevel>4</WarningLevel>
25  </PropertyGroup>
26  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27    <DebugType>pdbonly</DebugType>
28    <Optimize>true</Optimize>
29    <OutputPath>..\..\..\trunk\bin\</OutputPath>
30    <DefineConstants>TRACE</DefineConstants>
31    <ErrorReport>prompt</ErrorReport>
32    <WarningLevel>4</WarningLevel>
33  </PropertyGroup>
34  <ItemGroup>
35    <Reference Include="HEAL.Attic, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
36      <SpecificVersion>False</SpecificVersion>
37      <HintPath>..\..\..\trunk\bin\HEAL.Attic.dll</HintPath>
38      <Private>False</Private>
39    </Reference>
40    <Reference Include="HeuristicLab.Analysis-3.3">
41      <HintPath>..\..\..\trunk\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
42      <Private>False</Private>
43    </Reference>
44    <Reference Include="HeuristicLab.Collections-3.3">
45      <HintPath>..\..\..\trunk\bin\HeuristicLab.Collections-3.3.dll</HintPath>
46      <Private>False</Private>
47    </Reference>
48    <Reference Include="HeuristicLab.Common-3.3">
49      <HintPath>..\..\..\trunk\bin\HeuristicLab.Common-3.3.dll</HintPath>
50      <Private>False</Private>
51    </Reference>
52    <Reference Include="HeuristicLab.Core-3.3">
53      <HintPath>..\..\..\trunk\bin\HeuristicLab.Core-3.3.dll</HintPath>
54      <Private>False</Private>
55    </Reference>
56    <Reference Include="HeuristicLab.Data-3.3">
57      <HintPath>..\..\..\trunk\bin\HeuristicLab.Data-3.3.dll</HintPath>
58      <Private>False</Private>
59    </Reference>
60    <Reference Include="HeuristicLab.Operators-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
61      <SpecificVersion>False</SpecificVersion>
62      <HintPath>..\..\..\trunk\bin\HeuristicLab.Operators-3.3.dll</HintPath>
63    </Reference>
64    <Reference Include="HeuristicLab.Optimization-3.3">
65      <HintPath>..\..\..\trunk\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
66      <Private>False</Private>
67    </Reference>
68    <Reference Include="HeuristicLab.Optimization.Operators-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec">
69      <Private>False</Private>
70    </Reference>
71    <Reference Include="HeuristicLab.Parameters-3.3">
72      <HintPath>..\..\..\trunk\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
73      <Private>False</Private>
74    </Reference>
75    <Reference Include="HeuristicLab.Persistence-3.3">
76      <HintPath>..\..\..\trunk\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
77      <Private>False</Private>
78    </Reference>
79    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
80      <HintPath>..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
81      <Private>False</Private>
82    </Reference>
83    <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec">
84      <Private>False</Private>
85    </Reference>
86    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
87      <SpecificVersion>False</SpecificVersion>
88      <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.dll</HintPath>
89      <Private>False</Private>
90    </Reference>
91    <Reference Include="HeuristicLab.Random-3.3">
92      <HintPath>..\..\..\trunk\bin\HeuristicLab.Random-3.3.dll</HintPath>
93      <Private>False</Private>
94    </Reference>
95    <Reference Include="HeuristicLab.Selection-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
96      <SpecificVersion>False</SpecificVersion>
97      <HintPath>..\..\..\trunk\bin\HeuristicLab.Selection-3.3.dll</HintPath>
98      <Private>False</Private>
99    </Reference>
100    <Reference Include="System" />
101    <Reference Include="System.Core" />
102    <Reference Include="System.Drawing" />
103    <Reference Include="System.Xml.Linq" />
104    <Reference Include="System.Data.DataSetExtensions" />
105    <Reference Include="Microsoft.CSharp" />
106    <Reference Include="System.Data" />
107    <Reference Include="System.Net.Http" />
108    <Reference Include="System.Xml" />
109  </ItemGroup>
110  <ItemGroup>
111    <Compile Include="EMMAlgorithm.cs" />
112    <Compile Include="EMMClustering.cs" />
113    <Compile Include="EMMMapBase.cs" />
114    <Compile Include="EMMMapTreeModel.cs" />
115    <Compile Include="EMMMutators.cs" />
116    <Compile Include="EMMSolution.cs" />
117    <Compile Include="EMMBaseAlgorithm.cs" />
118    <Compile Include="Plugin.cs" />
119    <Compile Include="Properties\AssemblyInfo.cs" />
120  </ItemGroup>
121  <ItemGroup>
122    <None Include="Plugin.cs.frame" />
123  </ItemGroup>
124  <ItemGroup>
125    <ProjectReference Include="..\HeuristicLab.Algorithms.DataAnalysis\3.4\HeuristicLab.Algorithms.DataAnalysis-3.4.csproj">
126      <Project>{2E782078-FA81-4B70-B56F-74CE38DAC6C8}</Project>
127      <Name>HeuristicLab.Algorithms.DataAnalysis-3.4</Name>
128      <Private>False</Private>
129    </ProjectReference>
130    <ProjectReference Include="..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.4\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.csproj">
131      <Project>{06d4a186-9319-48a0-bade-a2058d462eea}</Project>
132      <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4</Name>
133      <Private>False</Private>
134    </ProjectReference>
135    <ProjectReference Include="..\HeuristicLab.Problems.DataAnalysis.Symbolic\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.csproj">
136      <Project>{3d28463f-ec96-4d82-afee-38be91a0ca00}</Project>
137      <Name>HeuristicLab.Problems.DataAnalysis.Symbolic-3.4</Name>
138      <Private>False</Private>
139    </ProjectReference>
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</Project>
Note: See TracBrowser for help on using the repository browser.