-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathmdnssvc.sln
34 lines (34 loc) · 1.62 KB
/
mdnssvc.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
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