From e9941b966166af37b179a7fbc4b72f5decc5e399 Mon Sep 17 00:00:00 2001 From: Orestes Zoupanos Date: Tue, 5 May 2015 22:17:29 +0100 Subject: [PATCH] Fix build warnings --- win32/VS2013/libogg_dynamic.vcxproj | 6 +++--- win32/VS2013/libogg_static.vcxproj | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/win32/VS2013/libogg_dynamic.vcxproj b/win32/VS2013/libogg_dynamic.vcxproj index 50f9138..c620cd8 100644 --- a/win32/VS2013/libogg_dynamic.vcxproj +++ b/win32/VS2013/libogg_dynamic.vcxproj @@ -66,11 +66,11 @@ <_ProjectFileVersion>10.0.30319.1 $(SolutionDir)$(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ + $(SolutionName)\$(Platform)\$(Configuration)\ $(SolutionDir)$(Platform)\$(Configuration)\ $(Platform)\$(Configuration)\ $(SolutionDir)$(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ + $(SolutionName)\$(Platform)\$(Configuration)\ $(SolutionDir)$(Platform)\$(Configuration)\ $(Platform)\$(Configuration)\ @@ -85,7 +85,7 @@ Level4 - EditAndContinue + ProgramDatabase CompileAsC Cdecl diff --git a/win32/VS2013/libogg_static.vcxproj b/win32/VS2013/libogg_static.vcxproj index ead0316..31b385d 100644 --- a/win32/VS2013/libogg_static.vcxproj +++ b/win32/VS2013/libogg_static.vcxproj @@ -65,11 +65,11 @@ <_ProjectFileVersion>10.0.30319.1 $(SolutionDir)$(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ + $(SolutionName)\$(Platform)\$(Configuration)\ $(SolutionDir)$(Platform)\$(Configuration)\ $(Platform)\$(Configuration)\ $(SolutionDir)$(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ + $(SolutionName)\$(Platform)\$(Configuration)\ $(SolutionDir)$(Platform)\$(Configuration)\ $(Platform)\$(Configuration)\ -- GitLab