summaryrefslogtreecommitdiffstats
path: root/SendGrid
diff options
context:
space:
mode:
authorBrandon West <brawest@gmail.com>2014-06-14 14:06:33 -0600
committerBrandon West <brawest@gmail.com>2014-06-14 14:06:33 -0600
commitfef1688ff7005bb962eccc083b9997d293b4b621 (patch)
tree3e420a25db042c23f8f10208408869870041975e /SendGrid
parentaf3afc1822966ba4c33e229790a7029990a39acf (diff)
downloadsendgrid-csharp-fef1688ff7005bb962eccc083b9997d293b4b621.zip
sendgrid-csharp-fef1688ff7005bb962eccc083b9997d293b4b621.tar.gz
sendgrid-csharp-fef1688ff7005bb962eccc083b9997d293b4b621.tar.bz2
fix Tests.csproj output dir
Diffstat (limited to 'SendGrid')
-rw-r--r--SendGrid/Tests/Tests.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/SendGrid/Tests/Tests.csproj b/SendGrid/Tests/Tests.csproj
index 85cc1a1..4588175 100644
--- a/SendGrid/Tests/Tests.csproj
+++ b/SendGrid/Tests/Tests.csproj
@@ -19,7 +19,7 @@
<DebugSymbols>True</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>False</Optimize>
- <OutputPath>bin\Debug\</OutputPath>
+ <OutputPath>bin\BuildNet40\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>