summaryrefslogtreecommitdiffstats
path: root/SendGrid/SendGridMail/Mail.csproj
diff options
context:
space:
mode:
authorTyler Bischel <tyler.bischel@sendgrid.com>2012-01-13 16:18:01 -0800
committerTyler Bischel <tyler.bischel@sendgrid.com>2012-01-13 16:18:01 -0800
commit29ccc23f23a19e917f5de932585d9b5d7583c0b5 (patch)
tree5a3fd5248c1d79c66efd051ebb026906233d4d5a /SendGrid/SendGridMail/Mail.csproj
parent2c5852543af4cb5ca58a177d62044eb1152f731e (diff)
downloadsendgrid-csharp-29ccc23f23a19e917f5de932585d9b5d7583c0b5.zip
sendgrid-csharp-29ccc23f23a19e917f5de932585d9b5d7583c0b5.tar.gz
sendgrid-csharp-29ccc23f23a19e917f5de932585d9b5d7583c0b5.tar.bz2
fixed attachments and REST works!!
Diffstat (limited to 'SendGrid/SendGridMail/Mail.csproj')
-rwxr-xr-xSendGrid/SendGridMail/Mail.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/SendGrid/SendGridMail/Mail.csproj b/SendGrid/SendGridMail/Mail.csproj
index 5d422b9..f333f36 100755
--- a/SendGrid/SendGridMail/Mail.csproj
+++ b/SendGrid/SendGridMail/Mail.csproj
@@ -32,7 +32,7 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="CodeScales.Http">
- <HintPath>..\..\..\references\CodeScales.Http.dll</HintPath>
+ <HintPath>..\packages\CodeScales.Http.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />