git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16595 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Mathieu Rene 2010-02-09 19:49:27 +00:00
parent c276b7b744
commit d4dbd900f5
1 changed files with 5 additions and 3 deletions

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="9,00"
Version="9.00"
Name="ESL"
ProjectGUID="{FEA2D0AE-6713-4E41-A473-A143849BC7FF}"
RootNamespace="ESL"
@ -115,9 +115,10 @@
/>
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories="..\src\include"
PreprocessorDefinitions="WIN32;NDEBUG"
RuntimeLibrary="2"
UsePrecompiledHeader="2"
UsePrecompiledHeader="0"
WarningLevel="3"
DebugInformationFormat="3"
/>
@ -132,8 +133,9 @@
/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="$(NoInherit)"
AdditionalDependencies="esl.lib Ws2_32.lib"
LinkIncremental="1"
AdditionalLibraryDirectories="&quot;..\..\..\$(ConfigurationName)\&quot;"
GenerateDebugInformation="true"
TargetMachine="1"
/>