Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Algorithms.DataAnalysis.Glmnet/3.4/HeuristicLab.Algorithms.DataAnalysis.Glmnet.csproj @ 13930

Last change on this file since 13930 was 13930, checked in by gkronber, 8 years ago

#745: added parameter lambda to support calculation of a solution for a specific lambda value (instead of the full path)

File size: 9.2 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="$(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>{4C7F6D8A-B279-4898-ACD6-7BE39111DEF9}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>HeuristicLab.Algorithms.DataAnalysis.Glmnet</RootNamespace>
11    <AssemblyName>HeuristicLab.Algorithms.DataAnalysis.Glmnet-3.4</AssemblyName>
12    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
13    <FileAlignment>512</FileAlignment>
14    <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
15    <TargetFrameworkProfile />
16  </PropertyGroup>
17  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
18    <PlatformTarget>AnyCPU</PlatformTarget>
19    <DebugSymbols>true</DebugSymbols>
20    <DebugType>full</DebugType>
21    <Optimize>false</Optimize>
22    <OutputPath>..\..\..\trunk\sources\bin\</OutputPath>
23    <DefineConstants>DEBUG;TRACE</DefineConstants>
24    <ErrorReport>prompt</ErrorReport>
25    <WarningLevel>4</WarningLevel>
26    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
27  </PropertyGroup>
28  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
29    <PlatformTarget>AnyCPU</PlatformTarget>
30    <DebugType>pdbonly</DebugType>
31    <Optimize>true</Optimize>
32    <OutputPath>..\..\..\trunk\sources\bin\</OutputPath>
33    <DefineConstants>TRACE</DefineConstants>
34    <ErrorReport>prompt</ErrorReport>
35    <WarningLevel>4</WarningLevel>
36  </PropertyGroup>
37  <PropertyGroup>
38    <SignAssembly>true</SignAssembly>
39  </PropertyGroup>
40  <PropertyGroup>
41    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
42  </PropertyGroup>
43  <PropertyGroup>
44    <StartupObject />
45  </PropertyGroup>
46  <ItemGroup>
47    <Reference Include="HeuristicLab.Algorithms.DataAnalysis-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
48      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Algorithms.DataAnalysis-3.4.dll</HintPath>
49      <SpecificVersion>False</SpecificVersion>
50      <Private>False</Private>
51    </Reference>
52    <Reference Include="HeuristicLab.Analysis-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
53      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
54      <SpecificVersion>False</SpecificVersion>
55      <Private>False</Private>
56    </Reference>
57    <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
58      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
59      <SpecificVersion>False</SpecificVersion>
60      <Private>False</Private>
61    </Reference>
62    <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
63      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
64      <SpecificVersion>False</SpecificVersion>
65      <Private>False</Private>
66    </Reference>
67    <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
68      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
69      <SpecificVersion>False</SpecificVersion>
70      <Private>False</Private>
71    </Reference>
72    <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
73      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
74      <SpecificVersion>False</SpecificVersion>
75      <Private>False</Private>
76    </Reference>
77    <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
78      <SpecificVersion>False</SpecificVersion>
79      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.dll</HintPath>
80    </Reference>
81    <Reference Include="HeuristicLab.Optimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
82      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
83      <SpecificVersion>False</SpecificVersion>
84      <Private>False</Private>
85    </Reference>
86    <Reference Include="HeuristicLab.Parameters-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
87      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
88      <SpecificVersion>False</SpecificVersion>
89      <Private>False</Private>
90    </Reference>
91    <Reference Include="HeuristicLab.Persistence-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
92      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
93      <SpecificVersion>False</SpecificVersion>
94      <Private>False</Private>
95    </Reference>
96    <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
97      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
98      <SpecificVersion>False</SpecificVersion>
99      <Private>False</Private>
100    </Reference>
101    <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
102      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath>
103      <SpecificVersion>False</SpecificVersion>
104      <Private>False</Private>
105    </Reference>
106    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
107      <SpecificVersion>False</SpecificVersion>
108      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.dll</HintPath>
109    </Reference>
110    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
111      <SpecificVersion>False</SpecificVersion>
112      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.dll</HintPath>
113    </Reference>
114    <Reference Include="HeuristicLab.Problems.Instances-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
115      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
116      <SpecificVersion>False</SpecificVersion>
117      <Private>False</Private>
118    </Reference>
119    <Reference Include="System" />
120    <Reference Include="System.Core" />
121    <Reference Include="System.Data.Linq" />
122    <Reference Include="System.Xml.Linq" />
123    <Reference Include="System.Data.DataSetExtensions" />
124    <Reference Include="Microsoft.CSharp" />
125    <Reference Include="System.Data" />
126    <Reference Include="System.Net.Http" />
127    <Reference Include="System.Xml" />
128  </ItemGroup>
129  <ItemGroup>
130    <None Include="Build.cmd" />
131    <None Include="HeuristicLab.snk" />
132    <None Include="Plugin.cs.frame" />
133    <None Include="PreBuildEvent.cmd" />
134    <None Include="Properties\AssemblyInfo.cs.frame" />
135  </ItemGroup>
136  <ItemGroup>
137    <Content Include="glmnet-license-gpl2.txt">
138      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
139    </Content>
140    <Content Include="glmnet-x64.dll">
141      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
142    </Content>
143    <Content Include="glmnet-x86.dll">
144      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
145    </Content>
146  </ItemGroup>
147  <ItemGroup>
148    <Compile Include="ElasticNetLinearRegression.cs" />
149    <Compile Include="Plugin.cs" />
150    <Compile Include="Properties\AssemblyInfo.cs" />
151  </ItemGroup>
152  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
153  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
154       Other similar extension points exist, see Microsoft.Common.targets.
155  <Target Name="BeforeBuild">
156  </Target>
157  <Target Name="AfterBuild">
158  </Target>
159  -->
160  <PropertyGroup>
161    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
162set ProjectDir=$(ProjectDir)
163set SolutionDir=$(SolutionDir)
164set Outdir=$(Outdir)
165
166call PreBuildEvent.cmd
167</PreBuildEvent>
168    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
169export ProjectDir=$(ProjectDir)
170export SolutionDir=$(SolutionDir)
171
172$SolutionDir/PreBuildEvent.sh
173</PreBuildEvent>
174  </PropertyGroup>
175</Project>
Note: See TracBrowser for help on using the repository browser.