summaryrefslogtreecommitdiff
path: root/mk/win32/baresip.vcproj
diff options
context:
space:
mode:
Diffstat (limited to 'mk/win32/baresip.vcproj')
-rw-r--r--mk/win32/baresip.vcproj259
1 files changed, 259 insertions, 0 deletions
diff --git a/mk/win32/baresip.vcproj b/mk/win32/baresip.vcproj
new file mode 100644
index 0000000..70095bc
--- /dev/null
+++ b/mk/win32/baresip.vcproj
@@ -0,0 +1,259 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="7.10"
+ Name="baresip-win32"
+ ProjectGUID="{4B89C2D8-FB32-4D7C-9019-752A5664781C}"
+ Keyword="Win32Proj">
+ <Platforms>
+ <Platform
+ Name="Win32"/>
+ </Platforms>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="..\..\Win32\Debug"
+ IntermediateDirectory="c:\tmp\baresip-win32\Debug"
+ ConfigurationType="1"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\include;..\..\..\re\include;..\..\..\rem\include;..\..\..\ffmpeg-win32-dev\include;..\..\..\"
+ PreprocessorDefinitions="WIN32,STATIC,HAVE_IO_H,HAVE_SELECT;USE_VIDEO;_CRT_SECURE_NO_DEPRECATE"
+ MinimalRebuild="TRUE"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="1"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="FALSE"
+ DebugInformationFormat="4"
+ CompileAs="1"
+ DisableSpecificWarnings="4142"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalOptions="winmm.lib wsock32.lib ..\..\..\re\Win32\Debug\re.lib ..\..\..\rem\Win32\Debug\rem.lib"
+ OutputFile="$(OutDir)/baresip-win32.exe"
+ LinkIncremental="2"
+ AdditionalLibraryDirectories=""
+ GenerateDebugInformation="TRUE"
+ ProgramDatabaseFile="$(OutDir)/baresip-win32.pdb"
+ SubSystem="1"
+ TargetMachine="1"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="..\..\Win32\Release"
+ IntermediateDirectory="c:\tmp\baresip-win32\release"
+ ConfigurationType="1"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories="..\..\include;&quot;..\..\..\re\include&quot;..\..\..\rem\include"
+ PreprocessorDefinitions="WIN32,STATIC,HAVE_IO_H,HAVE_SELECT;USE_VIDEO;_CRT_SECURE_NO_DEPRECATE"
+ RuntimeLibrary="0"
+ UsePrecompiledHeader="2"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="FALSE"
+ DebugInformationFormat="3"
+ DisableSpecificWarnings="4142"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalOptions="winmm.lib wsock32.lib ..\..\..\re\Win32\Release\re.lib ..\..\..\rem\Win32\Release\rem.lib"
+ OutputFile="$(OutDir)/baresip-win32.exe"
+ LinkIncremental="1"
+ AdditionalLibraryDirectories=""
+ GenerateDebugInformation="TRUE"
+ SubSystem="1"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ TargetMachine="1"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
+ <File
+ RelativePath="..\..\src\aucodec.c">
+ </File>
+ <File
+ RelativePath="..\..\src\audio.c">
+ </File>
+ <File
+ RelativePath="..\..\src\aufilt.c">
+ </File>
+ <File
+ RelativePath="..\..\src\auplay.c">
+ </File>
+ <File
+ RelativePath="..\..\src\ausrc.c">
+ </File>
+ <File
+ RelativePath="..\..\src\bfcp.c">
+ </File>
+ <File
+ RelativePath="..\..\src\call.c">
+ </File>
+ <File
+ RelativePath="..\..\src\cmd.c">
+ </File>
+ <File
+ RelativePath="..\..\src\conf.c">
+ </File>
+ <File
+ RelativePath="..\..\src\contact.c">
+ </File>
+ <File
+ RelativePath="..\..\src\main.c">
+ </File>
+ <File
+ RelativePath="..\..\src\mctrl.c">
+ </File>
+ <File
+ RelativePath="..\..\src\menc.c">
+ </File>
+ <File
+ RelativePath="..\..\src\message.c">
+ </File>
+ <File
+ RelativePath="..\..\src\mnat.c">
+ </File>
+ <File
+ RelativePath="..\..\src\module.c">
+ </File>
+ <File
+ RelativePath="..\..\src\net.c">
+ </File>
+ <File
+ RelativePath="..\..\src\play.c">
+ </File>
+ <File
+ RelativePath="..\..\src\reg.c">
+ </File>
+ <File
+ RelativePath="..\..\src\rtpkeep.c">
+ </File>
+ <File
+ RelativePath=".\static.c">
+ </File>
+ <File
+ RelativePath="..\..\src\sdp.c">
+ </File>
+ <File
+ RelativePath="..\..\src\stream.c">
+ </File>
+ <File
+ RelativePath="..\..\src\sipreq.c">
+ </File>
+ <File
+ RelativePath="..\..\src\ua.c">
+ </File>
+ <File
+ RelativePath="..\..\src\ui.c">
+ </File>
+ <File
+ RelativePath="..\..\src\vidcodec.c">
+ </File>
+ <File
+ RelativePath="..\..\src\vidfilt.c">
+ </File>
+ <File
+ RelativePath="..\..\src\video.c">
+ </File>
+ <File
+ RelativePath="..\..\src\vidisp.c">
+ </File>
+ <File
+ RelativePath="..\..\src\vidsrc.c">
+ </File>
+ <Filter
+ Name="modules"
+ Filter="">
+ <Filter
+ Name="g711"
+ Filter="">
+ <File
+ RelativePath="..\..\modules\g711\g711.c">
+ </File>
+ </Filter>
+ <Filter
+ Name="cons"
+ Filter="">
+ <File
+ RelativePath="..\..\modules\cons\cons.c">
+ </File>
+ </Filter>
+ <Filter
+ Name="winwave"
+ Filter="">
+ <File
+ RelativePath="..\..\modules\winwave\winwave.c">
+ </File>
+ </Filter>
+ </Filter>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl;inc;xsd"
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
+ <File
+ RelativePath=".\stdafx.h">
+ </File>
+ </Filter>
+ <Filter
+ Name="Resource Files"
+ Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
+ UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>