1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-08-13 01:26:58 +00:00
Files
build
cmake_modules
conf
debian
docs
dtd
freeswitch.xcodeproj
htdocs
libs
patches
scripts
src
support-d
w32
Console
Library
Setup
apr.vsprops
curl.vsprops
module_debug.vsprops
module_release.vsprops
modules.vsprops
spidermonkey.vsprops
winlibs.vsprops
CMakeLists.txt
Freeswitch.2005.unsupported.sln
Freeswitch.2008.express.sln
Freeswitch.2008.sln
INSTALL
Makefile.am
acinclude.m4
bootstrap.sh
configure.in
freeswitch.spec
freeswitch/w32/modules.vsprops

24 lines
720 B
Plaintext
Raw Normal View History

<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioPropertySheet
ProjectType="Visual C++"
Version="8.00"
Name="modules"
OutputDirectory="$(PlatformName)\$(ConfigurationName)"
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
InheritedPropertySheets=".\winlibs.vsprops"
>
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories="&quot;$(SolutionDir)\src\include&quot;"
PreprocessorDefinitions="WIN32;_WINDOWS;_USRDLL;MOD_EXPORTS"
WarningLevel="4"
/>
<Tool
Name="VCLinkerTool"
OutputFile=""
GenerateDebugInformation="true"
ProgramDatabaseFile="$(OutDir)\$(TargetName).pdb"
ImportLibrary="$(OutDir)/$(InputName).lib"
/>
</VisualStudioPropertySheet>