[16266] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
| 2 | <Project ToolsVersion="15.0" 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>{E05AC63F-6924-4C83-BD0A-EDF3C103C1D8}</ProjectGuid>
|
---|
| 8 | <OutputType>Library</OutputType>
|
---|
| 9 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
| 10 | <RootNamespace>HeuristicLab.Problems.DataAnalysis.Symbolic.NativeInterpreter</RootNamespace>
|
---|
| 11 | <AssemblyName>HeuristicLab.Problems.DataAnalysis.Symbolic.NativeInterpreter-0.1</AssemblyName>
|
---|
[16565] | 12 | <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
|
---|
[16266] | 13 | <FileAlignment>512</FileAlignment>
|
---|
| 14 | <Deterministic>true</Deterministic>
|
---|
| 15 | <TargetFrameworkProfile />
|
---|
| 16 | </PropertyGroup>
|
---|
| 17 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
| 18 | <DebugSymbols>true</DebugSymbols>
|
---|
| 19 | <DebugType>full</DebugType>
|
---|
| 20 | <Optimize>false</Optimize>
|
---|
| 21 | <OutputPath>..\..\..\..\bin\</OutputPath>
|
---|
| 22 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 23 | <ErrorReport>prompt</ErrorReport>
|
---|
| 24 | <WarningLevel>4</WarningLevel>
|
---|
| 25 | </PropertyGroup>
|
---|
| 26 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
| 27 | <DebugType>pdbonly</DebugType>
|
---|
| 28 | <Optimize>true</Optimize>
|
---|
| 29 | <OutputPath>..\..\..\..\bin\</OutputPath>
|
---|
| 30 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 31 | <ErrorReport>prompt</ErrorReport>
|
---|
| 32 | <WarningLevel>4</WarningLevel>
|
---|
| 33 | </PropertyGroup>
|
---|
| 34 | <PropertyGroup>
|
---|
| 35 | <SignAssembly>true</SignAssembly>
|
---|
| 36 | </PropertyGroup>
|
---|
| 37 | <PropertyGroup>
|
---|
| 38 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
| 39 | </PropertyGroup>
|
---|
| 40 | <ItemGroup>
|
---|
| 41 | <Reference Include="System" />
|
---|
| 42 | <Reference Include="System.Core" />
|
---|
| 43 | <Reference Include="System.Xml.Linq" />
|
---|
| 44 | <Reference Include="System.Data.DataSetExtensions" />
|
---|
| 45 | <Reference Include="Microsoft.CSharp" />
|
---|
| 46 | <Reference Include="System.Data" />
|
---|
| 47 | <Reference Include="System.Net.Http" />
|
---|
| 48 | <Reference Include="System.Xml" />
|
---|
| 49 | </ItemGroup>
|
---|
| 50 | <ItemGroup>
|
---|
| 51 | <Compile Include="Plugin.cs" />
|
---|
| 52 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
| 53 | <Compile Include="DllImporter.cs" />
|
---|
| 54 | </ItemGroup>
|
---|
| 55 | <ItemGroup>
|
---|
| 56 | <None Include="HeuristicLab.snk" />
|
---|
| 57 | </ItemGroup>
|
---|
| 58 | <ItemGroup>
|
---|
| 59 | <Content Include="hl-native-interpreter-msvc-x64.dll">
|
---|
| 60 | <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
---|
| 61 | </Content>
|
---|
| 62 | <Content Include="hl-native-interpreter-msvc-x86.dll">
|
---|
| 63 | <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
---|
| 64 | </Content>
|
---|
| 65 | </ItemGroup>
|
---|
[16542] | 66 | <ItemGroup>
|
---|
| 67 | <ProjectReference Include="..\..\..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
|
---|
| 68 | <Project>{94186a6a-5176-4402-ae83-886557b53cca}</Project>
|
---|
| 69 | <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
|
---|
| 70 | <Private>False</Private>
|
---|
| 71 | </ProjectReference>
|
---|
| 72 | </ItemGroup>
|
---|
[16266] | 73 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 74 | </Project> |
---|