diff options
author | Robin J <me@rbin.co> | 2014-02-17 16:11:42 +0000 |
---|---|---|
committer | Robin J <me@rbin.co> | 2014-02-17 16:11:42 +0000 |
commit | 849ece5e6b93b0fb965f6d52a78958ef1a014f9a (patch) | |
tree | 08652475fbd7e8adeb26f816a3bc80259c4156bc /SendGrid/SendGridMail/Mail.csproj | |
parent | 66094a4e8321e834229a70084a6235360e52155c (diff) | |
parent | 9ab26dc5e0057ba3c9017175196b1b96a0a53deb (diff) | |
download | sendgrid-csharp-849ece5e6b93b0fb965f6d52a78958ef1a014f9a.zip sendgrid-csharp-849ece5e6b93b0fb965f6d52a78958ef1a014f9a.tar.gz sendgrid-csharp-849ece5e6b93b0fb965f6d52a78958ef1a014f9a.tar.bz2 |
Merge pull request #44 from Xerax/master
Code clean-up and tweaks
Diffstat (limited to 'SendGrid/SendGridMail/Mail.csproj')
-rw-r--r-- | SendGrid/SendGridMail/Mail.csproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/SendGrid/SendGridMail/Mail.csproj b/SendGrid/SendGridMail/Mail.csproj index a41ecbe..9d3c35f 100644 --- a/SendGrid/SendGridMail/Mail.csproj +++ b/SendGrid/SendGridMail/Mail.csproj @@ -13,6 +13,8 @@ <FileAlignment>512</FileAlignment>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<TargetFrameworkProfile />
+ <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
+ <RestorePackages>true</RestorePackages>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>True</DebugSymbols>
@@ -82,6 +84,7 @@ <Error Condition="!Exists('..\packages\Microsoft.Bcl.Build.1.0.10\tools\Microsoft.Bcl.Build.targets')" Text="This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=317567." HelpKeyword="BCLBUILD2001" />
<Error Condition="Exists('..\packages\Microsoft.Bcl.Build.1.0.10\tools\Microsoft.Bcl.Build.targets')" Text="The build restored NuGet packages. Build the project again to include these packages in the build. For more information, see http://go.microsoft.com/fwlink/?LinkID=317568." HelpKeyword="BCLBUILD2002" />
</Target>
+ <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
|