summaryrefslogtreecommitdiffstats
path: root/SendGrid/Example/Example.csproj
diff options
context:
space:
mode:
authorbrandonmwest <brawest@gmail.com>2013-07-29 12:51:31 -0700
committerbrandonmwest <brawest@gmail.com>2013-07-29 12:51:31 -0700
commit8313c8bab44bef9fde57ac2e22f994427d8d83bd (patch)
tree1c8c5550dab4b2c6fd62ae9698c5ecaaa2d8f5a0 /SendGrid/Example/Example.csproj
parent2a1b360b89ac07fab5e4a377f380bd563dfa5f7e (diff)
parent072cd3ebf52417a275b5180cd1e6841ca4aa86df (diff)
downloadsendgrid-csharp-8313c8bab44bef9fde57ac2e22f994427d8d83bd.zip
sendgrid-csharp-8313c8bab44bef9fde57ac2e22f994427d8d83bd.tar.gz
sendgrid-csharp-8313c8bab44bef9fde57ac2e22f994427d8d83bd.tar.bz2
Merge pull request #33 from sendgrid/bw-net45
Remove RestSharp, refactor to System.Net.Http.HttpClient
Diffstat (limited to 'SendGrid/Example/Example.csproj')
-rw-r--r--[-rwxr-xr-x]SendGrid/Example/Example.csproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/SendGrid/Example/Example.csproj b/SendGrid/Example/Example.csproj
index 1f85cc2..97a47b4 100755..100644
--- a/SendGrid/Example/Example.csproj
+++ b/SendGrid/Example/Example.csproj
@@ -24,6 +24,7 @@
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
+ <Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
<PlatformTarget>x86</PlatformTarget>
@@ -33,6 +34,7 @@
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
+ <Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />