Changeset 17105 for stable/HeuristicLab.Problems.ParameterOptimization/3.3/HeuristicLab.Problems.ParameterOptimization-3.3.csproj
- Timestamp:
- 07/08/19 00:23:12 (5 years ago)
- Location:
- stable
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
stable
-
stable/HeuristicLab.Problems.ParameterOptimization/3.3/HeuristicLab.Problems.ParameterOptimization-3.3.csproj
r17097 r17105 80 80 </PropertyGroup> 81 81 <ItemGroup> 82 <Reference Include="Google.Protobuf, Version=3.6.1.0, Culture=neutral, PublicKeyToken=a7d26565bac4d604, processorArchitecture=MSIL">83 <HintPath>..\..\packages\Google.Protobuf.3.6.1\lib\net45\Google.Protobuf.dll</HintPath>84 </Reference>85 <Reference Include="HEAL.Attic, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">86 <HintPath>..\..\packages\HEAL.Attic.1.0.0-pre02\lib\net461\HEAL.Attic.dll</HintPath>87 </Reference>88 82 <Reference Include="System" /> 89 83 <Reference Include="System.Core" /> 90 84 <Reference Include="System.Drawing" /> 91 <Reference Include="System.Drawing.Common, Version=4.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">92 <HintPath>..\..\packages\System.Drawing.Common.4.5.1\lib\net461\System.Drawing.Common.dll</HintPath>93 </Reference>94 85 <Reference Include="System.Xml.Linq" /> 95 86 <Reference Include="System.Data.DataSetExtensions" /> … … 109 100 <ItemGroup> 110 101 <None Include="HeuristicLab.snk" /> 111 <None Include="packages.config" />112 102 <None Include="Plugin.cs.frame" /> 113 103 <None Include="Properties\AssemblyInfo.cs.frame" /> … … 175 165 </ProjectReference> 176 166 </ItemGroup> 167 <ItemGroup> 168 <Reference Include="HEAL.Attic, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 169 <SpecificVersion>False</SpecificVersion> 170 <HintPath>..\..\bin\HEAL.Attic.dll</HintPath> 171 <Private>False</Private> 172 </Reference> 173 </ItemGroup> 177 174 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 178 175 <PropertyGroup>
Note: See TracChangeset
for help on using the changeset viewer.