summaryrefslogtreecommitdiffstats
path: root/SendGrid/SendGridMail/Mail.csproj
diff options
context:
space:
mode:
authorElmer Thomas <elmer@thinkingserious.com>2015-11-11 11:23:49 -0800
committerElmer Thomas <elmer@thinkingserious.com>2015-11-11 11:23:49 -0800
commit916513f5f9db92db7f10e70b3599bd35ef94e324 (patch)
treeb39e0f0e03c6c3518202ee5810e6d2689dd4ce64 /SendGrid/SendGridMail/Mail.csproj
parent85291331846705096b35e75fc4d73491e4fecaaf (diff)
downloadsendgrid-csharp-916513f5f9db92db7f10e70b3599bd35ef94e324.zip
sendgrid-csharp-916513f5f9db92db7f10e70b3599bd35ef94e324.tar.gz
sendgrid-csharp-916513f5f9db92db7f10e70b3599bd35ef94e324.tar.bz2
Updating build for Travis
Diffstat (limited to 'SendGrid/SendGridMail/Mail.csproj')
-rw-r--r--SendGrid/SendGridMail/Mail.csproj3
1 files changed, 3 insertions, 0 deletions
diff --git a/SendGrid/SendGridMail/Mail.csproj b/SendGrid/SendGridMail/Mail.csproj
index 2106b6a..154fb43 100644
--- a/SendGrid/SendGridMail/Mail.csproj
+++ b/SendGrid/SendGridMail/Mail.csproj
@@ -74,18 +74,21 @@
<DefineConstants>TRACE, RELEASE</DefineConstants>
<DebugType>
</DebugType>
+ <Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'BuildNet45|AnyCPU' ">
<Optimize>false</Optimize>
<SignAssembly>false</SignAssembly>
<DebugType>
</DebugType>
+ <Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
<SignAssembly>false</SignAssembly>
<Optimize>false</Optimize>
<DebugType>
</DebugType>
+ <Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>false</SignAssembly>