forked from JaimeStill/grpc-ad-mock
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGrpcAdMock.sln
46 lines (46 loc) · 2.85 KB
/
GrpcAdMock.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
43
44
45
46
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30114.105
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "App.Api", "App.Api\App.Api.csproj", "{282C4867-716D-4577-BE09-19160198A723}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Identity.Core", "Identity.Core\Identity.Core.csproj", "{506EB35E-2D87-4340-BD97-364B2EE2B50B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "App.Cli", "App.Cli\App.Cli.csproj", "{69487554-100A-4428-B7A0-96218005A34C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Identity.Client", "Identity.Client\Identity.Client.csproj", "{D85E6F17-C04D-419B-86AB-05D57BBAE45C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Identity.Server", "Identity.Server\Identity.Server.csproj", "{522CF948-8C9C-4F83-8D88-2182AE257501}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{282C4867-716D-4577-BE09-19160198A723}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{282C4867-716D-4577-BE09-19160198A723}.Debug|Any CPU.Build.0 = Debug|Any CPU
{282C4867-716D-4577-BE09-19160198A723}.Release|Any CPU.ActiveCfg = Release|Any CPU
{282C4867-716D-4577-BE09-19160198A723}.Release|Any CPU.Build.0 = Release|Any CPU
{506EB35E-2D87-4340-BD97-364B2EE2B50B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{506EB35E-2D87-4340-BD97-364B2EE2B50B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{506EB35E-2D87-4340-BD97-364B2EE2B50B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{506EB35E-2D87-4340-BD97-364B2EE2B50B}.Release|Any CPU.Build.0 = Release|Any CPU
{69487554-100A-4428-B7A0-96218005A34C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{69487554-100A-4428-B7A0-96218005A34C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{69487554-100A-4428-B7A0-96218005A34C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{69487554-100A-4428-B7A0-96218005A34C}.Release|Any CPU.Build.0 = Release|Any CPU
{D85E6F17-C04D-419B-86AB-05D57BBAE45C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D85E6F17-C04D-419B-86AB-05D57BBAE45C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D85E6F17-C04D-419B-86AB-05D57BBAE45C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D85E6F17-C04D-419B-86AB-05D57BBAE45C}.Release|Any CPU.Build.0 = Release|Any CPU
{522CF948-8C9C-4F83-8D88-2182AE257501}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{522CF948-8C9C-4F83-8D88-2182AE257501}.Debug|Any CPU.Build.0 = Debug|Any CPU
{522CF948-8C9C-4F83-8D88-2182AE257501}.Release|Any CPU.ActiveCfg = Release|Any CPU
{522CF948-8C9C-4F83-8D88-2182AE257501}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal