summaryrefslogtreecommitdiffstats
path: root/SendGrid/Example/Example.csproj
diff options
context:
space:
mode:
authorBrandon West <brawest@gmail.com>2015-04-22 18:29:19 -0600
committerBrandon West <brawest@gmail.com>2015-04-22 18:29:19 -0600
commit3739bf91ac7e6227370cd0acc0a3ba08462ae690 (patch)
treeef7ffdd15f832764e38f992c867516905e28a0fd /SendGrid/Example/Example.csproj
parent62152609944ad297e2439875b2092913509468e9 (diff)
downloadsendgrid-csharp-3739bf91ac7e6227370cd0acc0a3ba08462ae690.zip
sendgrid-csharp-3739bf91ac7e6227370cd0acc0a3ba08462ae690.tar.gz
sendgrid-csharp-3739bf91ac7e6227370cd0acc0a3ba08462ae690.tar.bz2
add new smtp api header methods
Diffstat (limited to 'SendGrid/Example/Example.csproj')
-rw-r--r--SendGrid/Example/Example.csproj14
1 files changed, 8 insertions, 6 deletions
diff --git a/SendGrid/Example/Example.csproj b/SendGrid/Example/Example.csproj
index f604aaa..17b015e 100644
--- a/SendGrid/Example/Example.csproj
+++ b/SendGrid/Example/Example.csproj
@@ -42,6 +42,14 @@
<Optimize>false</Optimize>
</PropertyGroup>
<ItemGroup>
+ <Reference Include="SendGrid.SmtpApi, Version=1.3.1.0, Culture=neutral, PublicKeyToken=2ae73662c35d80e4, processorArchitecture=MSIL">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>..\packages\SendGrid.SmtpApi.1.3.1\lib\net40\SendGrid.SmtpApi.dll</HintPath>
+ </Reference>
+ <Reference Include="SendGridMail, Version=5.1.0.0, Culture=neutral, processorArchitecture=MSIL">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>..\SendGridMail\bin\Debug\SendGridMail.dll</HintPath>
+ </Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Net" />
@@ -60,12 +68,6 @@
<ItemGroup>
<WCFMetadata Include="Service References\" />
</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" />
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.