-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathInyoPoolsRestAPIS.sln
37 lines (37 loc) · 2.13 KB
/
InyoPoolsRestAPIS.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33530.505
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "InyoPoolsRest.API", "InyoPoolsRestAPIS\InyoPoolsRest.API.csproj", "{4EA0BC4E-43B8-45A0-829D-345C8311CB97}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "InyoPools.Core", "InyoPools.Core\InyoPools.Core.csproj", "{5D6E4B39-616C-4068-986C-7BF53D3F7384}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "InyoPools.Infrastructure", "InyoPools.Infrastructure\InyoPools.Infrastructure.csproj", "{1C4D5475-037D-448F-A591-5C118F867F7A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4EA0BC4E-43B8-45A0-829D-345C8311CB97}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4EA0BC4E-43B8-45A0-829D-345C8311CB97}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4EA0BC4E-43B8-45A0-829D-345C8311CB97}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4EA0BC4E-43B8-45A0-829D-345C8311CB97}.Release|Any CPU.Build.0 = Release|Any CPU
{5D6E4B39-616C-4068-986C-7BF53D3F7384}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5D6E4B39-616C-4068-986C-7BF53D3F7384}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5D6E4B39-616C-4068-986C-7BF53D3F7384}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5D6E4B39-616C-4068-986C-7BF53D3F7384}.Release|Any CPU.Build.0 = Release|Any CPU
{1C4D5475-037D-448F-A591-5C118F867F7A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1C4D5475-037D-448F-A591-5C118F867F7A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1C4D5475-037D-448F-A591-5C118F867F7A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1C4D5475-037D-448F-A591-5C118F867F7A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {394A6534-30AA-4523-8082-1C5AFA40D19D}
EndGlobalSection
EndGlobal