From 4f5b645c748cba1c4b6b63d39ef0ee4c0e9b992a Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sun, 19 Jan 2020 01:26:51 -0500 Subject: [PATCH] spelling: winmd --- doc/cascadia/Unittesting-CppWinRT-Xaml.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/cascadia/Unittesting-CppWinRT-Xaml.md b/doc/cascadia/Unittesting-CppWinRT-Xaml.md index 48dfd3a4e5a8..3cfb228d5152 100644 --- a/doc/cascadia/Unittesting-CppWinRT-Xaml.md +++ b/doc/cascadia/Unittesting-CppWinRT-Xaml.md @@ -68,7 +68,7 @@ original files. You could alternatively put all the source in one directory, and have separate `dll/` and `lib/` subdirectories from the source that are solely responsible for building their binary. -At this point, you might face some difficulty including the right wimnd +At this point, you might face some difficulty including the right winmd references, especially from other C++/WinRT dependencies for this project that exist in your solution. I don't know why, but I had a fair amount of difficulty using a `ProjectReference` from a C++/WinRT StaticLibrary to another C++/WinRT