[Tizen] Add BuildTools 2.1.0-rc1-02804-05
[platform/upstream/coreclr.git] / Tools / dotnetcli / sdk / NuGetFallbackFolder / netstandard.library / 2.0.0 / build / NETStandard.Library.targets
1 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2   <PropertyGroup>
3     <NETStandardLibraryPackageVersion>2.0.0</NETStandardLibraryPackageVersion>
4   </PropertyGroup>
5
6   <ItemGroup>
7     <Reference Condition="'$(_NetStandardLibraryRefPath)' != ''" Include="$(_NetStandardLibraryRefPath)*.dll">
8       <!-- Private = false to make these reference only -->
9       <Private>false</Private>
10       <!-- hide these from Assemblies view in Solution Explorer, they will be shown under packages -->
11       <Visible>false</Visible>
12       <Facade Condition="'%(FileName)' != 'netstandard'">true</Facade>
13       <NuGetPackageId>NETStandard.Library</NuGetPackageId>
14       <NuGetPackageVersion>$(NETStandardLibraryPackageVersion)</NuGetPackageVersion>
15     </Reference>
16     <ReferenceCopyLocalPaths Condition="'$(_NetStandardLibraryLibPath)' != ''" Include="$(_NetStandardLibraryLibPath)*.dll">
17       <Private>false</Private>
18       <Facade Condition="'%(FileName)' != 'netstandard'">true</Facade>
19       <NuGetPackageId>NETStandard.Library</NuGetPackageId>
20       <NuGetPackageVersion>$(NETStandardLibraryPackageVersion)</NuGetPackageVersion>
21     </ReferenceCopyLocalPaths>
22   </ItemGroup>
23 </Project>