Changeset 6977
- Timestamp:
- 11/09/11 17:02:21 (13 years ago)
- Location:
- trunk/sources
- Files:
-
- 2 deleted
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Clients.Hive.Administrator/3.3/HeuristicLab.Clients.Hive.Administrator-3.3.csproj
r6976 r6977 158 158 </ItemGroup> 159 159 <ItemGroup> 160 <None Include="Views\Images\Monitor.ico" />161 </ItemGroup>162 <ItemGroup>163 <None Include="Views\Images\network_center.ico" />164 </ItemGroup>165 <ItemGroup>166 160 <ProjectReference Include="..\..\HeuristicLab.Clients.Common\3.3\HeuristicLab.Clients.Common-3.3.csproj"> 167 161 <Project>{730A9104-D4D1-4360-966B-E49B7571DDA3}</Project> -
trunk/sources/HeuristicLab.Clients.Hive.Views/3.3/HeuristicLab.Clients.Hive.Views-3.3.csproj
r6976 r6977 168 168 <DependentUpon>HiveImageLibrary.resx</DependentUpon> 169 169 </Compile> 170 <Compile Include="Properties\Resources.Designer.cs">171 <AutoGen>True</AutoGen>172 <DesignTime>True</DesignTime>173 <DependentUpon>Resources.resx</DependentUpon>174 </Compile>175 170 <None Include="Plugin.cs.frame" /> 176 171 <Compile Include="Plugin.cs" /> … … 215 210 <EmbeddedResource Include="Progress\ProgressView.resx"> 216 211 <DependentUpon>ProgressView.cs</DependentUpon> 217 </EmbeddedResource>218 <EmbeddedResource Include="Properties\Resources.resx">219 <Generator>ResXFileCodeGenerator</Generator>220 <LastGenOutput>Resources.Designer.cs</LastGenOutput>221 212 </EmbeddedResource> 222 213 </ItemGroup> -
trunk/sources/HeuristicLab.Clients.Hive/3.3/ServiceClients/HiveItemCollection.cs
r6976 r6977 1 using System; 1 #region License Information 2 /* HeuristicLab 3 * Copyright (C) 2002-2011 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 * 5 * This file is part of HeuristicLab. 6 * 7 * HeuristicLab is free software: you can redistribute it and/or modify 8 * it under the terms of the GNU General Public License as published by 9 * the Free Software Foundation, either version 3 of the License, or 10 * (at your option) any later version. 11 * 12 * HeuristicLab is distributed in the hope that it will be useful, 13 * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 * GNU General Public License for more details. 16 * 17 * You should have received a copy of the GNU General Public License 18 * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>. 19 */ 20 #endregion 21 22 using System; 2 23 using System.Collections.Generic; 3 24 using System.Linq; -
trunk/sources/HeuristicLab.Clients.Hive/3.3/ServiceClients/IHiveItem.cs
r6976 r6977 1 using System; 1 #region License Information 2 /* HeuristicLab 3 * Copyright (C) 2002-2011 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 * 5 * This file is part of HeuristicLab. 6 * 7 * HeuristicLab is free software: you can redistribute it and/or modify 8 * it under the terms of the GNU General Public License as published by 9 * the Free Software Foundation, either version 3 of the License, or 10 * (at your option) any later version. 11 * 12 * HeuristicLab is distributed in the hope that it will be useful, 13 * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 * GNU General Public License for more details. 16 * 17 * You should have received a copy of the GNU General Public License 18 * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>. 19 */ 20 #endregion 21 22 using System; 2 23 using System.ComponentModel; 3 24 using HeuristicLab.Core; -
trunk/sources/HeuristicLab.Clients.Hive/3.3/ServiceClients/Slave.cs
r6976 r6977 20 20 #endregion 21 21 22 using HeuristicLab.Common; 22 23 23 using HeuristicLab.Common;24 24 namespace HeuristicLab.Clients.Hive { 25 25
Note: See TracChangeset
for help on using the changeset viewer.