From 80dda3567d75108cd936f70a2cb59460c577a824 Mon Sep 17 00:00:00 2001 From: Jeff Lenk Date: Mon, 26 Mar 2012 08:34:42 -0500 Subject: [PATCH] FS-4046 --resolve windows xml vanilla thanks --- w32/Library/FreeSwitchCore.2008.vcproj | 8 ++++---- w32/Library/FreeSwitchCore.2010.vcxproj | 8 ++++---- w32/Library/FreeSwitchCore.vcproj | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/w32/Library/FreeSwitchCore.2008.vcproj b/w32/Library/FreeSwitchCore.2008.vcproj index 08c7b298f1..e21333f975 100644 --- a/w32/Library/FreeSwitchCore.2008.vcproj +++ b/w32/Library/FreeSwitchCore.2008.vcproj @@ -109,7 +109,7 @@ /> diff --git a/w32/Library/FreeSwitchCore.2010.vcxproj b/w32/Library/FreeSwitchCore.2010.vcxproj index 7cb47d30ba..94b5dbc55a 100644 --- a/w32/Library/FreeSwitchCore.2010.vcxproj +++ b/w32/Library/FreeSwitchCore.2010.vcxproj @@ -126,7 +126,7 @@ - if not exist "$(OutDir)conf" xcopy "$(SolutionDir)conf\*.*" "$(OutDir)conf\" /C /D /Y /S + if not exist "$(OutDir)conf" xcopy "$(SolutionDir)conf\vanilla\*.*" "$(OutDir)conf\" /C /D /Y /S if not exist "$(OutDir)db" md "$(OutDir)db" if not exist "$(OutDir)log" md "$(OutDir)log" if not exist "$(OutDir)htdocs" md "$(OutDir)htdocs" @@ -181,7 +181,7 @@ if not exist "$(OutDir)htdocs" xcopy "$(SolutionDir)htdocs\*.*" "$(OutDir)htdocs MachineX64 - if not exist "$(OutDir)conf" xcopy "$(SolutionDir)conf\*.*" "$(OutDir)conf\" /C /D /Y /S + if not exist "$(OutDir)conf" xcopy "$(SolutionDir)conf\vanilla\*.*" "$(OutDir)conf\" /C /D /Y /S if not exist "$(OutDir)db" md "$(OutDir)db" if not exist "$(OutDir)log" md "$(OutDir)log" if not exist "$(OutDir)htdocs" md "$(OutDir)htdocs" @@ -227,7 +227,7 @@ if not exist "$(OutDir)htdocs" xcopy "$(SolutionDir)htdocs\*.*" "$(OutDir)htdocs MachineX86 - if not exist "$(OutDir)conf" xcopy "$(SolutionDir)conf\*.*" "$(OutDir)conf\" /C /D /Y /S + if not exist "$(OutDir)conf" xcopy "$(SolutionDir)conf\vanilla\*.*" "$(OutDir)conf\" /C /D /Y /S if not exist "$(OutDir)db" md "$(OutDir)db" if not exist "$(OutDir)log" md "$(OutDir)log" if not exist "$(OutDir)htdocs" md "$(OutDir)htdocs" @@ -276,7 +276,7 @@ if not exist "$(OutDir)htdocs" xcopy "$(SolutionDir)htdocs\*.*" "$(OutDir)htdocs MachineX64 - if not exist "$(OutDir)conf" xcopy "$(SolutionDir)conf\*.*" "$(OutDir)conf\" /C /D /Y /S + if not exist "$(OutDir)conf" xcopy "$(SolutionDir)conf\vanilla\*.*" "$(OutDir)conf\" /C /D /Y /S if not exist "$(OutDir)db" md "$(OutDir)db" if not exist "$(OutDir)log" md "$(OutDir)log" if not exist "$(OutDir)htdocs" md "$(OutDir)htdocs" diff --git a/w32/Library/FreeSwitchCore.vcproj b/w32/Library/FreeSwitchCore.vcproj index 9fd2e82cd8..604d773fe1 100644 --- a/w32/Library/FreeSwitchCore.vcproj +++ b/w32/Library/FreeSwitchCore.vcproj @@ -105,7 +105,7 @@ />