Changeset 16658 for trunk/HeuristicLab.Parameters
- Timestamp:
- 03/07/19 16:57:20 (6 years ago)
- Location:
- trunk/HeuristicLab.Parameters/3.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/HeuristicLab.Parameters/3.3/HeuristicLab.Parameters-3.3.csproj
r16625 r16658 189 189 </ItemGroup> 190 190 <ItemGroup> 191 <PackageReference Include="HEAL.Attic"> 192 <Version>1.0.0-pre03</Version> 193 </PackageReference> 191 <Reference Include="HEAL.Attic, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 192 <SpecificVersion>False</SpecificVersion> 193 <HintPath>..\..\bin\HEAL.Attic.dll</HintPath> 194 <Private>False</Private> 195 </Reference> 194 196 </ItemGroup> 195 197 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> -
trunk/HeuristicLab.Parameters/3.3/Plugin.cs.frame
r16565 r16658 32 32 [PluginDependency("HeuristicLab.Common.Resources", "3.3")] 33 33 [PluginDependency("HeuristicLab.Core", "3.3")] 34 [PluginDependency("HeuristicLab. Persistence", "3.3")]34 [PluginDependency("HeuristicLab.Attic", "1.0")] 35 35 public class HeuristicLabParametersPlugin : PluginBase { 36 36 }
Note: See TracChangeset
for help on using the changeset viewer.