Changeset 8660 for branches/GP-MoveOperators/HeuristicLab.Persistence
- Timestamp:
- 09/14/12 18:58:15 (12 years ago)
- Location:
- branches/GP-MoveOperators
- Files:
-
- 2 deleted
- 5 edited
- 2 copied
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.Persistence
- Property svn:mergeinfo changed
/trunk/sources/HeuristicLab.Persistence (added) merged: 8246,8588,8600
- Property svn:mergeinfo changed
-
branches/GP-MoveOperators/HeuristicLab.Persistence/3.3/HeuristicLab.Persistence-3.3.csproj
r7021 r8660 246 246 </ItemGroup> 247 247 <PropertyGroup> 248 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)248 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 249 249 set ProjectDir=$(ProjectDir) 250 250 set SolutionDir=$(SolutionDir) … … 252 252 253 253 call PreBuildEvent.cmd 254 </PreBuildEvent> 255 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 256 export ProjectDir=$(ProjectDir) 257 export SolutionDir=$(SolutionDir) 258 259 $SolutionDir/PreBuildEvent.sh 254 260 </PreBuildEvent> 255 261 <PostBuildEvent> -
branches/GP-MoveOperators/HeuristicLab.Persistence/3.3/Plugin.cs.frame
r7259 r8660 27 27 /// The plugin for HeuriticLab.Persistence 28 28 /// </summary> 29 [Plugin("HeuristicLab.Persistence", "3.3. 6.$WCREV$")]29 [Plugin("HeuristicLab.Persistence", "3.3.7.$WCREV$")] 30 30 [PluginFile("HeuristicLab.Persistence-3.3.dll", PluginFileType.Assembly)] 31 31 [PluginDependency("HeuristicLab.Tracing", "3.3")] -
branches/GP-MoveOperators/HeuristicLab.Persistence/3.3/Properties/AssemblyInfo.cs.frame
r7259 r8660 52 52 // 53 53 [assembly: AssemblyVersion("3.3.0.0")] 54 [assembly: AssemblyFileVersion("3.3. 6.$WCREV$")]54 [assembly: AssemblyFileVersion("3.3.7.$WCREV$")]
Note: See TracChangeset
for help on using the changeset viewer.