Changeset 718
- Timestamp:
- 11/06/08 17:54:57 (16 years ago)
- Location:
- trunk/sources
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Hive.Client.Common/HeuristicLab.Hive.Client.Common.csproj
r716 r718 50 50 <ItemGroup> 51 51 <Compile Include="CommonPlugin.cs" /> 52 <Compile Include="Logging.cs" /> 52 53 <Compile Include="Properties\AssemblyInfo.cs" /> 53 54 </ItemGroup> -
trunk/sources/HeuristicLab.Hive.Client.Core/CoreApplication.cs
r716 r718 15 15 //logger.WriteEntry("Program has Started"); 16 16 //logger.Close(); 17 18 this.ToString(); 17 19 Console.WriteLine("awesome"); 18 20 }
Note: See TracChangeset
for help on using the changeset viewer.