diff options
author | CJ Buchmann <cj.buchmann@sendgrid.com> | 2012-01-12 16:08:13 -0800 |
---|---|---|
committer | CJ Buchmann <cj.buchmann@sendgrid.com> | 2012-01-12 16:08:13 -0800 |
commit | 149f8c4ddb933f91fa32f6216d3fe78ae0636d0e (patch) | |
tree | d62ffae05d02608b811254f7ea708698b24e1363 /SendGrid/Example/Example.csproj | |
parent | 5be7429848bf36f52381d2dff4001d009f5ee89e (diff) | |
download | sendgrid-csharp-149f8c4ddb933f91fa32f6216d3fe78ae0636d0e.zip sendgrid-csharp-149f8c4ddb933f91fa32f6216d3fe78ae0636d0e.tar.gz sendgrid-csharp-149f8c4ddb933f91fa32f6216d3fe78ae0636d0e.tar.bz2 |
Added support for Rest API, to get mailing working. Also added examples to send a simple web api.
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 b2558bd..776c740 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="RESTAPI.cs" />
<Compile Include="SMTPAPI.cs" />
</ItemGroup>
<ItemGroup>
|