Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
HerMajestyDrMona authored Aug 16, 2024
1 parent b5fe97e commit 296dea8
Show file tree
Hide file tree
Showing 7 changed files with 748 additions and 0 deletions.
31 changes: 31 additions & 0 deletions IgnoreDoubleMouseClick.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.35201.131
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "IgnoreDoubleMouseClick", "IgnoreDoubleMouseClick\IgnoreDoubleMouseClick.vcxproj", "{2E34CCA3-F986-434E-91BC-547085192A37}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2E34CCA3-F986-434E-91BC-547085192A37}.Debug|x64.ActiveCfg = Debug|x64
{2E34CCA3-F986-434E-91BC-547085192A37}.Debug|x64.Build.0 = Debug|x64
{2E34CCA3-F986-434E-91BC-547085192A37}.Debug|x86.ActiveCfg = Debug|Win32
{2E34CCA3-F986-434E-91BC-547085192A37}.Debug|x86.Build.0 = Debug|Win32
{2E34CCA3-F986-434E-91BC-547085192A37}.Release|x64.ActiveCfg = Release|x64
{2E34CCA3-F986-434E-91BC-547085192A37}.Release|x64.Build.0 = Release|x64
{2E34CCA3-F986-434E-91BC-547085192A37}.Release|x86.ActiveCfg = Release|Win32
{2E34CCA3-F986-434E-91BC-547085192A37}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {474C9E42-82D2-43BC-AE05-23C45406B2C8}
EndGlobalSection
EndGlobal
Loading

0 comments on commit 296dea8

Please sign in to comment.