-
-
Notifications
You must be signed in to change notification settings - Fork 160
/
dotnetcore-webapp.sln
35 lines (35 loc) · 1.8 KB
/
dotnetcore-webapp.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30709.132
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "dotnetcore-webapp", "dotnet-core-webapp\dotnetcore-webapp.csproj", "{BDD47BF9-52F0-4C96-8827-BF074AC49ECE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "dotnetcore-webapp.webtests", "dotnet-core-webapp.webtests\dotnetcore-webapp.webtests.csproj", "{D3175731-C420-46C3-A355-E3D87AD23D9C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9C133C95-80C2-401C-99C1-B4E6F9E6778F}"
ProjectSection(SolutionItems) = preProject
.github\workflows\codeql-analysis.yml = .github\workflows\codeql-analysis.yml
.github\workflows\dotnetcore-iis.yml = .github\workflows\dotnetcore-iis.yml
.github\workflows\dotnetcore.yml = .github\workflows\dotnetcore.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BDD47BF9-52F0-4C96-8827-BF074AC49ECE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BDD47BF9-52F0-4C96-8827-BF074AC49ECE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D3175731-C420-46C3-A355-E3D87AD23D9C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D3175731-C420-46C3-A355-E3D87AD23D9C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D3175731-C420-46C3-A355-E3D87AD23D9C}.Release|Any CPU.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4540416C-9763-4085-8CF7-9F64C1A145F3}
EndGlobalSection
EndGlobal