diff --git a/upgrades/matching-game-netframework/images/screenshot.png b/upgrades/matching-game-netframework/images/winforms.png similarity index 100% rename from upgrades/matching-game-netframework/images/screenshot.png rename to upgrades/matching-game-netframework/images/winforms.png diff --git a/upgrades/matching-game-netframework/images/wpf.png b/upgrades/matching-game-netframework/images/wpf.png new file mode 100644 index 00000000000..b8fdaba694d Binary files /dev/null and b/upgrades/matching-game-netframework/images/wpf.png differ diff --git a/upgrades/matching-game-netframework/readme.md b/upgrades/matching-game-netframework/readme.md index 2afb94714eb..568041a8018 100644 --- a/upgrades/matching-game-netframework/readme.md +++ b/upgrades/matching-game-netframework/readme.md @@ -2,4 +2,4 @@ These samples are used in the upgrade documentation for [Windows Forms](https://learn.microsoft.com/dotnet/desktop/winforms/migration/how-to-upgrade-winforms) and [WPF](https://learn.microsoft.com/dotnet/desktop/wpf/migration/how-to-upgrade-wpf). It demonstrates a match-2 memory game where you try to match tiles in the fewest moves possible. -![Screenshot](images/screenshot.png) +![Screenshot](images/winforms.png) diff --git a/upgrades/matching-game-netframework/winforms/readme.md b/upgrades/matching-game-netframework/winforms/readme.md new file mode 100644 index 00000000000..6bc4d1289fc --- /dev/null +++ b/upgrades/matching-game-netframework/winforms/readme.md @@ -0,0 +1,10 @@ +# Matching Game Sample + +This sample is used in the upgrade documentation for [Windows Forms](https://learn.microsoft.com/dotnet/desktop/winforms/migration/how-to-upgrade-winforms). It demonstrates a match-2 memory game where you try to match tiles in the fewest moves possible. + +The sample is available in two languages: + +- [C#](./cs/) +- [Visual Basic](./vb/) + +![Screenshot](../images/winforms.png) diff --git a/upgrades/matching-game-netframework/wpf/readme.md b/upgrades/matching-game-netframework/wpf/readme.md new file mode 100644 index 00000000000..0dde54e892e --- /dev/null +++ b/upgrades/matching-game-netframework/wpf/readme.md @@ -0,0 +1,10 @@ +# Matching Game Sample + +This sample is used in the upgrade documentation for [WPF](https://learn.microsoft.com/dotnet/desktop/wpf/migration/how-to-upgrade-wpf). It demonstrates a match-2 memory game where you try to match tiles in the fewest moves possible. + +The sample is available in two languages: + +- [C#](./cs/) +- [Visual Basic](./vb/) + +![Screenshot](../images/wpf.png) diff --git a/windowsforms/matching-game/readme.md b/windowsforms/matching-game/readme.md index 91ec7352f31..f6c58846f97 100644 --- a/windowsforms/matching-game/readme.md +++ b/windowsforms/matching-game/readme.md @@ -1,3 +1,3 @@ # Matching Game Sample -These samples are now available at [upgrades/matching-game-netframework](../../upgrades/matching-game-netframework/readme.md). +These samples are now available at [upgrades/matching-game-netframework](../../upgrades/matching-game-netframework/).