initial commit

This commit is contained in:
Arne Moerman
2024-12-15 18:39:34 +01:00
commit 0bf5277be0
15 changed files with 330 additions and 0 deletions

25
ClosestResolution.sln Normal file
View File

@@ -0,0 +1,25 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34330.188
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClosestResolution", "ClosestResolution\ClosestResolution.csproj", "{B325C9A4-7C34-4267-97C7-718A8A426B39}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B325C9A4-7C34-4267-97C7-718A8A426B39}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B325C9A4-7C34-4267-97C7-718A8A426B39}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B325C9A4-7C34-4267-97C7-718A8A426B39}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B325C9A4-7C34-4267-97C7-718A8A426B39}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {487A82F9-F592-43C4-BC39-82FB90295C18}
EndGlobalSection
EndGlobal