CommonNetCoreReferences.csproj 1.7 KB
Newer Older
1 2 3 4 5 6 7 8
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (c)  Microsoft.  All Rights Reserved.  Licensed under the Apache License, Version 2.0.  See License.txt in the project root for license information. -->
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <Import Project="..\..\..\build\Targets\VSL.Settings.targets" />
  <PropertyGroup>
    <Platform Condition=" '$(Platform)' == '' ">x64</Platform>
    <ProjectGuid>{B5A6057A-EB4C-49FB-987D-943137E72E47}</ProjectGuid>
    <OutputType>Library</OutputType>
9
    <AssemblyName>CommonNetCoreReferences_DoNotUse</AssemblyName>
10 11 12
    <Prefer32Bit>false</Prefer32Bit>
    <LargeAddressAware>true</LargeAddressAware>
    <AutoGenerateBindingRedirects>True</AutoGenerateBindingRedirects>
13
    <NonShipping>true</NonShipping>
14 15 16 17
    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
    <TargetFrameworkIdentifier>.NETPortable</TargetFrameworkIdentifier>
    <TargetFrameworkVersion>v5.0</TargetFrameworkVersion>
    <NoStdLib>true</NoStdLib>
18
    <RoslynProjectType>Deployment</RoslynProjectType>
19 20 21 22 23 24 25 26 27
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'" />
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'" />
  <ItemGroup>
    <Compile Include="Class1.cs" />
  </ItemGroup>
  <ItemGroup>
    <None Include="project.json" />
  </ItemGroup>
J
Jared Parsons 已提交
28
  <Import Project="..\..\..\build\Targets\VSL.Imports.targets" />
29
  <!-- Override the defaults and make this .NETCoreApp -->
30
  <PropertyGroup>
31
    <NuGetTargetMoniker>.NETCoreApp,Version=v1.0</NuGetTargetMoniker>
32
  </PropertyGroup>
J
Jared Parsons 已提交
33
</Project>