Initial commit — Wordle/letter word solver and scorer
This commit is contained in:
@@ -0,0 +1,73 @@
|
||||
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio Version 16
|
||||
VisualStudioVersion = 16.0.30907.101
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LetterWords", "LetterWords\LetterWords.csproj", "{0C0C6B42-4091-4024-BBB2-BED42543DBF4}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Core", "Core\Core.csproj", "{87245554-C14C-4760-9AD8-7948F6506522}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Core.Tests", "Core.Tests\Core.Tests.csproj", "{E9E94A89-0A93-49AC-88CE-71132C079180}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WordleSolve", "WordleSolve\WordleSolve.csproj", "{A2B8B113-F917-438D-9738-C14153C35A0C}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
Debug|Mixed Platforms = Debug|Mixed Platforms
|
||||
Debug|x86 = Debug|x86
|
||||
Release|Any CPU = Release|Any CPU
|
||||
Release|Mixed Platforms = Release|Mixed Platforms
|
||||
Release|x86 = Release|x86
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{0C0C6B42-4091-4024-BBB2-BED42543DBF4}.Debug|Any CPU.ActiveCfg = Debug|x86
|
||||
{0C0C6B42-4091-4024-BBB2-BED42543DBF4}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
|
||||
{0C0C6B42-4091-4024-BBB2-BED42543DBF4}.Debug|Mixed Platforms.Build.0 = Debug|x86
|
||||
{0C0C6B42-4091-4024-BBB2-BED42543DBF4}.Debug|x86.ActiveCfg = Debug|x86
|
||||
{0C0C6B42-4091-4024-BBB2-BED42543DBF4}.Debug|x86.Build.0 = Debug|x86
|
||||
{0C0C6B42-4091-4024-BBB2-BED42543DBF4}.Release|Any CPU.ActiveCfg = Release|x86
|
||||
{0C0C6B42-4091-4024-BBB2-BED42543DBF4}.Release|Mixed Platforms.ActiveCfg = Release|x86
|
||||
{0C0C6B42-4091-4024-BBB2-BED42543DBF4}.Release|Mixed Platforms.Build.0 = Release|x86
|
||||
{0C0C6B42-4091-4024-BBB2-BED42543DBF4}.Release|x86.ActiveCfg = Release|x86
|
||||
{0C0C6B42-4091-4024-BBB2-BED42543DBF4}.Release|x86.Build.0 = Release|x86
|
||||
{87245554-C14C-4760-9AD8-7948F6506522}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{87245554-C14C-4760-9AD8-7948F6506522}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{87245554-C14C-4760-9AD8-7948F6506522}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
|
||||
{87245554-C14C-4760-9AD8-7948F6506522}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
|
||||
{87245554-C14C-4760-9AD8-7948F6506522}.Debug|x86.ActiveCfg = Debug|Any CPU
|
||||
{87245554-C14C-4760-9AD8-7948F6506522}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{87245554-C14C-4760-9AD8-7948F6506522}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{87245554-C14C-4760-9AD8-7948F6506522}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
|
||||
{87245554-C14C-4760-9AD8-7948F6506522}.Release|Mixed Platforms.Build.0 = Release|Any CPU
|
||||
{87245554-C14C-4760-9AD8-7948F6506522}.Release|x86.ActiveCfg = Release|Any CPU
|
||||
{E9E94A89-0A93-49AC-88CE-71132C079180}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{E9E94A89-0A93-49AC-88CE-71132C079180}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{E9E94A89-0A93-49AC-88CE-71132C079180}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
|
||||
{E9E94A89-0A93-49AC-88CE-71132C079180}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
|
||||
{E9E94A89-0A93-49AC-88CE-71132C079180}.Debug|x86.ActiveCfg = Debug|Any CPU
|
||||
{E9E94A89-0A93-49AC-88CE-71132C079180}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{E9E94A89-0A93-49AC-88CE-71132C079180}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{E9E94A89-0A93-49AC-88CE-71132C079180}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
|
||||
{E9E94A89-0A93-49AC-88CE-71132C079180}.Release|Mixed Platforms.Build.0 = Release|Any CPU
|
||||
{E9E94A89-0A93-49AC-88CE-71132C079180}.Release|x86.ActiveCfg = Release|Any CPU
|
||||
{A2B8B113-F917-438D-9738-C14153C35A0C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{A2B8B113-F917-438D-9738-C14153C35A0C}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{A2B8B113-F917-438D-9738-C14153C35A0C}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
|
||||
{A2B8B113-F917-438D-9738-C14153C35A0C}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
|
||||
{A2B8B113-F917-438D-9738-C14153C35A0C}.Debug|x86.ActiveCfg = Debug|Any CPU
|
||||
{A2B8B113-F917-438D-9738-C14153C35A0C}.Debug|x86.Build.0 = Debug|Any CPU
|
||||
{A2B8B113-F917-438D-9738-C14153C35A0C}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{A2B8B113-F917-438D-9738-C14153C35A0C}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{A2B8B113-F917-438D-9738-C14153C35A0C}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
|
||||
{A2B8B113-F917-438D-9738-C14153C35A0C}.Release|Mixed Platforms.Build.0 = Release|Any CPU
|
||||
{A2B8B113-F917-438D-9738-C14153C35A0C}.Release|x86.ActiveCfg = Release|Any CPU
|
||||
{A2B8B113-F917-438D-9738-C14153C35A0C}.Release|x86.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||
SolutionGuid = {06840DF1-6D7B-4305-B5D1-474F8647FECB}
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
Reference in New Issue
Block a user