-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathEapEmulators.sln
49 lines (49 loc) · 3.07 KB
/
EapEmulators.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28729.10
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClientEmulator", "emulator\ClientEmulator\ClientEmulator.csproj", "{8D481E45-210A-486C-911C-F7B29D414A60}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ApiCommon", "src\ApiCommon\ApiCommon.csproj", "{6972021E-B6DB-49D4-BDCD-DFE709E1B035}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "InstantMessageDomain", "src\InstantMessageDomain\InstantMessageDomain.csproj", "{4472C581-F159-49FE-81A1-04D8BB029115}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NotifyDomain", "src\NotifyDomain\NotifyDomain.csproj", "{779DB965-0493-4183-BA47-149E88AB4C03}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Base.Eap.Notify.MsgContracts", "src\Base.Eap.Notify.MsgContracts\Base.Eap.Notify.MsgContracts.csproj", "{24E5E206-346B-4E6C-BCD4-645A455BB528}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8D481E45-210A-486C-911C-F7B29D414A60}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8D481E45-210A-486C-911C-F7B29D414A60}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8D481E45-210A-486C-911C-F7B29D414A60}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8D481E45-210A-486C-911C-F7B29D414A60}.Release|Any CPU.Build.0 = Release|Any CPU
{6972021E-B6DB-49D4-BDCD-DFE709E1B035}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6972021E-B6DB-49D4-BDCD-DFE709E1B035}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6972021E-B6DB-49D4-BDCD-DFE709E1B035}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6972021E-B6DB-49D4-BDCD-DFE709E1B035}.Release|Any CPU.Build.0 = Release|Any CPU
{4472C581-F159-49FE-81A1-04D8BB029115}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4472C581-F159-49FE-81A1-04D8BB029115}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4472C581-F159-49FE-81A1-04D8BB029115}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4472C581-F159-49FE-81A1-04D8BB029115}.Release|Any CPU.Build.0 = Release|Any CPU
{779DB965-0493-4183-BA47-149E88AB4C03}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{779DB965-0493-4183-BA47-149E88AB4C03}.Debug|Any CPU.Build.0 = Debug|Any CPU
{779DB965-0493-4183-BA47-149E88AB4C03}.Release|Any CPU.ActiveCfg = Release|Any CPU
{779DB965-0493-4183-BA47-149E88AB4C03}.Release|Any CPU.Build.0 = Release|Any CPU
{24E5E206-346B-4E6C-BCD4-645A455BB528}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{24E5E206-346B-4E6C-BCD4-645A455BB528}.Debug|Any CPU.Build.0 = Debug|Any CPU
{24E5E206-346B-4E6C-BCD4-645A455BB528}.Release|Any CPU.ActiveCfg = Release|Any CPU
{24E5E206-346B-4E6C-BCD4-645A455BB528}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {28E66313-9C70-4E63-8246-6754FE98E4CE}
EndGlobalSection
EndGlobal