26 lines
1.1 KiB
Plaintext
26 lines
1.1 KiB
Plaintext
|
|
|||
|
Microsoft Visual Studio Solution File, Format Version 12.00
|
|||
|
# Visual Studio Version 17
|
|||
|
VisualStudioVersion = 17.4.33103.184
|
|||
|
MinimumVisualStudioVersion = 10.0.40219.1
|
|||
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TicTacToe", "TicTacToe\TicTacToe.csproj", "{AB94BFE4-3BA9-4275-885A-BEA73ABEAFED}"
|
|||
|
EndProject
|
|||
|
Global
|
|||
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
|||
|
Debug|Any CPU = Debug|Any CPU
|
|||
|
Release|Any CPU = Release|Any CPU
|
|||
|
EndGlobalSection
|
|||
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
|||
|
{AB94BFE4-3BA9-4275-885A-BEA73ABEAFED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|||
|
{AB94BFE4-3BA9-4275-885A-BEA73ABEAFED}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|||
|
{AB94BFE4-3BA9-4275-885A-BEA73ABEAFED}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|||
|
{AB94BFE4-3BA9-4275-885A-BEA73ABEAFED}.Release|Any CPU.Build.0 = Release|Any CPU
|
|||
|
EndGlobalSection
|
|||
|
GlobalSection(SolutionProperties) = preSolution
|
|||
|
HideSolutionNode = FALSE
|
|||
|
EndGlobalSection
|
|||
|
GlobalSection(ExtensibilityGlobals) = postSolution
|
|||
|
SolutionGuid = {C7E0F3E0-6FB2-4B97-9BB6-F9E283C93D25}
|
|||
|
EndGlobalSection
|
|||
|
EndGlobal
|