Fix dotnet-build.sh
[platform/core/dotnet/build-tools.git] / dotnet / sdk / 2.0.0-preview2-006497 / Microsoft / Portable / Microsoft.Portable.Core.props
1 <!--\r
2 ***********************************************************************************************\r
3 Microsoft.Portable.Core.props\r
4 \r
5 Contains common properties that are shared by all portable library projects regardless of version.\r
6 \r
7 WARNING:  DO NOT MODIFY this file unless you are knowledgeable about MSBuild and have\r
8           created a backup copy.  Incorrect changes to this file will make it\r
9           impossible to load or build your projects from the command-line or the IDE.\r
10 \r
11 Copyright (C) Microsoft Corporation. All rights reserved.\r
12 ***********************************************************************************************\r
13 -->\r
14 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
15 \r
16     <Import Project="VisualStudio\v$(VisualStudioVersion)\Microsoft.Portable.CurrentVersion.props" Condition="Exists('VisualStudio\v$(VisualStudioVersion)\Microsoft.Portable.CurrentVersion.props')"/>\r
17 \r
18     <PropertyGroup>\r
19         <TargetPlatformIdentifier>Portable</TargetPlatformIdentifier>\r
20         <TargetFrameworkIdentifier>.NETPortable</TargetFrameworkIdentifier>\r
21         <TargetFrameworkMonikerDisplayName>.NET Portable Subset</TargetFrameworkMonikerDisplayName>\r
22 \r
23         <!-- Automatically reference all assemblies in the target framework -->\r
24         <ImplicitlyExpandTargetFramework Condition="'$(ImplicitlyExpandTargetFramework)' == '' AND '$(PortableNuGetMode)' != 'true'">true</ImplicitlyExpandTargetFramework>\r
25 \r
26     </PropertyGroup>\r
27 \r
28     <!-- Redefine AssemblySearchPaths to exclude {AssemblyFolders} and {GAC}, these represent .NET-specific locations -->\r
29     <PropertyGroup>\r
30         <AssemblySearchPaths Condition="'$(AssemblySearchPaths)' == ''">\r
31             {CandidateAssemblyFiles};\r
32             $(ReferencePath);\r
33             {HintPathFromItem};\r
34             {TargetFrameworkDirectory};\r
35             {Registry:$(FrameworkRegistryBase),$(TargetFrameworkVersion),$(AssemblyFoldersSuffix)$(AssemblyFoldersExConditions)};\r
36             {RawFileName};\r
37             $(OutDir)\r
38         </AssemblySearchPaths>\r
39     </PropertyGroup>\r
40 \r
41 </Project>\r