-
Notifications
You must be signed in to change notification settings - Fork 4
/
LtiLibrary.NetCore.sln
40 lines (40 loc) · 2.19 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "LtiLibrary.Core", "LtiLibrary.Core\LtiLibrary.Core.xproj", "{E5DD5C8B-9B8C-4985-8C2A-A381DCE68F1A}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "LtiLibrary.Core.Tests", "LtiLibrary.Core.Tests\LtiLibrary.Core.Tests.xproj", "{C41B8A22-3348-48C9-9240-869610289754}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A677D33D-E0DD-499D-B69D-A342394A4245}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "LtiLibrary.AspNet", "LtiLibrary.AspNet\LtiLibrary.AspNet.xproj", "{555AF9C3-0715-43CE-90E5-A6D210140D10}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E5DD5C8B-9B8C-4985-8C2A-A381DCE68F1A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E5DD5C8B-9B8C-4985-8C2A-A381DCE68F1A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E5DD5C8B-9B8C-4985-8C2A-A381DCE68F1A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E5DD5C8B-9B8C-4985-8C2A-A381DCE68F1A}.Release|Any CPU.Build.0 = Release|Any CPU
{C41B8A22-3348-48C9-9240-869610289754}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C41B8A22-3348-48C9-9240-869610289754}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C41B8A22-3348-48C9-9240-869610289754}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C41B8A22-3348-48C9-9240-869610289754}.Release|Any CPU.Build.0 = Release|Any CPU
{555AF9C3-0715-43CE-90E5-A6D210140D10}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{555AF9C3-0715-43CE-90E5-A6D210140D10}.Debug|Any CPU.Build.0 = Debug|Any CPU
{555AF9C3-0715-43CE-90E5-A6D210140D10}.Release|Any CPU.ActiveCfg = Release|Any CPU
{555AF9C3-0715-43CE-90E5-A6D210140D10}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal