Changeset 17105 for stable/HeuristicLab.Algorithms.ParticleSwarmOptimization/3.3/HeuristicLab.Algorithms.ParticleSwarmOptimization-3.3.csproj
Legend:
- Unmodified
- Added
- Removed
-
stable
-
stable/HeuristicLab.Algorithms.ParticleSwarmOptimization/3.3/HeuristicLab.Algorithms.ParticleSwarmOptimization-3.3.csproj
r17097 r17105 98 98 </PropertyGroup> 99 99 <ItemGroup> 100 <Reference Include="Google.Protobuf, Version=3.6.1.0, Culture=neutral, PublicKeyToken=a7d26565bac4d604, processorArchitecture=MSIL">101 <HintPath>..\..\packages\Google.Protobuf.3.6.1\lib\net45\Google.Protobuf.dll</HintPath>102 </Reference>103 <Reference Include="HEAL.Attic, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">104 <HintPath>..\..\packages\HEAL.Attic.1.0.0-pre02\lib\net461\HEAL.Attic.dll</HintPath>105 </Reference>106 100 <Reference Include="System" /> 107 101 <Reference Include="System.Core"> … … 109 103 </Reference> 110 104 <Reference Include="System.Drawing" /> 111 <Reference Include="System.Drawing.Common, Version=4.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">112 <HintPath>..\..\packages\System.Drawing.Common.4.5.1\lib\net461\System.Drawing.Common.dll</HintPath>113 </Reference>114 105 <Reference Include="System.Xml.Linq"> 115 106 <RequiredTargetFramework>3.5</RequiredTargetFramework> … … 136 127 <ItemGroup> 137 128 <None Include="HeuristicLab.snk" /> 138 <None Include="packages.config" />139 129 <None Include="Plugin.cs.frame" /> 140 130 <None Include="Properties\AssemblyInfo.cs.frame" /> … … 218 208 <Private>False</Private> 219 209 </ProjectReference> 210 </ItemGroup> 211 <ItemGroup> 212 <Reference Include="HEAL.Attic, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 213 <SpecificVersion>False</SpecificVersion> 214 <HintPath>..\..\bin\HEAL.Attic.dll</HintPath> 215 <Private>False</Private> 216 </Reference> 220 217 </ItemGroup> 221 218 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Note: See TracChangeset
for help on using the changeset viewer.