diff options
| author | Debulois <quentin@debulois.fr> | 2022-06-01 12:28:22 +0200 |
|---|---|---|
| committer | Debulois <quentin@debulois.fr> | 2022-07-14 18:04:06 +0200 |
| commit | d0ed44e15795a4090d95d137532ecd59ae0aaaa5 (patch) | |
| tree | 3ec0a7696746cd00adad7f391819dd63ac0efd0e /WinKeyRecover.sln | |
| parent | 1f1722f02608cbd70d4de485c997744ceaf6cca1 (diff) | |
Diffstat (limited to 'WinKeyRecover.sln')
| -rw-r--r-- | WinKeyRecover.sln | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/WinKeyRecover.sln b/WinKeyRecover.sln new file mode 100644 index 0000000..50cffe2 --- /dev/null +++ b/WinKeyRecover.sln @@ -0,0 +1,33 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.2.32519.379 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WinKeyRecover", "WinKeyRecover\WinKeyRecover.csproj", "{2A73C784-6826-4648-A2FF-C9D39C641C6B}" +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 + {2A73C784-6826-4648-A2FF-C9D39C641C6B}.Debug|Any CPU.ActiveCfg = Debug|x64 + {2A73C784-6826-4648-A2FF-C9D39C641C6B}.Debug|x64.ActiveCfg = Debug|x64 + {2A73C784-6826-4648-A2FF-C9D39C641C6B}.Debug|x64.Build.0 = Debug|x64 + {2A73C784-6826-4648-A2FF-C9D39C641C6B}.Debug|x86.ActiveCfg = Debug|x64 + {2A73C784-6826-4648-A2FF-C9D39C641C6B}.Release|Any CPU.ActiveCfg = Release|x64 + {2A73C784-6826-4648-A2FF-C9D39C641C6B}.Release|x64.ActiveCfg = Release|x64 + {2A73C784-6826-4648-A2FF-C9D39C641C6B}.Release|x64.Build.0 = Release|x64 + {2A73C784-6826-4648-A2FF-C9D39C641C6B}.Release|x86.ActiveCfg = Release|x64 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {95B9DDAB-F216-47C9-B3D0-B44D7811465F} + EndGlobalSection +EndGlobal |
