-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCRUD_DOTNET_CORE_GENERIC.sln
More file actions
49 lines (49 loc) · 3 KB
/
CRUD_DOTNET_CORE_GENERIC.sln
File metadata and controls
49 lines (49 loc) · 3 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
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.29609.76
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CRUD_DOTNET_CORE_GENERIC", "CRUD_DOTNET_CORE_GENERIC\CRUD_DOTNET_CORE_GENERIC.csproj", "{636FD33C-93AD-4631-B7FC-46FB192B2D2F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CRUD.Core", "CRUD.Core\CRUD.Core.csproj", "{B0D7D82F-883E-4A07-AF18-A8E534F629CA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CRUD.Database", "CRUD.Database\CRUD.Database.csproj", "{1D0E44E9-CBBF-4253-A42A-28379098BCBE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CRUD.IOC", "CRUD.IOC\CRUD.IOC.csproj", "{962D11D2-0C25-47B4-8A80-01684B855EDC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CRUD.Service", "CRUD.Service\CRUD.Service.csproj", "{3F64A466-51BA-4AE8-8424-571073324AC5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{636FD33C-93AD-4631-B7FC-46FB192B2D2F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{636FD33C-93AD-4631-B7FC-46FB192B2D2F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{636FD33C-93AD-4631-B7FC-46FB192B2D2F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{636FD33C-93AD-4631-B7FC-46FB192B2D2F}.Release|Any CPU.Build.0 = Release|Any CPU
{B0D7D82F-883E-4A07-AF18-A8E534F629CA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B0D7D82F-883E-4A07-AF18-A8E534F629CA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B0D7D82F-883E-4A07-AF18-A8E534F629CA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B0D7D82F-883E-4A07-AF18-A8E534F629CA}.Release|Any CPU.Build.0 = Release|Any CPU
{1D0E44E9-CBBF-4253-A42A-28379098BCBE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1D0E44E9-CBBF-4253-A42A-28379098BCBE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1D0E44E9-CBBF-4253-A42A-28379098BCBE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1D0E44E9-CBBF-4253-A42A-28379098BCBE}.Release|Any CPU.Build.0 = Release|Any CPU
{962D11D2-0C25-47B4-8A80-01684B855EDC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{962D11D2-0C25-47B4-8A80-01684B855EDC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{962D11D2-0C25-47B4-8A80-01684B855EDC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{962D11D2-0C25-47B4-8A80-01684B855EDC}.Release|Any CPU.Build.0 = Release|Any CPU
{3F64A466-51BA-4AE8-8424-571073324AC5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3F64A466-51BA-4AE8-8424-571073324AC5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3F64A466-51BA-4AE8-8424-571073324AC5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3F64A466-51BA-4AE8-8424-571073324AC5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B2DC187B-B151-4EBD-855A-0123D2AD9EDA}
EndGlobalSection
EndGlobal