-
Notifications
You must be signed in to change notification settings - Fork 0
/
OpenPlzApi.sln
46 lines (46 loc) · 2.63 KB
/
OpenPlzApi.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 Version 17
VisualStudioVersion = 17.3.32825.248
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OpenPlzApi.WebService", "src\webservice\OpenPlzApi.WebService.csproj", "{43181F3A-3E51-46DE-8C03-B1E7F5DC2019}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OpenPlzApi.DataLayer", "src\datalayer\OpenPlzApi.DataLayer.csproj", "{033762DC-69C4-4191-B44A-30D1A701333E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OpenPlzApi.CLI", "src\cli\OpenPlzApi.CLI.csproj", "{379FA71A-72E5-465E-8237-EE2D649DD75D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OpenPlzApi.CLI.XUnit", "test\cli\Xunit\OpenPlzApi.CLI.XUnit.csproj", "{5BB63A45-6B00-4271-9D3D-4DDC2FB8C4BC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{EAD239B6-0A06-47E9-87D7-66A0DD17AC3B}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{43181F3A-3E51-46DE-8C03-B1E7F5DC2019}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{43181F3A-3E51-46DE-8C03-B1E7F5DC2019}.Release|Any CPU.ActiveCfg = Release|Any CPU
{033762DC-69C4-4191-B44A-30D1A701333E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{033762DC-69C4-4191-B44A-30D1A701333E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{033762DC-69C4-4191-B44A-30D1A701333E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{033762DC-69C4-4191-B44A-30D1A701333E}.Release|Any CPU.Build.0 = Release|Any CPU
{379FA71A-72E5-465E-8237-EE2D649DD75D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{379FA71A-72E5-465E-8237-EE2D649DD75D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{379FA71A-72E5-465E-8237-EE2D649DD75D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{379FA71A-72E5-465E-8237-EE2D649DD75D}.Release|Any CPU.Build.0 = Release|Any CPU
{5BB63A45-6B00-4271-9D3D-4DDC2FB8C4BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5BB63A45-6B00-4271-9D3D-4DDC2FB8C4BC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5BB63A45-6B00-4271-9D3D-4DDC2FB8C4BC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5BB63A45-6B00-4271-9D3D-4DDC2FB8C4BC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CE0BEBD5-EF45-45E7-8D65-C5F3A8E3F42E}
EndGlobalSection
EndGlobal