Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/17/14 18:52:37 (9 years ago)
Author:
bburlacu
Message:

#1772: Fixed cloning in tracking operators for symbolic data analysis. Added unit tests (in progress).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.EvolutionTracking/HeuristicLab.Tracking.sln

    r11208 r11694  
    22Microsoft Visual Studio Solution File, Format Version 12.00
    33# Visual Studio 2013
    4 VisualStudioVersion = 12.0.30501.0
     4VisualStudioVersion = 12.0.31101.0
    55MinimumVisualStudioVersion = 10.0.40219.1
    66Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C80F4C35-CB87-4695-8A53-6F2D08275253}"
     
    2929EndProject
    3030Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Problems.TravelingSalesman.Views-3.3", "HeuristicLab.Problems.TravelingSalesman.Views\3.3\HeuristicLab.Problems.TravelingSalesman.Views-3.3.csproj", "{CDA28124-ACD0-4231-8EB0-C510B361F84E}"
     31EndProject
     32Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.EvolutionTracking.Tests", "HeuristicLab.EvolutionTracking.Tests\HeuristicLab.EvolutionTracking.Tests.csproj", "{F065C97D-A66B-401C-AD1B-78D59E14BEDA}"
    3133EndProject
    3234Global
     
    166168    {CDA28124-ACD0-4231-8EB0-C510B361F84E}.Release|x86.ActiveCfg = Release|x86
    167169    {CDA28124-ACD0-4231-8EB0-C510B361F84E}.Release|x86.Build.0 = Release|x86
     170    {F065C97D-A66B-401C-AD1B-78D59E14BEDA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
     171    {F065C97D-A66B-401C-AD1B-78D59E14BEDA}.Debug|Any CPU.Build.0 = Debug|Any CPU
     172    {F065C97D-A66B-401C-AD1B-78D59E14BEDA}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
     173    {F065C97D-A66B-401C-AD1B-78D59E14BEDA}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
     174    {F065C97D-A66B-401C-AD1B-78D59E14BEDA}.Debug|x64.ActiveCfg = Debug|Any CPU
     175    {F065C97D-A66B-401C-AD1B-78D59E14BEDA}.Debug|x86.ActiveCfg = Debug|Any CPU
     176    {F065C97D-A66B-401C-AD1B-78D59E14BEDA}.Release|Any CPU.ActiveCfg = Release|Any CPU
     177    {F065C97D-A66B-401C-AD1B-78D59E14BEDA}.Release|Any CPU.Build.0 = Release|Any CPU
     178    {F065C97D-A66B-401C-AD1B-78D59E14BEDA}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
     179    {F065C97D-A66B-401C-AD1B-78D59E14BEDA}.Release|Mixed Platforms.Build.0 = Release|Any CPU
     180    {F065C97D-A66B-401C-AD1B-78D59E14BEDA}.Release|x64.ActiveCfg = Release|Any CPU
     181    {F065C97D-A66B-401C-AD1B-78D59E14BEDA}.Release|x86.ActiveCfg = Release|Any CPU
    168182  EndGlobalSection
    169183  GlobalSection(SolutionProperties) = preSolution
Note: See TracChangeset for help on using the changeset viewer.