Changeset 3682 for trunk/sources/HeuristicLab.Algorithms.ParticleSwarmOptimization/3.3/HeuristicLab.Algorithms.ParticleSwarmOptimization-3.3.csproj
- Timestamp:
- 05/06/10 19:06:26 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Algorithms.ParticleSwarmOptimization/3.3/HeuristicLab.Algorithms.ParticleSwarmOptimization-3.3.csproj
r3415 r3682 81 81 <ItemGroup> 82 82 <Compile Include="HeuristicLabAlgorithmsParticleSwarmOptimizationPlugin.cs" /> 83 <Compile Include="IRealVectorEncoder.cs" />84 83 <Compile Include="ParticleSwarmOptimization.cs" /> 85 84 <Compile Include="ParticleSwarmOptimizationMainLoop.cs" /> 86 85 <Compile Include="PermutationToRealVectorEncoder.cs" /> 87 86 <Compile Include="Properties\AssemblyInfo.cs" /> 88 <Compile Include="RealVectorToRealVectorEncoder.cs" /> 87 <Compile Include="ParticleUpdater.cs" /> 88 <Compile Include="SwarmUpdater.cs" /> 89 89 </ItemGroup> 90 90 <ItemGroup> … … 94 94 </ItemGroup> 95 95 <ItemGroup> 96 <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj"> 97 <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project> 98 <Name>HeuristicLab.Analysis-3.3</Name> 99 </ProjectReference> 96 100 <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj"> 97 101 <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
Note: See TracChangeset
for help on using the changeset viewer.