32 lines
1.6 KiB
Plaintext
32 lines
1.6 KiB
Plaintext
|
|
Microsoft Visual Studio Solution File, Format Version 12.00
|
|
# Visual Studio Version 16
|
|
VisualStudioVersion = 16.0.29613.14
|
|
MinimumVisualStudioVersion = 10.0.40219.1
|
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CleanTicTacToe", "CleanTicTacToe\CleanTicTacToe.csproj", "{9AD81CF8-7122-40D4-B479-BF2737A464BB}"
|
|
EndProject
|
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TicTacToe", "TicTacToe\TicTacToe.csproj", "{8EB373A9-D083-4BFE-9396-E9A40E75AAC2}"
|
|
EndProject
|
|
Global
|
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
|
Debug|Any CPU = Debug|Any CPU
|
|
Release|Any CPU = Release|Any CPU
|
|
EndGlobalSection
|
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
|
{9AD81CF8-7122-40D4-B479-BF2737A464BB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
{9AD81CF8-7122-40D4-B479-BF2737A464BB}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
{9AD81CF8-7122-40D4-B479-BF2737A464BB}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
{9AD81CF8-7122-40D4-B479-BF2737A464BB}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
{8EB373A9-D083-4BFE-9396-E9A40E75AAC2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
{8EB373A9-D083-4BFE-9396-E9A40E75AAC2}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
{8EB373A9-D083-4BFE-9396-E9A40E75AAC2}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
{8EB373A9-D083-4BFE-9396-E9A40E75AAC2}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
EndGlobalSection
|
|
GlobalSection(SolutionProperties) = preSolution
|
|
HideSolutionNode = FALSE
|
|
EndGlobalSection
|
|
GlobalSection(ExtensibilityGlobals) = postSolution
|
|
SolutionGuid = {BB877EEE-8850-4A06-B426-5918CE7C76F5}
|
|
EndGlobalSection
|
|
EndGlobal
|