-
Notifications
You must be signed in to change notification settings - Fork 19
/
RingCentral.sln
31 lines (30 loc) · 1.62 KB
/
RingCentral.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RingCentral", "RingCentral\RingCentral.csproj", "{52B262E0-B21F-46D4-9BB1-C0BCD600654E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RingCentral.Test", "RingCentral.Test\RingCentral.Test.csproj", "{1DCF2D85-6E55-4EA5-8812-FF12F37F390F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{FEB5E9C3-21F8-442A-8D0B-422ACBD0F9A7}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
dev-notes.md = dev-notes.md
mapping.png = mapping.png
ringcentral.nuspec = ringcentral.nuspec
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{52B262E0-B21F-46D4-9BB1-C0BCD600654E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{52B262E0-B21F-46D4-9BB1-C0BCD600654E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{52B262E0-B21F-46D4-9BB1-C0BCD600654E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{52B262E0-B21F-46D4-9BB1-C0BCD600654E}.Release|Any CPU.Build.0 = Release|Any CPU
{1DCF2D85-6E55-4EA5-8812-FF12F37F390F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1DCF2D85-6E55-4EA5-8812-FF12F37F390F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1DCF2D85-6E55-4EA5-8812-FF12F37F390F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1DCF2D85-6E55-4EA5-8812-FF12F37F390F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal