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>{99BF44AE-436E-4B30-9435-E2BA98EE6FB3}</ProjectGuid>
|
---|
8 | <OutputType>Library</OutputType>
|
---|
9 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
10 | <RootNamespace>TensorFlowNetBuild</RootNamespace>
|
---|
11 | <AssemblyName>TensorFlowNetBuild</AssemblyName>
|
---|
12 | <TargetFrameworkVersion>v4.7</TargetFrameworkVersion>
|
---|
13 | <FileAlignment>512</FileAlignment>
|
---|
14 | <Deterministic>true</Deterministic>
|
---|
15 | </PropertyGroup>
|
---|
16 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
17 | <DebugSymbols>true</DebugSymbols>
|
---|
18 | <DebugType>full</DebugType>
|
---|
19 | <Optimize>false</Optimize>
|
---|
20 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
21 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
22 | <ErrorReport>prompt</ErrorReport>
|
---|
23 | <WarningLevel>4</WarningLevel>
|
---|
24 | </PropertyGroup>
|
---|
25 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
26 | <DebugType>pdbonly</DebugType>
|
---|
27 | <Optimize>true</Optimize>
|
---|
28 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
29 | <DefineConstants>TRACE</DefineConstants>
|
---|
30 | <ErrorReport>prompt</ErrorReport>
|
---|
31 | <WarningLevel>4</WarningLevel>
|
---|
32 | </PropertyGroup>
|
---|
33 | <ItemGroup>
|
---|
34 | <Reference Include="System" />
|
---|
35 | <Reference Include="System.Core" />
|
---|
36 | </ItemGroup>
|
---|
37 | <ItemGroup>
|
---|
38 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
39 | </ItemGroup>
|
---|
40 | <ItemGroup>
|
---|
41 | <PackageReference Include="ilmerge">
|
---|
42 | <Version>3.0.29</Version>
|
---|
43 | </PackageReference>
|
---|
44 | <PackageReference Include="TensorFlow.NET">
|
---|
45 | <Version>0.15.0</Version>
|
---|
46 | </PackageReference>
|
---|
47 | </ItemGroup>
|
---|
48 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
49 | <PropertyGroup>
|
---|
50 | <PostBuildEvent>rm $(OutDir)\NumSharp.Lite.pdb
|
---|
51 |
|
---|
52 | "$(ILMergeConsolePath)" /out:$(Outdir)\TensorFlow.NET.Signed.dll /keyfile:$(SolutionDir)\HeuristicLab\3.3\HeuristicLab.snk $(Outdir)\TensorFlow.NET.dll $(Outdir)\NumSharp.Lite.dll
|
---|
53 |
|
---|
54 | rm $(OutDir)\NumSharp.Lite.dll
|
---|
55 | rm $(OutDir)\TensorFlow.NET.dll</PostBuildEvent>
|
---|
56 | </PropertyGroup>
|
---|
57 | <PropertyGroup>
|
---|
58 | <PreBuildEvent>
|
---|
59 | </PreBuildEvent>
|
---|
60 | </PropertyGroup>
|
---|
61 | </Project> |
---|