summaryrefslogtreecommitdiffstats
path: root/SendGrid/Example/Example.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'SendGrid/Example/Example.csproj')
-rw-r--r--SendGrid/Example/Example.csproj17
1 files changed, 3 insertions, 14 deletions
diff --git a/SendGrid/Example/Example.csproj b/SendGrid/Example/Example.csproj
index 910bd0d..8152179 100644
--- a/SendGrid/Example/Example.csproj
+++ b/SendGrid/Example/Example.csproj
@@ -8,7 +8,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Example</RootNamespace>
<AssemblyName>Example</AssemblyName>
- <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
+ <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<TargetFrameworkProfile>
</TargetFrameworkProfile>
<FileAlignment>512</FileAlignment>
@@ -36,19 +36,8 @@
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseNet40|x86'">
- <OutputPath>bin\x86\ReleaseNet40\</OutputPath>
- <WarningLevel>4</WarningLevel>
- <Optimize>false</Optimize>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseNet45|x86'">
- <OutputPath>bin\x86\ReleaseNet45\</OutputPath>
- <PlatformTarget>AnyCPU</PlatformTarget>
- <WarningLevel>4</WarningLevel>
- <Optimize>false</Optimize>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'BuildNet40|x86'">
- <OutputPath>bin\x86\BuildNet40\</OutputPath>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'BuildNet45|x86'">
+ <OutputPath>bin\x86\BuildNet45\</OutputPath>
<WarningLevel>4</WarningLevel>
<Optimize>false</Optimize>
</PropertyGroup>