Free cookie consent management tool by TermsFeed Policy Generator

source: branches/MathNetNumerics-Exploration-2789/HeuristicLab.ExtLibs.MathNetNumerics/HeuristicLab.ExtLibs.MathNetNumerics.csproj @ 15443

Last change on this file since 15443 was 15443, checked in by gkronber, 6 years ago

#2789 added interface to CUBGCV using DllImport of Fortran library

File size: 5.6 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>{FBD82EAE-0D8A-41FA-A8FD-EC3D1574EED5}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>HeuristicLab.ExtLibs.MathNetNumerics</RootNamespace>
11    <AssemblyName>HeuristicLab.ExtLibs.MathNetNumerics</AssemblyName>
12    <TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion>
13    <FileAlignment>512</FileAlignment>
14    <NuGetPackageImportStamp>
15    </NuGetPackageImportStamp>
16    <TargetFrameworkProfile />
17  </PropertyGroup>
18  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
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  </PropertyGroup>
27  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28    <DebugType>pdbonly</DebugType>
29    <Optimize>true</Optimize>
30    <OutputPath>..\..\..\trunk\sources\bin\</OutputPath>
31    <DefineConstants>TRACE</DefineConstants>
32    <ErrorReport>prompt</ErrorReport>
33    <WarningLevel>4</WarningLevel>
34  </PropertyGroup>
35  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
36    <DebugSymbols>true</DebugSymbols>
37    <OutputPath>bin\x86\Debug\</OutputPath>
38    <DefineConstants>DEBUG;TRACE</DefineConstants>
39    <DebugType>full</DebugType>
40    <PlatformTarget>x86</PlatformTarget>
41    <ErrorReport>prompt</ErrorReport>
42    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
43  </PropertyGroup>
44  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
45    <OutputPath>bin\x86\Release\</OutputPath>
46    <DefineConstants>TRACE</DefineConstants>
47    <Optimize>true</Optimize>
48    <DebugType>pdbonly</DebugType>
49    <PlatformTarget>x86</PlatformTarget>
50    <ErrorReport>prompt</ErrorReport>
51    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
52  </PropertyGroup>
53  <ItemGroup>
54    <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
55      <SpecificVersion>False</SpecificVersion>
56      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
57    </Reference>
58    <Reference Include="MathNet.Numerics, Version=3.19.0.0, Culture=neutral, processorArchitecture=MSIL">
59      <HintPath>..\packages\MathNet.Numerics.3.19.0\lib\net40\MathNet.Numerics.dll</HintPath>
60      <Private>True</Private>
61    </Reference>
62    <Reference Include="MathNet.Numerics.Data.Matlab, Version=3.2.1.0, Culture=neutral, processorArchitecture=MSIL">
63      <HintPath>..\packages\MathNet.Numerics.Data.Matlab.3.2.1\lib\net40\MathNet.Numerics.Data.Matlab.dll</HintPath>
64      <Private>True</Private>
65    </Reference>
66    <Reference Include="System" />
67    <Reference Include="System.Core" />
68    <Reference Include="System.Xml.Linq" />
69    <Reference Include="System.Data.DataSetExtensions" />
70    <Reference Include="Microsoft.CSharp" />
71    <Reference Include="System.Data" />
72    <Reference Include="System.Net.Http" />
73    <Reference Include="System.Xml" />
74  </ItemGroup>
75  <ItemGroup>
76    <Compile Include="Plugin.cs" />
77    <Compile Include="Properties\AssemblyInfo.cs" />
78  </ItemGroup>
79  <ItemGroup>
80    <None Include="packages.config" />
81    <None Include="Plugin.cs.frame" />
82  </ItemGroup>
83  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
84  <Import Project="..\packages\MathNet.Numerics.MKL.Win.2.2.0\build\MathNet.Numerics.MKL.Win.targets" Condition="Exists('..\packages\MathNet.Numerics.MKL.Win.2.2.0\build\MathNet.Numerics.MKL.Win.targets')" />
85  <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
86    <PropertyGroup>
87      <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them.  For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
88    </PropertyGroup>
89    <Error Condition="!Exists('..\packages\MathNet.Numerics.MKL.Win.2.2.0\build\MathNet.Numerics.MKL.Win.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\MathNet.Numerics.MKL.Win.2.2.0\build\MathNet.Numerics.MKL.Win.targets'))" />
90  </Target>
91  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
92       Other similar extension points exist, see Microsoft.Common.targets.
93  <Target Name="BeforeBuild">
94  </Target>
95  <Target Name="AfterBuild">
96  </Target>
97  -->
98  <PropertyGroup>
99    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
100set ProjectDir=$(ProjectDir)
101set SolutionDir=$(SolutionDir)
102set Outdir=$(Outdir)
103
104call PreBuildEvent.cmd
105</PreBuildEvent>
106    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
107export ProjectDir=$(ProjectDir)
108export SolutionDir=$(SolutionDir)
109
110$SolutionDir/PreBuildEvent.sh
111</PreBuildEvent>
112  </PropertyGroup>
113</Project>
Note: See TracBrowser for help on using the repository browser.