-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11 from idietmoran/dev-win32
Dev win32
- Loading branch information
Showing
8 changed files
with
73 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,3 @@ | |
/x64/ | ||
*.vcxproj.* | ||
.vs/ | ||
*.sln |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
## [1.1.0] | ||
### Added | ||
- Added meta tags for windows | ||
|
||
### Fixed | ||
- Fixed issue when the program closed before unlocking the cursor | ||
- Fixed issue where the program would not shut down properly |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 15 | ||
VisualStudioVersion = 15.0.27428.2027 | ||
MinimumVisualStudioVersion = 10.0.40219.1 | ||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Display Lock", "Display Lock.vcxproj", "{98475F5E-089A-40A5-B228-925B46B8EC37}" | ||
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 | ||
{98475F5E-089A-40A5-B228-925B46B8EC37}.Debug|x64.ActiveCfg = Debug|x64 | ||
{98475F5E-089A-40A5-B228-925B46B8EC37}.Debug|x64.Build.0 = Debug|x64 | ||
{98475F5E-089A-40A5-B228-925B46B8EC37}.Debug|x86.ActiveCfg = Debug|Win32 | ||
{98475F5E-089A-40A5-B228-925B46B8EC37}.Debug|x86.Build.0 = Debug|Win32 | ||
{98475F5E-089A-40A5-B228-925B46B8EC37}.Release|x64.ActiveCfg = Release|x64 | ||
{98475F5E-089A-40A5-B228-925B46B8EC37}.Release|x64.Build.0 = Release|x64 | ||
{98475F5E-089A-40A5-B228-925B46B8EC37}.Release|x86.ActiveCfg = Release|Win32 | ||
{98475F5E-089A-40A5-B228-925B46B8EC37}.Release|x86.Build.0 = Release|Win32 | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
GlobalSection(ExtensibilityGlobals) = postSolution | ||
SolutionGuid = {C455D98E-E499-4F3E-B58C-5B95ACA5D11F} | ||
EndGlobalSection | ||
EndGlobal |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.