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 | b92852fa6c8f27b0723dbe69bcf66ad27d9b7149 (patch) | |
tree | 1bd31e6854f3b1a9f2c489a7ff12f407b8238ad9 /SendGrid/Example/Example.csproj | |
parent | 02104d47d610c77637354905dc2027ae3c74b348 (diff) | |
parent | d0cfbe084b5c82ec72bc2801728c5bd0feed260f (diff) | |
download | sendgrid-csharp-b92852fa6c8f27b0723dbe69bcf66ad27d9b7149.zip sendgrid-csharp-b92852fa6c8f27b0723dbe69bcf66ad27d9b7149.tar.gz sendgrid-csharp-b92852fa6c8f27b0723dbe69bcf66ad27d9b7149.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">
|