- Timestamp:
- 10/01/13 13:10:12 (11 years ago)
- Location:
- branches/GrammaticalEvolution/HeuristicLab.Problems.GrammaticalEvolution
- Files:
-
- 2 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GrammaticalEvolution/HeuristicLab.Problems.GrammaticalEvolution/HeuristicLab.Problems.GrammaticalEvolution-3.3.csproj
r9954 r10012 99 99 </PropertyGroup> 100 100 <ItemGroup> 101 <Reference Include="HeuristicLab.Collections-3.3"> 102 <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath> 103 </Reference> 101 104 <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 102 105 <SpecificVersion>False</SpecificVersion> … … 109 112 <Private>False</Private> 110 113 </Reference> 114 <Reference Include="HeuristicLab.Data-3.3"> 115 <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath> 116 </Reference> 117 <Reference Include="HeuristicLab.Encodings.IntegerVectorEncoding-3.3"> 118 <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.dll</HintPath> 119 <Private>False</Private> 120 </Reference> 111 121 <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 112 122 <SpecificVersion>False</SpecificVersion> … … 114 124 <Private>False</Private> 115 125 </Reference> 126 <Reference Include="HeuristicLab.Operators-3.3"> 127 <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath> 128 </Reference> 116 129 <Reference Include="HeuristicLab.Optimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 117 130 <SpecificVersion>False</SpecificVersion> … … 124 137 <Private>False</Private> 125 138 </Reference> 139 <Reference Include="HeuristicLab.Parameters-3.3"> 140 <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath> 141 </Reference> 142 <Reference Include="HeuristicLab.Persistence-3.3"> 143 <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath> 144 </Reference> 126 145 <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 127 146 <SpecificVersion>False</SpecificVersion> 128 147 <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 129 148 <Private>False</Private> 149 </Reference> 150 <Reference Include="HeuristicLab.Problems.ArtificialAnt-3.4"> 151 <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.ArtificialAnt-3.4.dll</HintPath> 130 152 </Reference> 131 153 <Reference Include="System" /> … … 147 169 <ItemGroup> 148 170 <None Include="HeuristicLab.snk" /> 171 <Compile Include="GEArtificialAntProblem.cs" /> 172 <Compile Include="GEEvaluator.cs" /> 149 173 <Compile Include="Plugin.cs" /> 150 174 <Compile Include="Properties\AssemblyInfo.cs" /> … … 188 212 <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow> 189 213 <BaseIntermediateOutputPath>obj\</BaseIntermediateOutputPath> 190 <StartAction>Project</StartAction> 214 <StartAction>Program</StartAction> 215 <StartProgram>..\..\..\trunk\sources\bin\HeuristicLab 3.3.exe</StartProgram> 191 216 </PropertyGroup> 192 217 <PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' "> 193 218 <BaseAddress>4194304</BaseAddress> 194 <PlatformTarget> AnyCPU</PlatformTarget>219 <PlatformTarget>x86</PlatformTarget> 195 220 <RegisterForComInterop>False</RegisterForComInterop> 196 221 <GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies> -
branches/GrammaticalEvolution/HeuristicLab.Problems.GrammaticalEvolution/Plugin.cs.frame
r9954 r10012 25 25 [Plugin("HeuristicLab.Problems.GrammaticalEvolution","Provides classes for grammatical evolution.", "3.3.0.$WCREV$")] 26 26 [PluginFile("HeuristicLab.Problems.GrammaticalEvolution-3.3.dll", PluginFileType.Assembly)] 27 public class Plugin : PluginBase {27 public class HeuristicLabProblemsGEArtificialAntPlugin : PluginBase { 28 28 } 29 29 } -
branches/GrammaticalEvolution/HeuristicLab.Problems.GrammaticalEvolution/Properties/AssemblyInfo.cs.frame
r9953 r10012 27 27 // associated with an assembly. 28 28 [assembly: AssemblyTitle("HeuristicLab.Problems.GrammaticalEvolution")] 29 [assembly: AssemblyDescription("Provides classes to for grammatical evolution.")]29 [assembly: AssemblyDescription("Provides classes for Grammatical Evolution (GE).")] 30 30 [assembly: AssemblyConfiguration("")] 31 31 [assembly: AssemblyCompany("")]
Note: See TracChangeset
for help on using the changeset viewer.