Free cookie consent management tool by TermsFeed Policy Generator

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

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

#745: import of first implementation of elastic-net LR

File size: 5.7 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</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">
48      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Algorithms.DataAnalysis-3.4.dll</HintPath>
49    </Reference>
50    <Reference Include="HeuristicLab.Analysis-3.3">
51      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
52    </Reference>
53    <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
54      <SpecificVersion>False</SpecificVersion>
55      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
56    </Reference>
57    <Reference Include="HeuristicLab.Common-3.3">
58      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
59    </Reference>
60    <Reference Include="HeuristicLab.Core-3.3">
61      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
62    </Reference>
63    <Reference Include="HeuristicLab.Data-3.3">
64      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
65    </Reference>
66    <Reference Include="HeuristicLab.Optimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
67      <SpecificVersion>False</SpecificVersion>
68      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
69    </Reference>
70    <Reference Include="HeuristicLab.Parameters-3.3">
71      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
72    </Reference>
73    <Reference Include="HeuristicLab.Persistence-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
74      <SpecificVersion>False</SpecificVersion>
75      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
76    </Reference>
77    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
78      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
79    </Reference>
80    <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4">
81      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath>
82    </Reference>
83    <Reference Include="HeuristicLab.Problems.Instances-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec" />
84    <Reference Include="System" />
85    <Reference Include="System.Core" />
86    <Reference Include="System.Data.Linq" />
87    <Reference Include="System.Xml.Linq" />
88    <Reference Include="System.Data.DataSetExtensions" />
89    <Reference Include="Microsoft.CSharp" />
90    <Reference Include="System.Data" />
91    <Reference Include="System.Net.Http" />
92    <Reference Include="System.Xml" />
93  </ItemGroup>
94  <ItemGroup>
95    <None Include="HeuristicLab.snk" />
96    <None Include="Plugin.cs.frame" />
97    <None Include="Properties\AssemblyInfo.cs.frame" />
98  </ItemGroup>
99  <ItemGroup>
100    <Content Include="glmnet-x64.dll">
101      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
102    </Content>
103    <Content Include="glmnet-x86.dll">
104      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
105    </Content>
106  </ItemGroup>
107  <ItemGroup>
108    <Compile Include="ElasticNetLinearRegression.cs" />
109  </ItemGroup>
110  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
111  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
112       Other similar extension points exist, see Microsoft.Common.targets.
113  <Target Name="BeforeBuild">
114  </Target>
115  <Target Name="AfterBuild">
116  </Target>
117  -->
118</Project>
Note: See TracBrowser for help on using the repository browser.