Skip to content

Commit 2239d7f

Browse files
committed
Upgrade samples to Visual Studio 2019.
1 parent e265cc4 commit 2239d7f

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

Samples/ProxyStubsForWinRTComponents/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,14 @@ description: "Shows how to create proxies and stubs for a Windows Runtime in-pro
2121
samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=620589
2222
--->
2323

24-
# In-process component authoring sample
24+
# In-process C++/CX component authoring sample
2525

2626
Shows how to create proxies and stubs for a Windows Runtime in-process component that is consumed in C++, JS, and C#.
2727

2828
> **Note:** This sample is part of a large collection of UWP feature samples.
29-
> If you are unfamiliar with Git and GitHub, you can download the entire collection as a
29+
> You can download this sample as a standalone ZIP file
30+
> [from docs.microsoft.com](https://docs.microsoft.com/samples/microsoft/windows-universal-samples/proxystubsforwinrtcomponents/),
31+
> or you can download the entire collection as a single
3032
> [ZIP file](https://github.com/Microsoft/Windows-universal-samples/archive/master.zip), but be
3133
> sure to unzip everything to access shared dependencies. For more info on working with the ZIP file,
3234
> the samples collection, and GitHub, see [Get the UWP samples from GitHub](https://aka.ms/ovu2uq).

Samples/WRLInProcessWinRTComponent/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,14 @@ description: "Shows how to create an in-process component in C++ using WRL that
2020
samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=620630
2121
--->
2222

23-
# In-process component authoring sample
23+
# In-process WRL component authoring sample
2424

2525
Shows how to create an in-process component in C++ using WRL that is consumed in C++, JS, and C#.
2626

2727
> **Note:** This sample is part of a large collection of UWP feature samples.
28-
> If you are unfamiliar with Git and GitHub, you can download the entire collection as a
28+
> You can download this sample as a standalone ZIP file
29+
> [from docs.microsoft.com](https://docs.microsoft.com/samples/microsoft/windows-universal-samples/wrlinprocesswinrtcomponent/),
30+
> or you can download the entire collection as a single
2931
> [ZIP file](https://github.com/Microsoft/Windows-universal-samples/archive/master.zip), but be
3032
> sure to unzip everything to access shared dependencies. For more info on working with the ZIP file,
3133
> the samples collection, and GitHub, see [Get the UWP samples from GitHub](https://aka.ms/ovu2uq).

Samples/WRLOutOfProcessWinRTComponent/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,14 @@ description: "Shows how to create an out-of-process component in C++ using WRL t
2020
samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=620631
2121
--->
2222

23-
# Out-of-process component authoring
23+
# Out-of-process WRL component authoring
2424

2525
Shows how to create an out-of-process component in C++ using WRL that is consumed in C++, JS, and C#.
2626

2727
> **Note:** This sample is part of a large collection of UWP feature samples.
28-
> If you are unfamiliar with Git and GitHub, you can download the entire collection as a
28+
> You can download this sample as a standalone ZIP file
29+
> [from docs.microsoft.com](https://docs.microsoft.com/samples/microsoft/windows-universal-samples/wrloutofprocesswinrtcomponent/),
30+
> or you can download the entire collection as a single
2931
> [ZIP file](https://github.com/Microsoft/Windows-universal-samples/archive/master.zip), but be
3032
> sure to unzip everything to access shared dependencies. For more info on working with the ZIP file,
3133
> the samples collection, and GitHub, see [Get the UWP samples from GitHub](https://aka.ms/ovu2uq).

0 commit comments

Comments
 (0)