Changeset 716
- Timestamp:
- 11/06/08 17:21:29 (16 years ago)
- Location:
- trunk/sources
- Files:
-
- 6 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/sources/HeuristicLab.Hive.Client.Core/CoreApplication.cs ¶
r714 r716 10 10 public class CoreApplication: ApplicationBase { 11 11 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(); 13 17 Console.WriteLine("awesome"); 14 18 } -
TabularUnified trunk/sources/HeuristicLab.sln ¶
r715 r716 115 115 EndProject 116 116 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Hive.Client.Core", "HeuristicLab.Hive.Client.Core\HeuristicLab.Hive.Client.Core.csproj", "{5010BD86-23B7-4F8C-888A-76D21AD5266A}" 117 EndProject 118 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Hive.Client.Common", "HeuristicLab.Hive.Client.Common\HeuristicLab.Hive.Client.Common.csproj", "{89F4BC52-C174-481E-9BD2-3814171020E8}" 117 119 EndProject 118 120 Global … … 529 531 {5010BD86-23B7-4F8C-888A-76D21AD5266A}.Release|Any CPU.Build.0 = Release|Any CPU 530 532 {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 531 539 EndGlobalSection 532 540 GlobalSection(SolutionProperties) = preSolution -
TabularUnified trunk/sources/HeuristicLab/CopyAssemblies.cmd ¶
r715 r716 64 64 copy %1\HeuristicLab.Hive.Server.Scheduler\%2\HeuristicLab.Hive.Server.Scheduler-3.2.dll .\plugins 65 65 copy %1\HeuristicLab.Hive.Client.Core\%2\HeuristicLab.Hive.Client.Core-3.2.dll .\plugins 66 copy %1\HeuristicLab.Hive.Client.Common\%2\HeuristicLab.Hive.Client.Common-3.2.dll .\plugins
Note: See TracChangeset
for help on using the changeset viewer.