-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTextEmAllCodeExercise.sln
More file actions
37 lines (37 loc) · 2.04 KB
/
Copy pathTextEmAllCodeExercise.sln
File metadata and controls
37 lines (37 loc) · 2.04 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 16
VisualStudioVersion = 16.0.30114.105
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "School.API", "School.API\School.API.csproj", "{91327851-A8F9-49D5-B9BC-0936E6D549BC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "School.Data", "School.Data\School.Data.csproj", "{8459B623-A84A-44BA-A043-BD849D44A574}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "School.API.Tests", "School.APITests\School.API.Tests.csproj", "{930AB921-147A-420C-A5AA-0E809616C3CE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{91327851-A8F9-49D5-B9BC-0936E6D549BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{91327851-A8F9-49D5-B9BC-0936E6D549BC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{91327851-A8F9-49D5-B9BC-0936E6D549BC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{91327851-A8F9-49D5-B9BC-0936E6D549BC}.Release|Any CPU.Build.0 = Release|Any CPU
{8459B623-A84A-44BA-A043-BD849D44A574}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8459B623-A84A-44BA-A043-BD849D44A574}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8459B623-A84A-44BA-A043-BD849D44A574}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8459B623-A84A-44BA-A043-BD849D44A574}.Release|Any CPU.Build.0 = Release|Any CPU
{930AB921-147A-420C-A5AA-0E809616C3CE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{930AB921-147A-420C-A5AA-0E809616C3CE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{930AB921-147A-420C-A5AA-0E809616C3CE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{930AB921-147A-420C-A5AA-0E809616C3CE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D362CB4C-7375-4A11-A71F-3EF05833DA5D}
EndGlobalSection
EndGlobal