Changeset 8660 for branches/GP-MoveOperators/HeuristicLab.DebugEngine
- Timestamp:
- 09/14/12 18:58:15 (12 years ago)
- Location:
- branches/GP-MoveOperators
- Files:
-
- 4 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.DebugEngine/3.3/HeuristicLab.DebugEngine-3.3.csproj
r8085 r8660 136 136 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 137 137 <PropertyGroup> 138 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)138 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 139 139 set ProjectDir=$(ProjectDir) 140 140 set SolutionDir=$(SolutionDir) … … 142 142 143 143 call PreBuildEvent.cmd 144 </PreBuildEvent> 145 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 146 export ProjectDir=$(ProjectDir) 147 export SolutionDir=$(SolutionDir) 148 149 $SolutionDir/PreBuildEvent.sh 144 150 </PreBuildEvent> 145 151 </PropertyGroup> -
branches/GP-MoveOperators/HeuristicLab.DebugEngine/3.3/Plugin.cs.frame
r8085 r8660 24 24 namespace HeuristicLab.DebugEngine { 25 25 26 [Plugin("HeuristicLab.DebugEngine", "3.3. 6.$WCREV$")]26 [Plugin("HeuristicLab.DebugEngine", "3.3.7.$WCREV$")] 27 27 [PluginFile("HeuristicLab.DebugEngine-3.3.dll", PluginFileType.Assembly)] 28 28 [PluginDependency("HeuristicLab.Collections", "3.3")] -
branches/GP-MoveOperators/HeuristicLab.DebugEngine/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.