summaryrefslogtreecommitdiffstats
path: root/SendGrid/Example/Example.csproj
diff options
context:
space:
mode:
authorAlex Reed (Xerax) <alexreed@outlook.com>2014-02-16 23:21:51 +0000
committerAlex Reed (Xerax) <alexreed@outlook.com>2014-02-16 23:21:51 +0000
commit85b225c912f4ca7a8db71542059d150f23ed367c (patch)
treeeea535caad1f08a89202403be6f3c13cb6a21766 /SendGrid/Example/Example.csproj
parent4032a4d798d76adb3d5d27cf014fc2a73b70d1ea (diff)
downloadsendgrid-csharp-85b225c912f4ca7a8db71542059d150f23ed367c.zip
sendgrid-csharp-85b225c912f4ca7a8db71542059d150f23ed367c.tar.gz
sendgrid-csharp-85b225c912f4ca7a8db71542059d150f23ed367c.tar.bz2
Updated solutions to add support for Visual Studio 2013 (Keeping support for 2010 and 2012)
Diffstat (limited to 'SendGrid/Example/Example.csproj')
-rw-r--r--SendGrid/Example/Example.csproj3
1 files changed, 3 insertions, 0 deletions
diff --git a/SendGrid/Example/Example.csproj b/SendGrid/Example/Example.csproj
index ce2deb0..44266bd 100644
--- a/SendGrid/Example/Example.csproj
+++ b/SendGrid/Example/Example.csproj
@@ -14,6 +14,8 @@
<TargetFrameworkProfile>
</TargetFrameworkProfile>
<FileAlignment>512</FileAlignment>
+ <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
+ <RestorePackages>true</RestorePackages>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<PlatformTarget>x86</PlatformTarget>
@@ -92,6 +94,7 @@
<Error Condition="!Exists('..\packages\Microsoft.Bcl.Build.1.0.13\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.13\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">