Sun, 10 Nov 2024 13:09:54 +0100
add msvc support - resolves #488
Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 17 VisualStudioVersion = 17.11.35327.3 MinimumVisualStudioVersion = 10.0.40219.1 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cline", "cline.vcxproj", "{79A0817F-8DEE-4E0D-9238-53A5023A708D}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {79A0817F-8DEE-4E0D-9238-53A5023A708D}.Debug|x64.ActiveCfg = Debug|x64 {79A0817F-8DEE-4E0D-9238-53A5023A708D}.Debug|x64.Build.0 = Debug|x64 {79A0817F-8DEE-4E0D-9238-53A5023A708D}.Release|x64.ActiveCfg = Release|x64 {79A0817F-8DEE-4E0D-9238-53A5023A708D}.Release|x64.Build.0 = Release|x64 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {172C3FD3-6078-4EE9-AAD9-3DA2BE57505D} EndGlobalSection EndGlobal