Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion upgrades/matching-game-netframework/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
10 changes: 10 additions & 0 deletions upgrades/matching-game-netframework/winforms/readme.md
Original file line number Diff line number Diff line change
@@ -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)
10 changes: 10 additions & 0 deletions upgrades/matching-game-netframework/wpf/readme.md
Original file line number Diff line number Diff line change
@@ -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)
2 changes: 1 addition & 1 deletion windowsforms/matching-game/readme.md
Original file line number Diff line number Diff line change
@@ -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/).
Loading