-
Notifications
You must be signed in to change notification settings - Fork 0
/
TestWebApp.sln
25 lines (25 loc) · 1.08 KB
/
TestWebApp.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.2019
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestWebApp", "TestWebApp\TestWebApp.csproj", "{BE8AD0A9-E54E-4428-BAEA-8995B9AC986E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BE8AD0A9-E54E-4428-BAEA-8995B9AC986E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BE8AD0A9-E54E-4428-BAEA-8995B9AC986E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BE8AD0A9-E54E-4428-BAEA-8995B9AC986E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BE8AD0A9-E54E-4428-BAEA-8995B9AC986E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {037A5041-7C00-4B62-AE95-B867A01EAAD6}
EndGlobalSection
EndGlobal