diff options
author | Tyler Bischel <tyler.bischel@sendgrid.com> | 2012-01-09 17:29:19 -0800 |
---|---|---|
committer | Tyler Bischel <tyler.bischel@sendgrid.com> | 2012-01-09 17:29:19 -0800 |
commit | 4621668b92b80dbca4d184840db7e47b497c29db (patch) | |
tree | 7b36bcde67bba52ff8f5967cfe223cc661e80f72 | |
parent | 9c33d681a996e3edffbdc42e1e3aeadafaf8624d (diff) | |
download | sendgrid-csharp-4621668b92b80dbca4d184840db7e47b497c29db.zip sendgrid-csharp-4621668b92b80dbca4d184840db7e47b497c29db.tar.gz sendgrid-csharp-4621668b92b80dbca4d184840db7e47b497c29db.tar.bz2 |
new dependencies
-rwxr-xr-x | SendGrid/SendGrid/Mail.csproj | 3 |
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.
|