Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2924_DotNetCoreMigration/HeuristicLab.MainForm/3.3/HeuristicLab.MainForm-3.3.csproj @ 16854

Last change on this file since 16854 was 16854, checked in by dpiringe, 5 years ago

#2924: changed projects to reference System.Drawing.Common package instead of Microsoft.Windows.Compatibility package

File size: 1.4 KB
RevLine 
[3437]1<?xml version="1.0" encoding="utf-8"?>
[16147]2<Project Sdk="Microsoft.NET.Sdk">
[3437]3  <PropertyGroup>
[16147]4    <TargetFramework>netstandard2.0</TargetFramework>
5    <Copyright>(c) 2002-2018 HEAL</Copyright>
6    <Product>HeuristicLab</Product>
[3437]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.MainForm</RootNamespace>
[3437]12  </PropertyGroup>
13  <ItemGroup>
[16854]14    <PackageReference Include="System.Drawing.Common" Version="4.5.1" />
[3437]15  </ItemGroup>
16  <ItemGroup>
[16147]17    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj" />
18    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj" />
[3437]19  </ItemGroup>
[16147]20  <Target Name="PreBuild" BeforeTargets="PreBuildEvent">
21    <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" />
[3437]22  </Target>
[16147]23  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
24    <OutputPath>..\..\bin\</OutputPath>
25    <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
[3437]26  </PropertyGroup>
27</Project>
Note: See TracBrowser for help on using the repository browser.