Files
Closest-Resolution/ClosestResolution.sln
Arne Moerman 0bf5277be0 initial commit
2024-12-15 18:39:34 +01:00

26 lines
1.1 KiB
Plaintext

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