Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/06/17 10:13:08 (7 years ago)
Author:
gkronber
Message:

#2789 worked on NLR with constraints

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/MathNetNumerics-Exploration-2789/HeuristicLab.Algorithms.DataAnalysis.Experimental/HeuristicLab.Algorithms.DataAnalysis.Experimental.csproj

    r15313 r15348  
    4242      <HintPath>..\..\..\trunk\sources\bin\AutoDiff-1.0.dll</HintPath>
    4343    </Reference>
    44     <Reference Include="DiffSharp, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
     44    <Reference Include="DiffSharp, Version=0.7.7.0, Culture=neutral, processorArchitecture=AMD64">
    4545      <SpecificVersion>False</SpecificVersion>
    46       <HintPath>.\DiffSharp.dll</HintPath>
     46      <HintPath>..\packages\DiffSharp.0.7.7\lib\net46\DiffSharp.dll</HintPath>
     47      <Private>True</Private>
     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>
     52    </Reference>
     53    <Reference Include="FSharp.Quotations.Evaluator, Version=1.0.6.0, Culture=neutral, processorArchitecture=MSIL">
     54      <SpecificVersion>False</SpecificVersion>
     55      <HintPath>..\packages\FSharp.Quotations.Evaluator.1.0.6\lib\net40\FSharp.Quotations.Evaluator.dll</HintPath>
     56      <Private>True</Private>
    4757    </Reference>
    4858    <Reference Include="HeuristicLab.Algorithms.DataAnalysis-3.4">
     
    130140  </ItemGroup>
    131141  <ItemGroup>
     142    <None Include="app.config" />
     143    <None Include="packages.config" />
    132144    <None Include="Plugin.cs.frame" />
    133145  </ItemGroup>
     
    166178</PreBuildEvent>
    167179  </PropertyGroup>
     180  <Import Project="..\packages\DiffSharp.0.7.7\build\DiffSharp.targets" Condition="Exists('..\packages\DiffSharp.0.7.7\build\DiffSharp.targets')" />
     181  <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
     182    <PropertyGroup>
     183      <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them.  For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
     184    </PropertyGroup>
     185    <Error Condition="!Exists('..\packages\DiffSharp.0.7.7\build\DiffSharp.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\DiffSharp.0.7.7\build\DiffSharp.targets'))" />
     186  </Target>
    168187</Project>
Note: See TracChangeset for help on using the changeset viewer.