-
Notifications
You must be signed in to change notification settings - Fork 0
/
Biwen.Microsoft.Extensions.ServiceDiscovery.Consul.sln
37 lines (37 loc) · 1.86 KB
/
Biwen.Microsoft.Extensions.ServiceDiscovery.Consul.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
35
36
37
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34511.98
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Biwen.Microsoft.Extensions.ServiceDiscovery", "Microsoft.Extensions.ServiceDiscovery\Biwen.Microsoft.Extensions.ServiceDiscovery.csproj", "{E86283D6-9DD1-4836-8727-1E3E75B91209}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DemoApp", "DemoApp\DemoApp.csproj", "{554D562A-E7C4-4A01-BBDC-3E473C9106FF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Doc", "Doc", "{611F30CD-38BD-4A3E-87B4-036F99F9AE32}"
ProjectSection(SolutionItems) = preProject
LICENSE.txt = LICENSE.txt
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E86283D6-9DD1-4836-8727-1E3E75B91209}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E86283D6-9DD1-4836-8727-1E3E75B91209}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E86283D6-9DD1-4836-8727-1E3E75B91209}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E86283D6-9DD1-4836-8727-1E3E75B91209}.Release|Any CPU.Build.0 = Release|Any CPU
{554D562A-E7C4-4A01-BBDC-3E473C9106FF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{554D562A-E7C4-4A01-BBDC-3E473C9106FF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{554D562A-E7C4-4A01-BBDC-3E473C9106FF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{554D562A-E7C4-4A01-BBDC-3E473C9106FF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3BEBD170-22C1-4852-89FE-31CB92BEDBDC}
EndGlobalSection
EndGlobal