-
Notifications
You must be signed in to change notification settings - Fork 0
/
CrudSchool.sln
37 lines (37 loc) · 2.01 KB
/
CrudSchool.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
32
33
34
35
36
37
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33122.133
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CrudSchool", "CrudSchool\CrudSchool.csproj", "{A7F4A942-DA37-4054-99DD-997D43C288AB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Core", "Core\Core.csproj", "{C2B23DD5-882F-49C3-BD52-9E1CD7B58B44}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Infrastructure", "Infrastructure\Infrastructure.csproj", "{C2292B56-D3BE-4AE1-8B18-58825BBCD56F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A7F4A942-DA37-4054-99DD-997D43C288AB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A7F4A942-DA37-4054-99DD-997D43C288AB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A7F4A942-DA37-4054-99DD-997D43C288AB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A7F4A942-DA37-4054-99DD-997D43C288AB}.Release|Any CPU.Build.0 = Release|Any CPU
{C2B23DD5-882F-49C3-BD52-9E1CD7B58B44}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C2B23DD5-882F-49C3-BD52-9E1CD7B58B44}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C2B23DD5-882F-49C3-BD52-9E1CD7B58B44}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C2B23DD5-882F-49C3-BD52-9E1CD7B58B44}.Release|Any CPU.Build.0 = Release|Any CPU
{C2292B56-D3BE-4AE1-8B18-58825BBCD56F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C2292B56-D3BE-4AE1-8B18-58825BBCD56F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C2292B56-D3BE-4AE1-8B18-58825BBCD56F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C2292B56-D3BE-4AE1-8B18-58825BBCD56F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C27BF9B5-5F30-46E4-B478-9B63A129A47F}
EndGlobalSection
EndGlobal