Skip to content

Commit 044c412

Browse files
committed
Add initial Visual Studio solution file for the project
1 parent e373218 commit 044c412

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

gh-aspnet-webapp-01.sln

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
Microsoft Visual Studio Solution File, Format Version 12.00
2+
# Visual Studio Version 17
3+
VisualStudioVersion = 17.5.2.0
4+
MinimumVisualStudioVersion = 10.0.40219.1
5+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{827E0CD3-B72D-47B6-A68D-7590B98EB39B}"
6+
EndProject
7+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "webapp01", "src\webapp01\webapp01.csproj", "{F2764B25-696E-F627-F6C5-7B44C866BCFE}"
8+
EndProject
9+
Global
10+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
11+
Debug|Any CPU = Debug|Any CPU
12+
Release|Any CPU = Release|Any CPU
13+
EndGlobalSection
14+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
15+
{F2764B25-696E-F627-F6C5-7B44C866BCFE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
16+
{F2764B25-696E-F627-F6C5-7B44C866BCFE}.Debug|Any CPU.Build.0 = Debug|Any CPU
17+
{F2764B25-696E-F627-F6C5-7B44C866BCFE}.Release|Any CPU.ActiveCfg = Release|Any CPU
18+
{F2764B25-696E-F627-F6C5-7B44C866BCFE}.Release|Any CPU.Build.0 = Release|Any CPU
19+
EndGlobalSection
20+
GlobalSection(SolutionProperties) = preSolution
21+
HideSolutionNode = FALSE
22+
EndGlobalSection
23+
GlobalSection(NestedProjects) = preSolution
24+
{F2764B25-696E-F627-F6C5-7B44C866BCFE} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B}
25+
EndGlobalSection
26+
GlobalSection(ExtensibilityGlobals) = postSolution
27+
SolutionGuid = {7851C106-5284-4807-BCEF-4B450A66CF69}
28+
EndGlobalSection
29+
EndGlobal

0 commit comments

Comments
 (0)