From 296ef4184f6ff9cafaa0af3b457d5bb10b46f90f Mon Sep 17 00:00:00 2001 From: Jonathan Li Date: Wed, 13 Jul 2016 21:35:39 +0100 Subject: [PATCH] 3rdparty: Use SolutionDir instead of SvnRootDir in property sheet It's part of Visual Studio, and more importantly, I don't need to specify a build output directory in the libpng project file. --- 3rdparty/3rdparty.props | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/3rdparty/3rdparty.props b/3rdparty/3rdparty.props index 99145af049..6c96234540 100644 --- a/3rdparty/3rdparty.props +++ b/3rdparty/3rdparty.props @@ -2,7 +2,7 @@ <_ProjectFileVersion>10.0.30128.1 - $(SvnRootDir)\deps\$(PlatformName)\$(Configuration)\ + $(SolutionDir)deps\$(PlatformName)\$(Configuration)\ $(PlatformName)\$(Configuration)\ *.bsc;*.idb;*.sbr;*.res;*.pch;*.pdb;*.obj;*.tlb;*.tli;*.tlh;*.tmp;*.rsp;*.pgc;*.pgd;*.meta;$(TargetPath);$(ExtensionsToDeleteOnClean) @@ -18,4 +18,4 @@ Default - \ No newline at end of file +