-
Notifications
You must be signed in to change notification settings - Fork 0
/
LastfmGrpc.sln
37 lines (37 loc) · 2.07 KB
/
LastfmGrpc.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.0.31919.166
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Lastfm.gRPC.Client", "Lastfm.gRPC.Client\Lastfm.gRPC.Client.csproj", "{93F2921D-323B-42EE-928C-412DD8D7A80E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Lastfm.gRPC.Server", "Lastfm.gRPC.Server\Lastfm.gRPC.Server.csproj", "{447ECC33-B00E-4D22-9B3E-CDCB3E04B7FA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lastfm.Client", "Lastfm.Client\Lastfm.Client.csproj", "{EBE87B3A-1B04-4711-B089-048E7EFE3CDB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{93F2921D-323B-42EE-928C-412DD8D7A80E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{93F2921D-323B-42EE-928C-412DD8D7A80E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{93F2921D-323B-42EE-928C-412DD8D7A80E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{93F2921D-323B-42EE-928C-412DD8D7A80E}.Release|Any CPU.Build.0 = Release|Any CPU
{447ECC33-B00E-4D22-9B3E-CDCB3E04B7FA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{447ECC33-B00E-4D22-9B3E-CDCB3E04B7FA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{447ECC33-B00E-4D22-9B3E-CDCB3E04B7FA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{447ECC33-B00E-4D22-9B3E-CDCB3E04B7FA}.Release|Any CPU.Build.0 = Release|Any CPU
{EBE87B3A-1B04-4711-B089-048E7EFE3CDB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EBE87B3A-1B04-4711-B089-048E7EFE3CDB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EBE87B3A-1B04-4711-B089-048E7EFE3CDB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EBE87B3A-1B04-4711-B089-048E7EFE3CDB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {99742107-D83D-4939-901A-450DA284640E}
EndGlobalSection
EndGlobal