Changeset 4361 for branches/VRP
- Timestamp:
- 09/01/10 13:55:50 (14 years ago)
- Location:
- branches/VRP
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/VRP/HeuristicLab 3.3.sln
r4353 r4361 315 315 EndProject 316 316 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Problems.ExternalEvaluation.GP.Views-3.3", "HeuristicLab.Problems.ExternalEvaluation.GP.Views\3.3\HeuristicLab.Problems.ExternalEvaluation.GP.Views-3.3.csproj", "{1778134B-866B-4CB3-BFC0-52B2FAAA5777}" 317 EndProject 318 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Problems.VehicleRouting-3.4", "HeuristicLab.Problems.VehicleRouting\3.4\HeuristicLab.Problems.VehicleRouting-3.4.csproj", "{B94FFB82-43D4-40AB-9980-B03470ADF221}" 319 EndProject 320 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Problems.VehicleRouting.Views-3.4", "HeuristicLab.Problems.VehicleRouting.Views\3.4\HeuristicLab.Problems.VehicleRouting.Views-3.4.csproj", "{7EA0985E-A1D6-4FA7-B30A-2633FDFB01F0}" 317 321 EndProject 318 322 Global … … 1421 1425 {1778134B-866B-4CB3-BFC0-52B2FAAA5777}.Release|x86.ActiveCfg = Release|x86 1422 1426 {1778134B-866B-4CB3-BFC0-52B2FAAA5777}.Release|x86.Build.0 = Release|x86 1427 {B94FFB82-43D4-40AB-9980-B03470ADF221}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 1428 {B94FFB82-43D4-40AB-9980-B03470ADF221}.Debug|Any CPU.Build.0 = Debug|Any CPU 1429 {B94FFB82-43D4-40AB-9980-B03470ADF221}.Debug|x64.ActiveCfg = Debug|x64 1430 {B94FFB82-43D4-40AB-9980-B03470ADF221}.Debug|x64.Build.0 = Debug|x64 1431 {B94FFB82-43D4-40AB-9980-B03470ADF221}.Debug|x86.ActiveCfg = Debug|x86 1432 {B94FFB82-43D4-40AB-9980-B03470ADF221}.Debug|x86.Build.0 = Debug|x86 1433 {B94FFB82-43D4-40AB-9980-B03470ADF221}.Release|Any CPU.ActiveCfg = Release|Any CPU 1434 {B94FFB82-43D4-40AB-9980-B03470ADF221}.Release|Any CPU.Build.0 = Release|Any CPU 1435 {B94FFB82-43D4-40AB-9980-B03470ADF221}.Release|x64.ActiveCfg = Release|x64 1436 {B94FFB82-43D4-40AB-9980-B03470ADF221}.Release|x64.Build.0 = Release|x64 1437 {B94FFB82-43D4-40AB-9980-B03470ADF221}.Release|x86.ActiveCfg = Release|x86 1438 {B94FFB82-43D4-40AB-9980-B03470ADF221}.Release|x86.Build.0 = Release|x86 1439 {7EA0985E-A1D6-4FA7-B30A-2633FDFB01F0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 1440 {7EA0985E-A1D6-4FA7-B30A-2633FDFB01F0}.Debug|Any CPU.Build.0 = Debug|Any CPU 1441 {7EA0985E-A1D6-4FA7-B30A-2633FDFB01F0}.Debug|x64.ActiveCfg = Debug|x64 1442 {7EA0985E-A1D6-4FA7-B30A-2633FDFB01F0}.Debug|x64.Build.0 = Debug|x64 1443 {7EA0985E-A1D6-4FA7-B30A-2633FDFB01F0}.Debug|x86.ActiveCfg = Debug|x86 1444 {7EA0985E-A1D6-4FA7-B30A-2633FDFB01F0}.Debug|x86.Build.0 = Debug|x86 1445 {7EA0985E-A1D6-4FA7-B30A-2633FDFB01F0}.Release|Any CPU.ActiveCfg = Release|Any CPU 1446 {7EA0985E-A1D6-4FA7-B30A-2633FDFB01F0}.Release|Any CPU.Build.0 = Release|Any CPU 1447 {7EA0985E-A1D6-4FA7-B30A-2633FDFB01F0}.Release|x64.ActiveCfg = Release|x64 1448 {7EA0985E-A1D6-4FA7-B30A-2633FDFB01F0}.Release|x64.Build.0 = Release|x64 1449 {7EA0985E-A1D6-4FA7-B30A-2633FDFB01F0}.Release|x86.ActiveCfg = Release|x86 1450 {7EA0985E-A1D6-4FA7-B30A-2633FDFB01F0}.Release|x86.Build.0 = Release|x86 1423 1451 EndGlobalSection 1424 1452 GlobalSection(SolutionProperties) = preSolution -
branches/VRP/HeuristicLab.Problems.VehicleRouting.Views/3.4/HeuristicLab.Problems.VehicleRouting.Views-3.4.csproj
r4359 r4361 6 6 <ProductVersion>9.0.30729</ProductVersion> 7 7 <SchemaVersion>2.0</SchemaVersion> 8 <ProjectGuid>{ D1386FE7-682D-4E18-8C4F-CFD423FA5DD0}</ProjectGuid>8 <ProjectGuid>{7EA0985E-A1D6-4FA7-B30A-2633FDFB01F0}</ProjectGuid> 9 9 <OutputType>Library</OutputType> 10 10 <AppDesignerFolder>Properties</AppDesignerFolder> -
branches/VRP/HeuristicLab.Problems.VehicleRouting.Views/3.4/HeuristicLabProblemsVehicleRoutingViewsPlugin.cs
r4359 r4361 26 26 /// Plugin class for HeuristicLab.Problems.VehicleRouting.Views plugin 27 27 /// </summary> 28 [Plugin("HeuristicLab.Problems.VehicleRouting.Views", "3.4.0.435 1")]29 [PluginFile("HeuristicLab.Problems.VehicleRouting.Views-3. 3.dll", PluginFileType.Assembly)]28 [Plugin("HeuristicLab.Problems.VehicleRouting.Views", "3.4.0.4359")] 29 [PluginFile("HeuristicLab.Problems.VehicleRouting.Views-3.4.dll", PluginFileType.Assembly)] 30 30 [PluginDependency("HeuristicLab.Collections", "3.3")] 31 31 [PluginDependency("HeuristicLab.Common", "3.3")] … … 40 40 [PluginDependency("HeuristicLab.Optimization.Views", "3.3")] 41 41 [PluginDependency("HeuristicLab.Parameters", "3.3")] 42 [PluginDependency("HeuristicLab.Problems.VehicleRouting", "3. 3")]42 [PluginDependency("HeuristicLab.Problems.VehicleRouting", "3.4")] 43 43 public class HeuristicLabProblemsVehicleRoutingViewsPlugin : PluginBase { 44 44 } -
branches/VRP/HeuristicLab.Problems.VehicleRouting.Views/3.4/Properties/AssemblyInfo.frame
r4359 r4361 41 41 42 42 // The following GUID is for the ID of the typelib if this project is exposed to COM 43 [assembly: Guid(" AC7EDFF5-27EE-4af3-BA29-721874195CFB")]43 [assembly: Guid("B275C45E-790A-45C2-907F-DFF8E5F0C28E")] 44 44 45 45 // Version information for an assembly consists of the following four values: … … 52 52 // You can specify all the values or you can default the Revision and Build Numbers 53 53 // by using the '*' as shown below: 54 [assembly: AssemblyVersion("3. 3.0.0")]55 [assembly: AssemblyFileVersion("3. 3.0.$WCREV$")]54 [assembly: AssemblyVersion("3.4.0.0")] 55 [assembly: AssemblyFileVersion("3.4.0.$WCREV$")] -
branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/HeuristicLab.Problems.VehicleRouting-3.4.csproj
r4360 r4361 6 6 <ProductVersion>9.0.30729</ProductVersion> 7 7 <SchemaVersion>2.0</SchemaVersion> 8 <ProjectGuid>{ 6410BDA6-3641-42B2-BABA-AA626E2F6F71}</ProjectGuid>8 <ProjectGuid>{B94FFB82-43D4-40AB-9980-B03470ADF221}</ProjectGuid> 9 9 <OutputType>Library</OutputType> 10 10 <AppDesignerFolder>Properties</AppDesignerFolder> -
branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/HeuristicLabProblemsVehicleRoutingPlugin.cs
r4360 r4361 26 26 /// Plugin class for HeuristicLab.Problems.VehicleRouting plugin 27 27 /// </summary> 28 [Plugin("HeuristicLab.Problems.VehicleRouting", "3.4.0.43 47")]29 [PluginFile("HeuristicLab.Problems.VehicleRouting-3. 3.dll", PluginFileType.Assembly)]28 [Plugin("HeuristicLab.Problems.VehicleRouting", "3.4.0.4360")] 29 [PluginFile("HeuristicLab.Problems.VehicleRouting-3.4.dll", PluginFileType.Assembly)] 30 30 [PluginDependency("HeuristicLab.Analysis", "3.3")] 31 31 [PluginDependency("HeuristicLab.Collections", "3.3")] -
branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Properties/AssemblyInfo.frame
r4360 r4361 41 41 42 42 // The following GUID is for the ID of the typelib if this project is exposed to COM 43 [assembly: Guid(" 91E21AF8-7C70-48de-A71B-6422ABB33764")]43 [assembly: Guid("10E4FF40-80AF-4C6F-93EE-B30E818BBFA2")] 44 44 45 45 // Version information for an assembly consists of the following four values: … … 52 52 // You can specify all the values or you can default the Revision and Build Numbers 53 53 // by using the '*' as shown below: 54 [assembly: AssemblyVersion("3. 3.0.0")]55 [assembly: AssemblyFileVersion("3. 3.0.$WCREV$")]54 [assembly: AssemblyVersion("3.4.0.0")] 55 [assembly: AssemblyFileVersion("3.4.0.$WCREV$")] -
branches/VRP/HeuristicLab/3.3/Files.txt
r4356 r4361 62 62 HeuristicLab.Problems.TravelingSalesman\3.3:HeuristicLab.Problems.TravelingSalesman-3.3.dll 63 63 HeuristicLab.Problems.TravelingSalesman.Views\3.3:HeuristicLab.Problems.TravelingSalesman.Views-3.3.dll 64 HeuristicLab.Problems.VehicleRouting\3. 3:HeuristicLab.Problems.VehicleRouting-3.3.dll65 HeuristicLab.Problems.VehicleRouting.Views\3. 3:HeuristicLab.Problems.VehicleRouting.Views-3.3.dll64 HeuristicLab.Problems.VehicleRouting\3.4:HeuristicLab.Problems.VehicleRouting-3.4.dll 65 HeuristicLab.Problems.VehicleRouting.Views\3.4:HeuristicLab.Problems.VehicleRouting.Views-3.4.dll 66 66 HeuristicLab.Random\3.3:HeuristicLab.Random-3.3.dll 67 67 HeuristicLab.Selection\3.3:HeuristicLab.Selection-3.3.dll
Note: See TracChangeset
for help on using the changeset viewer.