[Tizen] Add BuildTools 2.1.0-rc1-02804-05
[platform/upstream/coreclr.git] / Tools / dotnetcli / sdk / 2.1.2 / Sdks / Microsoft.NET.Sdk / build / Microsoft.NET.DisableStandardFrameworkResolution.targets
1 <!--
2 ***********************************************************************************************
3 Microsoft.NET.DisableStandardFrameworkResolution.targets
4
5 WARNING:  DO NOT MODIFY this file unless you are knowledgeable about MSBuild and have
6           created a backup copy.  Incorrect changes to this file will make it
7           impossible to load or build your projects from the command-line or the IDE.
8
9 Copyright (c) .NET Foundation. All rights reserved. 
10 ***********************************************************************************************
11 -->
12 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
13
14   <Target Name="GetReferenceAssemblyPaths" />
15   <Target Name="GetFrameworkPaths" />
16
17   <PropertyGroup>
18     <MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
19     
20     <_TargetFrameworkDirectories />
21     <FrameworkPathOverride />
22     <TargetFrameworkDirectory />
23
24     <!-- all references (even the StdLib) come from packages -->
25     <NoStdLib>true</NoStdLib>
26   </PropertyGroup>
27
28 </Project>