Free cookie consent management tool by TermsFeed Policy Generator

Changeset 17408


Ignore:
Timestamp:
01/27/20 12:23:45 (4 years ago)
Author:
dpiringe
Message:

#3026 moved JsonItem, ResultItem and UnsupportedJsonItem into new folder Models

Location:
branches/3026_IntegrationIntoSymSpace/HeuristicLab.JsonInterface
Files:
1 added
1 edited
3 moved

Legend:

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

    r17407 r17408  
    6868    <Compile Include="Interfaces\IJsonItem.cs" />
    6969    <Compile Include="Interfaces\IJsonItemValidator.cs" />
    70     <Compile Include="ResultItem.cs" />
     70    <Compile Include="Models\JsonItem.cs" />
     71    <Compile Include="Models\ResultItem.cs" />
     72    <Compile Include="Models\UnsupportedJsonItem.cs" />
    7173    <Compile Include="SingleLineArrayJsonWriter.cs" />
    7274    <Compile Include="Extensions\TypeExtensions.cs" />
     
    8789    <Compile Include="Plugin.cs" />
    8890    <Compile Include="Properties\AssemblyInfo.cs" />
    89     <Compile Include="JsonItem.cs" />
    9091    <Compile Include="Interfaces\IJsonItemConverter.cs" />
    9192    <Compile Include="JsonItemConverter.cs" />
    92     <Compile Include="UnsupportedJsonItem.cs" />
    9393  </ItemGroup>
    9494  <ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.