From 9094d6e733d7fadff5e5ad0eed2fce6f960c9676 Mon Sep 17 00:00:00 2001 From: Jon Thysell Date: Mon, 21 Aug 2023 17:01:01 -0700 Subject: [PATCH] Fix unquoted properties in vcxproj conditions (#263) This PR fixes several instances of improper quoting within the Conditions of ReactNativeXaml.vcxproj. --- ...-baecfde6-658e-4686-8da0-8bb49112cb50.json | 7 +++++ .../ReactNativeXaml/ReactNativeXaml.vcxproj | 28 +++++++++---------- 2 files changed, 21 insertions(+), 14 deletions(-) create mode 100644 change/react-native-xaml-baecfde6-658e-4686-8da0-8bb49112cb50.json diff --git a/change/react-native-xaml-baecfde6-658e-4686-8da0-8bb49112cb50.json b/change/react-native-xaml-baecfde6-658e-4686-8da0-8bb49112cb50.json new file mode 100644 index 0000000..af98996 --- /dev/null +++ b/change/react-native-xaml-baecfde6-658e-4686-8da0-8bb49112cb50.json @@ -0,0 +1,7 @@ +{ + "type": "patch", + "comment": "Fix unquoted properties in vcxproj conditions", + "packageName": "react-native-xaml", + "email": "jthysell@microsoft.com", + "dependentChangeType": "patch" +} diff --git a/package/windows/ReactNativeXaml/ReactNativeXaml.vcxproj b/package/windows/ReactNativeXaml/ReactNativeXaml.vcxproj index 31a099a..6327a58 100644 --- a/package/windows/ReactNativeXaml/ReactNativeXaml.vcxproj +++ b/package/windows/ReactNativeXaml/ReactNativeXaml.vcxproj @@ -8,15 +8,15 @@ - true + true 2.8.0 2.0.210312.4 - - + + true true @@ -251,7 +251,7 @@ - + @@ -267,28 +267,28 @@ - true - false - $(NuGetPackageRoot)\$(WinUIPackageName)\$(WinUIPackageVersion)\lib\uap10.0\Microsoft.UI.Xaml.winmd - $(SolutionDir)\packages\$(WinUIPackageName).$(WinUIPackageVersion)\lib\uap10.0\Microsoft.UI.Xaml.winmd - $([MSBuild]::NormalizePath('$(MSBuildThisFileDirectory)..\..\')) + true + false + $(NuGetPackageRoot)\$(WinUIPackageName)\$(WinUIPackageVersion)\lib\uap10.0\Microsoft.UI.Xaml.winmd + $(SolutionDir)\packages\$(WinUIPackageName).$(WinUIPackageVersion)\lib\uap10.0\Microsoft.UI.Xaml.winmd + $([MSBuild]::NormalizePath('$(MSBuildThisFileDirectory)..\..\')) $(ReactNativeXamlRootDir) - dotnet run --project Codegen -verbose -winmd $(ReactNativeXamlTargetWinMD) + dotnet run --project Codegen -verbose -winmd $(ReactNativeXamlTargetWinMD) $(SolutionDir) - yarn run tsc --project $(ReactNativeXamlRootDir) + yarn run tsc --project $(ReactNativeXamlRootDir) - + - + - + 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}.