Skip to content

Commit

Permalink
Onboarding samples to https://docs.microsoft.com/samples/
Browse files Browse the repository at this point in the history
Upgrade samples to Visual Studio 2019.
  • Loading branch information
oldnewthing committed Dec 19, 2019
1 parent e265cc4 commit 2239d7f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
6 changes: 4 additions & 2 deletions Samples/ProxyStubsForWinRTComponents/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
6 changes: 4 additions & 2 deletions Samples/WRLInProcessWinRTComponent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
6 changes: 4 additions & 2 deletions Samples/WRLOutOfProcessWinRTComponent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 2239d7f

Please sign in to comment.