-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProductManagementSystem.sln
More file actions
43 lines (43 loc) · 2.68 KB
/
ProductManagementSystem.sln
File metadata and controls
43 lines (43 loc) · 2.68 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.14.36518.9
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProductManagementSystem", "ProductManagementSystem\ProductManagementSystem.csproj", "{4D27F704-52FD-4FBF-B081-C359B6A3B436}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProductManagementSystem.BAL", "ProductManagementSystem.BAL\ProductManagementSystem.BAL.csproj", "{3F6263A2-BDE3-4ABB-B369-BF4EDE064319}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProductManagementSystem.DAL", "ProductManagementSystem.DAL\ProductManagementSystem.DAL.csproj", "{11FBF4DE-EAD3-4A8C-AF33-D785F52397FB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProductManagementSystem.DOMAIN", "ProductManagementSystem.DOMAIN\ProductManagementSystem.DOMAIN.csproj", "{46414CBE-15A5-4670-BB06-3D84D4708911}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4D27F704-52FD-4FBF-B081-C359B6A3B436}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4D27F704-52FD-4FBF-B081-C359B6A3B436}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4D27F704-52FD-4FBF-B081-C359B6A3B436}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4D27F704-52FD-4FBF-B081-C359B6A3B436}.Release|Any CPU.Build.0 = Release|Any CPU
{3F6263A2-BDE3-4ABB-B369-BF4EDE064319}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3F6263A2-BDE3-4ABB-B369-BF4EDE064319}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3F6263A2-BDE3-4ABB-B369-BF4EDE064319}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3F6263A2-BDE3-4ABB-B369-BF4EDE064319}.Release|Any CPU.Build.0 = Release|Any CPU
{11FBF4DE-EAD3-4A8C-AF33-D785F52397FB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{11FBF4DE-EAD3-4A8C-AF33-D785F52397FB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{11FBF4DE-EAD3-4A8C-AF33-D785F52397FB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{11FBF4DE-EAD3-4A8C-AF33-D785F52397FB}.Release|Any CPU.Build.0 = Release|Any CPU
{46414CBE-15A5-4670-BB06-3D84D4708911}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{46414CBE-15A5-4670-BB06-3D84D4708911}.Debug|Any CPU.Build.0 = Debug|Any CPU
{46414CBE-15A5-4670-BB06-3D84D4708911}.Release|Any CPU.ActiveCfg = Release|Any CPU
{46414CBE-15A5-4670-BB06-3D84D4708911}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7894D05B-25BB-4AC5-931C-8142BDB3CA6D}
EndGlobalSection
EndGlobal