Changeset 16454 for branches/2520_PersistenceReintegration/HeuristicLab.Problems.DataAnalysis.Symbolic
- Timestamp:
- 12/27/18 11:16:08 (6 years ago)
- Location:
- branches/2520_PersistenceReintegration/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2520_PersistenceReintegration/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.csproj
r16452 r16454 106 106 <HintPath>..\..\bin\AutoDiff-1.0.dll</HintPath> 107 107 <Private>False</Private> 108 </Reference> 109 <Reference Include="Google.Protobuf, Version=3.6.1.0, Culture=neutral, PublicKeyToken=a7d26565bac4d604, processorArchitecture=MSIL"> 110 <HintPath>..\..\packages\Google.Protobuf.3.6.1\lib\net45\Google.Protobuf.dll</HintPath> 111 </Reference> 112 <Reference Include="HEAL.Fossil, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"> 113 <HintPath>..\..\packages\HEAL.Fossil.1.0.0\lib\netstandard2.0\HEAL.Fossil.dll</HintPath> 108 114 </Reference> 109 115 <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.NativeInterpreter-0.1, Version=0.0.0.1, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> … … 285 291 <Compile Include="TreeMatching\SymbolicExpressionTreePhenotypicSimilarityCalculator.cs" /> 286 292 <None Include="HeuristicLab.snk" /> 293 <None Include="packages.config" /> 287 294 <None Include="Plugin.cs.frame" /> 288 295 <None Include="Properties\AssemblyInfo.cs.frame" /> -
branches/2520_PersistenceReintegration/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/packages.config
r16285 r16454 1 1 <?xml version="1.0" encoding="utf-8"?> 2 2 <packages> 3 <package id="Google.Protobuf" version="3.6.1" targetFramework="net461" /> 4 <package id="HEAL.Fossil" version="1.0.0" targetFramework="net461" /> 3 5 <package id="System.Numerics.Vectors" version="4.5.0" targetFramework="net45" /> 4 6 </packages>
Note: See TracChangeset
for help on using the changeset viewer.