diff options
author | brandonmwest <brawest@gmail.com> | 2013-07-29 12:51:31 -0700 |
---|---|---|
committer | brandonmwest <brawest@gmail.com> | 2013-07-29 12:51:31 -0700 |
commit | 8313c8bab44bef9fde57ac2e22f994427d8d83bd (patch) | |
tree | 1c8c5550dab4b2c6fd62ae9698c5ecaaa2d8f5a0 /SendGrid/SendGrid.sln | |
parent | 2a1b360b89ac07fab5e4a377f380bd563dfa5f7e (diff) | |
parent | 072cd3ebf52417a275b5180cd1e6841ca4aa86df (diff) | |
download | sendgrid-csharp-8313c8bab44bef9fde57ac2e22f994427d8d83bd.zip sendgrid-csharp-8313c8bab44bef9fde57ac2e22f994427d8d83bd.tar.gz sendgrid-csharp-8313c8bab44bef9fde57ac2e22f994427d8d83bd.tar.bz2 |
Merge pull request #33 from sendgrid/bw-net45
Remove RestSharp, refactor to System.Net.Http.HttpClient
Diffstat (limited to 'SendGrid/SendGrid.sln')
-rw-r--r--[-rwxr-xr-x] | SendGrid/SendGrid.sln | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/SendGrid/SendGrid.sln b/SendGrid/SendGrid.sln index cf551e2..61b63a3 100755..100644 --- a/SendGrid/SendGrid.sln +++ b/SendGrid/SendGrid.sln @@ -1,12 +1,14 @@
-Microsoft Visual Studio Solution File, Format Version 11.00
-# Visual Studio 2010
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Mail", "SendGridMail\Mail.csproj", "{3C687BEF-FF50-44AD-8315-2D4237281AF8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "Tests\Tests.csproj", "{0319E73A-7039-4858-B047-1EDF88BB6BD1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Example", "Example\Example.csproj", "{F39ADCE7-63B5-406D-9BE8-C407920B6B8F}"
EndProject
+Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{DAC6CBA4-41D4-490D-B9BE-A8E3AB2E8A96}"
+EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
|