summaryrefslogtreecommitdiff
path: root/mcs/tools/xbuild/targets/Microsoft.Portable.Core.props
blob: 4bf2d9ca524606b3a219e9864c7cb94040fc52d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
	<PropertyGroup>
		<AvailablePlatforms>Any CPU</AvailablePlatforms>

		<TargetPlatformIdentifier>Portable</TargetPlatformIdentifier>
		<TargetFrameworkIdentifier>.NETPortable</TargetFrameworkIdentifier>
		<TargetFrameworkMonikerDisplayName>.NET Portable Subset</TargetFrameworkMonikerDisplayName>

		<AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
		<NoStdLib>true</NoStdLib>

		<ImplicitlyExpandTargetFramework Condition="'$(ImplicitlyExpandTargetFramework)' == '' ">true</ImplicitlyExpandTargetFramework>
	</PropertyGroup>
</Project>