diff options
author | Brandon West <brawest@gmail.com> | 2013-07-27 08:07:16 -0600 |
---|---|---|
committer | Brandon West <brawest@gmail.com> | 2013-07-29 09:28:30 -0600 |
commit | 88dae9a37133f10ac1e5a213bcac89aeee2ba30c (patch) | |
tree | 201e0dac55dec25e5e363f29a9e247c61a030b1f /SendGrid/Example/Example.csproj | |
parent | 726bea9f238f1c3c45e8bdca9577bd9cc526c9d7 (diff) | |
download | sendgrid-csharp-88dae9a37133f10ac1e5a213bcac89aeee2ba30c.zip sendgrid-csharp-88dae9a37133f10ac1e5a213bcac89aeee2ba30c.tar.gz sendgrid-csharp-88dae9a37133f10ac1e5a213bcac89aeee2ba30c.tar.bz2 |
set target framework to .NET 4.5
Diffstat (limited to 'SendGrid/Example/Example.csproj')
-rw-r--r--[-rwxr-xr-x] | SendGrid/Example/Example.csproj | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/SendGrid/Example/Example.csproj b/SendGrid/Example/Example.csproj index 1f85cc2..169697f 100755..100644 --- a/SendGrid/Example/Example.csproj +++ b/SendGrid/Example/Example.csproj @@ -10,7 +10,7 @@ <AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Example</RootNamespace>
<AssemblyName>Example</AssemblyName>
- <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
+ <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<TargetFrameworkProfile>
</TargetFrameworkProfile>
<FileAlignment>512</FileAlignment>
@@ -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" />
|