- Timestamp:
- 09/14/11 13:59:25 (13 years ago)
- Location:
- branches/PersistenceSpeedUp
- Files:
-
- 4 edited
- 2 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceSpeedUp
- Property svn:ignore
-
old new 12 12 *.psess 13 13 *.vsp 14 *.docstates
-
- Property svn:mergeinfo changed
- Property svn:ignore
-
branches/PersistenceSpeedUp/HeuristicLab.Encodings.PermutationEncoding
- Property svn:mergeinfo changed
-
branches/PersistenceSpeedUp/HeuristicLab.Encodings.PermutationEncoding/3.3/Tests/HeuristicLab.Encodings.PermutationEncoding-3.3.Tests.csproj
r5163 r6760 112 112 <Compile Include="OrderCrossoverTest.cs" /> 113 113 <Compile Include="PartiallyMatchedCrossoverTest.cs" /> 114 <Compile Include="PermutationEqualityComparerTest.cs" /> 114 115 <Compile Include="PositionBasedCrossoverTest.cs" /> 115 116 <Compile Include="Properties\AssemblyInfo.cs" /> … … 120 121 <Compile Include="TranslocationInversionManipulatorTest.cs" /> 121 122 <Compile Include="TranslocationManipulatorTest.cs" /> 123 <Compile Include="UniformLikeCrossoverTest.cs" /> 122 124 </ItemGroup> 123 125 <ItemGroup> … … 129 131 <Name>HeuristicLab.Collections-3.3</Name> 130 132 </ProjectReference> 133 <ProjectReference Include="..\..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj"> 134 <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project> 135 <Name>HeuristicLab.Common.Resources-3.3</Name> 136 </ProjectReference> 131 137 <ProjectReference Include="..\..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj"> 132 138 <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project> … … 144 150 <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project> 145 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> 146 156 </ProjectReference> 147 157 <ProjectReference Include="..\..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj"> -
branches/PersistenceSpeedUp/HeuristicLab.Encodings.PermutationEncoding/3.3/Tests/Properties/AssemblyInfo.cs
r5446 r6760 53 53 // by using the '*' as shown below: 54 54 [assembly: AssemblyVersion("3.3.0.0")] 55 [assembly: AssemblyFileVersion("3.3. 3.0")]55 [assembly: AssemblyFileVersion("3.3.5.0")]
Note: See TracChangeset
for help on using the changeset viewer.