diff options
author | Elmer Thomas <elmer@thinkingserious.com> | 2015-11-06 15:34:29 -0800 |
---|---|---|
committer | Elmer Thomas <elmer@thinkingserious.com> | 2015-11-06 15:34:29 -0800 |
commit | 526eb12ea6a33344ec48b93e7bae3895ecc12e85 (patch) | |
tree | e703a82d6a09815113c5e0780d631b9e48bd9766 /SendGrid/Example/Example.csproj | |
parent | 1f0ea577d8bc48805d4618d3d4d2fcb82a27ec61 (diff) | |
download | sendgrid-csharp-526eb12ea6a33344ec48b93e7bae3895ecc12e85.zip sendgrid-csharp-526eb12ea6a33344ec48b93e7bae3895ecc12e85.tar.gz sendgrid-csharp-526eb12ea6a33344ec48b93e7bae3895ecc12e85.tar.bz2 |
A first implementation of a Web API v3 client
Diffstat (limited to 'SendGrid/Example/Example.csproj')
-rw-r--r-- | SendGrid/Example/Example.csproj | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/SendGrid/Example/Example.csproj b/SendGrid/Example/Example.csproj index 9569faf..60bede7 100644 --- a/SendGrid/Example/Example.csproj +++ b/SendGrid/Example/Example.csproj @@ -50,7 +50,10 @@ <HintPath>..\packages\SendGrid.SmtpApi.1.3.1\lib\net40\SendGrid.SmtpApi.dll</HintPath>
</Reference>
<Reference Include="System" />
+ <Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.Net" />
+ <Reference Include="System.Net.Http" />
+ <Reference Include="System.Web.Extensions" />
</ItemGroup>
<ItemGroup>
<Compile Include="Program.cs" />
@@ -71,6 +74,11 @@ <Project>{3c687bef-ff50-44ad-8315-2d4237281af8}</Project>
<Name>Mail</Name>
</ProjectReference>
+ <ProjectReference Include="..\SendGrid\SendGrid.csproj">
+ <Project>{1c318867-440b-4eb9-99e3-c0cc2c556962}</Project>
+ <Name>SendGrid</Name>
+ <Aliases>global</Aliases>
+ </ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
|