- Timestamp:
- 04/27/09 18:34:52 (16 years ago)
- Location:
- trunk/sources
- Files:
-
- 4 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.SequentialEngine/3.3/HeuristicLab.SequentialEngine-3.3.csproj
r1677 r1678 5 5 <ProductVersion>9.0.30729</ProductVersion> 6 6 <SchemaVersion>2.0</SchemaVersion> 7 <ProjectGuid>{ B4BE8E53-BA06-4237-9A01-24255F880201}</ProjectGuid>7 <ProjectGuid>{DC3D7072-7999-4719-B65D-3997744D5DC1}</ProjectGuid> 8 8 <OutputType>Library</OutputType> 9 9 <AppDesignerFolder>Properties</AppDesignerFolder> 10 10 <RootNamespace>HeuristicLab.SequentialEngine</RootNamespace> 11 <AssemblyName>HeuristicLab.SequentialEngine-3. 2</AssemblyName>11 <AssemblyName>HeuristicLab.SequentialEngine-3.3</AssemblyName> 12 12 <SignAssembly>true</SignAssembly> 13 13 <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile> … … 17 17 <UpgradeBackupLocation> 18 18 </UpgradeBackupLocation> 19 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> 19 20 </PropertyGroup> 20 21 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> … … 35 36 <WarningLevel>4</WarningLevel> 36 37 <TreatWarningsAsErrors>false</TreatWarningsAsErrors> 37 <DocumentationFile>bin\Release\HeuristicLab.SequentialEngine-3. 2.XML</DocumentationFile>38 <DocumentationFile>bin\Release\HeuristicLab.SequentialEngine-3.3.xml</DocumentationFile> 38 39 </PropertyGroup> 39 40 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> … … 73 74 <ItemGroup> 74 75 <Reference Include="System" /> 76 <Reference Include="System.Core"> 77 <RequiredTargetFramework>3.5</RequiredTargetFramework> 78 </Reference> 75 79 <Reference Include="System.Data" /> 76 80 <Reference Include="System.Drawing" /> … … 94 98 </ItemGroup> 95 99 <ItemGroup> 96 <ProjectReference Include="..\..\HeuristicLab.Core\3. 2\HeuristicLab.Core-3.2.csproj">97 <Project>{ F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>98 <Name>HeuristicLab.Core-3. 2</Name>100 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj"> 101 <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project> 102 <Name>HeuristicLab.Core-3.3</Name> 99 103 </ProjectReference> 100 104 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj"> -
trunk/sources/HeuristicLab.SequentialEngine/3.3/HeuristicLabSequentialEnginePlugin.cs
r1530 r1678 29 29 /// Plugin class for HeuristicLab.SequentialEngine plugin. 30 30 /// </summary> 31 [ClassInfo(Name = "HeuristicLab.SequentialEngine-3. 2")]32 [PluginFile(Filename = "HeuristicLab.SequentialEngine-3. 2.dll", Filetype = PluginFileType.Assembly)]33 [Dependency(Dependency = "HeuristicLab.Core-3. 2")]31 [ClassInfo(Name = "HeuristicLab.SequentialEngine-3.3")] 32 [PluginFile(Filename = "HeuristicLab.SequentialEngine-3.3.dll", Filetype = PluginFileType.Assembly)] 33 [Dependency(Dependency = "HeuristicLab.Core-3.3")] 34 34 public class HeuristicLabSequentialEnginePlugin : PluginBase { 35 35 } -
trunk/sources/HeuristicLab.SequentialEngine/3.3/Properties/AssemblyInfo.frame
r581 r1678 54 54 // You can specify all the values or you can default the Revision and Build Numbers 55 55 // by using the '*' as shown below: 56 [assembly: AssemblyVersion("3. 2.0.$WCREV$")]57 [assembly: AssemblyFileVersion("3. 2.0.$WCREV$")]56 [assembly: AssemblyVersion("3.3.0.$WCREV$")] 57 [assembly: AssemblyFileVersion("3.3.0.$WCREV$")] 58 58 [assembly: AssemblyBuildDate("$WCNOW$")] -
trunk/sources/HeuristicLab.sln
r1673 r1678 174 174 EndProject 175 175 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Operators-3.3", "HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj", "{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}" 176 EndProject 177 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.AdvancedOptimizationFrontend-3.3", "HeuristicLab.AdvancedOptimizationFrontend\3.3\HeuristicLab.AdvancedOptimizationFrontend-3.3.csproj", "{D4E8C5EC-DB4A-4FF5-AE45-770A88B6D609}" 178 EndProject 179 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.SequentialEngine-3.3", "HeuristicLab.SequentialEngine\3.3\HeuristicLab.SequentialEngine-3.3.csproj", "{DC3D7072-7999-4719-B65D-3997744D5DC1}" 176 180 EndProject 177 181 Global … … 2604 2608 {23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}.Visualization Debug|x86.ActiveCfg = Debug|x86 2605 2609 {23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}.Visualization Debug|x86.Build.0 = Debug|x86 2610 {D4E8C5EC-DB4A-4FF5-AE45-770A88B6D609}.CEDMA Debug|Any CPU.ActiveCfg = Debug|Any CPU 2611 {D4E8C5EC-DB4A-4FF5-AE45-770A88B6D609}.CEDMA Debug|Any CPU.Build.0 = Debug|Any CPU 2612 {D4E8C5EC-DB4A-4FF5-AE45-770A88B6D609}.CEDMA Debug|x64.ActiveCfg = Debug|x64 2613 {D4E8C5EC-DB4A-4FF5-AE45-770A88B6D609}.CEDMA Debug|x64.Build.0 = Debug|x64 2614 {D4E8C5EC-DB4A-4FF5-AE45-770A88B6D609}.CEDMA Debug|x86.ActiveCfg = Debug|x86 2615 {D4E8C5EC-DB4A-4FF5-AE45-770A88B6D609}.CEDMA Debug|x86.Build.0 = Debug|x86 2616 {D4E8C5EC-DB4A-4FF5-AE45-770A88B6D609}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 2617 {D4E8C5EC-DB4A-4FF5-AE45-770A88B6D609}.Debug|Any CPU.Build.0 = Debug|Any CPU 2618 {D4E8C5EC-DB4A-4FF5-AE45-770A88B6D609}.Debug|x64.ActiveCfg = Debug|x64 2619 {D4E8C5EC-DB4A-4FF5-AE45-770A88B6D609}.Debug|x64.Build.0 = Debug|x64 2620 {D4E8C5EC-DB4A-4FF5-AE45-770A88B6D609}.Debug|x86.ActiveCfg = Debug|x86 2621 {D4E8C5EC-DB4A-4FF5-AE45-770A88B6D609}.Debug|x86.Build.0 = Debug|x86 2622 {D4E8C5EC-DB4A-4FF5-AE45-770A88B6D609}.GP Debug|Any CPU.ActiveCfg = Debug|Any CPU 2623 {D4E8C5EC-DB4A-4FF5-AE45-770A88B6D609}.GP Debug|Any CPU.Build.0 = Debug|Any CPU 2624 {D4E8C5EC-DB4A-4FF5-AE45-770A88B6D609}.GP Debug|x64.ActiveCfg = Debug|x64 2625 {D4E8C5EC-DB4A-4FF5-AE45-770A88B6D609}.GP Debug|x64.Build.0 = Debug|x64 2626 {D4E8C5EC-DB4A-4FF5-AE45-770A88B6D609}.GP Debug|x86.ActiveCfg = Debug|x86 2627 {D4E8C5EC-DB4A-4FF5-AE45-770A88B6D609}.GP Debug|x86.Build.0 = Debug|x86 2628 {D4E8C5EC-DB4A-4FF5-AE45-770A88B6D609}.Release|Any CPU.ActiveCfg = Release|Any CPU 2629 {D4E8C5EC-DB4A-4FF5-AE45-770A88B6D609}.Release|Any CPU.Build.0 = Release|Any CPU 2630 {D4E8C5EC-DB4A-4FF5-AE45-770A88B6D609}.Release|x64.ActiveCfg = Release|x64 2631 {D4E8C5EC-DB4A-4FF5-AE45-770A88B6D609}.Release|x64.Build.0 = Release|x64 2632 {D4E8C5EC-DB4A-4FF5-AE45-770A88B6D609}.Release|x86.ActiveCfg = Release|x86 2633 {D4E8C5EC-DB4A-4FF5-AE45-770A88B6D609}.Release|x86.Build.0 = Release|x86 2634 {D4E8C5EC-DB4A-4FF5-AE45-770A88B6D609}.Visualization Debug|Any CPU.ActiveCfg = Debug|Any CPU 2635 {D4E8C5EC-DB4A-4FF5-AE45-770A88B6D609}.Visualization Debug|Any CPU.Build.0 = Debug|Any CPU 2636 {D4E8C5EC-DB4A-4FF5-AE45-770A88B6D609}.Visualization Debug|x64.ActiveCfg = Debug|x64 2637 {D4E8C5EC-DB4A-4FF5-AE45-770A88B6D609}.Visualization Debug|x64.Build.0 = Debug|x64 2638 {D4E8C5EC-DB4A-4FF5-AE45-770A88B6D609}.Visualization Debug|x86.ActiveCfg = Debug|x86 2639 {D4E8C5EC-DB4A-4FF5-AE45-770A88B6D609}.Visualization Debug|x86.Build.0 = Debug|x86 2640 {DC3D7072-7999-4719-B65D-3997744D5DC1}.CEDMA Debug|Any CPU.ActiveCfg = Debug|Any CPU 2641 {DC3D7072-7999-4719-B65D-3997744D5DC1}.CEDMA Debug|Any CPU.Build.0 = Debug|Any CPU 2642 {DC3D7072-7999-4719-B65D-3997744D5DC1}.CEDMA Debug|x64.ActiveCfg = Debug|x64 2643 {DC3D7072-7999-4719-B65D-3997744D5DC1}.CEDMA Debug|x64.Build.0 = Debug|x64 2644 {DC3D7072-7999-4719-B65D-3997744D5DC1}.CEDMA Debug|x86.ActiveCfg = Debug|x86 2645 {DC3D7072-7999-4719-B65D-3997744D5DC1}.CEDMA Debug|x86.Build.0 = Debug|x86 2646 {DC3D7072-7999-4719-B65D-3997744D5DC1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 2647 {DC3D7072-7999-4719-B65D-3997744D5DC1}.Debug|Any CPU.Build.0 = Debug|Any CPU 2648 {DC3D7072-7999-4719-B65D-3997744D5DC1}.Debug|x64.ActiveCfg = Debug|x64 2649 {DC3D7072-7999-4719-B65D-3997744D5DC1}.Debug|x64.Build.0 = Debug|x64 2650 {DC3D7072-7999-4719-B65D-3997744D5DC1}.Debug|x86.ActiveCfg = Debug|x86 2651 {DC3D7072-7999-4719-B65D-3997744D5DC1}.Debug|x86.Build.0 = Debug|x86 2652 {DC3D7072-7999-4719-B65D-3997744D5DC1}.GP Debug|Any CPU.ActiveCfg = Debug|Any CPU 2653 {DC3D7072-7999-4719-B65D-3997744D5DC1}.GP Debug|Any CPU.Build.0 = Debug|Any CPU 2654 {DC3D7072-7999-4719-B65D-3997744D5DC1}.GP Debug|x64.ActiveCfg = Debug|x64 2655 {DC3D7072-7999-4719-B65D-3997744D5DC1}.GP Debug|x64.Build.0 = Debug|x64 2656 {DC3D7072-7999-4719-B65D-3997744D5DC1}.GP Debug|x86.ActiveCfg = Debug|x86 2657 {DC3D7072-7999-4719-B65D-3997744D5DC1}.GP Debug|x86.Build.0 = Debug|x86 2658 {DC3D7072-7999-4719-B65D-3997744D5DC1}.Release|Any CPU.ActiveCfg = Release|Any CPU 2659 {DC3D7072-7999-4719-B65D-3997744D5DC1}.Release|Any CPU.Build.0 = Release|Any CPU 2660 {DC3D7072-7999-4719-B65D-3997744D5DC1}.Release|x64.ActiveCfg = Release|x64 2661 {DC3D7072-7999-4719-B65D-3997744D5DC1}.Release|x64.Build.0 = Release|x64 2662 {DC3D7072-7999-4719-B65D-3997744D5DC1}.Release|x86.ActiveCfg = Release|x86 2663 {DC3D7072-7999-4719-B65D-3997744D5DC1}.Release|x86.Build.0 = Release|x86 2664 {DC3D7072-7999-4719-B65D-3997744D5DC1}.Visualization Debug|Any CPU.ActiveCfg = Debug|Any CPU 2665 {DC3D7072-7999-4719-B65D-3997744D5DC1}.Visualization Debug|Any CPU.Build.0 = Debug|Any CPU 2666 {DC3D7072-7999-4719-B65D-3997744D5DC1}.Visualization Debug|x64.ActiveCfg = Debug|x64 2667 {DC3D7072-7999-4719-B65D-3997744D5DC1}.Visualization Debug|x64.Build.0 = Debug|x64 2668 {DC3D7072-7999-4719-B65D-3997744D5DC1}.Visualization Debug|x86.ActiveCfg = Debug|x86 2669 {DC3D7072-7999-4719-B65D-3997744D5DC1}.Visualization Debug|x86.Build.0 = Debug|x86 2606 2670 EndGlobalSection 2607 2671 GlobalSection(SolutionProperties) = preSolution -
trunk/sources/HeuristicLab/CopyAssemblies.cmd
r1676 r1678 78 78 copy "%SolutionDir%\HeuristicLab.Selection.OffspringSelection\3.2\%Outdir%\HeuristicLab.Selection.OffspringSelection-3.2.dll" .\plugins 79 79 copy "%SolutionDir%\HeuristicLab.SequentialEngine\3.2\%Outdir%\HeuristicLab.SequentialEngine-3.2.dll" .\plugins 80 copy "%SolutionDir%\HeuristicLab.SequentialEngine\3.3\%Outdir%\HeuristicLab.SequentialEngine-3.3.dll" .\plugins 80 81 copy "%SolutionDir%\HeuristicLab.SGA\3.2\%Outdir%\HeuristicLab.SGA-3.2.dll" .\plugins 81 82 copy "%SolutionDir%\HeuristicLab.FixedOperators\3.2\%Outdir%\HeuristicLab.FixedOperators-3.2.dll" .\plugins
Note: See TracChangeset
for help on using the changeset viewer.