From 2239d7fe90c0d29b2a40aa208b02320b7606175a Mon Sep 17 00:00:00 2001 From: Raymond Chen Date: Wed, 18 Dec 2019 17:00:08 -0800 Subject: [PATCH] Onboarding samples to https://docs.microsoft.com/samples/ Upgrade samples to Visual Studio 2019. --- Samples/ProxyStubsForWinRTComponents/README.md | 6 ++++-- Samples/WRLInProcessWinRTComponent/README.md | 6 ++++-- Samples/WRLOutOfProcessWinRTComponent/README.md | 6 ++++-- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/Samples/ProxyStubsForWinRTComponents/README.md b/Samples/ProxyStubsForWinRTComponents/README.md index 8015e654bf..59547240ff 100644 --- a/Samples/ProxyStubsForWinRTComponents/README.md +++ b/Samples/ProxyStubsForWinRTComponents/README.md @@ -21,12 +21,14 @@ description: "Shows how to create proxies and stubs for a Windows Runtime in-pro samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=620589 ---> -# In-process component authoring sample +# In-process C++/CX component authoring sample Shows how to create proxies and stubs for a Windows Runtime in-process component that is consumed in C++, JS, and C#. > **Note:** This sample is part of a large collection of UWP feature samples. -> If you are unfamiliar with Git and GitHub, you can download the entire collection as a +> You can download this sample as a standalone ZIP file +> [from docs.microsoft.com](https://docs.microsoft.com/samples/microsoft/windows-universal-samples/proxystubsforwinrtcomponents/), +> or you can download the entire collection as a single > [ZIP file](https://github.com/Microsoft/Windows-universal-samples/archive/master.zip), but be > sure to unzip everything to access shared dependencies. For more info on working with the ZIP file, > the samples collection, and GitHub, see [Get the UWP samples from GitHub](https://aka.ms/ovu2uq). diff --git a/Samples/WRLInProcessWinRTComponent/README.md b/Samples/WRLInProcessWinRTComponent/README.md index 13ccd38d73..1a60a829ff 100644 --- a/Samples/WRLInProcessWinRTComponent/README.md +++ b/Samples/WRLInProcessWinRTComponent/README.md @@ -20,12 +20,14 @@ description: "Shows how to create an in-process component in C++ using WRL that samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=620630 ---> -# In-process component authoring sample +# In-process WRL component authoring sample Shows how to create an in-process component in C++ using WRL that is consumed in C++, JS, and C#. > **Note:** This sample is part of a large collection of UWP feature samples. -> If you are unfamiliar with Git and GitHub, you can download the entire collection as a +> You can download this sample as a standalone ZIP file +> [from docs.microsoft.com](https://docs.microsoft.com/samples/microsoft/windows-universal-samples/wrlinprocesswinrtcomponent/), +> or you can download the entire collection as a single > [ZIP file](https://github.com/Microsoft/Windows-universal-samples/archive/master.zip), but be > sure to unzip everything to access shared dependencies. For more info on working with the ZIP file, > the samples collection, and GitHub, see [Get the UWP samples from GitHub](https://aka.ms/ovu2uq). diff --git a/Samples/WRLOutOfProcessWinRTComponent/README.md b/Samples/WRLOutOfProcessWinRTComponent/README.md index cb2fe9fba8..1fc86f70fa 100644 --- a/Samples/WRLOutOfProcessWinRTComponent/README.md +++ b/Samples/WRLOutOfProcessWinRTComponent/README.md @@ -20,12 +20,14 @@ description: "Shows how to create an out-of-process component in C++ using WRL t samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=620631 ---> -# Out-of-process component authoring +# Out-of-process WRL component authoring Shows how to create an out-of-process component in C++ using WRL that is consumed in C++, JS, and C#. > **Note:** This sample is part of a large collection of UWP feature samples. -> If you are unfamiliar with Git and GitHub, you can download the entire collection as a +> You can download this sample as a standalone ZIP file +> [from docs.microsoft.com](https://docs.microsoft.com/samples/microsoft/windows-universal-samples/wrloutofprocesswinrtcomponent/), +> or you can download the entire collection as a single > [ZIP file](https://github.com/Microsoft/Windows-universal-samples/archive/master.zip), but be > sure to unzip everything to access shared dependencies. For more info on working with the ZIP file, > the samples collection, and GitHub, see [Get the UWP samples from GitHub](https://aka.ms/ovu2uq).