summaryrefslogtreecommitdiffstats
path: root/SendGrid/Example/Example.csproj
diff options
context:
space:
mode:
authorBrandon West <brawest@gmail.com>2014-05-21 18:22:30 -0600
committerBrandon West <brawest@gmail.com>2014-05-21 18:22:30 -0600
commit1b755d1304c9198a5970a79cee223bf343bdf67c (patch)
treea0791633516734efef84ecbf30c2442b0b7f87f6 /SendGrid/Example/Example.csproj
parente6a8e1133ed56a78e6dd3c8147249100121602ca (diff)
downloadsendgrid-csharp-1b755d1304c9198a5970a79cee223bf343bdf67c.zip
sendgrid-csharp-1b755d1304c9198a5970a79cee223bf343bdf67c.tar.gz
sendgrid-csharp-1b755d1304c9198a5970a79cee223bf343bdf67c.tar.bz2
fix some copypasta
Diffstat (limited to 'SendGrid/Example/Example.csproj')
-rw-r--r--SendGrid/Example/Example.csproj10
1 files changed, 4 insertions, 6 deletions
diff --git a/SendGrid/Example/Example.csproj b/SendGrid/Example/Example.csproj
index 235df7a..22e0e6e 100644
--- a/SendGrid/Example/Example.csproj
+++ b/SendGrid/Example/Example.csproj
@@ -39,6 +39,10 @@
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
+ <Reference Include="SendGridMail, Version=3.0.0.0, Culture=neutral, PublicKeyToken=2ae73662c35d80e4, processorArchitecture=MSIL">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>..\SendGridMail\bin\Debug\SendGridMail.dll</HintPath>
+ </Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.IO">
@@ -81,12 +85,6 @@
<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" />
<Import Project="..\packages\Microsoft.Bcl.Build.1.0.13\tools\Microsoft.Bcl.Build.targets" Condition="Exists('..\packages\Microsoft.Bcl.Build.1.0.13\tools\Microsoft.Bcl.Build.targets')" />
<Target Name="EnsureBclBuildImported" BeforeTargets="BeforeBuild" Condition="'$(BclBuildImported)' == ''">