- Timestamp:
- 09/14/12 18:58:15 (12 years ago)
- Location:
- branches/GP-MoveOperators
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GP-MoveOperators
- Property svn:ignore
-
old new 21 21 protoc.exe 22 22 _ReSharper.HeuristicLab 3.3 Tests 23 Google.ProtocolBuffers-2.4.1.473.dll
-
- Property svn:mergeinfo changed
- Property svn:ignore
-
branches/GP-MoveOperators/HeuristicLab.Encodings.IntegerVectorEncoding
- Property svn:mergeinfo changed
/trunk/sources/HeuristicLab.Encodings.IntegerVectorEncoding merged: 8246,8600
- Property svn:mergeinfo changed
-
branches/GP-MoveOperators/HeuristicLab.Encodings.IntegerVectorEncoding/3.3/HeuristicLab.Encodings.IntegerVectorEncoding-3.3.csproj
r8206 r8660 233 233 --> 234 234 <PropertyGroup> 235 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)235 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 236 236 set ProjectDir=$(ProjectDir) 237 237 set SolutionDir=$(SolutionDir) … … 240 240 call PreBuildEvent.cmd 241 241 </PreBuildEvent> 242 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 243 export ProjectDir=$(ProjectDir) 244 export SolutionDir=$(SolutionDir) 245 246 $SolutionDir/PreBuildEvent.sh 247 </PreBuildEvent> 242 248 </PropertyGroup> 243 249 </Project> -
branches/GP-MoveOperators/HeuristicLab.Encodings.IntegerVectorEncoding/3.3/Plugin.cs.frame
r8085 r8660 26 26 /// Plugin class for HeuristicLab.Encodings.IntegerVectorEncoding plugin. 27 27 /// </summary> 28 [Plugin("HeuristicLab.Encodings.IntegerVectorEncoding", "3.3. 6.$WCREV$")]28 [Plugin("HeuristicLab.Encodings.IntegerVectorEncoding", "3.3.7.$WCREV$")] 29 29 [PluginFile("HeuristicLab.Encodings.IntegerVectorEncoding-3.3.dll", PluginFileType.Assembly)] 30 30 [PluginDependency("HeuristicLab.Collections", "3.3")] -
branches/GP-MoveOperators/HeuristicLab.Encodings.IntegerVectorEncoding/3.3/Properties/AssemblyInfo.cs.frame
r7259 r8660 54 54 // by using the '*' as shown below: 55 55 [assembly: AssemblyVersion("3.3.0.0")] 56 [assembly: AssemblyFileVersion("3.3. 6.$WCREV$")]56 [assembly: AssemblyFileVersion("3.3.7.$WCREV$")]
Note: See TracChangeset
for help on using the changeset viewer.