[3248] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
[16147] | 2 | <Project Sdk="Microsoft.NET.Sdk">
|
---|
[3248] | 3 | <PropertyGroup>
|
---|
[16147] | 4 | <TargetFramework>netstandard2.0</TargetFramework>
|
---|
| 5 | <Copyright>(c) 2002-2018 HEAL</Copyright>
|
---|
| 6 | <Product>HeuristicLab</Product>
|
---|
[3248] | 7 | <SignAssembly>true</SignAssembly>
|
---|
| 8 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
[16147] | 9 | <AssemblyVersion>3.4.0.0</AssemblyVersion>
|
---|
| 10 | <AssemblyFileVersion>3.4.11.0</AssemblyFileVersion>
|
---|
| 11 | <RootNamespace>HeuristicLab.Problems.DataAnalysis.Symbolic</RootNamespace>
|
---|
[3248] | 12 | </PropertyGroup>
|
---|
| 13 | <ItemGroup>
|
---|
[16854] | 14 | <PackageReference Include="System.Drawing.Common" Version="4.5.1" />
|
---|
[16147] | 15 | </ItemGroup>
|
---|
| 16 | <ItemGroup>
|
---|
| 17 | <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj" />
|
---|
| 18 | <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj" />
|
---|
| 19 | <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj" />
|
---|
| 20 | <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj" />
|
---|
| 21 | <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj" />
|
---|
| 22 | <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj" />
|
---|
| 23 | <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.4\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.csproj" />
|
---|
| 24 | <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj" />
|
---|
| 25 | <ProjectReference Include="..\..\HeuristicLab.Optimization.Operators\3.3\HeuristicLab.Optimization.Operators-3.3.csproj" />
|
---|
| 26 | <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj" />
|
---|
| 27 | <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj" />
|
---|
| 28 | <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj" />
|
---|
| 29 | <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj" />
|
---|
| 30 | <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj" />
|
---|
| 31 | <ProjectReference Include="..\..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj" />
|
---|
| 32 | <ProjectReference Include="..\..\HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj" />
|
---|
| 33 | </ItemGroup>
|
---|
| 34 | <ItemGroup>
|
---|
| 35 | <Reference Include="ALGLIB-3.7.0, Version=3.7.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
---|
[12817] | 36 | <HintPath>..\..\bin\ALGLIB-3.7.0.dll</HintPath>
|
---|
[7823] | 37 | <Private>False</Private>
|
---|
[7696] | 38 | </Reference>
|
---|
[16147] | 39 | <Reference Include="AutoDiff-1.0, Version=1.0.0.14388, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
---|
[15973] | 40 | <HintPath>..\..\bin\AutoDiff-1.0.dll</HintPath>
|
---|
| 41 | <Private>False</Private>
|
---|
| 42 | </Reference>
|
---|
[3248] | 43 | </ItemGroup>
|
---|
[16147] | 44 | <Target Name="PreBuild" BeforeTargets="PreBuildEvent">
|
---|
| 45 | <Exec Command="set Path=%Path%;$(ProjectDir);$(SolutionDir)
set ProjectDir=$(ProjectDir)
set SolutionDir=$(SolutionDir)
set Outdir=$(Outdir)
call PreBuildEvent.cmd" />
|
---|
[3248] | 46 | </Target>
|
---|
[16147] | 47 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
---|
| 48 | <OutputPath>..\..\bin\</OutputPath>
|
---|
| 49 | <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
---|
[3248] | 50 | </PropertyGroup>
|
---|
| 51 | </Project> |
---|