diff --git a/MouseMover.sln b/MouseMover.sln index 45aee79..50d6f27 100644 --- a/MouseMover.sln +++ b/MouseMover.sln @@ -5,6 +5,11 @@ VisualStudioVersion = 16.0.30611.23 MinimumVisualStudioVersion = 10.0.40219.1 Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MouseMover", "MouseMover\MouseMover.csproj", "{4056DB55-B6DF-4522-80D5-C6C1EE295B1D}" EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A628BFFF-5220-4602-AB4F-18835241A716}" + ProjectSection(SolutionItems) = preProject + README.md = README.md + EndProjectSection +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU diff --git a/README.md b/README.md index c60ec68..e0da430 100644 --- a/README.md +++ b/README.md @@ -1 +1,8 @@ -# MouseMover \ No newline at end of file +# MouseMover + +Creates fake mouse movements to emulate activity and disable screensaver + +Based on Mouse Jiggler https://mousejiggler.org/ but built on .Net Core + + +