cleanup project files
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11550 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
bac1ea1549
commit
fe94bda87b
|
@ -6,7 +6,7 @@
|
|||
>
|
||||
</Filter>
|
||||
<File
|
||||
RelativePath=".\src\msvc\spandsp.def"
|
||||
RelativePath=".\msvc\spandsp.def"
|
||||
>
|
||||
</File>
|
||||
</Files>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C"
|
||||
ProjectType="Visual C++"
|
||||
Version="9.00"
|
||||
Name="libspandsp"
|
||||
ProjectGUID="{CF70F278-3364-4395-A2E1-23501C9B8AD2}"
|
||||
|
@ -41,14 +41,13 @@
|
|||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories="src; src\spandsp; src\msvc;..\libtiff\include"
|
||||
AdditionalIncludeDirectories=".;.\spandsp;.\msvc;.\generated;..\..\libtiff\include"
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBSPANDSP_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;HAVE_CONFIG_H"
|
||||
MinimalRebuild="true"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="3"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="4"
|
||||
Detect64BitPortabilityProblems="true"
|
||||
DebugInformationFormat="4"
|
||||
CompileAs="1"
|
||||
DisableSpecificWarnings="4127"
|
||||
|
@ -65,7 +64,7 @@
|
|||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
LinkIncremental="2"
|
||||
ModuleDefinitionFile="src/msvc/spandsp.def"
|
||||
ModuleDefinitionFile="./msvc/spandsp.def"
|
||||
GenerateDebugInformation="true"
|
||||
SubSystem="2"
|
||||
RandomizedBaseAddress="1"
|
||||
|
@ -119,12 +118,11 @@
|
|||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalIncludeDirectories="src; src\spandsp; src\msvc;..\libtiff\include"
|
||||
AdditionalIncludeDirectories=".;.\spandsp;.\msvc;.\generated;..\..\libtiff\include"
|
||||
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBSPANDSP_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;HAVE_CONFIG_H"
|
||||
RuntimeLibrary="2"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="4"
|
||||
Detect64BitPortabilityProblems="true"
|
||||
DebugInformationFormat="3"
|
||||
DisableSpecificWarnings="4127"
|
||||
/>
|
||||
|
@ -140,7 +138,7 @@
|
|||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
LinkIncremental="1"
|
||||
ModuleDefinitionFile="src/msvc/spandsp.def"
|
||||
ModuleDefinitionFile="./msvc/spandsp.def"
|
||||
GenerateDebugInformation="true"
|
||||
SubSystem="2"
|
||||
OptimizeReferences="2"
|
||||
|
|
Loading…
Reference in New Issue