-
Notifications
You must be signed in to change notification settings - Fork 0
/
MyRESTService.sln
37 lines (37 loc) · 2.08 KB
/
MyRESTService.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.8.34330.188
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MyRESTService", "MyRESTService\MyRESTService.csproj", "{C3E71871-2224-4D67-96AF-12DB8D757155}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MyRESTService.Client", "MyRESTService.Client\MyRESTService.Client.csproj", "{5C543359-0C5A-440B-A297-EFCF98F8B354}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MyRESTService.Core", "MyRESTService.Core\MyRESTService.Core.csproj", "{254F3D56-BCE8-4078-B681-04A4AC82CF8F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C3E71871-2224-4D67-96AF-12DB8D757155}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C3E71871-2224-4D67-96AF-12DB8D757155}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C3E71871-2224-4D67-96AF-12DB8D757155}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C3E71871-2224-4D67-96AF-12DB8D757155}.Release|Any CPU.Build.0 = Release|Any CPU
{5C543359-0C5A-440B-A297-EFCF98F8B354}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5C543359-0C5A-440B-A297-EFCF98F8B354}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5C543359-0C5A-440B-A297-EFCF98F8B354}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5C543359-0C5A-440B-A297-EFCF98F8B354}.Release|Any CPU.Build.0 = Release|Any CPU
{254F3D56-BCE8-4078-B681-04A4AC82CF8F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{254F3D56-BCE8-4078-B681-04A4AC82CF8F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{254F3D56-BCE8-4078-B681-04A4AC82CF8F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{254F3D56-BCE8-4078-B681-04A4AC82CF8F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0C63376A-3C75-4B41-93D7-2FF93CB07773}
EndGlobalSection
EndGlobal