summaryrefslogtreecommitdiffstats
path: root/SendGrid/Example/Example.csproj
diff options
context:
space:
mode:
authorElmer Thomas <elmer@thinkingserious.com>2015-11-11 11:05:46 -0800
committerElmer Thomas <elmer@thinkingserious.com>2015-11-11 11:05:46 -0800
commit85291331846705096b35e75fc4d73491e4fecaaf (patch)
tree90765f78fbf97afdbf488dd2eaa2b6857b70e4fe /SendGrid/Example/Example.csproj
parent34ef7589b45086844d6235bae73fe82c632a5dfd (diff)
downloadsendgrid-csharp-85291331846705096b35e75fc4d73491e4fecaaf.zip
sendgrid-csharp-85291331846705096b35e75fc4d73491e4fecaaf.tar.gz
sendgrid-csharp-85291331846705096b35e75fc4d73491e4fecaaf.tar.bz2
Added Integration/Unit Tests for API Keys endpoint
Diffstat (limited to 'SendGrid/Example/Example.csproj')
-rw-r--r--SendGrid/Example/Example.csproj5
1 files changed, 5 insertions, 0 deletions
diff --git a/SendGrid/Example/Example.csproj b/SendGrid/Example/Example.csproj
index 60bede7..786d6fb 100644
--- a/SendGrid/Example/Example.csproj
+++ b/SendGrid/Example/Example.csproj
@@ -45,6 +45,11 @@
</DefineConstants>
</PropertyGroup>
<ItemGroup>
+ <Reference Include="Microsoft.CSharp" />
+ <Reference Include="Newtonsoft.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
+ <HintPath>..\packages\Newtonsoft.Json.7.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
+ <Private>True</Private>
+ </Reference>
<Reference Include="SendGrid.SmtpApi, Version=1.3.1.0, Culture=neutral, PublicKeyToken=2ae73662c35d80e4, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\SendGrid.SmtpApi.1.3.1\lib\net40\SendGrid.SmtpApi.dll</HintPath>