Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/02/18 18:48:10 (6 years ago)
Author:
lkammere
Message:

#2886: Add tree hashing for addition and multiplication.

File:
1 edited

Legend:

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

    r15712 r15714  
    103103    <Otherwise>
    104104      <ItemGroup>
    105         <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework" />
     105        <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework">
     106          <Private>False</Private>
     107        </Reference>
    106108      </ItemGroup>
    107109    </Otherwise>
     
    110112    <Compile Include="GrammarEnumerationTest.cs" />
    111113    <Compile Include="Properties\AssemblyInfo.cs" />
     114    <Compile Include="TreeHashingTest.cs" />
    112115  </ItemGroup>
    113116  <ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.