Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2924_DotNetCoreMigration/HeuristicLab.Selection/3.3/HeuristicLab.Selection-3.3.csproj @ 16147

Last change on this file since 16147 was 16147, checked in by jkarder, 6 years ago

#2924: reapplied changes from r16143

File size: 2.2 KB
RevLine 
[4065]1<?xml version="1.0" encoding="utf-8"?>
[16147]2<Project Sdk="Microsoft.NET.Sdk">
[2]3  <PropertyGroup>
[16147]4    <TargetFramework>netstandard2.0</TargetFramework>
5    <Copyright>(c) 2002-2018 HEAL</Copyright>
6    <Product>HeuristicLab</Product>
[2]7    <SignAssembly>true</SignAssembly>
8    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
[16147]9    <AssemblyVersion>3.3.0.0</AssemblyVersion>
10    <AssemblyFileVersion>3.3.15.0</AssemblyFileVersion>
11    <RootNamespace>HeuristicLab.Selection</RootNamespace>
[2]12  </PropertyGroup>
13  <ItemGroup>
[16147]14    <PackageReference Include="Microsoft.Windows.Compatibility" Version="2.0.1" />
15    <PackageReference Include="System.Drawing.Common" Version="4.5.0" />
[2]16  </ItemGroup>
17  <ItemGroup>
[16147]18    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj" />
19    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj" />
20    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj" />
21    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj" />
22    <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj" />
23    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj" />
24    <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj" />
25    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj" />
26    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj" />
[2]27  </ItemGroup>
[16147]28  <Target Name="PreBuild" BeforeTargets="PreBuildEvent">
29    <Exec Command="set Path=%Path%;$(ProjectDir);$(SolutionDir)&#xD;&#xA;set ProjectDir=$(ProjectDir)&#xD;&#xA;set SolutionDir=$(SolutionDir)&#xD;&#xA;set Outdir=$(Outdir)&#xD;&#xA;call PreBuildEvent.cmd" />
[2]30  </Target>
[16147]31  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
32    <OutputPath>..\..\bin\</OutputPath>
33    <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
[30]34  </PropertyGroup>
[2]35</Project>
Note: See TracBrowser for help on using the repository browser.