Free cookie consent management tool by TermsFeed Policy Generator

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

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

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

File size: 2.9 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>{0C9D4608-1B14-404E-9932-F60E67B625BA}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>DiffSharpILMerge</RootNamespace>
11    <AssemblyName>DiffSharpILMerge_</AssemblyName>
12    <TargetFrameworkVersion>v4.7</TargetFrameworkVersion>
13    <FileAlignment>512</FileAlignment>
14    <Deterministic>true</Deterministic>
15    <TargetFrameworkProfile />
16  </PropertyGroup>
17  <PropertyGroup>
18    <AutoGenerateBindingRedirects>false</AutoGenerateBindingRedirects>
19  </PropertyGroup>
20  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
21    <DebugSymbols>true</DebugSymbols>
22    <OutputPath>$(SolutionDir)\bin\</OutputPath>
23    <DefineConstants>DEBUG;TRACE</DefineConstants>
24    <DebugType>full</DebugType>
25    <PlatformTarget>x64</PlatformTarget>
26    <LangVersion>7.3</LangVersion>
27    <ErrorReport>prompt</ErrorReport>
28  </PropertyGroup>
29  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
30    <OutputPath>$(SolutionDir)\bin\</OutputPath>
31    <DefineConstants>TRACE</DefineConstants>
32    <Optimize>true</Optimize>
33    <DebugType>pdbonly</DebugType>
34    <PlatformTarget>x64</PlatformTarget>
35    <LangVersion>7.3</LangVersion>
36    <ErrorReport>prompt</ErrorReport>
37  </PropertyGroup>
38  <ItemGroup>
39    <Reference Include="System" />
40    <Reference Include="System.Core" />
41  </ItemGroup>
42  <ItemGroup>
43    <Compile Include="Properties\AssemblyInfo.cs" />
44  </ItemGroup>
45  <ItemGroup>
46    <PackageReference Include="DiffSharp">
47      <Version>0.8.4-beta</Version>
48    </PackageReference>
49    <PackageReference Include="ILMerge">
50      <Version>3.0.41</Version>
51    </PackageReference>
52  </ItemGroup>
53  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
54  <PropertyGroup>
55    <PostBuildEvent>"$(ILMergeConsolePath)" /out:DiffSharp.Merged.dll /keyfile:$(SolutionDir)HeuristicLab\3.3\HeuristicLab.snk DiffSharp.dll FSharp.Core.dll FSharp.Quotations.Evaluator.dll en\FSharp.Core.resources.dll
56
57rm DiffSharp.dll
58rm FSharp.Core.dll
59rm FSharp.Quotations.Evaluator.dll
60rm FSharp.Quotations.Evaluator.pdb
61
62rm -d -r cs
63rm -d -r de
64rm -d -r en
65rm -d -r es
66rm -d -r fr
67rm -d -r it
68rm -d -r ja
69rm -d -r ko
70rm -d -r pl
71rm -d -r pt-BR
72rm -d -r ru
73rm -d -r tr
74rm -d -r zh-Hans
75rm -d -r zh-Hant
76</PostBuildEvent>
77  </PropertyGroup>
78</Project>
Note: See TracBrowser for help on using the repository browser.