-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRestEaseDemo.sln
42 lines (42 loc) · 2.23 KB
/
RestEaseDemo.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
38
39
40
41
42
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29519.87
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RestEaseDemo", "RestEaseDemo\RestEaseDemo.csproj", "{347AE57F-FE8F-4EF3-955D-F15888AF9493}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Swapi", "Swapi\Swapi.csproj", "{51687EC0-7433-42CE-8C81-AA81DEB60EB1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{18E01669-75AE-47DC-944D-7EF280FA7A31}"
ProjectSection(SolutionItems) = preProject
README.txt = README.txt
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Swapi.App", "Swapi.App\Swapi.App.csproj", "{6D5EA540-793A-4C5B-995F-44A3CAFFF500}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{347AE57F-FE8F-4EF3-955D-F15888AF9493}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{347AE57F-FE8F-4EF3-955D-F15888AF9493}.Debug|Any CPU.Build.0 = Debug|Any CPU
{347AE57F-FE8F-4EF3-955D-F15888AF9493}.Release|Any CPU.ActiveCfg = Release|Any CPU
{347AE57F-FE8F-4EF3-955D-F15888AF9493}.Release|Any CPU.Build.0 = Release|Any CPU
{51687EC0-7433-42CE-8C81-AA81DEB60EB1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{51687EC0-7433-42CE-8C81-AA81DEB60EB1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{51687EC0-7433-42CE-8C81-AA81DEB60EB1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{51687EC0-7433-42CE-8C81-AA81DEB60EB1}.Release|Any CPU.Build.0 = Release|Any CPU
{6D5EA540-793A-4C5B-995F-44A3CAFFF500}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6D5EA540-793A-4C5B-995F-44A3CAFFF500}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6D5EA540-793A-4C5B-995F-44A3CAFFF500}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6D5EA540-793A-4C5B-995F-44A3CAFFF500}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C6937580-D18C-434F-BE5F-73C938777712}
EndGlobalSection
EndGlobal