- Timestamp:
- 07/08/19 11:53:03 (5 years ago)
- Location:
- addons/HeuristicLab.MetaOptimization/HeuristicLab.HiveEngine/3.3
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
addons/HeuristicLab.MetaOptimization/HeuristicLab.HiveEngine/3.3/HeuristicLab.HiveEngine-3.3.csproj
r17029 r17108 109 109 </PropertyGroup> 110 110 <ItemGroup> 111 <Reference Include="Google.Protobuf, Version=3.6.1.0, Culture=neutral, PublicKeyToken=a7d26565bac4d604, processorArchitecture=MSIL"> 112 <HintPath>..\..\packages\Google.Protobuf.3.6.1\lib\net45\Google.Protobuf.dll</HintPath> 113 </Reference> 114 <Reference Include="HEAL.Attic, Version=1.1.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 115 <HintPath>..\..\packages\HEAL.Attic.1.1.0\lib\net461\HEAL.Attic.dll</HintPath> 111 <Reference Include="HEAL.Attic"> 112 <HintPath>..\..\..\..\trunk\bin\HEAL.Attic.dll</HintPath> 113 <Private>False</Private> 116 114 </Reference> 117 115 <Reference Include="HeuristicLab.Clients.Hive-3.3"> … … 127 125 <Private>False</Private> 128 126 </Reference> 129 <Reference Include="HeuristicLab.Common-3.3 , Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">127 <Reference Include="HeuristicLab.Common-3.3"> 130 128 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common-3.3.dll</HintPath> 131 129 <Private>False</Private> … … 137 135 <Reference Include="HeuristicLab.Hive-3.3"> 138 136 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Hive-3.3.dll</HintPath> 137 <Private>False</Private> 139 138 </Reference> 140 139 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> … … 154 153 <Reference Include="System.Data" /> 155 154 <Reference Include="System.Drawing" /> 156 <Reference Include="System.Drawing.Common, Version=4.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">157 <HintPath>..\..\packages\System.Drawing.Common.4.5.1\lib\net461\System.Drawing.Common.dll</HintPath>158 </Reference>159 155 <Reference Include="System.Runtime.Serialization" /> 160 156 <Reference Include="System.Windows.Forms" /> … … 165 161 <Compile Include="Exceptions\ScopeMergeException.cs" /> 166 162 <Compile Include="Properties\AssemblyInfo.cs" /> 167 <None Include="packages.config" />168 <None Include="Plugin.cs.frame" />169 163 <Compile Include="HiveEngine.cs" /> 170 164 <Compile Include="Exceptions\HiveEngineException.cs" /> 171 <None Include="Properties\AssemblyInfo.cs.frame" />172 165 </ItemGroup> 173 166 <ItemGroup> 167 <None Include="Properties\AssemblyInfo.cs.frame" /> 168 <None Include="Plugin.cs.frame" /> 174 169 <None Include="HeuristicLab.snk" /> 175 170 </ItemGroup>
Note: See TracChangeset
for help on using the changeset viewer.