forked from messagebird/csharp-rest-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
csharp-rest-client.sln
44 lines (44 loc) · 2.36 KB
/
csharp-rest-client.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MessageBird", "MessageBird\MessageBird.csproj", "{C49CD3F8-BCDB-4BA9-B817-6A6C65452510}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Examples", "Examples\Examples.csproj", "{1D9AB2DA-2C83-4F75-9499-8335AB3F7BB8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MessageBirdUnitTests", "Tests\UnitTests\MessageBirdUnitTests\MessageBirdUnitTests.csproj", "{4ED5A074-191B-4C07-BB5B-E3060E6F7720}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{25EE7FD1-9433-4EEE-99F3-A8344DF7AC6F}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Global
GlobalSection(CodealikeProperties) = postSolution
SolutionGuid = 18c1a31e-4063-4902-9aad-882f3cfab5d4
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C49CD3F8-BCDB-4BA9-B817-6A6C65452510}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C49CD3F8-BCDB-4BA9-B817-6A6C65452510}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C49CD3F8-BCDB-4BA9-B817-6A6C65452510}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C49CD3F8-BCDB-4BA9-B817-6A6C65452510}.Release|Any CPU.Build.0 = Release|Any CPU
{1D9AB2DA-2C83-4F75-9499-8335AB3F7BB8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1D9AB2DA-2C83-4F75-9499-8335AB3F7BB8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1D9AB2DA-2C83-4F75-9499-8335AB3F7BB8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1D9AB2DA-2C83-4F75-9499-8335AB3F7BB8}.Release|Any CPU.Build.0 = Release|Any CPU
{4ED5A074-191B-4C07-BB5B-E3060E6F7720}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4ED5A074-191B-4C07-BB5B-E3060E6F7720}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4ED5A074-191B-4C07-BB5B-E3060E6F7720}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4ED5A074-191B-4C07-BB5B-E3060E6F7720}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal