-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAPI_Template.sln
More file actions
37 lines (37 loc) · 1.99 KB
/
Copy pathAPI_Template.sln
File metadata and controls
37 lines (37 loc) · 1.99 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.13.35919.96
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "API_Template", "API_Template\API_Template.csproj", "{41061186-9952-4FF7-B993-9101DCE2A59C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "App", "App\App.csproj", "{857D3BD1-AABD-4E6A-A62E-3C0739792F79}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Data", "Data\Data.csproj", "{6C5A708B-85A8-4133-8A68-357484550C30}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{41061186-9952-4FF7-B993-9101DCE2A59C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{41061186-9952-4FF7-B993-9101DCE2A59C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{41061186-9952-4FF7-B993-9101DCE2A59C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{41061186-9952-4FF7-B993-9101DCE2A59C}.Release|Any CPU.Build.0 = Release|Any CPU
{857D3BD1-AABD-4E6A-A62E-3C0739792F79}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{857D3BD1-AABD-4E6A-A62E-3C0739792F79}.Debug|Any CPU.Build.0 = Debug|Any CPU
{857D3BD1-AABD-4E6A-A62E-3C0739792F79}.Release|Any CPU.ActiveCfg = Release|Any CPU
{857D3BD1-AABD-4E6A-A62E-3C0739792F79}.Release|Any CPU.Build.0 = Release|Any CPU
{6C5A708B-85A8-4133-8A68-357484550C30}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6C5A708B-85A8-4133-8A68-357484550C30}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6C5A708B-85A8-4133-8A68-357484550C30}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6C5A708B-85A8-4133-8A68-357484550C30}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {82ED45E8-75D1-4B13-A1F1-6E24CCC16CC3}
EndGlobalSection
EndGlobal