diff options
author | Tyler Bischel <tyler.bischel@sendgrid.com> | 2012-01-16 13:54:11 -0800 |
---|---|---|
committer | Tyler Bischel <tyler.bischel@sendgrid.com> | 2012-01-16 13:54:11 -0800 |
commit | 447390646964b1be96517b1fcdd8c3bdecee3d4e (patch) | |
tree | 487cf88eae412a328a6abc255af626a176e46b1e | |
parent | 8fc21a69afc2cca49691fe4917758fe9e7db5665 (diff) | |
download | sendgrid-csharp-447390646964b1be96517b1fcdd8c3bdecee3d4e.zip sendgrid-csharp-447390646964b1be96517b1fcdd8c3bdecee3d4e.tar.gz sendgrid-csharp-447390646964b1be96517b1fcdd8c3bdecee3d4e.tar.bz2 |
updated to remove a no longer used file
-rwxr-xr-x | SendGrid/SendGridMail/Mail.csproj | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/SendGrid/SendGridMail/Mail.csproj b/SendGrid/SendGridMail/Mail.csproj index f333f36..d652771 100755 --- a/SendGrid/SendGridMail/Mail.csproj +++ b/SendGrid/SendGridMail/Mail.csproj @@ -56,7 +56,6 @@ <Compile Include="Transport\REST.cs" />
<Compile Include="Transport\SMTP.cs" />
<Compile Include="Utils.cs" />
- <Compile Include="WebFileUpload.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.
|