Changeset 17105 for stable/HeuristicLab.Encodings.ScheduleEncoding
Legend:
- Unmodified
- Added
- Removed
-
stable
-
stable/HeuristicLab.Encodings.ScheduleEncoding/3.3/HeuristicLab.Encodings.ScheduleEncoding-3.3.csproj
r17097 r17105 111 111 </PropertyGroup> 112 112 <ItemGroup> 113 <Reference Include="Google.Protobuf, Version=3.6.1.0, Culture=neutral, PublicKeyToken=a7d26565bac4d604, processorArchitecture=MSIL">114 <HintPath>..\..\packages\Google.Protobuf.3.6.1\lib\net45\Google.Protobuf.dll</HintPath>115 </Reference>116 <Reference Include="HEAL.Attic, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">117 <HintPath>..\..\packages\HEAL.Attic.1.0.0-pre02\lib\net461\HEAL.Attic.dll</HintPath>118 </Reference>119 113 <Reference Include="System" /> 120 114 <Reference Include="System.Core" /> 121 115 <Reference Include="System.Drawing" /> 122 <Reference Include="System.Drawing.Common, Version=4.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">123 <HintPath>..\..\packages\System.Drawing.Common.4.5.1\lib\net461\System.Drawing.Common.dll</HintPath>124 </Reference>125 116 </ItemGroup> 126 117 <ItemGroup> … … 175 166 <ItemGroup> 176 167 <None Include="HeuristicLab.snk" /> 177 <None Include="packages.config" />178 168 <None Include="Plugin.cs.frame" /> 179 169 <None Include="Properties\AssemblyInfo.cs.frame" /> … … 235 225 <Private>False</Private> 236 226 </ProjectReference> 227 </ItemGroup> 228 <ItemGroup> 229 <Reference Include="HEAL.Attic, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 230 <SpecificVersion>False</SpecificVersion> 231 <HintPath>..\..\bin\HEAL.Attic.dll</HintPath> 232 <Private>False</Private> 233 </Reference> 237 234 </ItemGroup> 238 235 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> -
stable/HeuristicLab.Encodings.ScheduleEncoding/3.3/Plugin.cs.frame
r17097 r17105 34 34 [PluginDependency("HeuristicLab.Optimization", "3.3")] 35 35 [PluginDependency("HeuristicLab.Parameters", "3.3")] 36 [PluginDependency("HeuristicLab. Persistence", "3.3")]36 [PluginDependency("HeuristicLab.Attic", "1.0")] 37 37 public class HeuristicLabEncodingsScheduleEncodingPlugin : PluginBase { 38 38 }
Note: See TracChangeset
for help on using the changeset viewer.