-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathRestAPISample.sln
More file actions
43 lines (43 loc) · 2.56 KB
/
RestAPISample.sln
File metadata and controls
43 lines (43 loc) · 2.56 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
38
39
40
41
42
43
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26403.7
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{9A73ECF1-1D6D-48C7-8635-5CD2BD18E42A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{44B739C2-8426-430D-BEA2-E21B14BACE93}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RestAPISample.Web", "src\RestAPISample.Web\RestAPISample.Web.csproj", "{D7FA58B3-B88F-4ECC-8441-2100B5FBE3CB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RestAPISample.Client.ConsoleApp", "src\RestAPISample.Client.ConsoleApp\RestAPISample.Client.ConsoleApp.csproj", "{2B8E5BA4-24A1-4940-A8F7-A0F8CE342ABF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RestAPISample.Domain", "src\RestAPISample.Domain\RestAPISample.Domain.csproj", "{83974437-8E3F-494D-B81F-740979481BB4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D7FA58B3-B88F-4ECC-8441-2100B5FBE3CB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D7FA58B3-B88F-4ECC-8441-2100B5FBE3CB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D7FA58B3-B88F-4ECC-8441-2100B5FBE3CB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D7FA58B3-B88F-4ECC-8441-2100B5FBE3CB}.Release|Any CPU.Build.0 = Release|Any CPU
{2B8E5BA4-24A1-4940-A8F7-A0F8CE342ABF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2B8E5BA4-24A1-4940-A8F7-A0F8CE342ABF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2B8E5BA4-24A1-4940-A8F7-A0F8CE342ABF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2B8E5BA4-24A1-4940-A8F7-A0F8CE342ABF}.Release|Any CPU.Build.0 = Release|Any CPU
{83974437-8E3F-494D-B81F-740979481BB4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{83974437-8E3F-494D-B81F-740979481BB4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{83974437-8E3F-494D-B81F-740979481BB4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{83974437-8E3F-494D-B81F-740979481BB4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{D7FA58B3-B88F-4ECC-8441-2100B5FBE3CB} = {9A73ECF1-1D6D-48C7-8635-5CD2BD18E42A}
{2B8E5BA4-24A1-4940-A8F7-A0F8CE342ABF} = {9A73ECF1-1D6D-48C7-8635-5CD2BD18E42A}
{83974437-8E3F-494D-B81F-740979481BB4} = {9A73ECF1-1D6D-48C7-8635-5CD2BD18E42A}
EndGlobalSection
EndGlobal