diff options
author | Brandon West <brawest@gmail.com> | 2012-07-13 15:57:31 -0600 |
---|---|---|
committer | Brandon West <brawest@gmail.com> | 2012-07-13 15:57:31 -0600 |
commit | 546ce43c7f7321aadf49b797cc876c28adf1e098 (patch) | |
tree | 4e1a0f81e4797a1388f7a377eac7c4c146417f95 /SendGrid/Tests/Tests.csproj | |
parent | 9da0d78cacd7530dbb1c6b26353bc22a90dea2d9 (diff) | |
parent | 2bec2e3d78b5d993e5daa7b8d0e5edfd0c03034d (diff) | |
download | sendgrid-csharp-546ce43c7f7321aadf49b797cc876c28adf1e098.zip sendgrid-csharp-546ce43c7f7321aadf49b797cc876c28adf1e098.tar.gz sendgrid-csharp-546ce43c7f7321aadf49b797cc876c28adf1e098.tar.bz2 |
merge streaming-attachments branch
Diffstat (limited to 'SendGrid/Tests/Tests.csproj')
-rwxr-xr-x | SendGrid/Tests/Tests.csproj | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/SendGrid/Tests/Tests.csproj b/SendGrid/Tests/Tests.csproj index c75563a..cdfd9b7 100755 --- a/SendGrid/Tests/Tests.csproj +++ b/SendGrid/Tests/Tests.csproj @@ -31,6 +31,10 @@ <WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
+ <Reference Include="CodeScales.Http, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>..\SendGridMail\lib\CodeScales.Http.dll</HintPath>
+ </Reference>
<Reference Include="Moq">
<HintPath>..\packages\Moq.4.0.10827\lib\NET40\Moq.dll</HintPath>
</Reference>
@@ -57,6 +61,7 @@ <Compile Include="TestJsonUtils.cs" />
<Compile Include="TestSendgrid.cs" />
<Compile Include="TestSendgridMessageSetup.cs" />
+ <Compile Include="TestStreamedFileBody.cs" />
<Compile Include="TestTreeNode.cs" />
<Compile Include="TestUtils.cs" />
<Compile Include="Transport\TestWeb.cs" />
|