Skip to content

Commit

Permalink
Merge d5f083b into cf47271
Browse files Browse the repository at this point in the history
  • Loading branch information
samsmithnz committed Feb 26, 2021
2 parents cf47271 + d5f083b commit 1e1f8b4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)
9 changes: 7 additions & 2 deletions SudokuSolver/SudokuSolver.sln
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1e1f8b4

Please sign in to comment.