diff options
author | Brandon West <brawest@gmail.com> | 2014-06-14 14:18:41 -0600 |
---|---|---|
committer | Brandon West <brawest@gmail.com> | 2014-06-14 14:18:41 -0600 |
commit | ee712c950b88b07aac1a07f5c9a6bf9de886edd1 (patch) | |
tree | 2cb97a10f0bb4ac14b6db4f4c4bdabba8efb587d /SendGrid/Example/Example.csproj | |
parent | fef1688ff7005bb962eccc083b9997d293b4b621 (diff) | |
download | sendgrid-csharp-ee712c950b88b07aac1a07f5c9a6bf9de886edd1.zip sendgrid-csharp-ee712c950b88b07aac1a07f5c9a6bf9de886edd1.tar.gz sendgrid-csharp-ee712c950b88b07aac1a07f5c9a6bf9de886edd1.tar.bz2 |
remove unnecessary reference
Diffstat (limited to 'SendGrid/Example/Example.csproj')
-rw-r--r-- | SendGrid/Example/Example.csproj | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/SendGrid/Example/Example.csproj b/SendGrid/Example/Example.csproj index 603771f..d498fb2 100644 --- a/SendGrid/Example/Example.csproj +++ b/SendGrid/Example/Example.csproj @@ -53,9 +53,6 @@ <Optimize>false</Optimize>
</PropertyGroup>
<ItemGroup>
- <Reference Include="SendGrid.SmtpApi">
- <HintPath>..\SendGridMail\bin\Debug\SendGrid.SmtpApi.dll</HintPath>
- </Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Net" />
@@ -94,4 +91,4 @@ <Name>Mail</Name>
</ProjectReference>
</ItemGroup>
-</Project>
\ No newline at end of file +</Project>
|