- 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.Problems.Instances.TSPLIB.Views/3.3/HeuristicLab.Problems.Instances.TSPLIB.Views-3.3.csproj
r8085 r8660 182 182 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 183 183 <PropertyGroup> 184 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)184 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 185 185 set ProjectDir=$(ProjectDir) 186 186 set SolutionDir=$(SolutionDir) … … 188 188 189 189 call PreBuildEvent.cmd</PreBuildEvent> 190 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 191 export ProjectDir=$(ProjectDir) 192 export SolutionDir=$(SolutionDir) 193 194 $SolutionDir/PreBuildEvent.sh 195 </PreBuildEvent> 190 196 </PropertyGroup> 191 197 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. -
branches/GP-MoveOperators/HeuristicLab.Problems.Instances.TSPLIB.Views/3.3/Plugin.cs.frame
r8085 r8660 23 23 24 24 namespace HeuristicLab.Problems.Instances.TSPLIB.Views { 25 [Plugin("HeuristicLab.Problems.Instances.TSPLIB.Views", "3.3. 6.$WCREV$")]25 [Plugin("HeuristicLab.Problems.Instances.TSPLIB.Views", "3.3.7.$WCREV$")] 26 26 [PluginFile("HeuristicLab.Problems.Instances.TSPLIB.Views-3.3.dll", PluginFileType.Assembly)] 27 27 [PluginDependency("HeuristicLab.Common.Resources", "3.3")] -
branches/GP-MoveOperators/HeuristicLab.Problems.Instances.TSPLIB.Views/3.3/Properties/AssemblyInfo.cs.frame
r7558 r8660 55 55 // [assembly: AssemblyVersion("1.0.*")] 56 56 [assembly: AssemblyVersion("3.3.0.0")] 57 [assembly: AssemblyFileVersion("3.3. 6.$WCREV$")]57 [assembly: AssemblyFileVersion("3.3.7.$WCREV$")]
Note: See TracChangeset
for help on using the changeset viewer.