Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/17/20 17:29:52 (4 years ago)
Author:
dpiringe
Message:

#3026:

  • added new CLI argument StringArgument
  • removed unnecessary check in StartArgument
  • changed output format from simple .txt to .json in HeuristicLab.JsonInterface.App.Runner
  • user has to enter output path now when executing JsonInterface on console
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3026_IntegrationIntoSymSpace/HeuristicLab.JsonInterface.App/HeuristicLab.JsonInterface.App.csproj

    r17439 r17442  
    3838  </PropertyGroup>
    3939  <ItemGroup>
     40    <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
     41      <HintPath>..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
     42    </Reference>
    4043    <Reference Include="System" />
    4144    <Reference Include="System.Core" />
     
    4952  <ItemGroup>
    5053    <None Include="HeuristicLab.snk" />
     54    <None Include="packages.config" />
    5155    <None Include="Plugin.cs.frame" />
    5256    <Compile Include="Runner.cs" />
Note: See TracChangeset for help on using the changeset viewer.