Free cookie consent management tool by TermsFeed Policy Generator

source: branches/3022-FastFunctionExtraction/FFX/FastFunctionExtraction.csproj @ 17737

Last change on this file since 17737 was 17737, checked in by lleko, 4 years ago

#3022 implement ffx

File size: 11.8 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<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')" />
5  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
6  <PropertyGroup>
7    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
8    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
9    <ProjectGuid>{557A23CE-9A5E-44F5-AEA2-4F4F33C1511F}</ProjectGuid>
10    <OutputType>Library</OutputType>
11    <AppDesignerFolder>Properties</AppDesignerFolder>
12    <RootNamespace>HeuristicLab.Algorithms.DataAnalysis.FastFunctionExtraction</RootNamespace>
13    <AssemblyName>HeuristicLab.Algorithms.DataAnalysis.FastFunctionExtraction</AssemblyName>
14    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
15    <FileAlignment>512</FileAlignment>
16    <TargetFrameworkProfile />
17    <NuGetPackageImportStamp>
18    </NuGetPackageImportStamp>
19  </PropertyGroup>
20  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
21    <DebugSymbols>true</DebugSymbols>
22    <DebugType>full</DebugType>
23    <Optimize>false</Optimize>
24    <OutputPath>..\..\..\trunk\bin\</OutputPath>
25    <DefineConstants>DEBUG;TRACE</DefineConstants>
26    <ErrorReport>prompt</ErrorReport>
27    <WarningLevel>4</WarningLevel>
28  </PropertyGroup>
29  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
30    <DebugType>pdbonly</DebugType>
31    <Optimize>true</Optimize>
32    <OutputPath>..\..\..\trunk\bin\</OutputPath>
33    <DefineConstants>TRACE</DefineConstants>
34    <ErrorReport>prompt</ErrorReport>
35    <WarningLevel>4</WarningLevel>
36  </PropertyGroup>
37  <ItemGroup>
38    <Reference Include="HEAL.Attic, Version=1.2.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
39      <SpecificVersion>False</SpecificVersion>
40      <HintPath>..\..\..\trunk\bin\HEAL.Attic.dll</HintPath>
41    </Reference>
42    <Reference Include="HeuristicLab.Algorithms.DataAnalysis-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
43      <SpecificVersion>False</SpecificVersion>
44      <HintPath>..\..\..\trunk\bin\HeuristicLab.Algorithms.DataAnalysis-3.4.dll</HintPath>
45    </Reference>
46    <Reference Include="HeuristicLab.Algorithms.DataAnalysis.Glmnet-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
47      <SpecificVersion>False</SpecificVersion>
48      <HintPath>..\..\..\trunk\bin\HeuristicLab.Algorithms.DataAnalysis.Glmnet-3.4.dll</HintPath>
49    </Reference>
50    <Reference Include="HeuristicLab.Analysis-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
51      <SpecificVersion>False</SpecificVersion>
52      <HintPath>..\..\..\trunk\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
53    </Reference>
54    <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
55      <SpecificVersion>False</SpecificVersion>
56      <HintPath>..\..\..\trunk\bin\HeuristicLab.Collections-3.3.dll</HintPath>
57    </Reference>
58    <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
59      <SpecificVersion>False</SpecificVersion>
60      <HintPath>..\..\..\trunk\bin\HeuristicLab.Common-3.3.dll</HintPath>
61    </Reference>
62    <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
63      <SpecificVersion>False</SpecificVersion>
64      <HintPath>..\..\..\trunk\bin\HeuristicLab.Core-3.3.dll</HintPath>
65    </Reference>
66    <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
67      <SpecificVersion>False</SpecificVersion>
68      <HintPath>..\..\..\trunk\bin\HeuristicLab.Data-3.3.dll</HintPath>
69    </Reference>
70    <Reference Include="HeuristicLab.Encodings.BinaryVectorEncoding-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
71      <SpecificVersion>False</SpecificVersion>
72      <HintPath>..\..\..\trunk\bin\HeuristicLab.Encodings.BinaryVectorEncoding-3.3.dll</HintPath>
73    </Reference>
74    <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
75      <SpecificVersion>False</SpecificVersion>
76      <HintPath>..\..\..\trunk\bin\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.dll</HintPath>
77    </Reference>
78    <Reference Include="HeuristicLab.Optimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
79      <SpecificVersion>False</SpecificVersion>
80      <HintPath>..\..\..\trunk\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
81    </Reference>
82    <Reference Include="HeuristicLab.Parameters-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
83      <SpecificVersion>False</SpecificVersion>
84      <HintPath>..\..\..\trunk\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
85    </Reference>
86    <Reference Include="HeuristicLab.Persistence-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
87      <SpecificVersion>False</SpecificVersion>
88      <HintPath>..\..\..\trunk\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
89    </Reference>
90    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
91      <HintPath>..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
92    </Reference>
93    <Reference Include="HeuristicLab.Problems.Binary-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
94      <SpecificVersion>False</SpecificVersion>
95      <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.Binary-3.3.dll</HintPath>
96    </Reference>
97    <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
98      <SpecificVersion>False</SpecificVersion>
99      <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath>
100    </Reference>
101    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
102      <SpecificVersion>False</SpecificVersion>
103      <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.dll</HintPath>
104    </Reference>
105    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
106      <SpecificVersion>False</SpecificVersion>
107      <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.dll</HintPath>
108    </Reference>
109    <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>
114    <Reference Include="HeuristicLab.Random-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
115      <SpecificVersion>False</SpecificVersion>
116      <HintPath>..\..\..\trunk\bin\HeuristicLab.Random-3.3.dll</HintPath>
117    </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>
124    <Reference Include="System" />
125    <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>
131    <Reference Include="System.Xml.Linq" />
132    <Reference Include="System.Data.DataSetExtensions" />
133    <Reference Include="Microsoft.CSharp" />
134    <Reference Include="System.Data" />
135    <Reference Include="System.Net.Http" />
136    <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>
140  </ItemGroup>
141  <ItemGroup>
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" />
148    <Compile Include="FastFunctionExtraction.cs" />
149    <Compile Include="IBasisFunction.cs" />
150    <Compile Include="Plugin.cs" />
151    <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" />
163  </ItemGroup>
164  <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')" />
174  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
175       Other similar extension points exist, see Microsoft.Common.targets.
176  <Target Name="BeforeBuild">
177  </Target>
178  <Target Name="AfterBuild">
179  </Target>
180  -->
181</Project>
Note: See TracBrowser for help on using the repository browser.