leetcode-solutions/P009-Palindrome-Number/P009-Palindrome-Number.sln

23 lines
1012 B
Plaintext
Raw Permalink Normal View History

2017-07-03 16:19:37 -05:00

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "P009-Palindrome-Number", "P009-Palindrome-Number\P009-Palindrome-Number.csproj", "{32C231FA-7FDC-44F1-AC2E-123E0F4D3701}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{32C231FA-7FDC-44F1-AC2E-123E0F4D3701}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{32C231FA-7FDC-44F1-AC2E-123E0F4D3701}.Debug|Any CPU.Build.0 = Debug|Any CPU
{32C231FA-7FDC-44F1-AC2E-123E0F4D3701}.Release|Any CPU.ActiveCfg = Release|Any CPU
{32C231FA-7FDC-44F1-AC2E-123E0F4D3701}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal