- Timestamp:
- 09/06/17 10:33:25 (7 years ago)
- Location:
- branches/MathNetNumerics-Exploration-2789
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/MathNetNumerics-Exploration-2789/HeuristicLab.Algorithms.DataAnalysis.Experimental/HeuristicLab.Algorithms.DataAnalysis.Experimental.csproj
r15348 r15349 47 47 <Private>True</Private> 48 48 </Reference> 49 <Reference Include="FSharp.Core, Version=4.4.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> 50 <HintPath>..\packages\FSharp.Core.4.2.3\lib\net45\FSharp.Core.dll</HintPath> 51 <Private>True</Private> 49 <Reference Include="FSharp.Core, Version=4.4.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> 50 <HintPath>..\packages\FSharp.Core.4.0.0.1\lib\net40\FSharp.Core.dll</HintPath> 52 51 </Reference> 53 52 <Reference Include="FSharp.Quotations.Evaluator, Version=1.0.6.0, Culture=neutral, processorArchitecture=MSIL"> -
branches/MathNetNumerics-Exploration-2789/HeuristicLab.Algorithms.DataAnalysis.Experimental/app.config
r15348 r15349 5 5 <dependentAssembly> 6 6 <assemblyIdentity name="FSharp.Core" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" /> 7 <bindingRedirect oldVersion="0.0.0.0-4.4. 1.0" newVersion="4.4.1.0" />7 <bindingRedirect oldVersion="0.0.0.0-4.4.0.0" newVersion="4.4.0.0" /> 8 8 </dependentAssembly> 9 9 </assemblyBinding> -
branches/MathNetNumerics-Exploration-2789/HeuristicLab.Algorithms.DataAnalysis.Experimental/packages.config
r15348 r15349 2 2 <packages> 3 3 <package id="DiffSharp" version="0.7.7" targetFramework="net46" /> 4 <package id="FSharp.Core" version="4. 2.3" targetFramework="net46" />4 <package id="FSharp.Core" version="4.0.0.1" targetFramework="net46" /> 5 5 <package id="FSharp.Quotations.Evaluator" version="1.0.6" targetFramework="net46" /> 6 6 </packages> -
branches/MathNetNumerics-Exploration-2789/Test/app.config
r15348 r15349 5 5 <dependentAssembly> 6 6 <assemblyIdentity name="FSharp.Core" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" /> 7 <bindingRedirect oldVersion="0.0.0.0-4.4. 1.0" newVersion="4.4.1.0" />7 <bindingRedirect oldVersion="0.0.0.0-4.4.0.0" newVersion="4.4.0.0" /> 8 8 </dependentAssembly> 9 9 </assemblyBinding> -
branches/MathNetNumerics-Exploration-2789/packages
- Property svn:ignore
-
old new 5 5 FSharp.Core.4.2.3 6 6 FSharp.Quotations.Evaluator.1.0.6 7 FSharp.Core.4.0.0.1
-
- Property svn:ignore
Note: See TracChangeset
for help on using the changeset viewer.