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 | d0cfbe084b5c82ec72bc2801728c5bd0feed260f (patch) | |
tree | 9f71da87b1c13a55cd96a67394f98990770e36bb /SendGrid/Example/Example.csproj | |
parent | 880986510e1700c83d33a90b37da004cbff23824 (diff) | |
download | sendgrid-csharp-d0cfbe084b5c82ec72bc2801728c5bd0feed260f.zip sendgrid-csharp-d0cfbe084b5c82ec72bc2801728c5bd0feed260f.tar.gz sendgrid-csharp-d0cfbe084b5c82ec72bc2801728c5bd0feed260f.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">
|