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