-
Notifications
You must be signed in to change notification settings - Fork 21
/
AberrantSMPP.sln
50 lines (50 loc) · 2.73 KB
/
AberrantSMPP.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33122.133
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AberrantSMPP", "AberrantSMPP\AberrantSMPP.csproj", "{CB0A2871-0BC6-4ADC-BA61-AE23144F8A3C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestClient", "TestClient\TestClient.csproj", "{9A549B1F-9027-4FC6-B67A-390B3F532A4B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tools", "Tools", "{07328239-94EF-4F55-A1F7-095CFB9E27E4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "UnixUtils", "UnixUtils", "{3B915387-7317-4F39-AE2B-05B549852BF6}"
ProjectSection(SolutionItems) = preProject
Tools\UnixUtils\libiconv2.dll = Tools\UnixUtils\libiconv2.dll
Tools\UnixUtils\libintl3.dll = Tools\UnixUtils\libintl3.dll
Tools\UnixUtils\regex2.dll = Tools\UnixUtils\regex2.dll
Tools\UnixUtils\sed.exe = Tools\UnixUtils\sed.exe
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AberrantSMPP.Tests", "AberrantSMPP.Tests\AberrantSMPP.Tests.csproj", "{8C7AFCC5-AEF4-4E79-9A1E-330E19ACB959}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CB0A2871-0BC6-4ADC-BA61-AE23144F8A3C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CB0A2871-0BC6-4ADC-BA61-AE23144F8A3C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CB0A2871-0BC6-4ADC-BA61-AE23144F8A3C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CB0A2871-0BC6-4ADC-BA61-AE23144F8A3C}.Release|Any CPU.Build.0 = Release|Any CPU
{9A549B1F-9027-4FC6-B67A-390B3F532A4B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9A549B1F-9027-4FC6-B67A-390B3F532A4B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9A549B1F-9027-4FC6-B67A-390B3F532A4B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9A549B1F-9027-4FC6-B67A-390B3F532A4B}.Release|Any CPU.Build.0 = Release|Any CPU
{8C7AFCC5-AEF4-4E79-9A1E-330E19ACB959}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8C7AFCC5-AEF4-4E79-9A1E-330E19ACB959}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8C7AFCC5-AEF4-4E79-9A1E-330E19ACB959}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8C7AFCC5-AEF4-4E79-9A1E-330E19ACB959}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{3B915387-7317-4F39-AE2B-05B549852BF6} = {07328239-94EF-4F55-A1F7-095CFB9E27E4}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C4A7896A-C972-49FA-9930-D3D9694EC48D}
EndGlobalSection
EndGlobal