[Tizen] Add BuildTools 2.1.0-rc1-02804-05
[platform/upstream/coreclr.git] / Tools / dotnetcli / sdk / NuGetFallbackFolder / microsoft.build.runtime / 15.3.409 / contentFiles / any / net46 / Workflow.VisualBasic.targets
1 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2    <!-- 
3         With MSBuild 12, we've changed MSBuildToolsPath to for the first time point to a directory
4         outside of the .NET Framework.  As a result of this, there were several targets files, of which 
5         this was one, that were being referenced as out of MSBuildToolsPath that are now no longer there.  
6
7         Thus, we are shimming those targets files so that they do still appear in MSBuildToolsPath, so that 
8         consumers of them are not broken, but since the targets files themselves are still part of .NET, 
9         the shim will internally simply redirect to the real copy of the targets file in the .NET Framework. 
10    -->
11
12    <Import Project="$(MSBuildFrameworkToolsPath)\Workflow.VisualBasic.targets" />
13
14 </Project>