-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSudokuTesting.sln
26 lines (26 loc) · 1.56 KB
/
SudokuTesting.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Solving", "Solving\Solving.csproj", "{7D8DFBD2-419F-4E55-B3C4-784B14DE893C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SudokuFactoryTesting", "..\SudokuFactoryTesting\SudokuFactoryTesting.csproj", "{2E96815E-1388-4682-9101-BBE998E6E2F6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleTests", "SimpleTests\SimpleTests.csproj", "{FCAFE1C5-C444-4A5B-8B3E-D8ECF91BA7CA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7D8DFBD2-419F-4E55-B3C4-784B14DE893C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7D8DFBD2-419F-4E55-B3C4-784B14DE893C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2E96815E-1388-4682-9101-BBE998E6E2F6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2E96815E-1388-4682-9101-BBE998E6E2F6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2E96815E-1388-4682-9101-BBE998E6E2F6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2E96815E-1388-4682-9101-BBE998E6E2F6}.Release|Any CPU.Build.0 = Release|Any CPU
{FCAFE1C5-C444-4A5B-8B3E-D8ECF91BA7CA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FCAFE1C5-C444-4A5B-8B3E-D8ECF91BA7CA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FCAFE1C5-C444-4A5B-8B3E-D8ECF91BA7CA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FCAFE1C5-C444-4A5B-8B3E-D8ECF91BA7CA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal