diff options
author | Brandon West <brawest@gmail.com> | 2014-05-21 18:31:06 -0600 |
---|---|---|
committer | Brandon West <brawest@gmail.com> | 2014-05-23 17:31:57 -0600 |
commit | 8430d0eb48212c46e4ff0c7d300cdfcd7343172e (patch) | |
tree | d5727deab538ed1578a92187e6882ab06f7d8700 /SendGrid/Example/Example.csproj | |
parent | 66bc24de6f5b4eba92b4e17742adcae253400433 (diff) | |
download | sendgrid-csharp-8430d0eb48212c46e4ff0c7d300cdfcd7343172e.zip sendgrid-csharp-8430d0eb48212c46e4ff0c7d300cdfcd7343172e.tar.gz sendgrid-csharp-8430d0eb48212c46e4ff0c7d300cdfcd7343172e.tar.bz2 |
fix reference
Diffstat (limited to 'SendGrid/Example/Example.csproj')
-rw-r--r-- | SendGrid/Example/Example.csproj | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/SendGrid/Example/Example.csproj b/SendGrid/Example/Example.csproj index 22e0e6e..235df7a 100644 --- a/SendGrid/Example/Example.csproj +++ b/SendGrid/Example/Example.csproj @@ -39,10 +39,6 @@ <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">
@@ -85,6 +81,12 @@ <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)' == ''">
|