-
Notifications
You must be signed in to change notification settings - Fork 11
/
WebAPI-OnBehalfOf-DotNet.sln
55 lines (55 loc) · 3.57 KB
/
WebAPI-OnBehalfOf-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
43
44
45
46
47
48
49
50
51
52
53
54
55
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30717.126
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TodoListService", "TodoListService\TodoListService.csproj", "{047CDEF7-D5BA-4B1E-9748-910B610CCA51}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TodoListClient", "TodoListClient\TodoListClient.csproj", "{005E6BB1-F422-4366-B548-1BDE150F0073}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TodoListWebApp", "TodoListWebApp\TodoListWebApp.csproj", "{648F9342-DE68-4CF8-A0ED-B8228972B981}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MyWebApplication", "MyWebApplication\MyWebApplication.csproj", "{ABE9E461-5383-4724-9B05-2B523FC516A4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.Identity.Web.Aspnet", "Microsoft.Identity.Web.Aspnet\Microsoft.Identity.Web.Aspnet.csproj", "{16C31491-E7D6-4D70-B044-7B46875F6001}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TodoListDownstreamService", "TodoListDownstreamService\TodoListDownstreamService.csproj", "{7B9CF682-4654-48CE-8F48-5B67AB587F2E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{047CDEF7-D5BA-4B1E-9748-910B610CCA51}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{047CDEF7-D5BA-4B1E-9748-910B610CCA51}.Debug|Any CPU.Build.0 = Debug|Any CPU
{047CDEF7-D5BA-4B1E-9748-910B610CCA51}.Release|Any CPU.ActiveCfg = Release|Any CPU
{047CDEF7-D5BA-4B1E-9748-910B610CCA51}.Release|Any CPU.Build.0 = Release|Any CPU
{005E6BB1-F422-4366-B548-1BDE150F0073}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{005E6BB1-F422-4366-B548-1BDE150F0073}.Debug|Any CPU.Build.0 = Debug|Any CPU
{005E6BB1-F422-4366-B548-1BDE150F0073}.Release|Any CPU.ActiveCfg = Release|Any CPU
{005E6BB1-F422-4366-B548-1BDE150F0073}.Release|Any CPU.Build.0 = Release|Any CPU
{648F9342-DE68-4CF8-A0ED-B8228972B981}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{648F9342-DE68-4CF8-A0ED-B8228972B981}.Debug|Any CPU.Build.0 = Debug|Any CPU
{648F9342-DE68-4CF8-A0ED-B8228972B981}.Release|Any CPU.ActiveCfg = Release|Any CPU
{648F9342-DE68-4CF8-A0ED-B8228972B981}.Release|Any CPU.Build.0 = Release|Any CPU
{ABE9E461-5383-4724-9B05-2B523FC516A4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ABE9E461-5383-4724-9B05-2B523FC516A4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ABE9E461-5383-4724-9B05-2B523FC516A4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ABE9E461-5383-4724-9B05-2B523FC516A4}.Release|Any CPU.Build.0 = Release|Any CPU
{16C31491-E7D6-4D70-B044-7B46875F6001}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{16C31491-E7D6-4D70-B044-7B46875F6001}.Debug|Any CPU.Build.0 = Debug|Any CPU
{16C31491-E7D6-4D70-B044-7B46875F6001}.Release|Any CPU.ActiveCfg = Release|Any CPU
{16C31491-E7D6-4D70-B044-7B46875F6001}.Release|Any CPU.Build.0 = Release|Any CPU
{7B9CF682-4654-48CE-8F48-5B67AB587F2E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7B9CF682-4654-48CE-8F48-5B67AB587F2E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7B9CF682-4654-48CE-8F48-5B67AB587F2E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7B9CF682-4654-48CE-8F48-5B67AB587F2E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CB0D7D71-F660-4D19-8EE7-F88FF3629CA9}
EndGlobalSection
EndGlobal