Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2520_PersistenceReintegration/HeuristicLab.Algorithms.DataAnalysis.Glmnet/3.4/HeuristicLab.Algorithms.DataAnalysis.Glmnet-3.4.csproj @ 16558

Last change on this file since 16558 was 16558, checked in by jkarder, 5 years ago

#2520: updated Fossil version and PersistenceUtil for hive

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