Free cookie consent management tool by TermsFeed Policy Generator

Changeset 1467


Ignore:
Timestamp:
03/30/09 17:54:44 (16 years ago)
Author:
epitzer
Message:

New simple tracing/logging plug-in (#524)

Location:
trunk/sources
Files:
20 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.sln

    r1454 r1467  
    154154EndProject
    155155Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Persistence.Test", "HeuristicLab.Persistence.Test\HeuristicLab.Persistence.Test.csproj", "{E2245078-6F40-449E-A370-01A97A7C5E6A}"
     156EndProject
     157Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Tracing", "HeuristicLab.Tracing\HeuristicLab.Tracing.csproj", "{EE2034D9-6E27-48A1-B855-42D45F69A4FC}"
    156158EndProject
    157159Global
     
    13691371    {E2245078-6F40-449E-A370-01A97A7C5E6A}.Visualization Debug|Any CPU.Build.0 = Debug|Any CPU
    13701372    {E2245078-6F40-449E-A370-01A97A7C5E6A}.Visualization Debug|x86.ActiveCfg = Debug|Any CPU
     1373    {EE2034D9-6E27-48A1-B855-42D45F69A4FC}.CEDMA Debug|Any CPU.ActiveCfg = Debug|Any CPU
     1374    {EE2034D9-6E27-48A1-B855-42D45F69A4FC}.CEDMA Debug|Any CPU.Build.0 = Debug|Any CPU
     1375    {EE2034D9-6E27-48A1-B855-42D45F69A4FC}.CEDMA Debug|x86.ActiveCfg = Debug|Any CPU
     1376    {EE2034D9-6E27-48A1-B855-42D45F69A4FC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
     1377    {EE2034D9-6E27-48A1-B855-42D45F69A4FC}.Debug|Any CPU.Build.0 = Debug|Any CPU
     1378    {EE2034D9-6E27-48A1-B855-42D45F69A4FC}.Debug|x86.ActiveCfg = Debug|Any CPU
     1379    {EE2034D9-6E27-48A1-B855-42D45F69A4FC}.GP Debug|Any CPU.ActiveCfg = Debug|Any CPU
     1380    {EE2034D9-6E27-48A1-B855-42D45F69A4FC}.GP Debug|Any CPU.Build.0 = Debug|Any CPU
     1381    {EE2034D9-6E27-48A1-B855-42D45F69A4FC}.GP Debug|x86.ActiveCfg = Debug|Any CPU
     1382    {EE2034D9-6E27-48A1-B855-42D45F69A4FC}.Release|Any CPU.ActiveCfg = Release|Any CPU
     1383    {EE2034D9-6E27-48A1-B855-42D45F69A4FC}.Release|Any CPU.Build.0 = Release|Any CPU
     1384    {EE2034D9-6E27-48A1-B855-42D45F69A4FC}.Release|x86.ActiveCfg = Release|Any CPU
     1385    {EE2034D9-6E27-48A1-B855-42D45F69A4FC}.Visualization Debug|Any CPU.ActiveCfg = Debug|Any CPU
     1386    {EE2034D9-6E27-48A1-B855-42D45F69A4FC}.Visualization Debug|Any CPU.Build.0 = Debug|Any CPU
     1387    {EE2034D9-6E27-48A1-B855-42D45F69A4FC}.Visualization Debug|x86.ActiveCfg = Debug|Any CPU
    13711388  EndGlobalSection
    13721389  GlobalSection(SolutionProperties) = preSolution
  • trunk/sources/HeuristicLab/CopyAssemblies.cmd

    r1465 r1467  
    8080copy "%SolutionDir%\HeuristicLab.TestFunctions\%Outdir%\HeuristicLab.TestFunctions-3.2.dll" .\plugins
    8181copy "%SolutionDir%\HeuristicLab.ThreadParallelEngine\%Outdir%\HeuristicLab.ThreadParallelEngine-3.2.dll" .\plugins
     82copy "%SolutionDir%\HeuristicLab.Tracing\%Outdir%\HeuristicLab.Tracing-1.0.dll" .\plugins
     83copy "%SolutionDir%\HeuristicLab.Tracing\%Outdir%\log4net.dll" .\plugins
     84copy "%SolutionDir%\HeuristicLab.Tracing\log4net licence.txt" .\plugins
     85copy "%SolutionDir%\HeuristicLab.Tracing\HeuristicLab.log4net.xml" .\plugins
    8286copy "%SolutionDir%\HeuristicLab.Visualization\%Outdir%\HeuristicLab.Visualization-3.2.dll" .\plugins
    8387copy "%SolutionDir%\HeuristicLab.Visualization.Test\%Outdir%\HeuristicLab.Visualization.Test-3.2.dll" .\plugins
  • trunk/sources/HeuristicLab/MergeConfigs.cmd

    r1454 r1467  
    55ConfigMerger "%SolutionDir%\HeuristicLab.Hive.Server.ADODataAccess\%Outdir%\HeuristicLab.Hive.Server.ADODataAccess-3.2.dll.config" "HeuristicLab.exe.config"
    66ConfigMerger "%SolutionDir%\HeuristicLab.Persistence\%Outdir%\HeuristicLab.Persistence-3.3.dll.config" "HeuristicLab.exe.config"
     7ConfigMerger "%SolutionDir%\HeuristicLab.Tracing\%Outdir%\HeuristicLab.Tracing-1.0.dll.config" "HeuristicLab.exe.config"
Note: See TracChangeset for help on using the changeset viewer.