forked from Mirrors/freeswitch
d6134a63c8
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6629 d0543943-73ff-0310-b7d9-9358b9ac24b2
25 lines
709 B
XML
25 lines
709 B
XML
<?xml version="1.0" encoding="Windows-1252"?>
|
|
<VisualStudioPropertySheet
|
|
ProjectType="Visual C++"
|
|
Version="8.00"
|
|
Name="modules"
|
|
OutputDirectory="$(ConfigurationName)"
|
|
IntermediateDirectory="$(ConfigurationName)"
|
|
InheritedPropertySheets=".\winlibs.vsprops"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalIncludeDirectories=""$(SolutionDir)\src\include""
|
|
PreprocessorDefinitions="WIN32;_WINDOWS;_USRDLL;MOD_EXPORTS"
|
|
WarningLevel="4"
|
|
WarnAsError="true"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
OutputFile=""
|
|
GenerateDebugInformation="true"
|
|
ProgramDatabaseFile="$(OutDir)$(TargetName).pdb"
|
|
ImportLibrary="$(OutDir)/$(InputName).lib"
|
|
/>
|
|
</VisualStudioPropertySheet>
|