From 16bfe51c0c4eacfaefec0a7ad347f33766035a22 Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Thu, 18 Oct 2007 06:28:27 +0000 Subject: [PATCH] move some modules to use .vsprops files to centralize where settings are made and to simplify the project files. git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5962 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- .../mod_commands/mod_commands.vcproj | 189 +----------------- .../mod_conference/mod_conference.vcproj | 189 +----------------- w32/module_debug.vsprops | 20 ++ w32/module_release.vsprops | 20 ++ w32/modules.vsprops | 24 +++ 5 files changed, 82 insertions(+), 360 deletions(-) create mode 100644 w32/module_debug.vsprops create mode 100644 w32/module_release.vsprops create mode 100644 w32/modules.vsprops diff --git a/src/mod/applications/mod_commands/mod_commands.vcproj b/src/mod/applications/mod_commands/mod_commands.vcproj index d39cf4efbc..8aa7081701 100644 --- a/src/mod/applications/mod_commands/mod_commands.vcproj +++ b/src/mod/applications/mod_commands/mod_commands.vcproj @@ -5,203 +5,32 @@ Name="mod_commands" ProjectGUID="{30A5B29C-983E-4580-9FD0-D647CCDCC7EB}" RootNamespace="mod_commands" - Keyword="Win32Proj" - > + Keyword="Win32Proj"> - + - - - - - - - - - - - - - - - - - - + InheritedPropertySheets="..\..\..\..\w32\module_debug.vsprops" + CharacterSet="2"> + - - - - - - - - - - - - - - - - - - + InheritedPropertySheets="..\..\..\..\w32\module_release.vsprops" + CharacterSet="2"> + - - - - - - - - + diff --git a/src/mod/applications/mod_conference/mod_conference.vcproj b/src/mod/applications/mod_conference/mod_conference.vcproj index 3dc3de8de6..220011563d 100644 --- a/src/mod/applications/mod_conference/mod_conference.vcproj +++ b/src/mod/applications/mod_conference/mod_conference.vcproj @@ -5,203 +5,32 @@ Name="mod_conference" ProjectGUID="{C24FB505-05D7-4319-8485-7540B44C8603}" RootNamespace="mod_conference" - Keyword="Win32Proj" - > + Keyword="Win32Proj"> - + - - - - - - - - - - - - - - - - - - + InheritedPropertySheets="..\..\..\..\w32\module_debug.vsprops" + CharacterSet="2"> + - - - - - - - - - - - - - - - - - - + InheritedPropertySheets="..\..\..\..\w32\module_release.vsprops" + CharacterSet="2"> + - - - - - - - - + diff --git a/w32/module_debug.vsprops b/w32/module_debug.vsprops new file mode 100644 index 0000000000..a6234f8f3f --- /dev/null +++ b/w32/module_debug.vsprops @@ -0,0 +1,20 @@ + + + + + diff --git a/w32/module_release.vsprops b/w32/module_release.vsprops new file mode 100644 index 0000000000..2faf346d5c --- /dev/null +++ b/w32/module_release.vsprops @@ -0,0 +1,20 @@ + + + + + diff --git a/w32/modules.vsprops b/w32/modules.vsprops new file mode 100644 index 0000000000..85d0147fd5 --- /dev/null +++ b/w32/modules.vsprops @@ -0,0 +1,24 @@ + + + + +