Added a check to make sure the user cannot use the same Key twice for actions Added a count down timer update for when a user is setting the start position so they know how long they need to wait Added an offset to the final click in the action so the mouse re-clicks the app window into focus Removed some unused code and Cleaned up some methods
38 lines
1.8 KiB
Plaintext
38 lines
1.8 KiB
Plaintext
|
|
Microsoft Visual Studio Solution File, Format Version 12.00
|
|
# Visual Studio Version 17
|
|
VisualStudioVersion = 17.3.32901.215
|
|
MinimumVisualStudioVersion = 10.0.40219.1
|
|
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "GoogleGameThing", "GoogleGameThing\GoogleGameThing.vbproj", "{E8891FA6-F0A6-4CD0-A7F5-70E384401321}"
|
|
EndProject
|
|
Global
|
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
|
Debug|Any CPU = Debug|Any CPU
|
|
Debug|x64 = Debug|x64
|
|
Debug|x86 = Debug|x86
|
|
Release|Any CPU = Release|Any CPU
|
|
Release|x64 = Release|x64
|
|
Release|x86 = Release|x86
|
|
EndGlobalSection
|
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
|
{E8891FA6-F0A6-4CD0-A7F5-70E384401321}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
{E8891FA6-F0A6-4CD0-A7F5-70E384401321}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
{E8891FA6-F0A6-4CD0-A7F5-70E384401321}.Debug|x64.ActiveCfg = Debug|x64
|
|
{E8891FA6-F0A6-4CD0-A7F5-70E384401321}.Debug|x64.Build.0 = Debug|x64
|
|
{E8891FA6-F0A6-4CD0-A7F5-70E384401321}.Debug|x86.ActiveCfg = Debug|x86
|
|
{E8891FA6-F0A6-4CD0-A7F5-70E384401321}.Debug|x86.Build.0 = Debug|x86
|
|
{E8891FA6-F0A6-4CD0-A7F5-70E384401321}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
{E8891FA6-F0A6-4CD0-A7F5-70E384401321}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
{E8891FA6-F0A6-4CD0-A7F5-70E384401321}.Release|x64.ActiveCfg = Release|x64
|
|
{E8891FA6-F0A6-4CD0-A7F5-70E384401321}.Release|x64.Build.0 = Release|x64
|
|
{E8891FA6-F0A6-4CD0-A7F5-70E384401321}.Release|x86.ActiveCfg = Release|x86
|
|
{E8891FA6-F0A6-4CD0-A7F5-70E384401321}.Release|x86.Build.0 = Release|x86
|
|
EndGlobalSection
|
|
GlobalSection(SolutionProperties) = preSolution
|
|
HideSolutionNode = FALSE
|
|
EndGlobalSection
|
|
GlobalSection(ExtensibilityGlobals) = postSolution
|
|
SolutionGuid = {ED36CB52-55FE-4438-B35E-B90C0140E935}
|
|
EndGlobalSection
|
|
EndGlobal
|