- Timestamp:
- 03/20/08 16:18:24 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Permutation/HeuristicLab.Permutation.csproj
r83 r84 81 81 <Compile Include="TranslocationInversionManipulator.cs" /> 82 82 <Compile Include="TranslocationManipulator.cs" /> 83 <Compile Include="VariableStrengthInversionManipulator.cs" />84 <Compile Include="VariableStrengthPermutationManipulatorBase.cs" />85 <Compile Include="VariableStrengthSwap2Manipulator.cs" />86 83 </ItemGroup> 87 84 <ItemGroup> … … 106 103 <Name>HeuristicLab.PluginInfrastructure</Name> 107 104 </ProjectReference> 105 <ProjectReference Include="..\HeuristicLab.Random\HeuristicLab.Random.csproj"> 106 <Project>{47019A74-F7F7-482E-83AA-D3F4F777E879}</Project> 107 <Name>HeuristicLab.Random</Name> 108 </ProjectReference> 108 109 </ItemGroup> 109 110 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
Note: See TracChangeset
for help on using the changeset viewer.