summaryrefslogtreecommitdiffstats
path: root/SendGrid/Example/Example.csproj
diff options
context:
space:
mode:
authorBrandon West <brawest@gmail.com>2015-04-22 20:04:21 -0600
committerBrandon West <brawest@gmail.com>2015-04-22 20:04:21 -0600
commitb603a5512177a286738411429ae1eca676c9e052 (patch)
tree4b4f773a378256ba54264ec4ca1c763e45defafd /SendGrid/Example/Example.csproj
parenta620ac5e4c3dc2c99a0f1d50673e7efadeaaca12 (diff)
downloadsendgrid-csharp-b603a5512177a286738411429ae1eca676c9e052.zip
sendgrid-csharp-b603a5512177a286738411429ae1eca676c9e052.tar.gz
sendgrid-csharp-b603a5512177a286738411429ae1eca676c9e052.tar.bz2
please...
Diffstat (limited to 'SendGrid/Example/Example.csproj')
-rw-r--r--SendGrid/Example/Example.csproj10
1 files changed, 5 insertions, 5 deletions
diff --git a/SendGrid/Example/Example.csproj b/SendGrid/Example/Example.csproj
index 8ad2da8..ee966df 100644
--- a/SendGrid/Example/Example.csproj
+++ b/SendGrid/Example/Example.csproj
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
+ <Configuration Condition="'$(Configuration)' == '' ">Debug</Configuration>
+ <Platform Condition="'$(Platform)' == '' ">x86</Platform>
<ProjectGuid>{F39ADCE7-63B5-406D-9BE8-C407920B6B8F}</ProjectGuid>
<OutputType>Exe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
@@ -15,7 +15,7 @@
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
<RestorePackages>true</RestorePackages>
</PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
+ <PropertyGroup Condition="'$(Configuration)' == 'Debug'">
<PlatformTarget>x86</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
@@ -26,7 +26,7 @@
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
+ <PropertyGroup Condition="'$(Configuration)' == 'Release'">
<PlatformTarget>x86</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
@@ -36,7 +36,7 @@
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'BuildNet45|x86'">
+ <PropertyGroup Condition="'$(Configuration)' == 'BuildNet45'">
<OutputPath>bin\BuildNet45\</OutputPath>
<WarningLevel>4</WarningLevel>
<Optimize>false</Optimize>