initial commit

This commit is contained in:
2025-08-03 20:24:38 -07:00
commit 6b9f8b2f04
586 changed files with 2006175 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "nqueens", "nqueens.csproj", "{0C81AFB2-E3EC-4535-86A6-955BA5BE2576}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "nqueens.tests", "..\nqueens.tests\nqueens.tests.csproj", "{EE40FD45-A2A0-4198-86A0-F7E3ED334B51}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0C81AFB2-E3EC-4535-86A6-955BA5BE2576}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0C81AFB2-E3EC-4535-86A6-955BA5BE2576}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0C81AFB2-E3EC-4535-86A6-955BA5BE2576}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0C81AFB2-E3EC-4535-86A6-955BA5BE2576}.Release|Any CPU.Build.0 = Release|Any CPU
{EE40FD45-A2A0-4198-86A0-F7E3ED334B51}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EE40FD45-A2A0-4198-86A0-F7E3ED334B51}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EE40FD45-A2A0-4198-86A0-F7E3ED334B51}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EE40FD45-A2A0-4198-86A0-F7E3ED334B51}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal