-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathCrudApp.sln
49 lines (49 loc) · 3.04 KB
/
CrudApp.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
38
39
40
41
42
43
44
45
46
47
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29324.140
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CrudApp.API", "CrudApp.API\CrudApp.API.csproj", "{50D3D1FE-0636-4A33-9CBD-8C10513EFB60}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CrudApp.Entities", "CrudApp.Entities\CrudApp.Entities.csproj", "{D3359439-B149-45A2-A152-EDCC406990EE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CrudApp.Data", "CrudApp.Data\CrudApp.Data.csproj", "{809ECB43-AE32-4B4D-9393-317DFAEA623C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CrudApp.Cache", "CrudApp.Cache\CrudApp.Cache.csproj", "{3541A6BB-5669-4376-B631-8ECB1BFBA273}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CrudApp.BLL", "CrudApp.BLL\CrudApp.BLL.csproj", "{F396B89C-02B5-4A6F-8C7F-B235E87117F8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{50D3D1FE-0636-4A33-9CBD-8C10513EFB60}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{50D3D1FE-0636-4A33-9CBD-8C10513EFB60}.Debug|Any CPU.Build.0 = Debug|Any CPU
{50D3D1FE-0636-4A33-9CBD-8C10513EFB60}.Release|Any CPU.ActiveCfg = Release|Any CPU
{50D3D1FE-0636-4A33-9CBD-8C10513EFB60}.Release|Any CPU.Build.0 = Release|Any CPU
{D3359439-B149-45A2-A152-EDCC406990EE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D3359439-B149-45A2-A152-EDCC406990EE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D3359439-B149-45A2-A152-EDCC406990EE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D3359439-B149-45A2-A152-EDCC406990EE}.Release|Any CPU.Build.0 = Release|Any CPU
{809ECB43-AE32-4B4D-9393-317DFAEA623C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{809ECB43-AE32-4B4D-9393-317DFAEA623C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{809ECB43-AE32-4B4D-9393-317DFAEA623C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{809ECB43-AE32-4B4D-9393-317DFAEA623C}.Release|Any CPU.Build.0 = Release|Any CPU
{3541A6BB-5669-4376-B631-8ECB1BFBA273}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3541A6BB-5669-4376-B631-8ECB1BFBA273}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3541A6BB-5669-4376-B631-8ECB1BFBA273}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3541A6BB-5669-4376-B631-8ECB1BFBA273}.Release|Any CPU.Build.0 = Release|Any CPU
{F396B89C-02B5-4A6F-8C7F-B235E87117F8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F396B89C-02B5-4A6F-8C7F-B235E87117F8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F396B89C-02B5-4A6F-8C7F-B235E87117F8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F396B89C-02B5-4A6F-8C7F-B235E87117F8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {99AEC05E-4E6D-4977-98C7-67FB827C1B5C}
EndGlobalSection
EndGlobal