about summary refs log tree commit diff
path: root/most_common_char/Most Common Character.sln
diff options
context:
space:
mode:
author1970-01-01 00:00:00 +0000
committer1970-01-01 00:00:00 +0000
commit06b3371bdc0b29d3b76600cca0dd0b32930b1369 (patch)
tree7b929ba0a40fa64ebaf0e21814797822749ffa48 /most_common_char/Most Common Character.sln
parentlatin translator (diff)
downloadwf-06b3371bdc0b29d3b76600cca0dd0b32930b1369.tar
wf-06b3371bdc0b29d3b76600cca0dd0b32930b1369.tar.gz
wf-06b3371bdc0b29d3b76600cca0dd0b32930b1369.tar.bz2
wf-06b3371bdc0b29d3b76600cca0dd0b32930b1369.tar.xz
wf-06b3371bdc0b29d3b76600cca0dd0b32930b1369.zip
most common char
Diffstat (limited to 'most_common_char/Most Common Character.sln')
-rw-r--r--most_common_char/Most Common Character.sln25
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