Changeset 9363 for branches/OaaS/HeuristicLab.Problems.VehicleRouting/3.3
- Timestamp:
- 04/16/13 13:13:41 (12 years ago)
- Location:
- branches/OaaS
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/OaaS
- Property svn:ignore
-
old new 21 21 protoc.exe 22 22 _ReSharper.HeuristicLab 3.3 Tests 23 Google.ProtocolBuffers-2.4.1.473.dll 23 24 packages
-
- Property svn:mergeinfo changed
- Property svn:ignore
-
branches/OaaS/HeuristicLab.Problems.VehicleRouting
- Property svn:mergeinfo changed
/trunk/sources/HeuristicLab.Problems.VehicleRouting (added) merged: 8231,8246,8346,8455,8497,8600,8649,8651-8653,8720,8763,8894,8899,8905,8922,9010,9321
- Property svn:mergeinfo changed
-
branches/OaaS/HeuristicLab.Problems.VehicleRouting/3.3/HeuristicLab.Problems.VehicleRouting-3.3.csproj
r6866 r9363 330 330 --> 331 331 <PropertyGroup> 332 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)332 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 333 333 set ProjectDir=$(ProjectDir) 334 334 set SolutionDir=$(SolutionDir) … … 337 337 call PreBuildEvent.cmd 338 338 </PreBuildEvent> 339 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 340 export ProjectDir=$(ProjectDir) 341 export SolutionDir=$(SolutionDir) 342 343 $SolutionDir/PreBuildEvent.sh 344 </PreBuildEvent> 339 345 </PropertyGroup> 340 346 </Project> -
branches/OaaS/HeuristicLab.Problems.VehicleRouting/3.3/Plugin.cs.frame
r7259 r9363 26 26 /// Plugin class for HeuristicLab.Problems.VehicleRouting plugin 27 27 /// </summary> 28 [Plugin("HeuristicLab.Problems.VehicleRouting", "3.3. 6.$WCREV$")]28 [Plugin("HeuristicLab.Problems.VehicleRouting", "3.3.7.$WCREV$")] 29 29 [PluginFile("HeuristicLab.Problems.VehicleRouting-3.3.dll", PluginFileType.Assembly)] 30 30 [PluginDependency("HeuristicLab.Analysis", "3.3")] -
branches/OaaS/HeuristicLab.Problems.VehicleRouting/3.3/Properties/AssemblyInfo.cs.frame
r7259 r9363 53 53 // by using the '*' as shown below: 54 54 [assembly: AssemblyVersion("3.3.0.0")] 55 [assembly: AssemblyFileVersion("3.3. 6.$WCREV$")]55 [assembly: AssemblyFileVersion("3.3.7.$WCREV$")]
Note: See TracChangeset
for help on using the changeset viewer.