-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSibies.SmsEagle.Net.sln
46 lines (46 loc) · 2.35 KB
/
Sibies.SmsEagle.Net.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31515.178
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{FDEC19A4-6719-493F-833F-5B32AD1C153E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sibies.SmsEagle.Net", "src\Sibies.SmsEagle.Net\Sibies.SmsEagle.Net.csproj", "{420DACB8-F981-471F-B4F4-07CD4C146BB0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{7A7FEE6F-9457-4854-AB3E-9B3715250DB1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sibies.SmsEagle.Net.Tests", "test\Sibies.SmsEagle.Net.Tests\Sibies.SmsEagle.Net.Tests.csproj", "{BBF4A516-7C96-4F05-9141-8EA35BEF2F81}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8FFCB2D4-9497-4318-8E2C-C1A327592B84}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{420DACB8-F981-471F-B4F4-07CD4C146BB0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{420DACB8-F981-471F-B4F4-07CD4C146BB0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{420DACB8-F981-471F-B4F4-07CD4C146BB0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{420DACB8-F981-471F-B4F4-07CD4C146BB0}.Release|Any CPU.Build.0 = Release|Any CPU
{BBF4A516-7C96-4F05-9141-8EA35BEF2F81}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BBF4A516-7C96-4F05-9141-8EA35BEF2F81}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BBF4A516-7C96-4F05-9141-8EA35BEF2F81}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BBF4A516-7C96-4F05-9141-8EA35BEF2F81}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{420DACB8-F981-471F-B4F4-07CD4C146BB0} = {FDEC19A4-6719-493F-833F-5B32AD1C153E}
{BBF4A516-7C96-4F05-9141-8EA35BEF2F81} = {7A7FEE6F-9457-4854-AB3E-9B3715250DB1}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {68574BCC-65CD-47AF-8F8E-C11DD111212A}
EndGlobalSection
EndGlobal