Digital Clock

This commit is contained in:
moussagerges
2020-08-06 23:25:23 +02:00
commit f347f1ca5e
43 changed files with 1080 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29920.165
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Digital Clock", "Digital Clock\Digital Clock.csproj", "{94E687F4-E72A-4560-8544-21A96E5736FB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{94E687F4-E72A-4560-8544-21A96E5736FB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{94E687F4-E72A-4560-8544-21A96E5736FB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{94E687F4-E72A-4560-8544-21A96E5736FB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{94E687F4-E72A-4560-8544-21A96E5736FB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3188C357-024A-4529-974D-EC809EB59777}
EndGlobalSection
EndGlobal