- Timestamp:
- 01/31/18 09:02:46 (7 years ago)
- Location:
- branches/2864_PermutationProblems/HeuristicLab.Problems.Instances/3.3
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2864_PermutationProblems/HeuristicLab.Problems.Instances/3.3/HeuristicLab.Problems.Instances-3.3.csproj
r15661 r15686 19 19 <DebugType>full</DebugType> 20 20 <Optimize>false</Optimize> 21 <OutputPath>..\..\..\..\trunk\ sources\bin\</OutputPath>21 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 22 22 <DefineConstants>DEBUG;TRACE</DefineConstants> 23 23 <ErrorReport>prompt</ErrorReport> … … 28 28 <DebugType>pdbonly</DebugType> 29 29 <Optimize>true</Optimize> 30 <OutputPath>..\..\..\..\trunk\ sources\bin\</OutputPath>30 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 31 31 <DefineConstants>TRACE</DefineConstants> 32 32 <ErrorReport>prompt</ErrorReport> -
branches/2864_PermutationProblems/HeuristicLab.Problems.Instances/3.3/Plugin.cs
r15662 r15686 23 23 24 24 namespace HeuristicLab.Problems.Instances { 25 [Plugin("HeuristicLab.Problems.Instances", "3.3.15.1566 1")]25 [Plugin("HeuristicLab.Problems.Instances", "3.3.15.15662")] 26 26 [PluginFile("HeuristicLab.Problems.Instances-3.3.dll", PluginFileType.Assembly)] 27 27 [PluginDependency("HeuristicLab.Common", "3.3")] -
branches/2864_PermutationProblems/HeuristicLab.Problems.Instances/3.3/Properties/AssemblyInfo.cs
r15662 r15686 55 55 // [assembly: AssemblyVersion("1.0.*")] 56 56 [assembly: AssemblyVersion("3.3.0.0")] 57 [assembly: AssemblyFileVersion("3.3.14.1566 1")]57 [assembly: AssemblyFileVersion("3.3.14.15662")]
Note: See TracChangeset
for help on using the changeset viewer.