From 7020530827f9cde260a8ee9314acef1cbfaa1afa Mon Sep 17 00:00:00 2001
From: Robert Joly <rjoly@nortel.com>
Date: Tue, 10 Feb 2009 03:32:55 +0000
Subject: [PATCH] Removed "warning are errors" flag in deprecated VS2005 build.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11726 d0543943-73ff-0310-b7d9-9358b9ac24b2
---
 w32/Library/FreeSwitchCore.vcproj | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/w32/Library/FreeSwitchCore.vcproj b/w32/Library/FreeSwitchCore.vcproj
index 24ac1905f5..a5bac03fc8 100644
--- a/w32/Library/FreeSwitchCore.vcproj
+++ b/w32/Library/FreeSwitchCore.vcproj
@@ -53,7 +53,6 @@
 				PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch"
 				BrowseInformation="0"
 				WarningLevel="4"
-				WarnAsError="true"
 				Detect64BitPortabilityProblems="true"
 				DebugInformationFormat="3"
 				ForcedIncludeFiles=""
@@ -144,7 +143,6 @@
 				PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch"
 				BrowseInformation="0"
 				WarningLevel="4"
-				WarnAsError="true"
 				Detect64BitPortabilityProblems="true"
 				DebugInformationFormat="3"
 			/>
@@ -557,11 +555,11 @@
 				>
 			</File>
 			<File
-				RelativePath="..\..\src\include\switch_core.h"
+				RelativePath="..\..\src\include\private\switch_core.h"
 				>
 			</File>
 			<File
-				RelativePath="..\..\src\include\private\switch_core.h"
+				RelativePath="..\..\src\include\switch_core.h"
 				>
 			</File>
 			<File