diff options
Diffstat (limited to 'most_common_char/Most Common Character.sln')
-rw-r--r-- | most_common_char/Most Common Character.sln | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/most_common_char/Most Common Character.sln b/most_common_char/Most Common Character.sln new file mode 100644 index 0000000..15cba97 --- /dev/null +++ b/most_common_char/Most Common Character.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.7.34009.444 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Most Common Character", "Most Common Character\Most Common Character.csproj", "{1A040F8F-2C15-4434-BFC4-BA8D1EAD44A3}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {1A040F8F-2C15-4434-BFC4-BA8D1EAD44A3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {1A040F8F-2C15-4434-BFC4-BA8D1EAD44A3}.Debug|Any CPU.Build.0 = Debug|Any CPU + {1A040F8F-2C15-4434-BFC4-BA8D1EAD44A3}.Release|Any CPU.ActiveCfg = Release|Any CPU + {1A040F8F-2C15-4434-BFC4-BA8D1EAD44A3}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {71DBBDCE-E9FF-4635-9ED5-F88EB7933EEA} + EndGlobalSection +EndGlobal |