Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2924_DotNetCoreMigration/HeuristicLab.Clients.Common/3.3/HeuristicLab.Clients.Common-3.3.csproj @ 17712

Last change on this file since 17712 was 16857, checked in by dpiringe, 6 years ago

#2924: separated PasswordDialog from HeuristicLab.Clients.Common into new Project called HeuristicLab.PasswordDialog and migrated HeuristicLab.Clients.Common to .NET Standard

File size: 1.4 KB
Line 
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.3.0.0</AssemblyVersion>
10    <AssemblyFileVersion>3.3.15.0</AssemblyFileVersion>
11    <RootNamespace>HeuristicLab.Clients.Common</RootNamespace>
12  </PropertyGroup>
13  <Target Name="PreBuild" BeforeTargets="PreBuildEvent">
14    <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" />
15  </Target>
16  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
17    <OutputPath>..\..\bin\</OutputPath>
18    <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
19  </PropertyGroup>
20  <ItemGroup>
21    <PackageReference Include="System.ServiceModel.Primitives" Version="4.5.3" />
22  </ItemGroup>
23  <ItemGroup>
24    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj" />
25  </ItemGroup>
26  <ItemGroup>
27    <None Update="Properties\Settings.settings">
28      <Generator>SettingsSingleFileGenerator</Generator>
29    </None>
30  </ItemGroup>
31</Project>
Note: See TracBrowser for help on using the repository browser.