-
Notifications
You must be signed in to change notification settings - Fork 0
/
api.pkg.looplang.org.sln
49 lines (49 loc) · 2.95 KB
/
api.pkg.looplang.org.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.0.31717.71
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "lpr.WebAPI", "lpr.WebAPI\lpr.WebAPI.csproj", "{32B72064-0DCF-4D70-ADA4-EBA8D27B15A8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "lpr.Data", "lpr.Data\lpr.Data.csproj", "{5DE5BD1C-EC05-4158-A93A-4546775D4478}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "lpr.Logic", "lpr.Logic\lpr.Logic.csproj", "{C148BBB0-B9B6-495C-A40C-C17C5718E836}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "lpr.UnitTests", "lpr.UnitTests\lpr.UnitTests.csproj", "{273D9052-ED4F-4963-8D80-E74D9ECF522E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "lpr.Common", "lpr.Common\lpr.Common.csproj", "{1C9454CA-57CB-4E27-97DA-B2811D90F055}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{32B72064-0DCF-4D70-ADA4-EBA8D27B15A8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{32B72064-0DCF-4D70-ADA4-EBA8D27B15A8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{32B72064-0DCF-4D70-ADA4-EBA8D27B15A8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{32B72064-0DCF-4D70-ADA4-EBA8D27B15A8}.Release|Any CPU.Build.0 = Release|Any CPU
{5DE5BD1C-EC05-4158-A93A-4546775D4478}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5DE5BD1C-EC05-4158-A93A-4546775D4478}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5DE5BD1C-EC05-4158-A93A-4546775D4478}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5DE5BD1C-EC05-4158-A93A-4546775D4478}.Release|Any CPU.Build.0 = Release|Any CPU
{C148BBB0-B9B6-495C-A40C-C17C5718E836}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C148BBB0-B9B6-495C-A40C-C17C5718E836}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C148BBB0-B9B6-495C-A40C-C17C5718E836}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C148BBB0-B9B6-495C-A40C-C17C5718E836}.Release|Any CPU.Build.0 = Release|Any CPU
{273D9052-ED4F-4963-8D80-E74D9ECF522E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{273D9052-ED4F-4963-8D80-E74D9ECF522E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{273D9052-ED4F-4963-8D80-E74D9ECF522E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{273D9052-ED4F-4963-8D80-E74D9ECF522E}.Release|Any CPU.Build.0 = Release|Any CPU
{1C9454CA-57CB-4E27-97DA-B2811D90F055}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1C9454CA-57CB-4E27-97DA-B2811D90F055}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1C9454CA-57CB-4E27-97DA-B2811D90F055}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1C9454CA-57CB-4E27-97DA-B2811D90F055}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FB60ACF7-8EE8-442D-AA54-B227815963A5}
EndGlobalSection
EndGlobal