Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/28/18 11:35:13 (6 years ago)
Author:
bburlacu
Message:

#2886: implement LRU cache for storing search nodes, introduce SortedSet for handling priorities, fix serialization and cloning

Location:
branches/2886_SymRegGrammarEnumeration/Test
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2886_SymRegGrammarEnumeration/Test/Test.csproj

    r15714 r15974  
    3434    <ErrorReport>prompt</ErrorReport>
    3535    <WarningLevel>4</WarningLevel>
     36  </PropertyGroup>
     37  <PropertyGroup>
     38    <SignAssembly>true</SignAssembly>
     39  </PropertyGroup>
     40  <PropertyGroup>
     41    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
    3642  </PropertyGroup>
    3743  <ItemGroup>
     
    120126    </ProjectReference>
    121127  </ItemGroup>
     128  <ItemGroup>
     129    <None Include="HeuristicLab.snk" />
     130  </ItemGroup>
    122131  <Choose>
    123132    <When Condition="'$(VisualStudioVersion)' == '10.0' And '$(IsCodedUITest)' == 'True'">
Note: See TracChangeset for help on using the changeset viewer.