Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2924_DotNetCoreMigration/HeuristicLab.DynamicAssemblyTestApp/HeuristicLab.ConsoleApplications.csproj @ 17026

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

#2924:

  • renamed HeuristicLab.DynamicAssemblyTestApp to HeuristicLab.ConsoleApplications
    • incl. Namespace and plugin name
  • renamed InspectApplication to ConsoleInspector
File size: 1.0 KB
Line 
1<Project Sdk="Microsoft.NET.Sdk">
2
3  <PropertyGroup>
4    <TargetFramework>netstandard2.0</TargetFramework>
5    <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
6    <SignAssembly>true</SignAssembly>
7    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
8  </PropertyGroup>
9
10  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
11    <OutputPath>..\bin\</OutputPath>
12  </PropertyGroup>
13
14  <ItemGroup>
15    <ProjectReference Include="..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj" />
16    <ProjectReference Include="..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj" />
17    <ProjectReference Include="..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj" />
18    <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj" />
19  </ItemGroup>
20
21  <ItemGroup>
22    <Reference Include="HEAL.Attic">
23      <HintPath>..\bin\HEAL.Attic.dll</HintPath>
24    </Reference>
25  </ItemGroup>
26
27</Project>
Note: See TracBrowser for help on using the repository browser.