- Timestamp:
- 11/10/09 18:03:28 (15 years ago)
- Location:
- trunk/sources
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.AdvancedOptimizationFrontend/3.2/HeuristicLab.AdvancedOptimizationFrontend-3.2.csproj
r2134 r2479 11 11 <RootNamespace>HeuristicLab.AdvancedOptimizationFrontend</RootNamespace> 12 12 <AssemblyName>HeuristicLab.AdvancedOptimizationFrontend-3.2</AssemblyName> 13 <TargetFrameworkVersion>v 2.0</TargetFrameworkVersion>13 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> 14 14 <FileAlignment>512</FileAlignment> 15 15 <SignAssembly>true</SignAssembly> … … 70 70 <ItemGroup> 71 71 <Reference Include="System" /> 72 <Reference Include="System.Core"> 73 <RequiredTargetFramework>3.5</RequiredTargetFramework> 74 </Reference> 72 75 <Reference Include="System.Data" /> 73 76 <Reference Include="System.Drawing" /> … … 119 122 <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project> 120 123 <Name>HeuristicLab.Core-3.2</Name> 124 </ProjectReference> 125 <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.2\HeuristicLab.MainForm.WindowsForms.csproj"> 126 <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project> 127 <Name>HeuristicLab.MainForm.WindowsForms</Name> 121 128 </ProjectReference> 122 129 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj"> -
trunk/sources/HeuristicLab.AdvancedOptimizationFrontend/3.2/HeuristicLabAdvancedOptimizationFrontendPlugin.cs
r2134 r2479 33 33 [PluginFile(Filename = "HeuristicLab.AdvancedOptimizationFrontend-3.2.dll", Filetype = PluginFileType.Assembly)] 34 34 [Dependency(Dependency = "HeuristicLab.Core-3.2")] 35 [Dependency(Dependency = "HeuristicLab.MainForm.WindowsForms-3.2")] 35 36 public class HeuristicLabAdvancedOptimizationFrontendPlugin : PluginBase { 36 37 } -
trunk/sources/HeuristicLab.MainForm.WindowsForms/3.2/HeuristicLabMainFormWindowsFormsPlugin.cs
r2458 r2479 27 27 namespace HeuristicLab.MainForm.WindowsForms { 28 28 [ClassInfo(Name = "HeuristicLab.MainForm.WindowsForms-3.2")] 29 [PluginFile(Filename = "HeuristicLab.MainForm.WindowsForms-3.2.dll", Filetype = PluginFileType.Assembly)] 29 [PluginFile(Filename = "HeuristicLab.MainForm.WindowsForms-3.2.dll", Filetype = PluginFileType.Assembly)] 30 [PluginFile(Filename = "WeifenLuo.WinFormsUI.Docking.dll", Filetype = PluginFileType.Data)] 30 31 [Dependency(Dependency = "HeuristicLab.MainForm-3.2")] 31 32 public class HeuristicLabMainFormTestPlugin : PluginBase { -
trunk/sources/HeuristicLab.sln
r2465 r2479 2577 2577 {BF7D9494-A586-457B-8DF9-ED599F9E6A71}.Release|Any CPU.ActiveCfg = Release|Any CPU 2578 2578 {BF7D9494-A586-457B-8DF9-ED599F9E6A71}.Release|x64.ActiveCfg = Release|x64 2579 {BF7D9494-A586-457B-8DF9-ED599F9E6A71}.Release|x64.Build.0 = Release|x642580 2579 {BF7D9494-A586-457B-8DF9-ED599F9E6A71}.Release|x86.ActiveCfg = Release|x86 2581 2580 {BF7D9494-A586-457B-8DF9-ED599F9E6A71}.v3.2 Debug|Any CPU.ActiveCfg = Debug|Any CPU … … 3917 3916 {1FC004FC-59AF-4249-B1B6-FF25873A20E4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 3918 3917 {1FC004FC-59AF-4249-B1B6-FF25873A20E4}.Debug|Any CPU.Build.0 = Debug|Any CPU 3919 {1FC004FC-59AF-4249-B1B6-FF25873A20E4}.Debug|x64.ActiveCfg = Debug|x86 3918 {1FC004FC-59AF-4249-B1B6-FF25873A20E4}.Debug|x64.ActiveCfg = Debug|x64 3919 {1FC004FC-59AF-4249-B1B6-FF25873A20E4}.Debug|x64.Build.0 = Debug|x64 3920 3920 {1FC004FC-59AF-4249-B1B6-FF25873A20E4}.Debug|x86.ActiveCfg = Debug|x86 3921 3921 {1FC004FC-59AF-4249-B1B6-FF25873A20E4}.Debug|x86.Build.0 = Debug|x86 … … 4060 4060 {AB687BBE-1BFE-476B-906D-44237135431D}.CEDMA Debug|x86.ActiveCfg = Debug|x86 4061 4061 {AB687BBE-1BFE-476B-906D-44237135431D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 4062 {AB687BBE-1BFE-476B-906D-44237135431D}.Debug|Any CPU.Build.0 = Debug|Any CPU 4062 4063 {AB687BBE-1BFE-476B-906D-44237135431D}.Debug|x64.ActiveCfg = Debug|x64 4063 4064 {AB687BBE-1BFE-476B-906D-44237135431D}.Debug|x64.Build.0 = Debug|x64 … … 4068 4069 {AB687BBE-1BFE-476B-906D-44237135431D}.Modeling Debug|x86.ActiveCfg = Debug|x86 4069 4070 {AB687BBE-1BFE-476B-906D-44237135431D}.Release|Any CPU.ActiveCfg = Release|Any CPU 4071 {AB687BBE-1BFE-476B-906D-44237135431D}.Release|Any CPU.Build.0 = Release|Any CPU 4070 4072 {AB687BBE-1BFE-476B-906D-44237135431D}.Release|x64.ActiveCfg = Release|x64 4071 4073 {AB687BBE-1BFE-476B-906D-44237135431D}.Release|x64.Build.0 = Release|x64 -
trunk/sources/HeuristicLab/CopyAssemblies.cmd
r2458 r2479 11 11 copy "%SolutionDir%\HeuristicLab.AdvancedOptimizationFrontend\3.2\%Outdir%\HeuristicLab.AdvancedOptimizationFrontend-3.2.dll" .\plugins 12 12 copy "%SolutionDir%\HeuristicLab.AdvancedOptimizationFrontend\3.3\%Outdir%\HeuristicLab.AdvancedOptimizationFrontend-3.3.dll" .\plugins 13 copy "%SolutionDir%\WinFormsUI\%Outdir%\WeifenLuo.WinFormsUI.Docking.dll" .\plugins14 copy "%SolutionDir%\WinFormsUI\%Outdir%\WeifenLuo.WinFormsUI.Docking License.txt" .\plugins15 13 copy "%SolutionDir%\HeuristicLab.Assignment.QAP\3.2\%Outdir%\HeuristicLab.Assignment.QAP-3.2.dll" .\plugins 16 14 copy "%SolutionDir%\HeuristicLab.BitVector\3.2\%Outdir%\HeuristicLab.BitVector-3.2.dll" .\plugins … … 78 76 copy "%SolutionDir%\HeuristicLab.MainForm.Test\3.2\%Outdir%\HeuristicLab.MainForm.Test-3.2.dll" .\plugins 79 77 copy "%SolutionDir%\HeuristicLab.MainForm.WindowsForms\3.2\%Outdir%\HeuristicLab.MainForm.WindowsForms-3.2.dll" .\plugins 78 copy "%SolutionDir%\WinFormsUI\%Outdir%\WeifenLuo.WinFormsUI.Docking.dll" .\plugins 79 copy "%SolutionDir%\WinFormsUI\%Outdir%\WeifenLuo.WinFormsUI.Docking License.txt" .\plugins 80 80 copy "%SolutionDir%\HeuristicLab.Modeling\3.2\%Outdir%\HeuristicLab.Modeling-3.2.dll" .\plugins 81 81 copy "%SolutionDir%\HeuristicLab.Modeling\3.3\%Outdir%\HeuristicLab.Modeling-3.3.dll" .\plugins
Note: See TracChangeset
for help on using the changeset viewer.