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 @@ />