From d5f083bef3663259260549d6a62d97331ec59c63 Mon Sep 17 00:00:00 2001 From: "Sam Smith (Microsoft)" Date: Fri, 26 Feb 2021 18:38:54 -0500 Subject: [PATCH] Updated readme --- README.md | 2 +- SudokuSolver/SudokuSolver.sln | 9 +++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e1977bf..4b4bc91 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # SudokuSolver -A side project to help me cheat and solve Sudoku puzzles. Originally written in VB.NET over 10 years ago, I recently decided I'd like to try and apply some AI/Cognitive services to the idea. +A side project to help me cheat and solve Sudoku puzzles. Originally written in VB.NET over 10 years ago, I recently decided I'd like to modernize it (essentially a rewrite) to .NET 5 C#, and try and apply some AI/Cognitive services to the idea. [![Current build](https://github.com/samsmithnz/SudokuSolver/actions/workflows/dotnet.yml/badge.svg)](https://github.com/samsmithnz/SudokuSolver/actions/workflows/dotnet.yml) [![Coverage Status](https://coveralls.io/repos/github/samsmithnz/SudokuSolver/badge.svg?branch=main)](https://coveralls.io/github/samsmithnz/SudokuSolver?branch=main) diff --git a/SudokuSolver/SudokuSolver.sln b/SudokuSolver/SudokuSolver.sln index b9e8dc9..6147c60 100644 --- a/SudokuSolver/SudokuSolver.sln +++ b/SudokuSolver/SudokuSolver.sln @@ -3,9 +3,14 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 16 VisualStudioVersion = 16.0.31019.194 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SudokuSolver.Core", "SudokuSolver.Core\SudokuSolver.Core.csproj", "{E230DBD0-EA2A-4BC5-8FA7-BE0E5854760D}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SudokuSolver.Core", "SudokuSolver.Core\SudokuSolver.Core.csproj", "{E230DBD0-EA2A-4BC5-8FA7-BE0E5854760D}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SudokuSolver.Tests", "SudokuSolver.Tests\SudokuSolver.Tests.csproj", "{778E8850-7CA8-4086-BC8D-CB312619494C}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SudokuSolver.Tests", "SudokuSolver.Tests\SudokuSolver.Tests.csproj", "{778E8850-7CA8-4086-BC8D-CB312619494C}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{ED2F9F94-F68A-4BB6-A6AE-F92DCD9FAEE1}" + ProjectSection(SolutionItems) = preProject + ..\README.md = ..\README.md + EndProjectSection EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution