Changeset 14174 for trunk/sources
- Timestamp:
- 07/22/16 08:51:34 (8 years ago)
- Location:
- trunk/sources
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.BinPacking.Views/3.3/Plugin.cs.frame
r14162 r14174 26 26 /// Plugin class for HeuristicLab.Problems.BinPacking.Views plugin. 27 27 /// </summary> 28 [Plugin("HeuristicLab.Problems.BinPacking.Views", "3.3. 7.$WCREV$")]28 [Plugin("HeuristicLab.Problems.BinPacking.Views", "3.3.14.$WCREV$")] 29 29 [PluginFile("HeuristicLab.Problems.BinPacking.Views-3.3.dll", PluginFileType.Assembly)] 30 30 [PluginDependency("HeuristicLab.Collections", "3.3")] 31 [PluginDependency("HeuristicLab.Common", "3.3")]32 31 [PluginDependency("HeuristicLab.Core", "3.3")] 33 32 [PluginDependency("HeuristicLab.Core.Views", "3.3")] -
trunk/sources/HeuristicLab.Problems.BinPacking/3.3/HeuristicLab.Problems.BinPacking-3.3.csproj
r14162 r14174 36 36 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> 37 37 <DebugSymbols>true</DebugSymbols> 38 <OutputPath> bin\x64\Debug\</OutputPath>38 <OutputPath>..\..\bin\</OutputPath> 39 39 <DefineConstants>DEBUG;TRACE</DefineConstants> 40 40 <DebugType>full</DebugType> … … 52 52 </PropertyGroup> 53 53 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> 54 <OutputPath> bin\x64\Release\</OutputPath>54 <OutputPath>..\..\bin\</OutputPath> 55 55 <DefineConstants>TRACE</DefineConstants> 56 56 <Optimize>true</Optimize> -
trunk/sources/HeuristicLab.Problems.BinPacking/3.3/Plugin.cs.frame
r14162 r14174 26 26 /// Plugin class for HeuristicLab.Problems.BinPacking plugin. 27 27 /// </summary> 28 [Plugin("HeuristicLab.Problems.BinPacking", "3.3. 7.$WCREV$")]28 [Plugin("HeuristicLab.Problems.BinPacking", "3.3.14.$WCREV$")] 29 29 [PluginFile("HeuristicLab.Problems.BinPacking-3.3.dll", PluginFileType.Assembly)] 30 30 [PluginDependency("HeuristicLab.Collections", "3.3")]
Note: See TracChangeset
for help on using the changeset viewer.