summaryrefslogtreecommitdiffstats
path: root/SendGrid/SendGridMail/Mail.csproj
diff options
context:
space:
mode:
authorBrandon West <brawest@gmail.com>2012-07-13 15:57:31 -0600
committerBrandon West <brawest@gmail.com>2012-07-13 15:57:31 -0600
commit546ce43c7f7321aadf49b797cc876c28adf1e098 (patch)
tree4e1a0f81e4797a1388f7a377eac7c4c146417f95 /SendGrid/SendGridMail/Mail.csproj
parent9da0d78cacd7530dbb1c6b26353bc22a90dea2d9 (diff)
parent2bec2e3d78b5d993e5daa7b8d0e5edfd0c03034d (diff)
downloadsendgrid-csharp-546ce43c7f7321aadf49b797cc876c28adf1e098.zip
sendgrid-csharp-546ce43c7f7321aadf49b797cc876c28adf1e098.tar.gz
sendgrid-csharp-546ce43c7f7321aadf49b797cc876c28adf1e098.tar.bz2
merge streaming-attachments branch
Diffstat (limited to 'SendGrid/SendGridMail/Mail.csproj')
-rwxr-xr-xSendGrid/SendGridMail/Mail.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/SendGrid/SendGridMail/Mail.csproj b/SendGrid/SendGridMail/Mail.csproj
index f1bf7f6..91d3b91 100755
--- a/SendGrid/SendGridMail/Mail.csproj
+++ b/SendGrid/SendGridMail/Mail.csproj
@@ -53,6 +53,7 @@
<Compile Include="ISendGrid.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="SendGrid.cs" />
+ <Compile Include="StreamedFileBody.cs" />
<Compile Include="Transport\ITransport.cs" />
<Compile Include="Transport\Web.cs" />
<Compile Include="Transport\SMTP.cs" />