-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathcom.esendex.sdk.sln
43 lines (43 loc) · 2.59 KB
/
com.esendex.sdk.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2002
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "com.esendex.sdk", "source\com.esendex.sdk.csproj", "{11784347-7C79-4E9F-8E44-B6B47A9A7DF0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "com.esendex.sdk.test", "test\com.esendex.sdk.test.csproj", "{36602B7E-83F8-4A75-B157-7E76DD57C3CD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "com.esendex.sdk.test.net35", "test\net35\com.esendex.sdk.test.net35.csproj", "{1AE63BDE-FAEC-4EE3-BC52-61DF6581DFB9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "com.esendex.sdk.samples", "samples\com.esendex.sdk.samples.csproj", "{964C0B32-C96B-4BC4-97B6-1AC504F39474}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{11784347-7C79-4E9F-8E44-B6B47A9A7DF0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{11784347-7C79-4E9F-8E44-B6B47A9A7DF0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{11784347-7C79-4E9F-8E44-B6B47A9A7DF0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{11784347-7C79-4E9F-8E44-B6B47A9A7DF0}.Release|Any CPU.Build.0 = Release|Any CPU
{36602B7E-83F8-4A75-B157-7E76DD57C3CD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{36602B7E-83F8-4A75-B157-7E76DD57C3CD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{36602B7E-83F8-4A75-B157-7E76DD57C3CD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{36602B7E-83F8-4A75-B157-7E76DD57C3CD}.Release|Any CPU.Build.0 = Release|Any CPU
{1AE63BDE-FAEC-4EE3-BC52-61DF6581DFB9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1AE63BDE-FAEC-4EE3-BC52-61DF6581DFB9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1AE63BDE-FAEC-4EE3-BC52-61DF6581DFB9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1AE63BDE-FAEC-4EE3-BC52-61DF6581DFB9}.Release|Any CPU.Build.0 = Release|Any CPU
{964C0B32-C96B-4BC4-97B6-1AC504F39474}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{964C0B32-C96B-4BC4-97B6-1AC504F39474}.Debug|Any CPU.Build.0 = Debug|Any CPU
{964C0B32-C96B-4BC4-97B6-1AC504F39474}.Release|Any CPU.ActiveCfg = Release|Any CPU
{964C0B32-C96B-4BC4-97B6-1AC504F39474}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4EAF53AA-6464-4954-81E7-C4FC679F3EB9}
EndGlobalSection
EndGlobal