forked from LtiLibrary/LtiLibrary
-
Notifications
You must be signed in to change notification settings - Fork 0
/
LtiLibrary.sln
46 lines (46 loc) · 2.7 KB
/
LtiLibrary.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 14
VisualStudioVersion = 14.0.22823.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{718E964E-1C8E-473B-823A-0EEAB10F5F9B}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LtiLibrary.AspNet", "LtiLibrary.AspNet\LtiLibrary.AspNet.csproj", "{E4935E79-A08F-4559-BC3B-B8840F30BF56}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LtiLibrary.Core", "LtiLibrary.Core\LtiLibrary.Core.csproj", "{75D41EB6-F34B-4973-86EB-11ABFEE995B0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LtiLibrary.AspNet.Tests", "LtiLibrary.AspNet.Tests\LtiLibrary.AspNet.Tests.csproj", "{EBD02413-9E6E-4C16-AAA3-B04D91322B35}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LtiLibrary.Core.Tests", "LtiLibrary.Core.Tests\LtiLibrary.Core.Tests.csproj", "{9465C9D4-1D0F-4CDD-B7B1-E17E17EF219B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{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
{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
{EBD02413-9E6E-4C16-AAA3-B04D91322B35}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EBD02413-9E6E-4C16-AAA3-B04D91322B35}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EBD02413-9E6E-4C16-AAA3-B04D91322B35}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EBD02413-9E6E-4C16-AAA3-B04D91322B35}.Release|Any CPU.Build.0 = Release|Any CPU
{9465C9D4-1D0F-4CDD-B7B1-E17E17EF219B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9465C9D4-1D0F-4CDD-B7B1-E17E17EF219B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9465C9D4-1D0F-4CDD-B7B1-E17E17EF219B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9465C9D4-1D0F-4CDD-B7B1-E17E17EF219B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal