- Timestamp:
- 08/11/15 10:11:47 (9 years ago)
- Location:
- branches/HiveStatistics/sources
- Files:
-
- 5 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/HiveStatistics/sources
- Property svn:ignore
-
old new 23 23 bin 24 24 protoc.exe 25 obj
-
- Property svn:mergeinfo changed
- Property svn:ignore
-
branches/HiveStatistics/sources/HeuristicLab.Problems.Instances
- Property svn:mergeinfo changed
-
branches/HiveStatistics/sources/HeuristicLab.Problems.Instances/3.3/HeuristicLab.Problems.Instances-3.3.csproj
r11623 r12843 126 126 <Compile Include="IDataDescriptor.cs" /> 127 127 <Compile Include="Types\DistanceHelper.cs" /> 128 <Compile Include="Types\OPData.cs" /> 128 129 <Compile Include="Types\VRP\MDCVRPTWData.cs" /> 129 130 <Compile Include="Types\VRP\MDCVRPData.cs" /> -
branches/HiveStatistics/sources/HeuristicLab.Problems.Instances/3.3/Plugin.cs.frame
r12012 r12843 23 23 24 24 namespace HeuristicLab.Problems.Instances { 25 [Plugin("HeuristicLab.Problems.Instances", "3.3.1 1.$WCREV$")]25 [Plugin("HeuristicLab.Problems.Instances", "3.3.12.$WCREV$")] 26 26 [PluginFile("HeuristicLab.Problems.Instances-3.3.dll", PluginFileType.Assembly)] 27 27 [PluginDependency("HeuristicLab.Common", "3.3")] -
branches/HiveStatistics/sources/HeuristicLab.Problems.Instances/3.3/Properties/AssemblyInfo.cs.frame
r12012 r12843 55 55 // [assembly: AssemblyVersion("1.0.*")] 56 56 [assembly: AssemblyVersion("3.3.0.0")] 57 [assembly: AssemblyFileVersion("3.3.1 1.$WCREV$")]57 [assembly: AssemblyFileVersion("3.3.12.$WCREV$")]
Note: See TracChangeset
for help on using the changeset viewer.