Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2994-AutoDiffForIntervals/HeuristicLab.Problems.DataAnalysis.Regression.Symbolic.Extensions/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression.Extensions.csproj @ 17196

Last change on this file since 17196 was 17196, checked in by gkronber, 5 years ago

#2994 added NLOpt wrapper and evaluator

File size: 7.0 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4  <PropertyGroup>
5    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7    <ProjectGuid>{AD1056A0-8FE3-4B7A-AE48-1FFA17CA0E34}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>HeuristicLab.Problems.DataAnalysis.Symbolic.Regression.Extensions</RootNamespace>
11    <AssemblyName>HeuristicLab.Problems.DataAnalysis.Symbolic.Regression.Extensions-0.1</AssemblyName>
12    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
13    <FileAlignment>512</FileAlignment>
14    <Deterministic>true</Deterministic>
15  </PropertyGroup>
16  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17    <DebugSymbols>true</DebugSymbols>
18    <DebugType>full</DebugType>
19    <Optimize>false</Optimize>
20    <OutputPath>..\bin\</OutputPath>
21    <DefineConstants>DEBUG;TRACE</DefineConstants>
22    <ErrorReport>prompt</ErrorReport>
23    <WarningLevel>4</WarningLevel>
24  </PropertyGroup>
25  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26    <DebugType>pdbonly</DebugType>
27    <Optimize>true</Optimize>
28    <OutputPath>..\bin\</OutputPath>
29    <DefineConstants>TRACE</DefineConstants>
30    <ErrorReport>prompt</ErrorReport>
31    <WarningLevel>4</WarningLevel>
32  </PropertyGroup>
33  <PropertyGroup>
34    <SignAssembly>true</SignAssembly>
35  </PropertyGroup>
36  <PropertyGroup>
37    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
38  </PropertyGroup>
39  <ItemGroup>
40    <Reference Include="ALGLIB-3.15.0">
41      <HintPath>..\bin\ALGLIB-3.15.0.dll</HintPath>
42      <Private>False</Private>
43    </Reference>
44    <Reference Include="HEAL.Attic">
45      <HintPath>..\bin\HEAL.Attic.dll</HintPath>
46      <Private>False</Private>
47    </Reference>
48    <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4">
49      <HintPath>..\bin\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath>
50      <Private>False</Private>
51    </Reference>
52    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4">
53      <HintPath>..\bin\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.dll</HintPath>
54      <Private>False</Private>
55    </Reference>
56    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4">
57      <HintPath>..\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.dll</HintPath>
58      <Private>False</Private>
59    </Reference>
60    <Reference Include="System" />
61    <Reference Include="System.Core" />
62    <Reference Include="System.Xml.Linq" />
63    <Reference Include="System.Data.DataSetExtensions" />
64    <Reference Include="Microsoft.CSharp" />
65    <Reference Include="System.Data" />
66    <Reference Include="System.Net.Http" />
67    <Reference Include="System.Xml" />
68  </ItemGroup>
69  <ItemGroup>
70    <Compile Include="NLOpt.cs" />
71    <Compile Include="NLOptEvaluator.cs" />
72    <Compile Include="ConstrainedConstantOptimizationEvaluator.cs" />
73    <Compile Include="Plugin.cs" />
74    <Compile Include="Properties\AssemblyInfo.cs" />
75    <Compile Include="SymbolicRegressionNewConstantOptimizationEvaluator.cs" />
76  </ItemGroup>
77  <ItemGroup>
78    <None Include="HeuristicLab.snk" />
79    <None Include="Plugin.cs.frame" />
80    <None Include="Properties\AssemblyInfo.cs.frame" />
81  </ItemGroup>
82  <ItemGroup>
83    <ProjectReference Include="..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
84      <Project>{958b43bc-cc5c-4fa2-8628-2b3b01d890b6}</Project>
85      <Name>HeuristicLab.Collections-3.3</Name>
86      <Private>False</Private>
87    </ProjectReference>
88    <ProjectReference Include="..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
89      <Project>{a9ad58b9-3ef9-4cc1-97e5-8d909039ff5c}</Project>
90      <Name>HeuristicLab.Common-3.3</Name>
91      <Private>False</Private>
92    </ProjectReference>
93    <ProjectReference Include="..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
94      <Project>{c36bd924-a541-4a00-afa8-41701378ddc5}</Project>
95      <Name>HeuristicLab.Core-3.3</Name>
96      <Private>False</Private>
97    </ProjectReference>
98    <ProjectReference Include="..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
99      <Project>{bbab9df5-5ef3-4ba8-ade9-b36e82114937}</Project>
100      <Name>HeuristicLab.Data-3.3</Name>
101      <Private>False</Private>
102    </ProjectReference>
103    <ProjectReference Include="..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.4\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.csproj">
104      <Project>{06d4a186-9319-48a0-bade-a2058d462eea}</Project>
105      <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4</Name>
106      <Private>False</Private>
107    </ProjectReference>
108    <ProjectReference Include="..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
109      <Project>{23da7ff4-d5b8-41b6-aa96-f0561d24f3ee}</Project>
110      <Name>HeuristicLab.Operators-3.3</Name>
111      <Private>False</Private>
112    </ProjectReference>
113    <ProjectReference Include="..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
114      <Project>{14ab8d24-25bc-400c-a846-4627aa945192}</Project>
115      <Name>HeuristicLab.Optimization-3.3</Name>
116      <Private>False</Private>
117    </ProjectReference>
118    <ProjectReference Include="..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
119      <Project>{56f9106a-079f-4c61-92f6-86a84c2d84b7}</Project>
120      <Name>HeuristicLab.Parameters-3.3</Name>
121      <Private>False</Private>
122    </ProjectReference>
123    <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
124      <Project>{94186a6a-5176-4402-ae83-886557b53cca}</Project>
125      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
126      <Private>False</Private>
127    </ProjectReference>
128  </ItemGroup>
129  <ItemGroup>
130    <Content Include="nlopt_x64.dll">
131      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
132    </Content>
133    <Content Include="nlopt_x64.pdb">
134      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
135    </Content>
136    <Content Include="nlopt_x86.dll">
137      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
138    </Content>
139    <Content Include="nlopt_x86.pdb">
140      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
141    </Content>
142  </ItemGroup>
143  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
144  <PropertyGroup>
145    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
146set ProjectDir=$(ProjectDir)
147set SolutionDir=$(SolutionDir)
148set Outdir=$(Outdir)
149
150call PreBuildEvent.cmd
151</PreBuildEvent>
152  </PropertyGroup>
153</Project>
Note: See TracBrowser for help on using the repository browser.