forked from LtiLibrary/LtiLibrary
-
Notifications
You must be signed in to change notification settings - Fork 0
/
LtiLibrary.NetCore.sln
49 lines (49 loc) · 2.83 KB
/
LtiLibrary.NetCore.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32616.157
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A677D33D-E0DD-499D-B69D-A342394A4245}"
ProjectSection(SolutionItems) = preProject
.travis.yml = .travis.yml
.github\workflows\dotnetcore.yml = .github\workflows\dotnetcore.yml
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LtiLibrary.AspNetCore", "src\LtiLibrary.AspNetCore\LtiLibrary.AspNetCore.csproj", "{67B242B6-4DAD-4688-81AF-E429FA3257A2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LtiLibrary.NetCore", "src\LtiLibrary.NetCore\LtiLibrary.NetCore.csproj", "{8FE9A86F-1B16-4281-97B2-403CEE34B175}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LtiLibrary.NetCore.Tests", "test\LtiLibrary.NetCore.Tests\LtiLibrary.NetCore.Tests.csproj", "{66F45058-8007-4DFD-AAFA-34F480AD9072}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LtiLibrary.AspNetCore.Tests", "test\LtiLibrary.AspNetCore.Tests\LtiLibrary.AspNetCore.Tests.csproj", "{91F5C3AE-117C-4E16-A505-98E9FD00398D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{67B242B6-4DAD-4688-81AF-E429FA3257A2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{67B242B6-4DAD-4688-81AF-E429FA3257A2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{67B242B6-4DAD-4688-81AF-E429FA3257A2}.Release|Any CPU.Build.0 = Release|Any CPU
{8FE9A86F-1B16-4281-97B2-403CEE34B175}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8FE9A86F-1B16-4281-97B2-403CEE34B175}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8FE9A86F-1B16-4281-97B2-403CEE34B175}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8FE9A86F-1B16-4281-97B2-403CEE34B175}.Release|Any CPU.Build.0 = Release|Any CPU
{66F45058-8007-4DFD-AAFA-34F480AD9072}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{66F45058-8007-4DFD-AAFA-34F480AD9072}.Debug|Any CPU.Build.0 = Debug|Any CPU
{66F45058-8007-4DFD-AAFA-34F480AD9072}.Release|Any CPU.ActiveCfg = Release|Any CPU
{66F45058-8007-4DFD-AAFA-34F480AD9072}.Release|Any CPU.Build.0 = Release|Any CPU
{91F5C3AE-117C-4E16-A505-98E9FD00398D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{91F5C3AE-117C-4E16-A505-98E9FD00398D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{91F5C3AE-117C-4E16-A505-98E9FD00398D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4CD59527-BF01-49A0-9F9F-279FE48B09E8}
EndGlobalSection
EndGlobal