diff --git a/LockIfOutOfLogonHours.sln b/LockIfOutOfLogonHours.sln
new file mode 100644
index 0000000..d7977f6
--- /dev/null
+++ b/LockIfOutOfLogonHours.sln
@@ -0,0 +1,20 @@
+
+Microsoft Visual Studio Solution File, Format Version 11.00
+# Visual Studio 2010
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LockIfOutOfLogonHours", "LockIfOutOfLogonHours\LockIfOutOfLogonHours.vcxproj", "{0590B123-BA85-42FB-8DED-32A1AB062B9B}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Win32 = Debug|Win32
+ Release|Win32 = Release|Win32
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {0590B123-BA85-42FB-8DED-32A1AB062B9B}.Debug|Win32.ActiveCfg = Debug|Win32
+ {0590B123-BA85-42FB-8DED-32A1AB062B9B}.Debug|Win32.Build.0 = Debug|Win32
+ {0590B123-BA85-42FB-8DED-32A1AB062B9B}.Release|Win32.ActiveCfg = Release|Win32
+ {0590B123-BA85-42FB-8DED-32A1AB062B9B}.Release|Win32.Build.0 = Release|Win32
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+EndGlobal
diff --git a/LockIfOutOfLogonHours/LockIfOutOfLogonHours.cpp b/LockIfOutOfLogonHours/LockIfOutOfLogonHours.cpp
new file mode 100644
index 0000000..dc00639
Binary files /dev/null and b/LockIfOutOfLogonHours/LockIfOutOfLogonHours.cpp differ
diff --git a/LockIfOutOfLogonHours/LockIfOutOfLogonHours.rc b/LockIfOutOfLogonHours/LockIfOutOfLogonHours.rc
new file mode 100644
index 0000000..2c83fdd
Binary files /dev/null and b/LockIfOutOfLogonHours/LockIfOutOfLogonHours.rc differ
diff --git a/LockIfOutOfLogonHours/LockIfOutOfLogonHours.vcxproj b/LockIfOutOfLogonHours/LockIfOutOfLogonHours.vcxproj
new file mode 100644
index 0000000..f15d64a
--- /dev/null
+++ b/LockIfOutOfLogonHours/LockIfOutOfLogonHours.vcxproj
@@ -0,0 +1,192 @@
+
+
+
+
+ Debug
+ Win32
+
+
+ Debug
+ x64
+
+
+ Release
+ Win32
+
+
+ Release
+ x64
+
+
+
+ {0590B123-BA85-42FB-8DED-32A1AB062B9B}
+ Win32Proj
+ LockIfOutOfLogonHours
+ v4.0
+ Client
+
+
+
+ Application
+ true
+ Unicode
+
+
+ Application
+ true
+ Unicode
+
+
+ Application
+ false
+ true
+ Unicode
+
+
+ Application
+ false
+ true
+ Unicode
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ $(Configuration).$(Platform)\
+ $(Configuration).$(Platform)\
+ false
+
+
+ $(Configuration).$(Platform)\
+ $(Configuration).$(Platform)\
+ false
+
+
+ $(Configuration).$(Platform)\
+ $(Configuration).$(Platform)\
+ false
+
+
+ $(Configuration).$(Platform)\
+ $(Configuration).$(Platform)\
+ false
+
+
+
+ NotUsing
+ Level4
+ Disabled
+ WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)
+ true
+ true
+ EnableFastChecks
+ ProgramDatabase
+ false
+ true
+ MultiThreadedDebugDLL
+
+
+ Windows
+ true
+ %(AdditionalDependencies)
+
+
+
+
+ NotUsing
+ Level4
+ Disabled
+ WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)
+ true
+ true
+ EnableFastChecks
+ ProgramDatabase
+ false
+ true
+ MultiThreadedDebugDLL
+
+
+ Windows
+ true
+ %(AdditionalDependencies)
+
+
+
+
+ Level4
+ NotUsing
+ Full
+ true
+ WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)
+ Speed
+ true
+ true
+ true
+ false
+ Default
+ ProgramDatabase
+ false
+ OnlyExplicitInline
+ true
+ true
+ MultiThreadedDLL
+
+
+ Windows
+ true
+ true
+ true
+ %(AdditionalDependencies)
+
+
+
+
+ Level4
+ NotUsing
+ Full
+ true
+ WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)
+ Speed
+ true
+ true
+ true
+ false
+ Default
+ ProgramDatabase
+ false
+ OnlyExplicitInline
+ true
+ true
+ MultiThreadedDLL
+
+
+ Windows
+ true
+ true
+ true
+ %(AdditionalDependencies)
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/LockIfOutOfLogonHours/LockIfOutOfLogonHours.vcxproj.filters b/LockIfOutOfLogonHours/LockIfOutOfLogonHours.vcxproj.filters
new file mode 100644
index 0000000..995485c
--- /dev/null
+++ b/LockIfOutOfLogonHours/LockIfOutOfLogonHours.vcxproj.filters
@@ -0,0 +1,22 @@
+
+
+
+
+ {4FC737F1-C7A5-4376-A066-2A32D752A2FF}
+ cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx
+
+
+ {692ae4fd-0e33-40c3-b8f2-3262657d17c7}
+
+
+
+
+ Source Files
+
+
+
+
+ Resource Files
+
+
+
\ No newline at end of file