-
Notifications
You must be signed in to change notification settings - Fork 3
/
ZeroconfigNetServices.sln
32 lines (32 loc) · 1.86 KB
/
ZeroconfigNetServices.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bonjour Browser", "Bonjour Browser\Bonjour Browser.csproj", "{68630B54-FEA1-49AC-8D1A-833D6B66EC7E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bonjour Publisher", "Bonjour Publisher\Bonjour Publisher.csproj", "{FD584957-4B8A-4336-82F4-5771151B7581}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ZeroconfService", "ZeroconfService\ZeroconfService.csproj", "{AD5CF7A9-93C4-48DD-ACD8-38DD434F1491}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AD5CF7A9-93C4-48DD-ACD8-38DD434F1491}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AD5CF7A9-93C4-48DD-ACD8-38DD434F1491}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AD5CF7A9-93C4-48DD-ACD8-38DD434F1491}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AD5CF7A9-93C4-48DD-ACD8-38DD434F1491}.Release|Any CPU.Build.0 = Release|Any CPU
{68630B54-FEA1-49AC-8D1A-833D6B66EC7E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{68630B54-FEA1-49AC-8D1A-833D6B66EC7E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{68630B54-FEA1-49AC-8D1A-833D6B66EC7E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{68630B54-FEA1-49AC-8D1A-833D6B66EC7E}.Release|Any CPU.Build.0 = Release|Any CPU
{FD584957-4B8A-4336-82F4-5771151B7581}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FD584957-4B8A-4336-82F4-5771151B7581}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FD584957-4B8A-4336-82F4-5771151B7581}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FD584957-4B8A-4336-82F4-5771151B7581}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal