-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAPIProject6.sln
More file actions
43 lines (43 loc) · 2.2 KB
/
Copy pathAPIProject6.sln
File metadata and controls
43 lines (43 loc) · 2.2 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 Version 17
VisualStudioVersion = 17.14.37328.6
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "APIProject6.WebAPI", "APIProject6.WebAPI\APIProject6.WebAPI.csproj", "{DDB0FBBE-5B74-4433-98AD-66ADA48FE9FB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "APIProject6.WebUI", "APIProject6.WebUI\APIProject6.WebUI.csproj", "{208C23F6-3EE1-42A1-9415-2DDF038402B1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8EC462FD-D22E-90A8-E5CE-7E832BA40C5D}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{02EA681E-C7D8-13C7-8484-4AC65E1B71E8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "images", "images", "{2F483D0C-2783-4D4C-B314-4292FAA6F6FF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DDB0FBBE-5B74-4433-98AD-66ADA48FE9FB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DDB0FBBE-5B74-4433-98AD-66ADA48FE9FB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DDB0FBBE-5B74-4433-98AD-66ADA48FE9FB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DDB0FBBE-5B74-4433-98AD-66ADA48FE9FB}.Release|Any CPU.Build.0 = Release|Any CPU
{208C23F6-3EE1-42A1-9415-2DDF038402B1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{208C23F6-3EE1-42A1-9415-2DDF038402B1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{208C23F6-3EE1-42A1-9415-2DDF038402B1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{208C23F6-3EE1-42A1-9415-2DDF038402B1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{2F483D0C-2783-4D4C-B314-4292FAA6F6FF} = {02EA681E-C7D8-13C7-8484-4AC65E1B71E8}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8DEE0549-4647-4985-B56F-6EEEE34501EC}
EndGlobalSection
EndGlobal