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

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

#2994 introduced a new analyser which scales models under consideration of constraints

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