diff options
author | CJ Buchmann <cj.buchmann@sendgrid.com> | 2012-01-12 11:32:45 -0800 |
---|---|---|
committer | CJ Buchmann <cj.buchmann@sendgrid.com> | 2012-01-12 11:32:45 -0800 |
commit | 85a07c7d85c44a0359536c0cb62c15dad3c83fff (patch) | |
tree | ace96241ca05030ee875a8f454096371c236b8c0 /SendGrid/Example/Example.csproj | |
parent | 40be75615352899a26f1e02d81bc8b93176829df (diff) | |
download | sendgrid-csharp-85a07c7d85c44a0359536c0cb62c15dad3c83fff.zip sendgrid-csharp-85a07c7d85c44a0359536c0cb62c15dad3c83fff.tar.gz sendgrid-csharp-85a07c7d85c44a0359536c0cb62c15dad3c83fff.tar.bz2 |
Merge Conflict Fixed
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">
|