-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCustomer_Support_Ticketing_System.sln
55 lines (55 loc) · 3.92 KB
/
Customer_Support_Ticketing_System.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
50
51
52
53
54
55
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.11.35303.130
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Customer_Support_Ticketing_System_PL", "Customer_Support_Ticketing_Support_PL\Customer_Support_Ticketing_System_PL.csproj", "{1C5370A4-449B-4465-B3BC-16AEF48B88F8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Customer_Support_Ticketing_System_BLL", "Customer_Support_Ticketing_System_BLL\Customer_Support_Ticketing_System_BLL.csproj", "{F26592DC-ED9B-48C7-871C-72030643B2D9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Customer_Support_Ticketing_System_DAL", "Customer_Support_Ticketing_System_DAL\Customer_Support_Ticketing_System_DAL.csproj", "{EE4F2440-8717-4E65-928C-3F5C3E436798}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Customer_Support_Ticketing_System_DTO", "Customer_Support_Ticketing_System_DTO\Customer_Support_Ticketing_System_DTO.csproj", "{8F346152-AB8E-4B64-883D-D9825AD19E8A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Customer_Support_Ticketing_System_BLL_Tests", "Customer_Support_Ticketing_System_BLL_Tests\Customer_Support_Ticketing_System_BLL_Tests.csproj", "{13B38FCE-85EE-42EE-969C-0237955225FE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Customer_Support_Ticketing_System_PL_Tests", "Customer_Support_Ticketing_System_PL_Tests\Customer_Support_Ticketing_System_PL_Tests.csproj", "{97AAB698-ACAC-4C23-A124-BE08D02C2CB8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1C5370A4-449B-4465-B3BC-16AEF48B88F8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1C5370A4-449B-4465-B3BC-16AEF48B88F8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1C5370A4-449B-4465-B3BC-16AEF48B88F8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1C5370A4-449B-4465-B3BC-16AEF48B88F8}.Release|Any CPU.Build.0 = Release|Any CPU
{F26592DC-ED9B-48C7-871C-72030643B2D9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F26592DC-ED9B-48C7-871C-72030643B2D9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F26592DC-ED9B-48C7-871C-72030643B2D9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F26592DC-ED9B-48C7-871C-72030643B2D9}.Release|Any CPU.Build.0 = Release|Any CPU
{EE4F2440-8717-4E65-928C-3F5C3E436798}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EE4F2440-8717-4E65-928C-3F5C3E436798}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EE4F2440-8717-4E65-928C-3F5C3E436798}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EE4F2440-8717-4E65-928C-3F5C3E436798}.Release|Any CPU.Build.0 = Release|Any CPU
{8F346152-AB8E-4B64-883D-D9825AD19E8A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8F346152-AB8E-4B64-883D-D9825AD19E8A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8F346152-AB8E-4B64-883D-D9825AD19E8A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8F346152-AB8E-4B64-883D-D9825AD19E8A}.Release|Any CPU.Build.0 = Release|Any CPU
{13B38FCE-85EE-42EE-969C-0237955225FE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{13B38FCE-85EE-42EE-969C-0237955225FE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{13B38FCE-85EE-42EE-969C-0237955225FE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{13B38FCE-85EE-42EE-969C-0237955225FE}.Release|Any CPU.Build.0 = Release|Any CPU
{97AAB698-ACAC-4C23-A124-BE08D02C2CB8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{97AAB698-ACAC-4C23-A124-BE08D02C2CB8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{97AAB698-ACAC-4C23-A124-BE08D02C2CB8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{97AAB698-ACAC-4C23-A124-BE08D02C2CB8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2EE0B29C-6953-49FE-8CAE-39358DFFFE07}
EndGlobalSection
EndGlobal