- 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.Problems.LinearAssignment/3.3
- Property svn:ignore
-
old new 2 2 Plugin.cs 3 3 bin 4 *.user
-
- Property svn:ignore
-
branches/GP-MoveOperators/HeuristicLab.Problems.LinearAssignment/3.3/HeuristicLab.Problems.LinearAssignment-3.3.csproj
r8022 r8660 186 186 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 187 187 <PropertyGroup> 188 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)188 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 189 189 set ProjectDir=$(ProjectDir) 190 190 set SolutionDir=$(SolutionDir) … … 192 192 193 193 call PreBuildEvent.cmd</PreBuildEvent> 194 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 195 export ProjectDir=$(ProjectDir) 196 export SolutionDir=$(SolutionDir) 197 198 $SolutionDir/PreBuildEvent.sh 199 </PreBuildEvent> 194 200 </PropertyGroup> 195 201 <PropertyGroup> -
branches/GP-MoveOperators/HeuristicLab.Problems.LinearAssignment/3.3/Plugin.cs.frame
r8022 r8660 23 23 24 24 namespace HeuristicLab.Problems.LinearAssignment { 25 [Plugin("HeuristicLab.Problems.LinearAssignment", "3.3. 6.$WCREV$")]25 [Plugin("HeuristicLab.Problems.LinearAssignment", "3.3.7.$WCREV$")] 26 26 [PluginFile("HeuristicLab.Problems.LinearAssignment-3.3.dll", PluginFileType.Assembly)] 27 27 [PluginDependency("HeuristicLab.Analysis", "3.3")] -
branches/GP-MoveOperators/HeuristicLab.Problems.LinearAssignment/3.3/Properties/AssemblyInfo.cs.frame
r7874 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.