Free cookie consent management tool by TermsFeed Policy Generator

Changeset 17666 for branches


Ignore:
Timestamp:
07/13/20 13:33:35 (4 years ago)
Author:
dleko
Message:

#2825 Add Unit test project.

Location:
branches/2825-NSGA3
Files:
7 added
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2825-NSGA3/HeuristicLab.Algorithms.NSGA3-3.3.sln

    r17551 r17666  
    55MinimumVisualStudioVersion = 10.0.40219.1
    66Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Algorithms.NSGA3-3.3", "HeuristicLab.Algorithms.NSGA3\3.3\HeuristicLab.Algorithms.NSGA3-3.3.csproj", "{557A23CE-9A5E-44F5-AEA2-4F4F33C1511F}"
     7EndProject
     8Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Algorithms.NSGA3-3.3.Test", "HeuristicLab.Algorithms.NSGA3-3.3.Test\HeuristicLab.Algorithms.NSGA3-3.3.Test.csproj", "{EDEFA5A2-AC02-484A-9334-D2D1A8FF5B31}"
    79EndProject
    810Global
     
    1618    {557A23CE-9A5E-44F5-AEA2-4F4F33C1511F}.Release|Any CPU.ActiveCfg = Release|Any CPU
    1719    {557A23CE-9A5E-44F5-AEA2-4F4F33C1511F}.Release|Any CPU.Build.0 = Release|Any CPU
     20    {EDEFA5A2-AC02-484A-9334-D2D1A8FF5B31}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
     21    {EDEFA5A2-AC02-484A-9334-D2D1A8FF5B31}.Debug|Any CPU.Build.0 = Debug|Any CPU
     22    {EDEFA5A2-AC02-484A-9334-D2D1A8FF5B31}.Release|Any CPU.ActiveCfg = Release|Any CPU
     23    {EDEFA5A2-AC02-484A-9334-D2D1A8FF5B31}.Release|Any CPU.Build.0 = Release|Any CPU
    1824  EndGlobalSection
    1925  GlobalSection(SolutionProperties) = preSolution
Note: See TracChangeset for help on using the changeset viewer.