Changeset 5209 for branches/PSO/HeuristicLab.Algorithms.ParticleSwarmOptimization/3.3/HeuristicLab.Algorithms.ParticleSwarmOptimization-3.3.csproj
- Timestamp:
- 01/04/11 16:34:11 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PSO/HeuristicLab.Algorithms.ParticleSwarmOptimization/3.3/HeuristicLab.Algorithms.ParticleSwarmOptimization-3.3.csproj
r5033 r5209 11 11 <RootNamespace>HeuristicLab.Algorithms.ParticleSwarmOptimization</RootNamespace> 12 12 <AssemblyName>HeuristicLab.Algorithms.ParticleSwarmOptimization-3.3</AssemblyName> 13 <TargetFrameworkVersion>v 3.5</TargetFrameworkVersion>13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> 14 14 <FileAlignment>512</FileAlignment> 15 15 <SignAssembly>true</SignAssembly> … … 34 34 <UseApplicationTrust>false</UseApplicationTrust> 35 35 <BootstrapperEnabled>true</BootstrapperEnabled> 36 <TargetFrameworkProfile /> 36 37 </PropertyGroup> 37 38 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> … … 91 92 </PropertyGroup> 92 93 <ItemGroup> 94 <Reference Include="HeuristicLab.Encodings.IntegerVectorEncoding-3.3"> 95 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.dll</HintPath> 96 </Reference> 93 97 <Reference Include="System" /> 94 98 <Reference Include="System.Core"> … … 106 110 <ItemGroup> 107 111 <Compile Include="BestPointInitializer.cs" /> 112 <Compile Include="RandomTopologyInitializer.cs" /> 113 <Compile Include="VonNeumannTopologyInitializer.cs" /> 114 <Compile Include="EmptyTopologyInitializer.cs" /> 115 <Compile Include="RingTopologyInitializer.cs" /> 116 <Compile Include="ITopologyUpdater.cs" /> 117 <Compile Include="IdentityTopologyUpdater.cs" /> 118 <Compile Include="NeighborUpdater.cs" /> 119 <Compile Include="TopologyInitializer.cs" /> 120 <Compile Include="ITopologyInitializer.cs" /> 121 <Compile Include="NeighborhoodParticleUpdater.cs" /> 122 <Compile Include="IParticleUpdater.cs" /> 123 <Compile Include="TotallyConnectedParticleUpdater.cs" /> 108 124 <Compile Include="HeuristicLabAlgorithmsParticleSwarmOptimizationPlugin.cs" /> 109 125 <Compile Include="ParticleSwarmOptimization.cs" />
Note: See TracChangeset
for help on using the changeset viewer.