-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAssignment2.sln
31 lines (31 loc) · 1.57 KB
/
Assignment2.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 15
VisualStudioVersion = 15.0.27130.2024
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Assignment2", "Assignment2\Assignment2.csproj", "{12577F97-006E-4E99-8C57-3B6724B7422A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Assignment2WebAPI", "Assignment2WebAPI\Assignment2WebAPI.csproj", "{54072148-D402-4BFA-8931-99D0CD2FFD7E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{12577F97-006E-4E99-8C57-3B6724B7422A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{12577F97-006E-4E99-8C57-3B6724B7422A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{12577F97-006E-4E99-8C57-3B6724B7422A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{12577F97-006E-4E99-8C57-3B6724B7422A}.Release|Any CPU.Build.0 = Release|Any CPU
{54072148-D402-4BFA-8931-99D0CD2FFD7E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{54072148-D402-4BFA-8931-99D0CD2FFD7E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{54072148-D402-4BFA-8931-99D0CD2FFD7E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{54072148-D402-4BFA-8931-99D0CD2FFD7E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6C5CBD79-5262-4BEF-A4A3-A9F051E9817E}
EndGlobalSection
EndGlobal