Changeset 5105
- Timestamp:
- 12/14/10 16:11:39 (14 years ago)
- Location:
- branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave/3.4
- Files:
-
- 17 added
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave/3.4/HeuristicLab.Clients.Hive.Slave-3.4.csproj
r5055 r5105 55 55 <Reference Include="System" /> 56 56 <Reference Include="System.Core" /> 57 <Reference Include="System.Runtime.Serialization" /> 58 <Reference Include="System.ServiceModel" /> 57 59 <Reference Include="System.Xml.Linq" /> 58 60 <Reference Include="System.Data.DataSetExtensions" /> … … 61 63 </ItemGroup> 62 64 <ItemGroup> 63 <Compile Include="SlaveDummy.cs" /> 65 <Compile Include="ConfigManager.cs" /> 66 <Compile Include="Core.cs" /> 67 <Compile Include="Executor.cs" /> 68 <Compile Include="HeartbeatManager.cs" /> 69 <Compile Include="InvalidStateException.cs" /> 70 <Compile Include="JobStatus.cs" /> 71 <Compile Include="Logger.cs"> 72 <SubType>Code</SubType> 73 </Compile> 74 <Compile Include="MessageQueue.cs" /> 75 <Compile Include="NetworkEnum.cs" /> 76 <Compile Include="PluginCache.cs" /> 77 <Compile Include="PluginUtil.cs" /> 78 <Compile Include="Properties\Settings.Designer.cs"> 79 <AutoGen>True</AutoGen> 80 <DesignTimeSharedInput>True</DesignTimeSharedInput> 81 <DependentUpon>Settings.settings</DependentUpon> 82 </Compile> 83 <Compile Include="SlaveStatusInfo.cs" /> 84 <Compile Include="StatusCommons.cs" /> 85 <Compile Include="WcfService.cs" /> 86 <None Include="app.config" /> 64 87 <None Include="HeuristicLabClientsHiveSlavePlugin.cs.frame" /> 65 88 <Compile Include="HeuristicLabClientsHiveSlavePlugin.cs" /> 66 89 <Compile Include="Properties\AssemblyInfo.cs" /> 67 90 <None Include="Properties\AssemblyInfo.cs.frame" /> 91 <None Include="Properties\Settings.settings"> 92 <Generator>PublicSettingsSingleFileGenerator</Generator> 93 <LastGenOutput>Settings.Designer.cs</LastGenOutput> 94 </None> 68 95 </ItemGroup> 69 96 <ItemGroup> … … 74 101 <Project>{B5EF1E5A-9F3D-40B9-B4B0-30AADF2E2CEB}</Project> 75 102 <Name>HeuristicLab.Clients.Hive-3.4</Name> 103 </ProjectReference> 104 <ProjectReference Include="..\..\HeuristicLab.Hive\3.4\HeuristicLab.Hive-3.4.csproj"> 105 <Project>{F98A1740-9AC9-4D36-A582-6A2D0D06978D}</Project> 106 <Name>HeuristicLab.Hive-3.4</Name> 76 107 </ProjectReference> 77 108 <ProjectReference Include="..\..\HeuristicLab.Services.Hive.Common\3.4\HeuristicLab.Services.Hive.Common-3.4.csproj">
Note: See TracChangeset
for help on using the changeset viewer.