summaryrefslogtreecommitdiffstats
path: root/SendGrid/SendGridMail/Mail.csproj
diff options
context:
space:
mode:
authorTyler Bischel <tyler.bischel@sendgrid.com>2012-01-16 23:44:30 -0800
committerTyler Bischel <tyler.bischel@sendgrid.com>2012-01-16 23:44:30 -0800
commit85265f48de06629ff7307d642ce765e7b34843a1 (patch)
treed9dcc93abe5dd4521a48917e26e0f71ca611b756 /SendGrid/SendGridMail/Mail.csproj
parentcc7e8b7a0aae5381899ea1ea4c91e467f170348a (diff)
parent2cfea4a2829103b413175deac64d62caea141b5c (diff)
downloadsendgrid-csharp-85265f48de06629ff7307d642ce765e7b34843a1.zip
sendgrid-csharp-85265f48de06629ff7307d642ce765e7b34843a1.tar.gz
sendgrid-csharp-85265f48de06629ff7307d642ce765e7b34843a1.tar.bz2
Merge branch 'us1882' of github.com:sendgrid/sendgrid-csharp
Diffstat (limited to 'SendGrid/SendGridMail/Mail.csproj')
-rwxr-xr-xSendGrid/SendGridMail/Mail.csproj9
1 files changed, 6 insertions, 3 deletions
diff --git a/SendGrid/SendGridMail/Mail.csproj b/SendGrid/SendGridMail/Mail.csproj
index f333f36..bd1dc7a 100755
--- a/SendGrid/SendGridMail/Mail.csproj
+++ b/SendGrid/SendGridMail/Mail.csproj
@@ -31,8 +31,9 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
- <Reference Include="CodeScales.Http">
- <HintPath>..\packages\CodeScales.Http.dll</HintPath>
+ <Reference Include="CodeScales.Http, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>lib\CodeScales.Http.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
@@ -56,7 +57,9 @@
<Compile Include="Transport\REST.cs" />
<Compile Include="Transport\SMTP.cs" />
<Compile Include="Utils.cs" />
- <Compile Include="WebFileUpload.cs" />
+ </ItemGroup>
+ <ItemGroup>
+ <Content Include="lib\CodeScales.Http.dll" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.