-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathLtiSamples.sln
84 lines (84 loc) · 5.56 KB
/
LtiSamples.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F84C033E-4042-4D83-A941-51C7AD6984F0}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Consumer", "Consumer\Consumer.csproj", "{EB702680-71DE-4FA5-B079-48332FBC52DB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Provider", "Provider\Provider.csproj", "{7CCDFB6F-24BC-4004-81D6-E09DE7C695D9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LtiLibrary.Core", "..\LtiLibrary\LtiLibrary.Core\LtiLibrary.Core.csproj", "{75D41EB6-F34B-4973-86EB-11ABFEE995B0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LtiLibrary.AspNet", "..\LtiLibrary\LtiLibrary.AspNet\LtiLibrary.AspNet.csproj", "{E4935E79-A08F-4559-BC3B-B8840F30BF56}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleLti", "SimpleLti\SimpleLti.csproj", "{83D26CD9-31F0-4840-AD77-B809C427AC2F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LtiLibrary.AspNet.Identity.Owin", "..\LtiLibrary.Owin\LtiLibrary.AspNet.Identity.Owin\LtiLibrary.AspNet.Identity.Owin.csproj", "{224E9981-ED1A-4879-9C80-AF6A15A00089}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LtiLibrary.Owin.Security.Lti", "..\LtiLibrary.Owin\LtiLibrary.Owin.Security.Lti\LtiLibrary.Owin.Security.Lti.csproj", "{51F8ECC9-9A3F-4C05-B5CD-5ACA34F93BFB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsumerCertification", "ConsumerCertification\ConsumerCertification.csproj", "{1F6172F1-917B-4543-A788-EAB7358D91AF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "PublishScripts", "PublishScripts", "{FB8120EB-3B89-4122-8EAB-033187EDA922}"
ProjectSection(SolutionItems) = preProject
PublishScripts\AzureWebsitePublishModule.psm1 = PublishScripts\AzureWebsitePublishModule.psm1
PublishScripts\Publish-WebApplicationWebsite.ps1 = PublishScripts\Publish-WebApplicationWebsite.ps1
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Configurations", "Configurations", "{390F2BF6-CF6D-48FF-BD97-5A5EC0D946F6}"
ProjectSection(SolutionItems) = preProject
PublishScripts\Configurations\ConsumerCertification-WAWS-dev.json = PublishScripts\Configurations\ConsumerCertification-WAWS-dev.json
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EB702680-71DE-4FA5-B079-48332FBC52DB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EB702680-71DE-4FA5-B079-48332FBC52DB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EB702680-71DE-4FA5-B079-48332FBC52DB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EB702680-71DE-4FA5-B079-48332FBC52DB}.Release|Any CPU.Build.0 = Release|Any CPU
{7CCDFB6F-24BC-4004-81D6-E09DE7C695D9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7CCDFB6F-24BC-4004-81D6-E09DE7C695D9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7CCDFB6F-24BC-4004-81D6-E09DE7C695D9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7CCDFB6F-24BC-4004-81D6-E09DE7C695D9}.Release|Any CPU.Build.0 = Release|Any CPU
{75D41EB6-F34B-4973-86EB-11ABFEE995B0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{75D41EB6-F34B-4973-86EB-11ABFEE995B0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{75D41EB6-F34B-4973-86EB-11ABFEE995B0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{75D41EB6-F34B-4973-86EB-11ABFEE995B0}.Release|Any CPU.Build.0 = Release|Any CPU
{E4935E79-A08F-4559-BC3B-B8840F30BF56}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E4935E79-A08F-4559-BC3B-B8840F30BF56}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E4935E79-A08F-4559-BC3B-B8840F30BF56}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E4935E79-A08F-4559-BC3B-B8840F30BF56}.Release|Any CPU.Build.0 = Release|Any CPU
{83D26CD9-31F0-4840-AD77-B809C427AC2F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{83D26CD9-31F0-4840-AD77-B809C427AC2F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{83D26CD9-31F0-4840-AD77-B809C427AC2F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{83D26CD9-31F0-4840-AD77-B809C427AC2F}.Release|Any CPU.Build.0 = Release|Any CPU
{224E9981-ED1A-4879-9C80-AF6A15A00089}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{224E9981-ED1A-4879-9C80-AF6A15A00089}.Debug|Any CPU.Build.0 = Debug|Any CPU
{224E9981-ED1A-4879-9C80-AF6A15A00089}.Release|Any CPU.ActiveCfg = Release|Any CPU
{224E9981-ED1A-4879-9C80-AF6A15A00089}.Release|Any CPU.Build.0 = Release|Any CPU
{51F8ECC9-9A3F-4C05-B5CD-5ACA34F93BFB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{51F8ECC9-9A3F-4C05-B5CD-5ACA34F93BFB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{51F8ECC9-9A3F-4C05-B5CD-5ACA34F93BFB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{51F8ECC9-9A3F-4C05-B5CD-5ACA34F93BFB}.Release|Any CPU.Build.0 = Release|Any CPU
{1F6172F1-917B-4543-A788-EAB7358D91AF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1F6172F1-917B-4543-A788-EAB7358D91AF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1F6172F1-917B-4543-A788-EAB7358D91AF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1F6172F1-917B-4543-A788-EAB7358D91AF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{390F2BF6-CF6D-48FF-BD97-5A5EC0D946F6} = {FB8120EB-3B89-4122-8EAB-033187EDA922}
EndGlobalSection
EndGlobal