-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathJAG.Learnster.sln
28 lines (28 loc) · 1.89 KB
/
JAG.Learnster.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JAG.Learnster.APIClient", "JAG.Learnster.APIClient\JAG.Learnster.APIClient.csproj", "{34918232-D807-4836-8C15-523E66FADFE3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JAG.Learnster.APIClient.UnitTests", "JAG.Learnster.APIClient.UnitTests\JAG.Learnster.APIClient.UnitTests.csproj", "{26F008DC-F0F9-4658-A288-ED8B0E00A09A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JAG.Learnster.APIClient.IntegrationTests", "JAG.Learnster.APIClient.IntegrationTests\JAG.Learnster.APIClient.IntegrationTests.csproj", "{3ABEBAE8-85C3-4721-ABD7-88C8B3ABE700}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{34918232-D807-4836-8C15-523E66FADFE3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{34918232-D807-4836-8C15-523E66FADFE3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{34918232-D807-4836-8C15-523E66FADFE3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{34918232-D807-4836-8C15-523E66FADFE3}.Release|Any CPU.Build.0 = Release|Any CPU
{26F008DC-F0F9-4658-A288-ED8B0E00A09A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{26F008DC-F0F9-4658-A288-ED8B0E00A09A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{26F008DC-F0F9-4658-A288-ED8B0E00A09A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{26F008DC-F0F9-4658-A288-ED8B0E00A09A}.Release|Any CPU.Build.0 = Release|Any CPU
{3ABEBAE8-85C3-4721-ABD7-88C8B3ABE700}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3ABEBAE8-85C3-4721-ABD7-88C8B3ABE700}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3ABEBAE8-85C3-4721-ABD7-88C8B3ABE700}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3ABEBAE8-85C3-4721-ABD7-88C8B3ABE700}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal