- 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.QuadraticAssignment.Algorithms/3.3/HeuristicLab.Problems.QuadraticAssignment.Algorithms-3.3.csproj
r7646 r8660 196 196 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 197 197 <PropertyGroup> 198 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)198 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 199 199 set ProjectDir=$(ProjectDir) 200 200 set SolutionDir=$(SolutionDir) … … 202 202 203 203 call PreBuildEvent.cmd 204 </PreBuildEvent> 205 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 206 export ProjectDir=$(ProjectDir) 207 export SolutionDir=$(SolutionDir) 208 209 $SolutionDir/PreBuildEvent.sh 204 210 </PreBuildEvent> 205 211 </PropertyGroup> -
branches/GP-MoveOperators/HeuristicLab.Problems.QuadraticAssignment.Algorithms/3.3/Plugin.cs.frame
r7259 r8660 23 23 24 24 namespace HeuristicLab.Problems.QuadraticAssignment.Algorithms { 25 [Plugin("HeuristicLab.Problems.QuadraticAssignment.Algorithms", "3.3. 6.$WCREV$")]25 [Plugin("HeuristicLab.Problems.QuadraticAssignment.Algorithms", "3.3.7.$WCREV$")] 26 26 [PluginFile("HeuristicLab.Problems.QuadraticAssignment.Algorithms-3.3.dll", PluginFileType.Assembly)] 27 27 [PluginDependency("HeuristicLab.Analysis", "3.3")] -
branches/GP-MoveOperators/HeuristicLab.Problems.QuadraticAssignment.Algorithms/3.3/Properties/AssemblyInfo.cs.frame
r7259 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.