-
Notifications
You must be signed in to change notification settings - Fork 0
/
pip-services3-grpc-dotnet.sln
42 lines (42 loc) · 2.23 KB
/
pip-services3-grpc-dotnet.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
38
39
40
41
42
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30621.155
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "test", "test\test.csproj", "{911A1A18-42DB-426E-9F73-55FE2E0587AB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "src", "src\src.csproj", "{FDBD7E67-F5EE-4444-B803-9D98F6FA98B3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "example", "example\example.csproj", "{E8193360-14AD-4668-9EF7-7713238B2143}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{09AFF60B-7849-452B-9135-7EE7A4B640FD}"
ProjectSection(SolutionItems) = preProject
component.json = component.json
CHANGELOG.md = CHANGELOG.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{911A1A18-42DB-426E-9F73-55FE2E0587AB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{911A1A18-42DB-426E-9F73-55FE2E0587AB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{911A1A18-42DB-426E-9F73-55FE2E0587AB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{911A1A18-42DB-426E-9F73-55FE2E0587AB}.Release|Any CPU.Build.0 = Release|Any CPU
{FDBD7E67-F5EE-4444-B803-9D98F6FA98B3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FDBD7E67-F5EE-4444-B803-9D98F6FA98B3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FDBD7E67-F5EE-4444-B803-9D98F6FA98B3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FDBD7E67-F5EE-4444-B803-9D98F6FA98B3}.Release|Any CPU.Build.0 = Release|Any CPU
{E8193360-14AD-4668-9EF7-7713238B2143}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E8193360-14AD-4668-9EF7-7713238B2143}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E8193360-14AD-4668-9EF7-7713238B2143}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E8193360-14AD-4668-9EF7-7713238B2143}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CF82B04D-BB36-4189-8A05-7EBC60C2F381}
EndGlobalSection
EndGlobal