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 @ 17311

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

#2994: made an algorithm to experiment with NLOpt solvers

File size: 7.5 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="ConstrainedNLS.cs" />
71    <Compile Include="ConstrainedNLSInternal.cs" />
72    <Compile Include="NLOpt.cs" />
73    <Compile Include="NLOptEvaluator.cs" />
74    <Compile Include="ConstrainedConstantOptimizationEvaluator.cs" />
75    <Compile Include="Plugin.cs" />
76    <Compile Include="Properties\AssemblyInfo.cs" />
77    <Compile Include="SymbolicRegressionNewConstantOptimizationEvaluator.cs" />
78  </ItemGroup>
79  <ItemGroup>
80    <None Include="HeuristicLab.snk" />
81    <None Include="Plugin.cs.frame" />
82    <None Include="Properties\AssemblyInfo.cs.frame" />
83  </ItemGroup>
84  <ItemGroup>
85    <ProjectReference Include="..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
86      <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project>
87      <Name>HeuristicLab.Analysis-3.3</Name>
88    </ProjectReference>
89    <ProjectReference Include="..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
90      <Project>{958b43bc-cc5c-4fa2-8628-2b3b01d890b6}</Project>
91      <Name>HeuristicLab.Collections-3.3</Name>
92      <Private>False</Private>
93    </ProjectReference>
94    <ProjectReference Include="..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
95      <Project>{a9ad58b9-3ef9-4cc1-97e5-8d909039ff5c}</Project>
96      <Name>HeuristicLab.Common-3.3</Name>
97      <Private>False</Private>
98    </ProjectReference>
99    <ProjectReference Include="..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
100      <Project>{c36bd924-a541-4a00-afa8-41701378ddc5}</Project>
101      <Name>HeuristicLab.Core-3.3</Name>
102      <Private>False</Private>
103    </ProjectReference>
104    <ProjectReference Include="..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
105      <Project>{bbab9df5-5ef3-4ba8-ade9-b36e82114937}</Project>
106      <Name>HeuristicLab.Data-3.3</Name>
107      <Private>False</Private>
108    </ProjectReference>
109    <ProjectReference Include="..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.4\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.csproj">
110      <Project>{06d4a186-9319-48a0-bade-a2058d462eea}</Project>
111      <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4</Name>
112      <Private>False</Private>
113    </ProjectReference>
114    <ProjectReference Include="..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
115      <Project>{23da7ff4-d5b8-41b6-aa96-f0561d24f3ee}</Project>
116      <Name>HeuristicLab.Operators-3.3</Name>
117      <Private>False</Private>
118    </ProjectReference>
119    <ProjectReference Include="..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
120      <Project>{14ab8d24-25bc-400c-a846-4627aa945192}</Project>
121      <Name>HeuristicLab.Optimization-3.3</Name>
122      <Private>False</Private>
123    </ProjectReference>
124    <ProjectReference Include="..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
125      <Project>{56f9106a-079f-4c61-92f6-86a84c2d84b7}</Project>
126      <Name>HeuristicLab.Parameters-3.3</Name>
127      <Private>False</Private>
128    </ProjectReference>
129    <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
130      <Project>{94186a6a-5176-4402-ae83-886557b53cca}</Project>
131      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
132      <Private>False</Private>
133    </ProjectReference>
134    <ProjectReference Include="..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj">
135      <Project>{3540E29E-4793-49E7-8EE2-FEA7F61C3994}</Project>
136      <Name>HeuristicLab.Problems.Instances-3.3</Name>
137    </ProjectReference>
138  </ItemGroup>
139  <ItemGroup>
140    <Content Include="nlopt_x64.dll">
141      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
142    </Content>
143    <Content Include="nlopt_x64.pdb">
144      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
145    </Content>
146    <Content Include="nlopt_x86.dll">
147      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
148    </Content>
149    <Content Include="nlopt_x86.pdb">
150      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
151    </Content>
152  </ItemGroup>
153  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
154  <PropertyGroup>
155    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
156set ProjectDir=$(ProjectDir)
157set SolutionDir=$(SolutionDir)
158set Outdir=$(Outdir)
159
160call PreBuildEvent.cmd
161</PreBuildEvent>
162  </PropertyGroup>
163</Project>
Note: See TracBrowser for help on using the repository browser.