summaryrefslogtreecommitdiffstats
path: root/SendGrid/Example/Example.csproj
diff options
context:
space:
mode:
authorBrandon West <brawest@gmail.com>2015-04-22 19:56:56 -0600
committerBrandon West <brawest@gmail.com>2015-04-22 19:56:56 -0600
commita620ac5e4c3dc2c99a0f1d50673e7efadeaaca12 (patch)
tree893c7a37562ccf7e462d80f9458d333fdcea8b15 /SendGrid/Example/Example.csproj
parentcebfe379c381424c8b63e798828cd01aaf7d5d29 (diff)
downloadsendgrid-csharp-a620ac5e4c3dc2c99a0f1d50673e7efadeaaca12.zip
sendgrid-csharp-a620ac5e4c3dc2c99a0f1d50673e7efadeaaca12.tar.gz
sendgrid-csharp-a620ac5e4c3dc2c99a0f1d50673e7efadeaaca12.tar.bz2
maybe?
Diffstat (limited to 'SendGrid/Example/Example.csproj')
-rw-r--r--SendGrid/Example/Example.csproj5
1 files changed, 3 insertions, 2 deletions
diff --git a/SendGrid/Example/Example.csproj b/SendGrid/Example/Example.csproj
index 7db3bca..8ad2da8 100644
--- a/SendGrid/Example/Example.csproj
+++ b/SendGrid/Example/Example.csproj
@@ -37,9 +37,11 @@
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'BuildNet45|x86'">
- <OutputPath>bin\x86\BuildNet45\</OutputPath>
+ <OutputPath>bin\BuildNet45\</OutputPath>
<WarningLevel>4</WarningLevel>
<Optimize>false</Optimize>
+ <Prefer32Bit>false</Prefer32Bit>
+ <DefineConstants>TRACE, BUILD</DefineConstants>
</PropertyGroup>
<ItemGroup>
<Reference Include="SendGrid.SmtpApi, Version=1.3.1.0, Culture=neutral, PublicKeyToken=2ae73662c35d80e4, processorArchitecture=MSIL">
@@ -47,7 +49,6 @@
<HintPath>..\packages\SendGrid.SmtpApi.1.3.1\lib\net40\SendGrid.SmtpApi.dll</HintPath>
</Reference>
<Reference Include="System" />
- <Reference Include="System.Core" />
<Reference Include="System.Net" />
</ItemGroup>
<ItemGroup>