-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathZaloCommunityDev.sln
90 lines (90 loc) · 6.12 KB
/
ZaloCommunityDev.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ZaloCommunityDev", "ZaloCommunityDev\ZaloCommunityDev.csproj", "{BD50218D-442A-492A-A596-60A525F4A9F9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ZaloCommunityDev.ImageProcessing", "ZaloImageProcessing207\ZaloCommunityDev.ImageProcessing.csproj", "{018E8827-2886-49ED-BA7D-D883FBD3DAB6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ZaloCommunityDev.Shared", "ZaloCommunityDev.Shared\ZaloCommunityDev.Shared.csproj", "{C46869AB-DA93-48E2-B1D4-694CE9A25FF5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ZaloCommunityDev.Service", "ZaloCommunityDev.Service\ZaloCommunityDev.Service.csproj", "{376B7DCF-740E-4E9C-8101-631723B49B93}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ZaloCommunityDev.Data", "ZaloCommunityDev.Data\ZaloCommunityDev.Data.csproj", "{21831BEC-5617-4BEB-BD2A-ECC44367A934}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BD50218D-442A-492A-A596-60A525F4A9F9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BD50218D-442A-492A-A596-60A525F4A9F9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BD50218D-442A-492A-A596-60A525F4A9F9}.Debug|x64.ActiveCfg = Debug|x64
{BD50218D-442A-492A-A596-60A525F4A9F9}.Debug|x64.Build.0 = Debug|x64
{BD50218D-442A-492A-A596-60A525F4A9F9}.Debug|x86.ActiveCfg = Debug|x86
{BD50218D-442A-492A-A596-60A525F4A9F9}.Debug|x86.Build.0 = Debug|x86
{BD50218D-442A-492A-A596-60A525F4A9F9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BD50218D-442A-492A-A596-60A525F4A9F9}.Release|Any CPU.Build.0 = Release|Any CPU
{BD50218D-442A-492A-A596-60A525F4A9F9}.Release|x64.ActiveCfg = Release|x64
{BD50218D-442A-492A-A596-60A525F4A9F9}.Release|x64.Build.0 = Release|x64
{BD50218D-442A-492A-A596-60A525F4A9F9}.Release|x86.ActiveCfg = Release|x86
{BD50218D-442A-492A-A596-60A525F4A9F9}.Release|x86.Build.0 = Release|x86
{018E8827-2886-49ED-BA7D-D883FBD3DAB6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{018E8827-2886-49ED-BA7D-D883FBD3DAB6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{018E8827-2886-49ED-BA7D-D883FBD3DAB6}.Debug|x64.ActiveCfg = Debug|Any CPU
{018E8827-2886-49ED-BA7D-D883FBD3DAB6}.Debug|x64.Build.0 = Debug|Any CPU
{018E8827-2886-49ED-BA7D-D883FBD3DAB6}.Debug|x86.ActiveCfg = Debug|Any CPU
{018E8827-2886-49ED-BA7D-D883FBD3DAB6}.Debug|x86.Build.0 = Debug|Any CPU
{018E8827-2886-49ED-BA7D-D883FBD3DAB6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{018E8827-2886-49ED-BA7D-D883FBD3DAB6}.Release|Any CPU.Build.0 = Release|Any CPU
{018E8827-2886-49ED-BA7D-D883FBD3DAB6}.Release|x64.ActiveCfg = Release|Any CPU
{018E8827-2886-49ED-BA7D-D883FBD3DAB6}.Release|x64.Build.0 = Release|Any CPU
{018E8827-2886-49ED-BA7D-D883FBD3DAB6}.Release|x86.ActiveCfg = Release|Any CPU
{018E8827-2886-49ED-BA7D-D883FBD3DAB6}.Release|x86.Build.0 = Release|Any CPU
{C46869AB-DA93-48E2-B1D4-694CE9A25FF5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C46869AB-DA93-48E2-B1D4-694CE9A25FF5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C46869AB-DA93-48E2-B1D4-694CE9A25FF5}.Debug|x64.ActiveCfg = Debug|Any CPU
{C46869AB-DA93-48E2-B1D4-694CE9A25FF5}.Debug|x64.Build.0 = Debug|Any CPU
{C46869AB-DA93-48E2-B1D4-694CE9A25FF5}.Debug|x86.ActiveCfg = Debug|Any CPU
{C46869AB-DA93-48E2-B1D4-694CE9A25FF5}.Debug|x86.Build.0 = Debug|Any CPU
{C46869AB-DA93-48E2-B1D4-694CE9A25FF5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C46869AB-DA93-48E2-B1D4-694CE9A25FF5}.Release|Any CPU.Build.0 = Release|Any CPU
{C46869AB-DA93-48E2-B1D4-694CE9A25FF5}.Release|x64.ActiveCfg = Release|Any CPU
{C46869AB-DA93-48E2-B1D4-694CE9A25FF5}.Release|x64.Build.0 = Release|Any CPU
{C46869AB-DA93-48E2-B1D4-694CE9A25FF5}.Release|x86.ActiveCfg = Release|Any CPU
{C46869AB-DA93-48E2-B1D4-694CE9A25FF5}.Release|x86.Build.0 = Release|Any CPU
{376B7DCF-740E-4E9C-8101-631723B49B93}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{376B7DCF-740E-4E9C-8101-631723B49B93}.Debug|Any CPU.Build.0 = Debug|Any CPU
{376B7DCF-740E-4E9C-8101-631723B49B93}.Debug|x64.ActiveCfg = Debug|Any CPU
{376B7DCF-740E-4E9C-8101-631723B49B93}.Debug|x64.Build.0 = Debug|Any CPU
{376B7DCF-740E-4E9C-8101-631723B49B93}.Debug|x86.ActiveCfg = Debug|Any CPU
{376B7DCF-740E-4E9C-8101-631723B49B93}.Debug|x86.Build.0 = Debug|Any CPU
{376B7DCF-740E-4E9C-8101-631723B49B93}.Release|Any CPU.ActiveCfg = Release|Any CPU
{376B7DCF-740E-4E9C-8101-631723B49B93}.Release|Any CPU.Build.0 = Release|Any CPU
{376B7DCF-740E-4E9C-8101-631723B49B93}.Release|x64.ActiveCfg = Release|Any CPU
{376B7DCF-740E-4E9C-8101-631723B49B93}.Release|x64.Build.0 = Release|Any CPU
{376B7DCF-740E-4E9C-8101-631723B49B93}.Release|x86.ActiveCfg = Release|Any CPU
{376B7DCF-740E-4E9C-8101-631723B49B93}.Release|x86.Build.0 = Release|Any CPU
{21831BEC-5617-4BEB-BD2A-ECC44367A934}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{21831BEC-5617-4BEB-BD2A-ECC44367A934}.Debug|Any CPU.Build.0 = Debug|Any CPU
{21831BEC-5617-4BEB-BD2A-ECC44367A934}.Debug|x64.ActiveCfg = Debug|Any CPU
{21831BEC-5617-4BEB-BD2A-ECC44367A934}.Debug|x64.Build.0 = Debug|Any CPU
{21831BEC-5617-4BEB-BD2A-ECC44367A934}.Debug|x86.ActiveCfg = Debug|Any CPU
{21831BEC-5617-4BEB-BD2A-ECC44367A934}.Debug|x86.Build.0 = Debug|Any CPU
{21831BEC-5617-4BEB-BD2A-ECC44367A934}.Release|Any CPU.ActiveCfg = Release|Any CPU
{21831BEC-5617-4BEB-BD2A-ECC44367A934}.Release|Any CPU.Build.0 = Release|Any CPU
{21831BEC-5617-4BEB-BD2A-ECC44367A934}.Release|x64.ActiveCfg = Release|Any CPU
{21831BEC-5617-4BEB-BD2A-ECC44367A934}.Release|x64.Build.0 = Release|Any CPU
{21831BEC-5617-4BEB-BD2A-ECC44367A934}.Release|x86.ActiveCfg = Release|Any CPU
{21831BEC-5617-4BEB-BD2A-ECC44367A934}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal