-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPalindrome.sln
31 lines (31 loc) · 1.61 KB
/
Palindrome.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
27
28
29
30
31
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 25.0.1706.10
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Palindrome", "Palindrome\Palindrome.csproj", "{D77F65B1-F282-4358-B8DD-FF9BFE4788AC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Palindrome.UnitTests", "Palindrome.UnitTests\Palindrome.UnitTests.csproj", "{FA51D7A8-A047-40BE-9D08-039D85BF1FBB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D77F65B1-F282-4358-B8DD-FF9BFE4788AC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D77F65B1-F282-4358-B8DD-FF9BFE4788AC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D77F65B1-F282-4358-B8DD-FF9BFE4788AC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D77F65B1-F282-4358-B8DD-FF9BFE4788AC}.Release|Any CPU.Build.0 = Release|Any CPU
{FA51D7A8-A047-40BE-9D08-039D85BF1FBB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FA51D7A8-A047-40BE-9D08-039D85BF1FBB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FA51D7A8-A047-40BE-9D08-039D85BF1FBB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FA51D7A8-A047-40BE-9D08-039D85BF1FBB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E0B9CDDE-5540-43FE-AD50-9816E6C001E7}
EndGlobalSection
EndGlobal