12345678910111213141516171819202122232425262728293031323334 |
-
- Microsoft Visual Studio Solution File, Format Version 12.00
- # Visual Studio Version 17
- VisualStudioVersion = 17.3.32901.215
- MinimumVisualStudioVersion = 10.0.40219.1
- Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libmdnssvc", "libmdnssvc.vcxproj", "{4CB44756-1759-4CC2-B979-BE4E045AB140}"
- EndProject
- Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "climdnssvc", "climdnssvc.vcxproj", "{8F0D9E3E-E6EC-4086-8334-8F6436852561}"
- ProjectSection(ProjectDependencies) = postProject
- {4CB44756-1759-4CC2-B979-BE4E045AB140} = {4CB44756-1759-4CC2-B979-BE4E045AB140}
- EndProjectSection
- EndProject
- Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|x86 = Debug|x86
- Release|x86 = Release|x86
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {4CB44756-1759-4CC2-B979-BE4E045AB140}.Debug|x86.ActiveCfg = Debug|Win32
- {4CB44756-1759-4CC2-B979-BE4E045AB140}.Debug|x86.Build.0 = Debug|Win32
- {4CB44756-1759-4CC2-B979-BE4E045AB140}.Release|x86.ActiveCfg = Release|Win32
- {4CB44756-1759-4CC2-B979-BE4E045AB140}.Release|x86.Build.0 = Release|Win32
- {8F0D9E3E-E6EC-4086-8334-8F6436852561}.Debug|x86.ActiveCfg = Debug|Win32
- {8F0D9E3E-E6EC-4086-8334-8F6436852561}.Debug|x86.Build.0 = Debug|Win32
- {8F0D9E3E-E6EC-4086-8334-8F6436852561}.Release|x86.ActiveCfg = Release|Win32
- {8F0D9E3E-E6EC-4086-8334-8F6436852561}.Release|x86.Build.0 = Release|Win32
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {C7906313-D2F2-419B-B3D7-798E938180CC}
- EndGlobalSection
- EndGlobal
|