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 | cb163ded5d5916e8231e9addb9a446221c55d59e (patch) | |
tree | f69f099a9d60e78c951de3db8d96186e25dce462 | |
parent | 9e1ec82173089b1920bd29a68a45b2990880a8da (diff) | |
download | sendgrid-csharp-cb163ded5d5916e8231e9addb9a446221c55d59e.zip sendgrid-csharp-cb163ded5d5916e8231e9addb9a446221c55d59e.tar.gz sendgrid-csharp-cb163ded5d5916e8231e9addb9a446221c55d59e.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.
|