summaryrefslogtreecommitdiffstats
path: root/SendGrid/Tests/Tests.csproj
diff options
context:
space:
mode:
authorElmer Thomas <elmer@thinkingserious.com>2015-11-11 16:23:35 -0800
committerElmer Thomas <elmer@thinkingserious.com>2015-11-11 16:23:35 -0800
commit8486c9329b51b65cff43a77103731b938e1a159e (patch)
tree3044813eeca9a61020a0a8f633810fd44adb0ac0 /SendGrid/Tests/Tests.csproj
parentfc7440ca079c6601bc340ee45c7876c7d2f66643 (diff)
downloadsendgrid-csharp-8486c9329b51b65cff43a77103731b938e1a159e.zip
sendgrid-csharp-8486c9329b51b65cff43a77103731b938e1a159e.tar.gz
sendgrid-csharp-8486c9329b51b65cff43a77103731b938e1a159e.tar.bz2
Updating tests
Diffstat (limited to 'SendGrid/Tests/Tests.csproj')
-rw-r--r--SendGrid/Tests/Tests.csproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/SendGrid/Tests/Tests.csproj b/SendGrid/Tests/Tests.csproj
index 37bacce..cc57b80 100644
--- a/SendGrid/Tests/Tests.csproj
+++ b/SendGrid/Tests/Tests.csproj
@@ -49,6 +49,7 @@
<OutputType>Library</OutputType>
</PropertyGroup>
<ItemGroup>
+ <Reference Include="Microsoft.CSharp" />
<Reference Include="Moq">
<HintPath>..\packages\Moq.4.2.1402.2112\lib\net40\Moq.dll</HintPath>
</Reference>
@@ -68,6 +69,7 @@
</ItemGroup>
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs" />
+ <Compile Include="Resources\TestApiKeys.cs" />
<Compile Include="TestSendgrid.cs" />
<Compile Include="Transport\TestErrorChecker.cs" />
<Compile Include="Transport\TestWebApi.cs" />