-
Notifications
You must be signed in to change notification settings - Fork 0
/
CoolSms.sln
46 lines (46 loc) · 2.5 KB
/
CoolSms.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 15
VisualStudioVersion = 15.0.26403.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{6F718F51-F605-43EF-9884-72576BEFAF0F}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
appveyor.yml = appveyor.yml
NuGet.Config = NuGet.Config
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{FE105021-AC1B-46F6-9DB8-9DFD8A5B4D59}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CoolSms", "src\CoolSms\CoolSms.csproj", "{4E492010-4C03-4688-AED4-5D0614135DA6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CoolSms.Tests", "test\CoolSms.Tests\CoolSms.Tests.csproj", "{DAEC0412-E789-42EB-8B81-F136EC7F68BB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CoolSms.Samples.Console.Core", "samples\CoolSms.Samples.Console.Core\CoolSms.Samples.Console.Core.csproj", "{200EB2E4-6F41-4748-895F-5046081AB450}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4E492010-4C03-4688-AED4-5D0614135DA6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4E492010-4C03-4688-AED4-5D0614135DA6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4E492010-4C03-4688-AED4-5D0614135DA6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4E492010-4C03-4688-AED4-5D0614135DA6}.Release|Any CPU.Build.0 = Release|Any CPU
{DAEC0412-E789-42EB-8B81-F136EC7F68BB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DAEC0412-E789-42EB-8B81-F136EC7F68BB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DAEC0412-E789-42EB-8B81-F136EC7F68BB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DAEC0412-E789-42EB-8B81-F136EC7F68BB}.Release|Any CPU.Build.0 = Release|Any CPU
{200EB2E4-6F41-4748-895F-5046081AB450}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{200EB2E4-6F41-4748-895F-5046081AB450}.Debug|Any CPU.Build.0 = Debug|Any CPU
{200EB2E4-6F41-4748-895F-5046081AB450}.Release|Any CPU.ActiveCfg = Release|Any CPU
{200EB2E4-6F41-4748-895F-5046081AB450}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{200EB2E4-6F41-4748-895F-5046081AB450} = {FE105021-AC1B-46F6-9DB8-9DFD8A5B4D59}
EndGlobalSection
EndGlobal