Welcome to mirror list, hosted at ThFree Co, Russian Federation.

NetCore.props « linker - github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3a8c30dba0175c2bf3a7dcd72c911632ead7cd8d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    <TargetFramework>netcoreapp2.0</TargetFramework>
    <RuntimeFrameworkVersion>2.0.0-beta-001509-00</RuntimeFrameworkVersion>
    <DefineConstants>$(DefineConstants);NET_CORE</DefineConstants>
    <EnableDefaultCompileItems>false</EnableDefaultCompileItems>
    <GenerateAssemblyInfo>false</GenerateAssemblyInfo>
    <AssemblyName>illink</AssemblyName>
    <OutputType>exe</OutputType>
  </PropertyGroup>

</Project>