-
Notifications
You must be signed in to change notification settings - Fork 0
/
Sms.ApiClient.sln
55 lines (55 loc) · 3.51 KB
/
Sms.ApiClient.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.0.31912.275
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "InMobile.Sms.ApiClient", "InMobile.Sms.ApiClient\InMobile.Sms.ApiClient.csproj", "{33E13B89-A82F-4793-B383-B5E791370225}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{33A5AF1F-2E24-4EEC-921D-ED78338B9B47}"
ProjectSection(SolutionItems) = preProject
icon.png = icon.png
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "InMobile.Sms.ApiClient.Test", "InMobile.Sms.ApiClient.Test\InMobile.Sms.ApiClient.Test.csproj", "{B7DFBDED-56AD-4BD0-BAAD-1B484A2A9F1C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "InMobile.Sms.ApiClient.Demo.Framework", "InMobile.Sms.ApiClient.Demo.Framework\InMobile.Sms.ApiClient.Demo.Framework.csproj", "{2DDEA075-9F43-4163-889E-47BE14726F0F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "InMobile.Sms.ApiClient.Demo.DotnetCore", "InMobile.Sms.ApiClient.Demo.DotnetCore\InMobile.Sms.ApiClient.Demo.DotnetCore.csproj", "{ED22E050-F30D-4FBC-833B-ECFF8B18FF21}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "InMobile.Sms.ApiClient.Demo.Common", "InMobile.Sms.ApiClient.Demo.Common\InMobile.Sms.ApiClient.Demo.Common.csproj", "{41A42263-74FB-473A-813D-BBF5CA618736}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{33E13B89-A82F-4793-B383-B5E791370225}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{33E13B89-A82F-4793-B383-B5E791370225}.Debug|Any CPU.Build.0 = Debug|Any CPU
{33E13B89-A82F-4793-B383-B5E791370225}.Release|Any CPU.ActiveCfg = Release|Any CPU
{33E13B89-A82F-4793-B383-B5E791370225}.Release|Any CPU.Build.0 = Release|Any CPU
{B7DFBDED-56AD-4BD0-BAAD-1B484A2A9F1C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B7DFBDED-56AD-4BD0-BAAD-1B484A2A9F1C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B7DFBDED-56AD-4BD0-BAAD-1B484A2A9F1C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B7DFBDED-56AD-4BD0-BAAD-1B484A2A9F1C}.Release|Any CPU.Build.0 = Release|Any CPU
{2DDEA075-9F43-4163-889E-47BE14726F0F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2DDEA075-9F43-4163-889E-47BE14726F0F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2DDEA075-9F43-4163-889E-47BE14726F0F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2DDEA075-9F43-4163-889E-47BE14726F0F}.Release|Any CPU.Build.0 = Release|Any CPU
{ED22E050-F30D-4FBC-833B-ECFF8B18FF21}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ED22E050-F30D-4FBC-833B-ECFF8B18FF21}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ED22E050-F30D-4FBC-833B-ECFF8B18FF21}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ED22E050-F30D-4FBC-833B-ECFF8B18FF21}.Release|Any CPU.Build.0 = Release|Any CPU
{41A42263-74FB-473A-813D-BBF5CA618736}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{41A42263-74FB-473A-813D-BBF5CA618736}.Debug|Any CPU.Build.0 = Debug|Any CPU
{41A42263-74FB-473A-813D-BBF5CA618736}.Release|Any CPU.ActiveCfg = Release|Any CPU
{41A42263-74FB-473A-813D-BBF5CA618736}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D7594D97-5767-4467-A8EB-ED68C54EB6B0}
EndGlobalSection
EndGlobal