Free cookie consent management tool by TermsFeed Policy Generator

source: stable/HeuristicLab.Algorithms.DataAnalysis.Glmnet/3.4/HeuristicLab.Algorithms.DataAnalysis.Glmnet-3.4.csproj

Last change on this file was 17105, checked in by mkommend, 5 years ago

#2520: Merged 16584, 16585,16594,16595, 16625, 16658, 16659, 16672, 16707, 16729, 16792, 16796, 16797, 16799, 16819, 16906, 16907, 16908, 16933, 16945, 16992, 16994, 16995, 16996, 16997, 17014, 17015, 17017, 17020, 17021, 17022, 17023, 17024, 17029, 17086, 17087, 17088, 17089 into stable.

File size: 9.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-3.4</AssemblyName>
12    <TargetFrameworkVersion>v4.6.1</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>..\..\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>..\..\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  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
47    <DebugSymbols>true</DebugSymbols>
48    <OutputPath>..\..\bin\</OutputPath>
49    <DefineConstants>DEBUG;TRACE</DefineConstants>
50    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
51    <DebugType>full</DebugType>
52    <PlatformTarget>x64</PlatformTarget>
53    <ErrorReport>prompt</ErrorReport>
54  </PropertyGroup>
55  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
56    <OutputPath>..\..\bin\</OutputPath>
57    <DefineConstants>TRACE</DefineConstants>
58    <Optimize>true</Optimize>
59    <DebugType>pdbonly</DebugType>
60    <PlatformTarget>x64</PlatformTarget>
61    <ErrorReport>prompt</ErrorReport>
62  </PropertyGroup>
63  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
64    <DebugSymbols>true</DebugSymbols>
65    <OutputPath>..\..\bin\</OutputPath>
66    <DefineConstants>DEBUG;TRACE</DefineConstants>
67    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
68    <DebugType>full</DebugType>
69    <PlatformTarget>x86</PlatformTarget>
70    <ErrorReport>prompt</ErrorReport>
71  </PropertyGroup>
72  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
73    <OutputPath>..\..\bin\</OutputPath>
74    <DefineConstants>TRACE</DefineConstants>
75    <Optimize>true</Optimize>
76    <DebugType>pdbonly</DebugType>
77    <PlatformTarget>x86</PlatformTarget>
78    <ErrorReport>prompt</ErrorReport>
79  </PropertyGroup>
80  <ItemGroup>
81    <Reference Include="System" />
82    <Reference Include="System.Core" />
83    <Reference Include="System.Data.Linq" />
84    <Reference Include="System.Drawing" />
85    <Reference Include="System.Xml.Linq" />
86    <Reference Include="System.Data.DataSetExtensions" />
87    <Reference Include="Microsoft.CSharp" />
88    <Reference Include="System.Data" />
89    <Reference Include="System.Net.Http" />
90    <Reference Include="System.Xml" />
91  </ItemGroup>
92  <ItemGroup>
93    <None Include="HeuristicLab.snk" />
94    <None Include="Plugin.cs.frame" />
95    <None Include="Properties\AssemblyInfo.cs.frame" />
96  </ItemGroup>
97  <ItemGroup>
98    <Content Include="glmnet-license-gpl2.txt">
99      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
100    </Content>
101    <Content Include="glmnet-x64.dll">
102      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
103    </Content>
104    <Content Include="glmnet-x86.dll">
105      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
106    </Content>
107  </ItemGroup>
108  <ItemGroup>
109    <Compile Include="ElasticNetLinearRegression.cs" />
110    <Compile Include="Glmnet.cs" />
111    <Compile Include="Plugin.cs" />
112    <Compile Include="Properties\AssemblyInfo.cs" />
113  </ItemGroup>
114  <ItemGroup>
115    <ProjectReference Include="..\..\HeuristicLab.Algorithms.DataAnalysis\3.4\HeuristicLab.Algorithms.DataAnalysis-3.4.csproj">
116      <Project>{2e782078-fa81-4b70-b56f-74ce38dac6c8}</Project>
117      <Name>HeuristicLab.Algorithms.DataAnalysis-3.4</Name>
118    </ProjectReference>
119    <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
120      <Project>{887425b4-4348-49ed-a457-b7d2c26ddbf9}</Project>
121      <Name>HeuristicLab.Analysis-3.3</Name>
122    </ProjectReference>
123    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
124      <Project>{958b43bc-cc5c-4fa2-8628-2b3b01d890b6}</Project>
125      <Name>HeuristicLab.Collections-3.3</Name>
126    </ProjectReference>
127    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
128      <Project>{a9ad58b9-3ef9-4cc1-97e5-8d909039ff5c}</Project>
129      <Name>HeuristicLab.Common-3.3</Name>
130    </ProjectReference>
131    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
132      <Project>{c36bd924-a541-4a00-afa8-41701378ddc5}</Project>
133      <Name>HeuristicLab.Core-3.3</Name>
134    </ProjectReference>
135    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
136      <Project>{bbab9df5-5ef3-4ba8-ade9-b36e82114937}</Project>
137      <Name>HeuristicLab.Data-3.3</Name>
138    </ProjectReference>
139    <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.4\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.csproj">
140      <Project>{06D4A186-9319-48A0-BADE-A2058D462EEA}</Project>
141      <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4</Name>
142    </ProjectReference>
143    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
144      <Project>{14ab8d24-25bc-400c-a846-4627aa945192}</Project>
145      <Name>HeuristicLab.Optimization-3.3</Name>
146    </ProjectReference>
147    <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
148      <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
149      <Name>HeuristicLab.Parameters-3.3</Name>
150    </ProjectReference>
151    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
152      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
153      <Name>HeuristicLab.Persistence-3.3</Name>
154    </ProjectReference>
155    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
156      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
157      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
158    </ProjectReference>
159    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.csproj">
160      <Project>{5AC82412-911B-4FA2-A013-EDC5E3F3FCC2}</Project>
161      <Name>HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4</Name>
162    </ProjectReference>
163    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Symbolic\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.csproj">
164      <Project>{3D28463F-EC96-4D82-AFEE-38BE91A0CA00}</Project>
165      <Name>HeuristicLab.Problems.DataAnalysis.Symbolic-3.4</Name>
166    </ProjectReference>
167    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">
168      <Project>{df87c13e-a889-46ff-8153-66dcaa8c5674}</Project>
169      <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>
170    </ProjectReference>
171    <ProjectReference Include="..\..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj">
172      <Project>{3540E29E-4793-49E7-8EE2-FEA7F61C3994}</Project>
173      <Name>HeuristicLab.Problems.Instances-3.3</Name>
174    </ProjectReference>
175  </ItemGroup>
176  <ItemGroup>
177    <Reference Include="HEAL.Attic, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
178      <SpecificVersion>False</SpecificVersion>
179      <HintPath>..\..\bin\HEAL.Attic.dll</HintPath>
180      <Private>False</Private>
181    </Reference>
182  </ItemGroup>
183  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
184  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
185       Other similar extension points exist, see Microsoft.Common.targets.
186  <Target Name="BeforeBuild">
187  </Target>
188  <Target Name="AfterBuild">
189  </Target>
190  -->
191  <PropertyGroup>
192    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
193set ProjectDir=$(ProjectDir)
194set SolutionDir=$(SolutionDir)
195set Outdir=$(Outdir)
196
197call PreBuildEvent.cmd
198</PreBuildEvent>
199    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
200export ProjectDir=$(ProjectDir)
201export SolutionDir=$(SolutionDir)
202
203$SolutionDir/PreBuildEvent.sh
204</PreBuildEvent>
205  </PropertyGroup>
206</Project>
Note: See TracBrowser for help on using the repository browser.