Changeset 4171 for branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Server.Console/3.3
- Timestamp:
- 08/06/10 09:55:36 (14 years ago)
- Location:
- branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Server.Console/3.3
- Files:
-
- 2 added
- 2 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Server.Console/3.3/HeuristicLab.Hive.Server.Console-3.3.csproj
r4133 r4171 145 145 <DependentUpon>HiveServerConsole.cs</DependentUpon> 146 146 </Compile> 147 <Compile Include="H iveServerConsoleApplication.cs" />147 <Compile Include="HeuristicLabHiveClientConsoleApplication.cs" /> 148 148 <Compile Include="HiveServerManagementConsole.cs"> 149 149 <SubType>Form</SubType> … … 152 152 <DependentUpon>HiveServerManagementConsole.cs</DependentUpon> 153 153 </Compile> 154 <Compile Include="H iveServerConsolePlugin.cs" />154 <Compile Include="HeuristicLabHiveClientConsolePlugin.cs" /> 155 155 <Compile Include="JobDataFetcher.cs" /> 156 156 <Compile Include="JobListView.cs"> -
branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Server.Console/3.3/Properties/AssemblyInfo.frame
r4077 r4171 55 55 // by using the '*' as shown below: 56 56 // [assembly: AssemblyVersion("1.0.*")] 57 [assembly: AssemblyVersion("3.3.0. $WCREV$")]57 [assembly: AssemblyVersion("3.3.0.0")] 58 58 [assembly: AssemblyFileVersion("3.3.0.$WCREV$")] 59 [assembly: AssemblyBuildDate("$WCNOW$")]
Note: See TracChangeset
for help on using the changeset viewer.