summaryrefslogtreecommitdiffstats
path: root/SendGrid/Example/Example.csproj
diff options
context:
space:
mode:
authorBrandon West <brawest@gmail.com>2014-01-06 14:29:57 -0700
committerBrandon West <brawest@gmail.com>2014-01-06 14:29:57 -0700
commitc5f9ddb7b135013547c03ce576e6443a72beef01 (patch)
tree72126eca67ccd3233d8250b24c07f727220523f1 /SendGrid/Example/Example.csproj
parent96c7b116a9db2d184f07e659b837145ebe10765d (diff)
downloadsendgrid-csharp-c5f9ddb7b135013547c03ce576e6443a72beef01.zip
sendgrid-csharp-c5f9ddb7b135013547c03ce576e6443a72beef01.tar.gz
sendgrid-csharp-c5f9ddb7b135013547c03ce576e6443a72beef01.tar.bz2
add dependency on Smtpapi library, remove SMTP functionality
Diffstat (limited to 'SendGrid/Example/Example.csproj')
-rw-r--r--SendGrid/Example/Example.csproj13
1 files changed, 6 insertions, 7 deletions
diff --git a/SendGrid/Example/Example.csproj b/SendGrid/Example/Example.csproj
index 97a47b4..808592c 100644
--- a/SendGrid/Example/Example.csproj
+++ b/SendGrid/Example/Example.csproj
@@ -50,19 +50,18 @@
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="WEBAPI.cs" />
- <Compile Include="SMTPAPI.cs" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\SendGridMail\Mail.csproj">
- <Project>{3C687BEF-FF50-44AD-8315-2D4237281AF8}</Project>
- <Name>Mail</Name>
- </ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="app.config">
<SubType>Designer</SubType>
</None>
</ItemGroup>
+ <ItemGroup>
+ <ProjectReference Include="..\SendGridMail\Mail.csproj">
+ <Project>{3c687bef-ff50-44ad-8315-2d4237281af8}</Project>
+ <Name>Mail</Name>
+ </ProjectReference>
+ </ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.