Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/03/11 14:18:29 (13 years ago)
Author:
ascheibe
Message:

#1233

  • rename 'Slave' namespace to 'SlaveCore' (and assemblies etc) to avoid problems with 'Slave' class
  • use svcutil (OKB-style)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave.SlaveWindowsService/Properties/AssemblyInfo.cs

    r5280 r5599  
    11using System.Reflection;
    2 using System.Runtime.CompilerServices;
    32using System.Runtime.InteropServices;
    43
     
    65// set of attributes. Change these attribute values to modify the information
    76// associated with an assembly.
    8 [assembly: AssemblyTitle("HeuristicLab.Clients.Hive.Slave.SlaveWindowsService")]
     7[assembly: AssemblyTitle("HeuristicLab.Clients.Hive.SlaveCore.SlaveWindowsService")]
    98[assembly: AssemblyDescription("")]
    109[assembly: AssemblyConfiguration("")]
    1110[assembly: AssemblyCompany("")]
    12 [assembly: AssemblyProduct("HeuristicLab.Clients.Hive.Slave.SlaveWindowsService")]
     11[assembly: AssemblyProduct("HeuristicLab.Clients.Hive.SlaveCore.SlaveWindowsService")]
    1312[assembly: AssemblyCopyright("Copyright ©  2011")]
    1413[assembly: AssemblyTrademark("")]
Note: See TracChangeset for help on using the changeset viewer.