-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathSmsIrRestful.sln
54 lines (54 loc) · 3.33 KB
/
SmsIrRestful.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2027
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SmsIrRestful", "SmsIrRestful\SmsIrRestful.csproj", "{29947512-E5A4-4F97-8FF9-73FC49AE5916}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SmsIrRestfulTest", "SmsIrRestfulTest\SmsIrRestfulTest.csproj", "{CA599446-3794-4DDB-A158-F31889702A56}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SmsIrRestfulNetCore", "SmsIrRestfulNetCore\SmsIrRestfulNetCore.csproj", "{D0849D24-3AD7-469A-8013-66BCC1BCA373}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SmsIrRestfulNetCore.Test", "SmsIrRestfulNetCore.Test\SmsIrRestfulNetCore.Test.csproj", "{2431A23D-3577-4BD9-B92C-25C59A35DB35}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{77CFAC15-A1B2-407A-AF39-B1D418149C2C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetCoreConsoleExample", "NetCoreConsoleExample\NetCoreConsoleExample.csproj", "{1916CE4E-E874-4A09-B8C0-1E991F9FC7F3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{29947512-E5A4-4F97-8FF9-73FC49AE5916}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{29947512-E5A4-4F97-8FF9-73FC49AE5916}.Debug|Any CPU.Build.0 = Debug|Any CPU
{29947512-E5A4-4F97-8FF9-73FC49AE5916}.Release|Any CPU.ActiveCfg = Release|Any CPU
{29947512-E5A4-4F97-8FF9-73FC49AE5916}.Release|Any CPU.Build.0 = Release|Any CPU
{CA599446-3794-4DDB-A158-F31889702A56}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CA599446-3794-4DDB-A158-F31889702A56}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CA599446-3794-4DDB-A158-F31889702A56}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CA599446-3794-4DDB-A158-F31889702A56}.Release|Any CPU.Build.0 = Release|Any CPU
{D0849D24-3AD7-469A-8013-66BCC1BCA373}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D0849D24-3AD7-469A-8013-66BCC1BCA373}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D0849D24-3AD7-469A-8013-66BCC1BCA373}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D0849D24-3AD7-469A-8013-66BCC1BCA373}.Release|Any CPU.Build.0 = Release|Any CPU
{2431A23D-3577-4BD9-B92C-25C59A35DB35}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2431A23D-3577-4BD9-B92C-25C59A35DB35}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2431A23D-3577-4BD9-B92C-25C59A35DB35}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2431A23D-3577-4BD9-B92C-25C59A35DB35}.Release|Any CPU.Build.0 = Release|Any CPU
{1916CE4E-E874-4A09-B8C0-1E991F9FC7F3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1916CE4E-E874-4A09-B8C0-1E991F9FC7F3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1916CE4E-E874-4A09-B8C0-1E991F9FC7F3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1916CE4E-E874-4A09-B8C0-1E991F9FC7F3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{1916CE4E-E874-4A09-B8C0-1E991F9FC7F3} = {77CFAC15-A1B2-407A-AF39-B1D418149C2C}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {60C35EBD-187E-4200-875E-BA9539D9AEA3}
EndGlobalSection
EndGlobal