1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
2 | <Project Sdk="Microsoft.NET.Sdk">
|
---|
3 | <PropertyGroup>
|
---|
4 | <TargetFramework>netstandard2.0</TargetFramework>
|
---|
5 | <Copyright>(c) 2002-2018 HEAL</Copyright>
|
---|
6 | <Product>HeuristicLab</Product>
|
---|
7 | <SignAssembly>true</SignAssembly>
|
---|
8 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
9 | <AssemblyVersion>3.5.0.0</AssemblyVersion>
|
---|
10 | <AssemblyFileVersion>3.5.10.0</AssemblyFileVersion>
|
---|
11 | <RootNamespace>HeuristicLab.Problems.ExternalEvaluation.GP</RootNamespace>
|
---|
12 | </PropertyGroup>
|
---|
13 | <ItemGroup>
|
---|
14 | <PackageReference Include="System.Drawing.Common" Version="4.5.1" />
|
---|
15 | </ItemGroup>
|
---|
16 | <ItemGroup>
|
---|
17 | <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj" />
|
---|
18 | <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj" />
|
---|
19 | <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.4\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.csproj" />
|
---|
20 | <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj" />
|
---|
21 | <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj" />
|
---|
22 | <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Symbolic\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.csproj" />
|
---|
23 | <ProjectReference Include="..\..\HeuristicLab.Problems.ExternalEvaluation\3.4\HeuristicLab.Problems.ExternalEvaluation-3.4.csproj" />
|
---|
24 | </ItemGroup>
|
---|
25 | <ItemGroup>
|
---|
26 | <Reference Include="Google.ProtocolBuffers-2.4.1.473, Version=2.4.1.473, Culture=neutral, PublicKeyToken=17b3b1f090c3ea48, processorArchitecture=MSIL" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
---|
27 | <HintPath>..\..\bin\Google.ProtocolBuffers-2.4.1.473.dll</HintPath>
|
---|
28 | <Private>False</Private>
|
---|
29 | </Reference>
|
---|
30 | </ItemGroup>
|
---|
31 | <Target Name="PreBuild" BeforeTargets="PreBuildEvent">
|
---|
32 | <Exec Command="set Path=%Path%;$(ProjectDir);$(SolutionDir)
set ProjectDir=$(ProjectDir)
set SolutionDir=$(SolutionDir)
set Outdir=$(Outdir)
call PreBuildEvent.cmd" />
|
---|
33 | </Target>
|
---|
34 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
---|
35 | <OutputPath>..\..\bin\</OutputPath>
|
---|
36 | <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
---|
37 | </PropertyGroup>
|
---|
38 | </Project> |
---|