-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNET6-WebAPI.sln
31 lines (31 loc) · 1.57 KB
/
NET6-WebAPI.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32602.215
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NET6.WebAPI", "NET6.WebAPI\NET6.WebAPI.csproj", "{B0F32207-21CB-4ECA-82D3-6A5EA330F4AF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Net6.WebAPI.Test", "Net6.WebAPI.Test\Net6.WebAPI.Test.csproj", "{077C3CDC-7E10-4F59-AF8F-91184861B868}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B0F32207-21CB-4ECA-82D3-6A5EA330F4AF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B0F32207-21CB-4ECA-82D3-6A5EA330F4AF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B0F32207-21CB-4ECA-82D3-6A5EA330F4AF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B0F32207-21CB-4ECA-82D3-6A5EA330F4AF}.Release|Any CPU.Build.0 = Release|Any CPU
{077C3CDC-7E10-4F59-AF8F-91184861B868}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{077C3CDC-7E10-4F59-AF8F-91184861B868}.Debug|Any CPU.Build.0 = Debug|Any CPU
{077C3CDC-7E10-4F59-AF8F-91184861B868}.Release|Any CPU.ActiveCfg = Release|Any CPU
{077C3CDC-7E10-4F59-AF8F-91184861B868}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0DBF036E-6990-486F-95C2-352601F6351A}
EndGlobalSection
EndGlobal