forked from chuongsonhai/GiamSatTrungAp_BE
-
Notifications
You must be signed in to change notification settings - Fork 0
/
evn.sln
37 lines (37 loc) · 2.01 KB
/
evn.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32228.430
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EVN.Api", "EVN.Api\EVN.Api.csproj", "{682C56A5-3177-4743-9F49-ABCD346DAE0A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EVN.Core", "EVN.Core\EVN.Core.csproj", "{660F32F7-7360-486C-ADDE-72C9068099FE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EVN.CMISApi", "EVN.CMISApi\EVN.CMISApi.csproj", "{ECDF4D54-FD74-4FD0-9393-089E0B60CBCF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{682C56A5-3177-4743-9F49-ABCD346DAE0A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{682C56A5-3177-4743-9F49-ABCD346DAE0A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{682C56A5-3177-4743-9F49-ABCD346DAE0A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{682C56A5-3177-4743-9F49-ABCD346DAE0A}.Release|Any CPU.Build.0 = Release|Any CPU
{660F32F7-7360-486C-ADDE-72C9068099FE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{660F32F7-7360-486C-ADDE-72C9068099FE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{660F32F7-7360-486C-ADDE-72C9068099FE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{660F32F7-7360-486C-ADDE-72C9068099FE}.Release|Any CPU.Build.0 = Release|Any CPU
{ECDF4D54-FD74-4FD0-9393-089E0B60CBCF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ECDF4D54-FD74-4FD0-9393-089E0B60CBCF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ECDF4D54-FD74-4FD0-9393-089E0B60CBCF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ECDF4D54-FD74-4FD0-9393-089E0B60CBCF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DA5CCAF9-3EA0-4AFC-8BB4-0FBBC10A672C}
EndGlobalSection
EndGlobal