Changeset 740
- Timestamp:
- 11/12/08 16:27:37 (16 years ago)
- Location:
- trunk/sources/HeuristicLab.Hive.Client.Core
- Files:
-
- 4 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Hive.Client.Core/Core.cs
r739 r740 36 36 beat.Interval = 1000; 37 37 beat.StartHeartbeat(); 38 ConfigurationManager.GetInstance(); 39 38 40 MessageQueue queue = MessageQueue.GetInstance(); 39 41 -
trunk/sources/HeuristicLab.Hive.Client.Core/HeuristicLab.Hive.Client.Core.csproj
r733 r740 64 64 </ItemGroup> 65 65 <ItemGroup> 66 <Compile Include="ConfigurationManager.cs" /> 66 67 <Compile Include="Core.cs" /> 67 68 <Compile Include="CoreApplication.cs" /> … … 69 70 <Compile Include="Heartbeat.cs" /> 70 71 <Compile Include="Properties\AssemblyInfo.cs" /> 72 <Compile Include="Properties\Settings.Designer.cs"> 73 <AutoGen>True</AutoGen> 74 <DesignTimeSharedInput>True</DesignTimeSharedInput> 75 <DependentUpon>Settings.settings</DependentUpon> 76 </Compile> 71 77 </ItemGroup> 72 78 <ItemGroup> 79 <None Include="app.config" /> 73 80 <None Include="HeuristicLab.snk" /> 74 81 <None Include="Properties\AssemblyInfo.frame" /> 82 <None Include="Properties\Settings.settings"> 83 <Generator>PublicSettingsSingleFileGenerator</Generator> 84 <LastGenOutput>Settings.Designer.cs</LastGenOutput> 85 </None> 75 86 </ItemGroup> 76 87 <ItemGroup>
Note: See TracChangeset
for help on using the changeset viewer.