diff options
author | Tyler Bischel <tyler.bischel@sendgrid.com> | 2012-01-12 12:23:34 -0800 |
---|---|---|
committer | Tyler Bischel <tyler.bischel@sendgrid.com> | 2012-01-12 12:23:34 -0800 |
commit | e742a06d50d478d0ee2e61a720071216d2bd2ec4 (patch) | |
tree | 76cdfd3b3b74ddff1c432b331ca7e9811af253dc /SendGrid/Example/Example.csproj | |
parent | 69c2478808d85a30291b97a18aa72f9f5bafc47e (diff) | |
parent | 85a07c7d85c44a0359536c0cb62c15dad3c83fff (diff) | |
download | sendgrid-csharp-e742a06d50d478d0ee2e61a720071216d2bd2ec4.zip sendgrid-csharp-e742a06d50d478d0ee2e61a720071216d2bd2ec4.tar.gz sendgrid-csharp-e742a06d50d478d0ee2e61a720071216d2bd2ec4.tar.bz2 |
Merge branch 'us1882' of github.com:sendgrid/sendgrid-csharp into us1882
Diffstat (limited to 'SendGrid/Example/Example.csproj')
-rwxr-xr-x | SendGrid/Example/Example.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/SendGrid/Example/Example.csproj b/SendGrid/Example/Example.csproj index 93f7660..b2558bd 100755 --- a/SendGrid/Example/Example.csproj +++ b/SendGrid/Example/Example.csproj @@ -47,6 +47,7 @@ <ItemGroup>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
+ <Compile Include="SMTPAPI.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\SendGridMail\Mail.csproj">
|