Changeset 2885 for trunk/sources
- Timestamp:
- 03/01/10 02:08:49 (15 years ago)
- Location:
- trunk/sources/HeuristicLab.Algorithms.SGA.Views
- Files:
-
- 1 added
- 2 deleted
- 3 edited
- 3 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Algorithms.SGA.Views/3.3
- Property svn:ignore
-
old new 1 1 bin 2 2 obj 3 HeuristicLabSGAViewsPlugin.cs4 3 *.user 4 HeuristicLabAlgorithmsSGAViewsPlugin.cs
-
- Property svn:ignore
-
trunk/sources/HeuristicLab.Algorithms.SGA.Views/3.3/HeuristicLab.Algorithms.SGA.Views-3.3.csproj
r2882 r2885 9 9 <OutputType>Library</OutputType> 10 10 <AppDesignerFolder>Properties</AppDesignerFolder> 11 <RootNamespace>HeuristicLab. SGA.Views</RootNamespace>12 <AssemblyName>HeuristicLab. SGA.Views-3.3</AssemblyName>11 <RootNamespace>HeuristicLab.Algorithms.SGA.Views</RootNamespace> 12 <AssemblyName>HeuristicLab.Algorithms.SGA.Views-3.3</AssemblyName> 13 13 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> 14 14 <FileAlignment>512</FileAlignment> … … 32 32 <ErrorReport>prompt</ErrorReport> 33 33 <WarningLevel>4</WarningLevel> 34 <DocumentationFile>bin\Release\HeuristicLab. SGA.Views-3.3.XML</DocumentationFile>34 <DocumentationFile>bin\Release\HeuristicLab.Algorithms.SGA.Views-3.3.xml</DocumentationFile> 35 35 </PropertyGroup> 36 36 <ItemGroup> … … 51 51 </ItemGroup> 52 52 <ItemGroup> 53 < None Include="HeuristicLabSGAViewsPlugin.cs.frame" />53 <Compile Include="HeuristicLabAlgorithmsSGAViewsPlugin.cs" /> 54 54 <Compile Include="SGAView.cs"> 55 55 <SubType>UserControl</SubType> … … 58 58 <DependentUpon>SGAView.cs</DependentUpon> 59 59 </Compile> 60 <Compile Include="HeuristicLabSGAViewsPlugin.cs" />61 60 <Compile Include="Properties\AssemblyInfo.cs" /> 62 61 </ItemGroup> 63 62 <ItemGroup> 63 <ProjectReference Include="..\..\HeuristicLab.Algorithms.SGA\3.3\HeuristicLab.Algorithms.SGA-3.3.csproj"> 64 <Project>{4C3305C4-E440-4EAD-B218-68D77AE51543}</Project> 65 <Name>HeuristicLab.Algorithms.SGA-3.3</Name> 66 </ProjectReference> 64 67 <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj"> 65 68 <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project> … … 90 93 <Name>HeuristicLab.PluginInfrastructure</Name> 91 94 </ProjectReference> 92 <ProjectReference Include="..\..\HeuristicLab.SGA\3.3\HeuristicLab.SGA-3.3.csproj">93 <Project>{4C3305C4-E440-4EAD-B218-68D77AE51543}</Project>94 <Name>HeuristicLab.SGA-3.3</Name>95 </ProjectReference>96 95 </ItemGroup> 97 96 <ItemGroup> 98 97 <None Include="HeuristicLab.snk" /> 98 <None Include="HeuristicLabAlgorithmsSGAViewsPlugin.cs.frame" /> 99 99 <None Include="Properties\AssemblyInfo.frame" /> 100 100 </ItemGroup> … … 114 114 115 115 call PreBuildEvent.cmd 116 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLab SGAViewsPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabSGAViewsPlugin.cs"</PreBuildEvent>116 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabAlgorithmsSGAViewsPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabAlgorithmsSGAViewsPlugin.cs"</PreBuildEvent> 117 117 </PropertyGroup> 118 118 </Project> -
trunk/sources/HeuristicLab.Algorithms.SGA.Views/3.3/HeuristicLabAlgorithmsSGAViewsPlugin.cs.frame
r2882 r2885 22 22 using HeuristicLab.PluginInfrastructure; 23 23 24 namespace HeuristicLab. SGA.Views {24 namespace HeuristicLab.Algorithms.SGA.Views { 25 25 /// <summary> 26 /// Plugin class for HeuristicLab. SGA.Views plugin.26 /// Plugin class for HeuristicLab.Algorithms.SGA.Views plugin. 27 27 /// </summary> 28 [Plugin("HeuristicLab. SGA.Views", "3.3.0.$WCREV$")]29 [PluginFile("HeuristicLab. SGA.Views-3.3.dll", PluginFileType.Assembly)]28 [Plugin("HeuristicLab.Algorithms.SGA.Views", "3.3.0.$WCREV$")] 29 [PluginFile("HeuristicLab.Algorithms.SGA.Views-3.3.dll", PluginFileType.Assembly)] 30 30 [PluginDependency("HeuristicLab.Core", "3.3")] 31 31 [PluginDependency("HeuristicLab.Core.Views", "3.3")] … … 34 34 [PluginDependency("HeuristicLab.Optimization", "3.3")] 35 35 [PluginDependency("HeuristicLab.Optimization.Views", "3.3")] 36 [PluginDependency("HeuristicLab. SGA", "3.3")]37 public class HeuristicLab SGAViewsPlugin : PluginBase {36 [PluginDependency("HeuristicLab.Algorithms.SGA", "3.3")] 37 public class HeuristicLabAlgorithmsSGAViewsPlugin : PluginBase { 38 38 } 39 39 } -
trunk/sources/HeuristicLab.Algorithms.SGA.Views/3.3/Properties/AssemblyInfo.frame
r2852 r2885 26 26 // set of attributes. Change these attribute values to modify the information 27 27 // associated with an assembly. 28 [assembly: AssemblyTitle("HeuristicLab. SGA.Views")]28 [assembly: AssemblyTitle("HeuristicLab.Algorithms.SGA.Views")] 29 29 [assembly: AssemblyDescription("Views of the HeuristicLab Standard Genetic Algorithm (SGA)")] 30 30 [assembly: AssemblyConfiguration("")] -
trunk/sources/HeuristicLab.Algorithms.SGA.Views/3.3/SGAView.Designer.cs
r2852 r2885 20 20 #endregion 21 21 22 namespace HeuristicLab. SGA.Views {22 namespace HeuristicLab.Algorithms.SGA.Views { 23 23 partial class SGAView { 24 24 /// <summary> -
trunk/sources/HeuristicLab.Algorithms.SGA.Views/3.3/SGAView.cs
r2852 r2885 23 23 using HeuristicLab.Optimization.Views; 24 24 25 namespace HeuristicLab. SGA.Views {25 namespace HeuristicLab.Algorithms.SGA.Views { 26 26 /// <summary> 27 27 /// The base class for visual representations of items.
Note: See TracChangeset
for help on using the changeset viewer.