-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCRUD_Operations.sln
More file actions
49 lines (49 loc) · 3.11 KB
/
Copy pathCRUD_Operations.sln
File metadata and controls
49 lines (49 loc) · 3.11 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 17
VisualStudioVersion = 17.11.35327.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CRUD_Operation", "CRUD_Operations\CRUD_Operation.csproj", "{867CD2C9-6983-4813-8675-F1F81224519E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CURD_OperationService", "CURD_OperationService\CURD_OperationService.csproj", "{56B18532-F91B-48F3-A97B-9070045BA886}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CRUD_OperationRepository", "CRUD_OperationRepository\CRUD_OperationRepository.csproj", "{7D07B483-2BE2-40D9-B834-12A113F3C3E9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CRUD_OperationIntegrtion", "CRUD_OperationIntegrtion\CRUD_OperationIntegrtion.csproj", "{34B24725-C8F0-4765-813E-5328825FD74F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CRUD_OperationModels", "CRUD_OperationModels\CRUD_OperationModels.csproj", "{D817BF39-237B-493C-939C-C71B44D5DDAA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{867CD2C9-6983-4813-8675-F1F81224519E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{867CD2C9-6983-4813-8675-F1F81224519E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{867CD2C9-6983-4813-8675-F1F81224519E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{867CD2C9-6983-4813-8675-F1F81224519E}.Release|Any CPU.Build.0 = Release|Any CPU
{56B18532-F91B-48F3-A97B-9070045BA886}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{56B18532-F91B-48F3-A97B-9070045BA886}.Debug|Any CPU.Build.0 = Debug|Any CPU
{56B18532-F91B-48F3-A97B-9070045BA886}.Release|Any CPU.ActiveCfg = Release|Any CPU
{56B18532-F91B-48F3-A97B-9070045BA886}.Release|Any CPU.Build.0 = Release|Any CPU
{7D07B483-2BE2-40D9-B834-12A113F3C3E9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7D07B483-2BE2-40D9-B834-12A113F3C3E9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7D07B483-2BE2-40D9-B834-12A113F3C3E9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7D07B483-2BE2-40D9-B834-12A113F3C3E9}.Release|Any CPU.Build.0 = Release|Any CPU
{34B24725-C8F0-4765-813E-5328825FD74F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{34B24725-C8F0-4765-813E-5328825FD74F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{34B24725-C8F0-4765-813E-5328825FD74F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{34B24725-C8F0-4765-813E-5328825FD74F}.Release|Any CPU.Build.0 = Release|Any CPU
{D817BF39-237B-493C-939C-C71B44D5DDAA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D817BF39-237B-493C-939C-C71B44D5DDAA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D817BF39-237B-493C-939C-C71B44D5DDAA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D817BF39-237B-493C-939C-C71B44D5DDAA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3F7C752C-67D3-4A14-835D-E9716C7D1591}
EndGlobalSection
EndGlobal