diff options
Diffstat (limited to 'SendGrid/Tests/Tests.csproj')
-rwxr-xr-x | SendGrid/Tests/Tests.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/SendGrid/Tests/Tests.csproj b/SendGrid/Tests/Tests.csproj index 8009274..cd43bd1 100755 --- a/SendGrid/Tests/Tests.csproj +++ b/SendGrid/Tests/Tests.csproj @@ -58,6 +58,7 @@ <Compile Include="TestSendgrid.cs" />
<Compile Include="TestSendgridMessageSetup.cs" />
<Compile Include="TestTreeNode.cs" />
+ <Compile Include="TestUtils.cs" />
<Compile Include="Transport\TestREST.cs" />
<Compile Include="Transport\TestSMTP.cs" />
</ItemGroup>
|