diff options
author | Brandon West <brawest@gmail.com> | 2014-06-14 14:06:33 -0600 |
---|---|---|
committer | Brandon West <brawest@gmail.com> | 2014-06-14 14:06:33 -0600 |
commit | fef1688ff7005bb962eccc083b9997d293b4b621 (patch) | |
tree | 3e420a25db042c23f8f10208408869870041975e /SendGrid | |
parent | af3afc1822966ba4c33e229790a7029990a39acf (diff) | |
download | sendgrid-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.csproj | 2 |
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>
|