summaryrefslogtreecommitdiffstats
path: root/SendGrid/SendGridMail/Mail.csproj
diff options
context:
space:
mode:
authorBrandon West <brawest@gmail.com>2013-01-12 09:57:41 -0700
committerBrandon West <brawest@gmail.com>2013-01-12 09:57:41 -0700
commit72059e914b5f91059491e317d6d55fa963798ad6 (patch)
tree94538a236e177694443b5b67dec0662bdd9d9ae3 /SendGrid/SendGridMail/Mail.csproj
parent1bc5b9662f1791ff9e78ed88e20d45928c5c4ddf (diff)
downloadsendgrid-csharp-72059e914b5f91059491e317d6d55fa963798ad6.zip
sendgrid-csharp-72059e914b5f91059491e317d6d55fa963798ad6.tar.gz
sendgrid-csharp-72059e914b5f91059491e317d6d55fa963798ad6.tar.bz2
refactored Web API to use RestSharp instead of codescales, unstabled
Diffstat (limited to 'SendGrid/SendGridMail/Mail.csproj')
-rw-r--r--SendGrid/SendGridMail/Mail.csproj11
1 files changed, 6 insertions, 5 deletions
diff --git a/SendGrid/SendGridMail/Mail.csproj b/SendGrid/SendGridMail/Mail.csproj
index b85ec5e..7775d9c 100644
--- a/SendGrid/SendGridMail/Mail.csproj
+++ b/SendGrid/SendGridMail/Mail.csproj
@@ -30,6 +30,9 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
+ <Reference Include="RestSharp">
+ <HintPath>..\packages\RestSharp.104.1\lib\net4\RestSharp.dll</HintPath>
+ </Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Net" />
@@ -41,10 +44,6 @@
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
- <Reference Include="CodeScales.Http">
- <HintPath>lib\CodeScales.Http.dll</HintPath>
- <Private>False</Private>
- </Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Header.cs" />
@@ -52,7 +51,6 @@
<Compile Include="ISendGrid.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="SendGrid.cs" />
- <Compile Include="StreamedFileBody.cs" />
<Compile Include="Transport\ITransport.cs" />
<Compile Include="Transport\Web.cs" />
<Compile Include="Transport\SMTP.cs" />
@@ -69,4 +67,7 @@
<ItemGroup>
<EmbeddedResource Include="lib\CodeScales.Http.dll" />
</ItemGroup>
+ <ItemGroup>
+ <None Include="packages.config" />
+ </ItemGroup>
</Project> \ No newline at end of file