- Timestamp:
- 05/19/20 15:01:59 (5 years ago)
- Location:
- branches/2521_ProblemRefactoring/HeuristicLab.Parameters/3.3
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2521_ProblemRefactoring/HeuristicLab.Parameters/3.3/HeuristicLab.Parameters-3.3.csproj
r17532 r17546 126 126 <Compile Include="FixedValueParameter.cs" /> 127 127 <Compile Include="OptionalConstrainedValueParameter.cs" /> 128 <Compile Include="ParameterChangeHandler.cs" /> 128 129 <Compile Include="Plugin.cs" /> 129 130 <Compile Include="ReferenceParameter.cs" /> … … 161 162 <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project> 162 163 <Name>HeuristicLab.Core-3.3</Name> 164 <Private>False</Private> 165 </ProjectReference> 166 <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj"> 167 <Project>{bbab9df5-5ef3-4ba8-ade9-b36e82114937}</Project> 168 <Name>HeuristicLab.Data-3.3</Name> 163 169 <Private>False</Private> 164 170 </ProjectReference> -
branches/2521_ProblemRefactoring/HeuristicLab.Parameters/3.3/Plugin.cs.frame
r17226 r17546 32 32 [PluginDependency("HeuristicLab.Common.Resources", "3.3")] 33 33 [PluginDependency("HeuristicLab.Core", "3.3")] 34 [PluginDependency("HeuristicLab.Data", "3.3")] 34 35 [PluginDependency("HeuristicLab.Attic", "1.0")] 35 36 public class HeuristicLabParametersPlugin : PluginBase {
Note: See TracChangeset
for help on using the changeset viewer.