From 680c618db99ed7d0b9eebf12f42ce299a078cfc6 Mon Sep 17 00:00:00 2001 From: Michael Jerris <mike@jerris.com> Date: Fri, 20 Feb 2009 21:23:27 +0000 Subject: [PATCH] cleanup project files git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12201 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- libs/spandsp/src/libspandsp.2005.sln | 4 ++++ .../src/msvc/make_at_dictionary.2005.vcproj | 15 +++++------- .../src/msvc/make_at_dictionary.2008.vcproj | 8 ------- .../src/msvc/make_modem_filter.2005.vcproj | 23 ++++++++----------- .../src/msvc/make_modem_filter.2008.vcproj | 16 ++++--------- 5 files changed, 24 insertions(+), 42 deletions(-) diff --git a/libs/spandsp/src/libspandsp.2005.sln b/libs/spandsp/src/libspandsp.2005.sln index 2e3a7bf1f5..c198217a80 100644 --- a/libs/spandsp/src/libspandsp.2005.sln +++ b/libs/spandsp/src/libspandsp.2005.sln @@ -18,6 +18,10 @@ Global Release|Win32 = Release|Win32 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {DEE932AB-5911-4700-9EEB-8C7090A0A330}.Debug|Win32.ActiveCfg = Debug|Win32 + {DEE932AB-5911-4700-9EEB-8C7090A0A330}.Release|Win32.ActiveCfg = Release|Win32 + {329A6FA0-0FCC-4435-A950-E670AEFA9838}.Debug|Win32.ActiveCfg = Debug|Win32 + {329A6FA0-0FCC-4435-A950-E670AEFA9838}.Release|Win32.ActiveCfg = Release|Win32 {1CBB0077-18C5-455F-801C-0A0CE7B0BBF5}.Debug|Win32.ActiveCfg = Debug|Win32 {1CBB0077-18C5-455F-801C-0A0CE7B0BBF5}.Debug|Win32.Build.0 = Debug|Win32 {1CBB0077-18C5-455F-801C-0A0CE7B0BBF5}.Release|Win32.ActiveCfg = Release|Win32 diff --git a/libs/spandsp/src/msvc/make_at_dictionary.2005.vcproj b/libs/spandsp/src/msvc/make_at_dictionary.2005.vcproj index 6e54cbeb8a..44fa0c80b7 100644 --- a/libs/spandsp/src/msvc/make_at_dictionary.2005.vcproj +++ b/libs/spandsp/src/msvc/make_at_dictionary.2005.vcproj @@ -6,7 +6,6 @@ ProjectGUID="{DEE932AB-5911-4700-9EEB-8C7090A0A330}" RootNamespace="make_at_dictionary" Keyword="Win32Proj" - TargetFrameworkVersion="196613" > <Platforms> <Platform @@ -84,6 +83,9 @@ <Tool Name="VCAppVerifierTool" /> + <Tool + Name="VCWebDeploymentTool" + /> <Tool Name="VCPostBuildEventTool" /> @@ -158,6 +160,9 @@ <Tool Name="VCAppVerifierTool" /> + <Tool + Name="VCWebDeploymentTool" + /> <Tool Name="VCPostBuildEventTool" /> @@ -181,14 +186,6 @@ Filter="h;hpp;hxx;hm;inl;inc;xsd" UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" > - <File - RelativePath=".\stdafx.h" - > - </File> - <File - RelativePath=".\targetver.h" - > - </File> </Filter> <Filter Name="Resource Files" diff --git a/libs/spandsp/src/msvc/make_at_dictionary.2008.vcproj b/libs/spandsp/src/msvc/make_at_dictionary.2008.vcproj index f7dce519fd..d464609066 100644 --- a/libs/spandsp/src/msvc/make_at_dictionary.2008.vcproj +++ b/libs/spandsp/src/msvc/make_at_dictionary.2008.vcproj @@ -181,14 +181,6 @@ Filter="h;hpp;hxx;hm;inl;inc;xsd" UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" > - <File - RelativePath=".\stdafx.h" - > - </File> - <File - RelativePath=".\targetver.h" - > - </File> </Filter> <Filter Name="Resource Files" diff --git a/libs/spandsp/src/msvc/make_modem_filter.2005.vcproj b/libs/spandsp/src/msvc/make_modem_filter.2005.vcproj index 2e542c76cc..35533bb2f0 100644 --- a/libs/spandsp/src/msvc/make_modem_filter.2005.vcproj +++ b/libs/spandsp/src/msvc/make_modem_filter.2005.vcproj @@ -6,7 +6,6 @@ ProjectGUID="{329A6FA0-0FCC-4435-A950-E670AEFA9838}" RootNamespace="make_modem_filter" Keyword="Win32Proj" - TargetFrameworkVersion="196613" > <Platforms> <Platform @@ -84,6 +83,9 @@ <Tool Name="VCAppVerifierTool" /> + <Tool + Name="VCWebDeploymentTool" + /> <Tool Name="VCPostBuildEventTool" /> @@ -158,6 +160,9 @@ <Tool Name="VCAppVerifierTool" /> + <Tool + Name="VCWebDeploymentTool" + /> <Tool Name="VCPostBuildEventTool" /> @@ -171,6 +176,10 @@ Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" > + <File + RelativePath="..\filter_tools.c" + > + </File> <File RelativePath="getopt.c" > @@ -179,10 +188,6 @@ RelativePath="..\make_modem_filter.c" > </File> - <File - RelativePath="..\filter_tools.c" - > - </File> </Filter> <Filter Name="Header Files" @@ -193,14 +198,6 @@ RelativePath="..\filter_tools.h" > </File> - <File - RelativePath=".\stdafx.h" - > - </File> - <File - RelativePath=".\targetver.h" - > - </File> </Filter> <Filter Name="Resource Files" diff --git a/libs/spandsp/src/msvc/make_modem_filter.2008.vcproj b/libs/spandsp/src/msvc/make_modem_filter.2008.vcproj index 502cb5bc23..c2b3b91303 100644 --- a/libs/spandsp/src/msvc/make_modem_filter.2008.vcproj +++ b/libs/spandsp/src/msvc/make_modem_filter.2008.vcproj @@ -171,6 +171,10 @@ Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" > + <File + RelativePath="..\filter_tools.c" + > + </File> <File RelativePath="getopt.c" > @@ -179,10 +183,6 @@ RelativePath="..\make_modem_filter.c" > </File> - <File - RelativePath="..\filter_tools.c" - > - </File> </Filter> <Filter Name="Header Files" @@ -193,14 +193,6 @@ RelativePath="..\filter_tools.h" > </File> - <File - RelativePath=".\stdafx.h" - > - </File> - <File - RelativePath=".\targetver.h" - > - </File> </Filter> <Filter Name="Resource Files"