Free cookie consent management tool by TermsFeed Policy Generator

Changeset 716


Ignore:
Timestamp:
11/06/08 17:21:29 (15 years ago)
Author:
kgrading
Message:

added the hive.client.common project (#336)

Location:
trunk/sources
Files:
6 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Hive.Client.Core/CoreApplication.cs

    r714 r716  
    1010  public class CoreApplication: ApplicationBase {
    1111    public override void Run() {
    12       //EventLog logger = new EventLog(     
     12      //EventLog logger = new EventLog();
     13      //logger.Log = "Hive Client Core";
     14      //logger.Source = "CoreApplication";
     15      //logger.WriteEntry("Program has Started");
     16      //logger.Close();
    1317      Console.WriteLine("awesome");
    1418    }
  • trunk/sources/HeuristicLab.sln

    r715 r716  
    115115EndProject
    116116Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Hive.Client.Core", "HeuristicLab.Hive.Client.Core\HeuristicLab.Hive.Client.Core.csproj", "{5010BD86-23B7-4F8C-888A-76D21AD5266A}"
     117EndProject
     118Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Hive.Client.Common", "HeuristicLab.Hive.Client.Common\HeuristicLab.Hive.Client.Common.csproj", "{89F4BC52-C174-481E-9BD2-3814171020E8}"
    117119EndProject
    118120Global
     
    529531    {5010BD86-23B7-4F8C-888A-76D21AD5266A}.Release|Any CPU.Build.0 = Release|Any CPU
    530532    {5010BD86-23B7-4F8C-888A-76D21AD5266A}.Release|x86.ActiveCfg = Release|Any CPU
     533    {89F4BC52-C174-481E-9BD2-3814171020E8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
     534    {89F4BC52-C174-481E-9BD2-3814171020E8}.Debug|Any CPU.Build.0 = Debug|Any CPU
     535    {89F4BC52-C174-481E-9BD2-3814171020E8}.Debug|x86.ActiveCfg = Debug|Any CPU
     536    {89F4BC52-C174-481E-9BD2-3814171020E8}.Release|Any CPU.ActiveCfg = Release|Any CPU
     537    {89F4BC52-C174-481E-9BD2-3814171020E8}.Release|Any CPU.Build.0 = Release|Any CPU
     538    {89F4BC52-C174-481E-9BD2-3814171020E8}.Release|x86.ActiveCfg = Release|Any CPU
    531539  EndGlobalSection
    532540  GlobalSection(SolutionProperties) = preSolution
  • trunk/sources/HeuristicLab/CopyAssemblies.cmd

    r715 r716  
    6464copy %1\HeuristicLab.Hive.Server.Scheduler\%2\HeuristicLab.Hive.Server.Scheduler-3.2.dll .\plugins
    6565copy %1\HeuristicLab.Hive.Client.Core\%2\HeuristicLab.Hive.Client.Core-3.2.dll .\plugins
     66copy %1\HeuristicLab.Hive.Client.Common\%2\HeuristicLab.Hive.Client.Common-3.2.dll .\plugins
Note: See TracChangeset for help on using the changeset viewer.