Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/10/17 15:14:38 (7 years ago)
Author:
epitzer
Message:

#2727 add tracking (snapshot) analyzer and new visualization for permutations

Location:
branches/PersistentDataStructures/HeuristicLab.Encodings.PermutationEncoding.Views/3.3
Files:
3 added
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PersistentDataStructures/HeuristicLab.Encodings.PermutationEncoding.Views/3.3/HeuristicLab.Encodings.PermutationEncoding.Views-3.3.csproj

    r11920 r14658  
    122122      <DependentUpon>PermutationTypeView.cs</DependentUpon>
    123123    </Compile>
     124    <Compile Include="PermutationHistoryView.cs">
     125      <SubType>UserControl</SubType>
     126    </Compile>
     127    <Compile Include="PermutationHistoryView.Designer.cs">
     128      <DependentUpon>PermutationHistoryView.cs</DependentUpon>
     129    </Compile>
    124130    <Compile Include="PermutationView.cs">
    125131      <SubType>UserControl</SubType>
     
    224230      <Install>true</Install>
    225231    </BootstrapperPackage>
     232  </ItemGroup>
     233  <ItemGroup>
     234    <EmbeddedResource Include="PermutationHistoryView.resx">
     235      <DependentUpon>PermutationHistoryView.cs</DependentUpon>
     236    </EmbeddedResource>
    226237  </ItemGroup>
    227238  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Note: See TracChangeset for help on using the changeset viewer.