Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/29/20 09:23:06 (4 years ago)
Author:
lleko
Message:

#3022 implement ffx

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3022-FastFunctionExtraction/FFX/FastFunctionExtraction.csproj

    r17227 r17737  
    11<?xml version="1.0" encoding="utf-8"?>
    22<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
     3  <Import Project="..\packages\NUnit.3.12.0\build\NUnit.props" Condition="Exists('..\packages\NUnit.3.12.0\build\NUnit.props')" />
     4  <Import Project="..\packages\xunit.core.2.4.1\build\xunit.core.props" Condition="Exists('..\packages\xunit.core.2.4.1\build\xunit.core.props')" />
    35  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
    46  <PropertyGroup>
     
    1315    <FileAlignment>512</FileAlignment>
    1416    <TargetFrameworkProfile />
     17    <NuGetPackageImportStamp>
     18    </NuGetPackageImportStamp>
    1519  </PropertyGroup>
    1620  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     
    104108    </Reference>
    105109    <Reference Include="HeuristicLab.Problems.Instances-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec" />
     110    <Reference Include="HeuristicLab.Problems.TestFunctions.MultiObjective-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     111      <SpecificVersion>False</SpecificVersion>
     112      <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.TestFunctions.MultiObjective-3.3.dll</HintPath>
     113    </Reference>
    106114    <Reference Include="HeuristicLab.Random-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    107115      <SpecificVersion>False</SpecificVersion>
    108116      <HintPath>..\..\..\trunk\bin\HeuristicLab.Random-3.3.dll</HintPath>
    109117    </Reference>
     118    <Reference Include="MathNet.Numerics, Version=4.9.1.0, Culture=neutral, processorArchitecture=MSIL">
     119      <HintPath>..\packages\MathNet.Numerics.4.9.1\lib\net461\MathNet.Numerics.dll</HintPath>
     120    </Reference>
     121    <Reference Include="nunit.framework, Version=3.12.0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
     122      <HintPath>..\packages\NUnit.3.12.0\lib\net45\nunit.framework.dll</HintPath>
     123    </Reference>
    110124    <Reference Include="System" />
    111125    <Reference Include="System.Core" />
     126    <Reference Include="System.Numerics" />
     127    <Reference Include="System.Runtime.Serialization" />
     128    <Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
     129      <HintPath>..\packages\System.ValueTuple.4.5.0\lib\net461\System.ValueTuple.dll</HintPath>
     130    </Reference>
    112131    <Reference Include="System.Xml.Linq" />
    113132    <Reference Include="System.Data.DataSetExtensions" />
     
    116135    <Reference Include="System.Net.Http" />
    117136    <Reference Include="System.Xml" />
     137    <Reference Include="xunit.execution.desktop, Version=2.4.1.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
     138      <HintPath>..\packages\xunit.extensibility.execution.2.4.1\lib\net452\xunit.execution.desktop.dll</HintPath>
     139    </Reference>
    118140  </ItemGroup>
    119141  <ItemGroup>
    120     <Compile Include="BasisFunction.cs" />
     142    <Compile Include="Approach.cs" />
     143    <Compile Include="BFUtils.cs" />
     144    <Compile Include="FFXModel.cs" />
     145    <Compile Include="ISimpleBasisFunction.cs" />
     146    <Compile Include="ProductBaseFunction.cs" />
     147    <Compile Include="SimpleBasisFunction.cs" />
    121148    <Compile Include="FastFunctionExtraction.cs" />
    122     <Compile Include="Operator.cs" />
     149    <Compile Include="IBasisFunction.cs" />
    123150    <Compile Include="Plugin.cs" />
    124151    <Compile Include="Properties\AssemblyInfo.cs" />
     152    <Compile Include="NonlinearOperator.cs" />
     153    <Compile Include="Utils.cs" />
     154  </ItemGroup>
     155  <ItemGroup>
     156    <Folder Include="data\" />
     157  </ItemGroup>
     158  <ItemGroup>
     159    <None Include="packages.config" />
     160  </ItemGroup>
     161  <ItemGroup>
     162    <Analyzer Include="..\packages\xunit.analyzers.0.10.0\analyzers\dotnet\cs\xunit.analyzers.dll" />
    125163  </ItemGroup>
    126164  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
     165  <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
     166    <PropertyGroup>
     167      <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>
     168    </PropertyGroup>
     169    <Error Condition="!Exists('..\packages\xunit.core.2.4.1\build\xunit.core.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\xunit.core.2.4.1\build\xunit.core.props'))" />
     170    <Error Condition="!Exists('..\packages\xunit.core.2.4.1\build\xunit.core.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\xunit.core.2.4.1\build\xunit.core.targets'))" />
     171    <Error Condition="!Exists('..\packages\NUnit.3.12.0\build\NUnit.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\NUnit.3.12.0\build\NUnit.props'))" />
     172  </Target>
     173  <Import Project="..\packages\xunit.core.2.4.1\build\xunit.core.targets" Condition="Exists('..\packages\xunit.core.2.4.1\build\xunit.core.targets')" />
    127174  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
    128175       Other similar extension points exist, see Microsoft.Common.targets.
Note: See TracChangeset for help on using the changeset viewer.