diff options
author | Brandon West <brawest@gmail.com> | 2014-06-20 17:30:44 -0600 |
---|---|---|
committer | Brandon West <brawest@gmail.com> | 2014-06-20 17:30:44 -0600 |
commit | 9946f65563a35f642acc349841600f9eea1e902d (patch) | |
tree | c84f656740d19a49d90c90c33242d931379c9107 /SendGrid/Example/Example.csproj | |
parent | 01f5917478845215f41b4f115867be08b093f7ba (diff) | |
download | sendgrid-csharp-9946f65563a35f642acc349841600f9eea1e902d.zip sendgrid-csharp-9946f65563a35f642acc349841600f9eea1e902d.tar.gz sendgrid-csharp-9946f65563a35f642acc349841600f9eea1e902d.tar.bz2 |
fix build configs and tests
Diffstat (limited to 'SendGrid/Example/Example.csproj')
-rw-r--r-- | SendGrid/Example/Example.csproj | 17 |
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>
|