From 06b3371bdc0b29d3b76600cca0dd0b32930b1369 Mon Sep 17 00:00:00 2001 From: ​ Date: Thu, 1 Jan 1970 00:00:00 +0000 Subject: most common char --- .../Most Common Character.csproj | 83 ++++++++++++++++++++++ 1 file changed, 83 insertions(+) create mode 100644 most_common_char/Most Common Character/Most Common Character.csproj (limited to 'most_common_char/Most Common Character/Most Common Character.csproj') diff --git a/most_common_char/Most Common Character/Most Common Character.csproj b/most_common_char/Most Common Character/Most Common Character.csproj new file mode 100644 index 0000000..aedff8f --- /dev/null +++ b/most_common_char/Most Common Character/Most Common Character.csproj @@ -0,0 +1,83 @@ + + + + + Debug + AnyCPU + {1A040F8F-2C15-4434-BFC4-BA8D1EAD44A3} + WinExe + Most_Common_Character + Most Common Character + v4.7.2 + 512 + true + true + + + AnyCPU + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + AnyCPU + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + + + + + Form + + + mainForm.cs + + + + + mainForm.cs + + + ResXFileCodeGenerator + Resources.Designer.cs + Designer + + + True + Resources.resx + + + SettingsSingleFileGenerator + Settings.Designer.cs + + + True + Settings.settings + True + + + + + + + \ No newline at end of file -- cgit 1.4.1