11<?xml version =" 1.0" encoding =" utf-8" ?>
22<Project DefaultTargets =" Build" ToolsVersion =" 15.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <Import Project =" ..\packages\Microsoft.MSBuildCache.AzurePipelines.0.1.327-preview\build\Microsoft.MSBuildCache.AzurePipelines.props" Condition =" Exists('..\packages\Microsoft.MSBuildCache.AzurePipelines.0.1.327-preview\build\Microsoft.MSBuildCache.AzurePipelines.props')" />
34 <Import Project =" $(SolutionDir)\packages\Microsoft.Windows.CppWinRT.2.0.250303.1\build\native\Microsoft.Windows.CppWinRT.props" Condition =" Exists('$(SolutionDir)\packages\Microsoft.Windows.CppWinRT.2.0.250303.1\build\native\Microsoft.Windows.CppWinRT.props')" />
45 <PropertyGroup Label =" Globals" >
56 <CppWinRTOptimized >true</CppWinRTOptimized >
479480 <ImportGroup Label =" ExtensionTargets" >
480481 <Import Project =" $(SolutionDir)\packages\Microsoft.Windows.ImplementationLibrary.1.0.250325.1\build\native\Microsoft.Windows.ImplementationLibrary.targets" Condition =" Exists('$(SolutionDir)\packages\Microsoft.Windows.ImplementationLibrary.1.0.250325.1\build\native\Microsoft.Windows.ImplementationLibrary.targets')" />
481482 <Import Project =" $(SolutionDir)\packages\Microsoft.Windows.CppWinRT.2.0.250303.1\build\native\Microsoft.Windows.CppWinRT.targets" Condition =" Exists('$(SolutionDir)\packages\Microsoft.Windows.CppWinRT.2.0.250303.1\build\native\Microsoft.Windows.CppWinRT.targets')" />
483+ <Import Project =" ..\packages\Microsoft.MSBuildCache.AzurePipelines.0.1.327-preview\build\Microsoft.MSBuildCache.AzurePipelines.targets" Condition =" Exists('..\packages\Microsoft.MSBuildCache.AzurePipelines.0.1.327-preview\build\Microsoft.MSBuildCache.AzurePipelines.targets')" />
482484 </ImportGroup >
483485 <Target Name =" EnsureBuildImports" BeforeTargets =" PrepareForBuild" >
484486 <PropertyGroup >
488490 <Error Condition =" !Exists('$(SolutionDir)\packages\Microsoft.Windows.CppWinRT.2.0.250303.1\build\native\Microsoft.Windows.CppWinRT.props')" Text =" $([System.String]::Format('$(ErrorTextNuget)', '$(SolutionDir)\packages\Microsoft.Windows.CppWinRT.2.0.250303.1\build\native\Microsoft.Windows.CppWinRT.props'))" />
489491 <Error Condition =" !Exists('$(SolutionDir)\packages\Microsoft.Windows.CppWinRT.2.0.250303.1\build\native\Microsoft.Windows.CppWinRT.targets')" Text =" $([System.String]::Format('$(ErrorTextNuget)', '$(SolutionDir)\packages\Microsoft.Windows.CppWinRT.2.0.250303.1\build\native\Microsoft.Windows.CppWinRT.targets'))" />
490492 </Target >
491- </Project >
492-
493+ <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
494+ <PropertyGroup >
495+ <ErrorText >This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText >
496+ </PropertyGroup >
497+ <Error Condition =" !Exists('..\packages\Microsoft.MSBuildCache.AzurePipelines.0.1.327-preview\build\Microsoft.MSBuildCache.AzurePipelines.props')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.MSBuildCache.AzurePipelines.0.1.327-preview\build\Microsoft.MSBuildCache.AzurePipelines.props'))" />
498+ <Error Condition =" !Exists('..\packages\Microsoft.MSBuildCache.AzurePipelines.0.1.327-preview\build\Microsoft.MSBuildCache.AzurePipelines.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.MSBuildCache.AzurePipelines.0.1.327-preview\build\Microsoft.MSBuildCache.AzurePipelines.targets'))" />
499+ </Target >
500+ </Project >
0 commit comments