Free cookie consent management tool by TermsFeed Policy Generator

source: branches/3040_VectorBasedGP/HeuristicLab.ExtLibs/HeuristicLab.DiffSharp/HeuristicLab.DiffSharp.csproj @ 17930

Last change on this file since 17930 was 17930, checked in by pfleck, 3 years ago

#3040 Reworked external dependencies and merged some libraries (ILmerge) to avoid versions conflicts occuring on Hive.

File size: 3.6 KB
Line 
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>{99935EB6-C98F-4524-A8E2-94C8F6A0C8D9}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>HeuristicLab.DiffSharp</RootNamespace>
11    <AssemblyName>HeuristicLab.DiffSharp</AssemblyName>
12    <TargetFrameworkVersion>v4.7</TargetFrameworkVersion>
13    <FileAlignment>512</FileAlignment>
14    <Deterministic>true</Deterministic>
15    <TargetFrameworkProfile />
16  </PropertyGroup>
17  <PropertyGroup>
18    <SatelliteResourceLanguages>en</SatelliteResourceLanguages>
19    <SignAssembly>true</SignAssembly>
20  </PropertyGroup>
21  <PropertyGroup>
22    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
23  </PropertyGroup>
24  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
25    <DebugSymbols>true</DebugSymbols>
26    <OutputPath>..\..\bin\</OutputPath>
27    <DefineConstants>DEBUG;TRACE</DefineConstants>
28    <DebugType>full</DebugType>
29    <PlatformTarget>x64</PlatformTarget>
30    <ErrorReport>prompt</ErrorReport>
31    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
32  </PropertyGroup>
33  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
34    <OutputPath>..\..\bin\</OutputPath>
35    <DefineConstants>TRACE</DefineConstants>
36    <Optimize>true</Optimize>
37    <DebugType>pdbonly</DebugType>
38    <PlatformTarget>x64</PlatformTarget>
39    <ErrorReport>prompt</ErrorReport>
40    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
41  </PropertyGroup>
42  <PropertyGroup>
43    <AutoGenerateBindingRedirects>false</AutoGenerateBindingRedirects>
44  </PropertyGroup>
45  <ItemGroup>
46    <Reference Include="DiffSharp.Merged, Version=0.8.4.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=AMD64">
47      <SpecificVersion>False</SpecificVersion>
48      <HintPath>..\..\bin\DiffSharp.Merged.dll</HintPath>
49    </Reference>
50    <Reference Include="System" />
51    <Reference Include="System.Core" />
52  </ItemGroup>
53  <ItemGroup>
54    <None Include="HeuristicLab.snk" />
55    <None Include="Plugin.cs.frame" />
56    <Compile Include="Plugin.cs" />
57    <None Include="Properties\AssemblyInfo.cs.frame" />
58    <Compile Include="Properties\AssemblyInfo.cs" />
59  </ItemGroup>
60  <ItemGroup>
61    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
62      <Project>{94186a6a-5176-4402-ae83-886557b53cca}</Project>
63      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
64    </ProjectReference>
65  </ItemGroup>
66  <ItemGroup>
67    <PackageReference Include="NETStandard.Library">
68      <Version>2.0.0</Version>
69    </PackageReference>
70  </ItemGroup>
71  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
72  <PropertyGroup>
73    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
74set ProjectDir=$(ProjectDir)
75set SolutionDir=$(SolutionDir)
76set Outdir=$(Outdir)
77
78call PreBuildEvent.cmd
79</PreBuildEvent>
80  </PropertyGroup>
81  <PropertyGroup>
82    <PostBuildEvent>
83    </PostBuildEvent>
84  </PropertyGroup>
85</Project>
Note: See TracBrowser for help on using the repository browser.