-
Notifications
You must be signed in to change notification settings - Fork 0
/
PubDev.Store.sln
46 lines (46 loc) · 2.37 KB
/
PubDev.Store.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.0.32112.339
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{F3D09DE2-DC76-4250-9D3B-E54B591418DD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{121BD010-29A8-4E58-B462-EEF6CB0F84F3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{EA9921F2-52AD-4934-A29A-4C3E160858D8}"
ProjectSection(SolutionItems) = preProject
.github\workflows\build.yml = .github\workflows\build.yml
docker-compose.yml = docker-compose.yml
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PubDev.Store.API.Tests", "tests\API.Tests\PubDev.Store.API.Tests.csproj", "{912FFF3C-7C09-4361-93C1-00B295035B39}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PubDev.Store.API", "src\API\PubDev.Store.API.csproj", "{031A81AC-5AA3-4AB9-B8B5-159FF59C4706}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{912FFF3C-7C09-4361-93C1-00B295035B39}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{912FFF3C-7C09-4361-93C1-00B295035B39}.Debug|Any CPU.Build.0 = Debug|Any CPU
{912FFF3C-7C09-4361-93C1-00B295035B39}.Release|Any CPU.ActiveCfg = Release|Any CPU
{912FFF3C-7C09-4361-93C1-00B295035B39}.Release|Any CPU.Build.0 = Release|Any CPU
{031A81AC-5AA3-4AB9-B8B5-159FF59C4706}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{031A81AC-5AA3-4AB9-B8B5-159FF59C4706}.Debug|Any CPU.Build.0 = Debug|Any CPU
{031A81AC-5AA3-4AB9-B8B5-159FF59C4706}.Release|Any CPU.ActiveCfg = Release|Any CPU
{031A81AC-5AA3-4AB9-B8B5-159FF59C4706}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{912FFF3C-7C09-4361-93C1-00B295035B39} = {121BD010-29A8-4E58-B462-EEF6CB0F84F3}
{031A81AC-5AA3-4AB9-B8B5-159FF59C4706} = {F3D09DE2-DC76-4250-9D3B-E54B591418DD}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E80A9564-D0A6-47AE-94E2-09F4BD3DB6F5}
EndGlobalSection
EndGlobal