forked from AustinCodingAcademy/CS321_W4D2_ExerciseLogAPI
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCS321_W4D2_ExerciseLogAPI.sln
More file actions
36 lines (36 loc) · 2.24 KB
/
CS321_W4D2_ExerciseLogAPI.sln
File metadata and controls
36 lines (36 loc) · 2.24 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
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_ExerciseLogAPI", "CS321_W4D2_ExerciseLogAPI\CS321_W4D2_ExerciseLogAPI.csproj", "{ABA5FF78-BCA2-4226-9503-38356F4006A0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CS321_W4D2_ExerciseLogAPI.Core", "CS321_W4D2_ExerciseLogAPI.Core\CS321_W4D2_ExerciseLogAPI.Core.csproj", "{1E2B8851-D25F-492E-B175-2F94717F56B0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CS321_W4D2_ExerciseLogAPI.Infrastructure", "CS321_W4D2_ExerciseLogAPI.Infrastructure\CS321_W4D2_ExerciseLogAPI.Infrastructure.csproj", "{3231052A-F4BA-4E33-A58A-63A9BC681E15}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{ABA5FF78-BCA2-4226-9503-38356F4006A0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ABA5FF78-BCA2-4226-9503-38356F4006A0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ABA5FF78-BCA2-4226-9503-38356F4006A0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ABA5FF78-BCA2-4226-9503-38356F4006A0}.Release|Any CPU.Build.0 = Release|Any CPU
{1E2B8851-D25F-492E-B175-2F94717F56B0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1E2B8851-D25F-492E-B175-2F94717F56B0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1E2B8851-D25F-492E-B175-2F94717F56B0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1E2B8851-D25F-492E-B175-2F94717F56B0}.Release|Any CPU.Build.0 = Release|Any CPU
{3231052A-F4BA-4E33-A58A-63A9BC681E15}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3231052A-F4BA-4E33-A58A-63A9BC681E15}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3231052A-F4BA-4E33-A58A-63A9BC681E15}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3231052A-F4BA-4E33-A58A-63A9BC681E15}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3C6A5652-D6F2-4E94-8CBF-6173712433A5}
EndGlobalSection
EndGlobal