- Timestamp:
- 04/23/11 10:00:31 (14 years ago)
- Location:
- branches/histogram
- Files:
-
- 3 edited
- 3 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/histogram
- Property svn:ignore
-
old new 10 10 protoc.exe 11 11 HeuristicLab 3.3.5.1.ReSharper.user 12 *.psess 13 *.vsp
-
- Property svn:mergeinfo changed
/trunk/sources merged: 6026,6029-6031,6035-6037,6042-6045
- Property svn:ignore
-
branches/histogram/HeuristicLab.Encodings.IntegerVectorEncoding/3.3/HeuristicLab.Encodings.IntegerVectorEncoding-3.3.csproj
r5163 r6046 12 12 <AssemblyName>HeuristicLab.Encodings.IntegerVectorEncoding-3.3</AssemblyName> 13 13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> 14 <TargetFrameworkProfile></TargetFrameworkProfile> 14 <TargetFrameworkProfile> 15 </TargetFrameworkProfile> 15 16 <FileAlignment>512</FileAlignment> 16 17 <SignAssembly>true</SignAssembly> … … 117 118 <Compile Include="Interfaces\IIntegerVectorCrossover.cs" /> 118 119 <Compile Include="Interfaces\IIntegerVectorManipulator.cs" /> 120 <Compile Include="Interfaces\IIntegerVectorMultiNeighborhoodShakingOperator.cs" /> 119 121 <Compile Include="Interfaces\IIntegerVectorOperator.cs" /> 120 122 <Compile Include="IntegerVectorCrossover.cs" /> … … 126 128 <Compile Include="Properties\AssemblyInfo.cs" /> 127 129 <Compile Include="IntegerVectorCreator.cs" /> 130 <Compile Include="ShakingOperators\IntegerVectorShakingOperator.cs" /> 128 131 </ItemGroup> 129 132 <ItemGroup> … … 147 150 <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project> 148 151 <Name>HeuristicLab.Operators-3.3</Name> 152 </ProjectReference> 153 <ProjectReference Include="..\..\HeuristicLab.Optimization.Operators\3.3\HeuristicLab.Optimization.Operators-3.3.csproj"> 154 <Project>{25087811-F74C-4128-BC86-8324271DA13E}</Project> 155 <Name>HeuristicLab.Optimization.Operators-3.3</Name> 149 156 </ProjectReference> 150 157 <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj"> -
branches/histogram/HeuristicLab.Encodings.IntegerVectorEncoding/3.3/HeuristicLabEncodingsIntegerVectorEncodingPlugin.cs.frame
r5446 r6046 34 34 [PluginDependency("HeuristicLab.Operators", "3.3")] 35 35 [PluginDependency("HeuristicLab.Optimization", "3.3")] 36 [PluginDependency("HeuristicLab.Optimization.Operators", "3.3")] 36 37 [PluginDependency("HeuristicLab.Parameters", "3.3")] 37 38 [PluginDependency("HeuristicLab.Persistence", "3.3")]
Note: See TracChangeset
for help on using the changeset viewer.