-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRestAPI.Example.sln
More file actions
34 lines (34 loc) · 2.02 KB
/
Copy pathRestAPI.Example.sln
File metadata and controls
34 lines (34 loc) · 2.02 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.12.35521.163 d17.12
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RestAPI.Example.API", "RestAPI.Example.API\RestAPI.Example.API.csproj", "{EA3F9113-66F1-43EC-A8AD-6E0061F97DFB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RestAPI.Example.Application", "RestAPI.Example.Application\RestAPI.Example.Application.csproj", "{29501513-A89C-4149-B08D-4B21C6864D82}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RestAPI.Example.Contract", "RestAPI.Example.Contract\RestAPI.Example.Contract.csproj", "{62CA8E15-45AE-4B35-8651-0DE24E6A603F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EA3F9113-66F1-43EC-A8AD-6E0061F97DFB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EA3F9113-66F1-43EC-A8AD-6E0061F97DFB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EA3F9113-66F1-43EC-A8AD-6E0061F97DFB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EA3F9113-66F1-43EC-A8AD-6E0061F97DFB}.Release|Any CPU.Build.0 = Release|Any CPU
{29501513-A89C-4149-B08D-4B21C6864D82}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{29501513-A89C-4149-B08D-4B21C6864D82}.Debug|Any CPU.Build.0 = Debug|Any CPU
{29501513-A89C-4149-B08D-4B21C6864D82}.Release|Any CPU.ActiveCfg = Release|Any CPU
{29501513-A89C-4149-B08D-4B21C6864D82}.Release|Any CPU.Build.0 = Release|Any CPU
{62CA8E15-45AE-4B35-8651-0DE24E6A603F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{62CA8E15-45AE-4B35-8651-0DE24E6A603F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{62CA8E15-45AE-4B35-8651-0DE24E6A603F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{62CA8E15-45AE-4B35-8651-0DE24E6A603F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal