Changeset 84
- Timestamp:
- 03/20/08 16:18:24 (17 years ago)
- Location:
- trunk/sources
- Files:
-
- 1 added
- 3 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Data/HeuristicLab.Data.csproj
r82 r84 220 220 <EmbeddedResource Include="ConstrainedItemListView.resx"> 221 221 <DependentUpon>ConstrainedItemListView.cs</DependentUpon> 222 <SubType>Designer</SubType> 222 223 </EmbeddedResource> 223 224 <EmbeddedResource Include="DoubleDataView.resx"> -
trunk/sources/HeuristicLab.ES/HeuristicLab.ES.csproj
r71 r84 59 59 <DependentUpon>ESEditor.cs</DependentUpon> 60 60 </Compile> 61 <Compile Include="VariableStrengthRepeatingManipulator.cs" /> 61 62 </ItemGroup> 62 63 <ItemGroup> -
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.