-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWebApplication1.sln
More file actions
37 lines (37 loc) · 2.05 KB
/
WebApplication1.sln
File metadata and controls
37 lines (37 loc) · 2.05 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.8.34525.116
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebApplication1", "WebApplication1\WebApplication1.csproj", "{E015EF0D-99C5-467D-9EC6-F50B7E5B203E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClassLibrary1", "ClassLibrary1\ClassLibrary1.csproj", "{E9718932-B81A-4FA4-ACB3-0E2480F61CCC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClassLibrary2", "ClassLibrary2\ClassLibrary2.csproj", "{B9A99861-6C8C-49F1-B530-CFCA87CD5657}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E015EF0D-99C5-467D-9EC6-F50B7E5B203E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E015EF0D-99C5-467D-9EC6-F50B7E5B203E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E015EF0D-99C5-467D-9EC6-F50B7E5B203E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E015EF0D-99C5-467D-9EC6-F50B7E5B203E}.Release|Any CPU.Build.0 = Release|Any CPU
{E9718932-B81A-4FA4-ACB3-0E2480F61CCC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E9718932-B81A-4FA4-ACB3-0E2480F61CCC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E9718932-B81A-4FA4-ACB3-0E2480F61CCC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E9718932-B81A-4FA4-ACB3-0E2480F61CCC}.Release|Any CPU.Build.0 = Release|Any CPU
{B9A99861-6C8C-49F1-B530-CFCA87CD5657}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B9A99861-6C8C-49F1-B530-CFCA87CD5657}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B9A99861-6C8C-49F1-B530-CFCA87CD5657}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B9A99861-6C8C-49F1-B530-CFCA87CD5657}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7E9BB893-BF3A-4238-9858-2D99724B6C69}
EndGlobalSection
EndGlobal