diff options
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>
|