Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure we don't override XamlLanguage if it's already set. (#979)
When NuGet imports the props as part of PackageReference, it easy to end up in situations where the project file defines XamlLanguage before the C++/WinRT props are imported. We shouldn't override if the value is already set.
- Loading branch information