forked from AustinCodingAcademy/CS321_W4D2_BookAPI
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCS321_W4D2_BookAPI.sln
More file actions
37 lines (37 loc) · 2.18 KB
/
CS321_W4D2_BookAPI.sln
File metadata and controls
37 lines (37 loc) · 2.18 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30128.74
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CS321_W4D2_BookAPI", "CS321_W4D2_BookAPI\CS321_W4D2_BookAPI.csproj", "{D3047AC2-B953-4A81-BE72-69BA41B6DA7E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CS321_W4D2_BookAPI.Core", "CS321_W4D2_BookAPI.Core\CS321_W4D2_BookAPI.Core.csproj", "{2ED56C4D-0AD1-479F-81B8-BF2C3DA2DE9F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CS321_W4D2_BookAPI.Infrastructure", "CS321_W4D2_BookAPI.Infrastructure\CS321_W4D2_BookAPI.Infrastructure.csproj", "{F7F2885D-5EA0-4E93-9D2B-EBA7269D3EB2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D3047AC2-B953-4A81-BE72-69BA41B6DA7E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D3047AC2-B953-4A81-BE72-69BA41B6DA7E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D3047AC2-B953-4A81-BE72-69BA41B6DA7E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D3047AC2-B953-4A81-BE72-69BA41B6DA7E}.Release|Any CPU.Build.0 = Release|Any CPU
{2ED56C4D-0AD1-479F-81B8-BF2C3DA2DE9F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2ED56C4D-0AD1-479F-81B8-BF2C3DA2DE9F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2ED56C4D-0AD1-479F-81B8-BF2C3DA2DE9F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2ED56C4D-0AD1-479F-81B8-BF2C3DA2DE9F}.Release|Any CPU.Build.0 = Release|Any CPU
{F7F2885D-5EA0-4E93-9D2B-EBA7269D3EB2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F7F2885D-5EA0-4E93-9D2B-EBA7269D3EB2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F7F2885D-5EA0-4E93-9D2B-EBA7269D3EB2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F7F2885D-5EA0-4E93-9D2B-EBA7269D3EB2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3FB33F16-EA76-4FAD-BD5E-414828FD1FAA}
EndGlobalSection
EndGlobal