summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTyler Bischel <tyler.bischel@sendgrid.com>2012-01-09 17:29:19 -0800
committerTyler Bischel <tyler.bischel@sendgrid.com>2012-01-09 17:29:19 -0800
commit4621668b92b80dbca4d184840db7e47b497c29db (patch)
tree7b36bcde67bba52ff8f5967cfe223cc661e80f72
parent9c33d681a996e3edffbdc42e1e3aeadafaf8624d (diff)
downloadsendgrid-csharp-4621668b92b80dbca4d184840db7e47b497c29db.zip
sendgrid-csharp-4621668b92b80dbca4d184840db7e47b497c29db.tar.gz
sendgrid-csharp-4621668b92b80dbca4d184840db7e47b497c29db.tar.bz2
new dependencies
-rwxr-xr-xSendGrid/SendGrid/Mail.csproj3
1 files changed, 3 insertions, 0 deletions
diff --git a/SendGrid/SendGrid/Mail.csproj b/SendGrid/SendGrid/Mail.csproj
index 141d232..c54c475 100755
--- a/SendGrid/SendGrid/Mail.csproj
+++ b/SendGrid/SendGrid/Mail.csproj
@@ -34,6 +34,7 @@
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Net" />
+ <Reference Include="System.Web" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
@@ -45,6 +46,8 @@
<Compile Include="ISendGrid.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Transport\ITransport.cs" />
+ <Compile Include="Transport\REST.cs" />
+ <Compile Include="Transport\SMTP.cs" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.