diff --git a/2000sclock/2000sclock.sln b/2000sclock/2000sclock.sln new file mode 100644 index 0000000..dfce93c --- /dev/null +++ b/2000sclock/2000sclock.sln @@ -0,0 +1,22 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 14 +VisualStudioVersion = 14.0.24720.0 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "2000sclock", "2000sclock\2000sclock.csproj", "{C4D44ABC-661B-4389-89B9-7CF05580826E}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {C4D44ABC-661B-4389-89B9-7CF05580826E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {C4D44ABC-661B-4389-89B9-7CF05580826E}.Debug|Any CPU.Build.0 = Debug|Any CPU + {C4D44ABC-661B-4389-89B9-7CF05580826E}.Release|Any CPU.ActiveCfg = Release|Any CPU + {C4D44ABC-661B-4389-89B9-7CF05580826E}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/2000sclock/2000sclock/2000sclock.csproj b/2000sclock/2000sclock/2000sclock.csproj new file mode 100644 index 0000000..f48112d --- /dev/null +++ b/2000sclock/2000sclock/2000sclock.csproj @@ -0,0 +1,111 @@ + + + + + Debug + AnyCPU + {C4D44ABC-661B-4389-89B9-7CF05580826E} + WinExe + Properties + _2000sclock + 2000sclock + v4.5.2 + 512 + {60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} + 4 + true + + + AnyCPU + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + AnyCPU + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + 4.0 + + + + + + + + MSBuild:Compile + Designer + + + MSBuild:Compile + Designer + + + App.xaml + Code + + + MainWindow.xaml + Code + + + + + Code + + + True + True + Resources.resx + + + True + Settings.settings + True + + + ResXFileCodeGenerator + Resources.Designer.cs + + + + + SettingsSingleFileGenerator + Settings.Designer.cs + + + + + + + + + + + + \ No newline at end of file diff --git a/2000sclock/2000sclock/App.config b/2000sclock/2000sclock/App.config new file mode 100644 index 0000000..d740e88 --- /dev/null +++ b/2000sclock/2000sclock/App.config @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/2000sclock/2000sclock/App.xaml b/2000sclock/2000sclock/App.xaml new file mode 100644 index 0000000..2c503a7 --- /dev/null +++ b/2000sclock/2000sclock/App.xaml @@ -0,0 +1,9 @@ + + + + + diff --git a/2000sclock/2000sclock/App.xaml.cs b/2000sclock/2000sclock/App.xaml.cs new file mode 100644 index 0000000..f4aecf7 --- /dev/null +++ b/2000sclock/2000sclock/App.xaml.cs @@ -0,0 +1,17 @@ +using System; +using System.Collections.Generic; +using System.Configuration; +using System.Data; +using System.Linq; +using System.Threading.Tasks; +using System.Windows; + +namespace _2000sclock +{ + /// + /// Interaction logic for App.xaml + /// + public partial class App : Application + { + } +} diff --git a/2000sclock/2000sclock/Digital7-rg1mL.ttf b/2000sclock/2000sclock/Digital7-rg1mL.ttf new file mode 100644 index 0000000..b0d80a8 Binary files /dev/null and b/2000sclock/2000sclock/Digital7-rg1mL.ttf differ diff --git a/2000sclock/2000sclock/MainWindow.xaml b/2000sclock/2000sclock/MainWindow.xaml new file mode 100644 index 0000000..5c32b5b --- /dev/null +++ b/2000sclock/2000sclock/MainWindow.xaml @@ -0,0 +1,47 @@ + + + + + +