summaryrefslogtreecommitdiff
path: root/win32/vs9/libnice.vcproj
diff options
context:
space:
mode:
Diffstat (limited to 'win32/vs9/libnice.vcproj')
-rw-r--r--win32/vs9/libnice.vcproj523
1 files changed, 523 insertions, 0 deletions
diff --git a/win32/vs9/libnice.vcproj b/win32/vs9/libnice.vcproj
new file mode 100644
index 0000000..04a7503
--- /dev/null
+++ b/win32/vs9/libnice.vcproj
@@ -0,0 +1,523 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="9,00"
+ Name="libnice"
+ ProjectGUID="{550C7FB8-DBFE-4364-B26A-DAF7158CD878}"
+ RootNamespace="libnice"
+ Keyword="Win32Proj"
+ TargetFrameworkVersion="196613"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="$(SolutionDir)$(SolutionName)\bin\$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory="$(SolutionDir)$(SolutionName)\obj\$(PlatformName)_$(ConfigurationName)\$(ProjectName)"
+ ConfigurationType="2"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\glib\include\glib-2.0;..\..\glib\lib\glib-2.0\include;..\..\socket;..\..\;..\..\stun;..\..\random;..\..\agent;."
+ PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;HAVE_CONFIG_H;_CRT_SECURE_NO_WARNINGS"
+ MinimalRebuild="true"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ DebugInformationFormat="4"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalDependencies="iphlpapi.lib ws2_32.lib glib-2.0.lib gobject-2.0.lib"
+ LinkIncremental="2"
+ AdditionalLibraryDirectories="..\..\glib\lib"
+ ModuleDefinitionFile="libnice.def"
+ GenerateDebugInformation="true"
+ SubSystem="2"
+ TargetMachine="1"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="$(SolutionDir)$(SolutionName)\bin\$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory="$(SolutionDir)$(SolutionName)\obj\$(PlatformName)_$(ConfigurationName)\$(ProjectName)"
+ ConfigurationType="2"
+ CharacterSet="2"
+ WholeProgramOptimization="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="2"
+ EnableIntrinsicFunctions="true"
+ AdditionalIncludeDirectories="..\..\glib\include\glib-2.0;..\..\glib\lib\glib-2.0\include;..\..\socket;..\..\;..\..\stun;..\..\random;..\..\agent;."
+ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;HAVE_CONFIG_H;_CRT_SECURE_NO_WARNINGS"
+ RuntimeLibrary="2"
+ EnableFunctionLevelLinking="true"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ DebugInformationFormat="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalDependencies="iphlpapi.lib ws2_32.lib glib-2.0.lib gobject-2.0.lib"
+ LinkIncremental="1"
+ AdditionalLibraryDirectories="..\..\glib\lib"
+ ModuleDefinitionFile="libnice.def"
+ GenerateDebugInformation="true"
+ SubSystem="2"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ TargetMachine="1"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
+ >
+ <File
+ RelativePath="..\..\agent\address.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\address.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\agent-priv.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\agent-signals-marshal.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\agent-signals-marshal.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\agent.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\agent.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\stun\usages\bind.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\stun\usages\bind.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\candidate.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\candidate.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\component.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\component.h"
+ >
+ </File>
+ <File
+ RelativePath=".\config.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\conncheck.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\conncheck.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\stun\constants.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\stun\debug.c"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)\debug-stun.obj"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)\debug-stun.obj"
+ />
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\..\agent\debug.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\stun\debug.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\debug.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\discovery.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\discovery.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\socket\http.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\socket\http.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\stun\usages\ice.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\stun\usages\ice.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\interfaces.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\interfaces.h"
+ >
+ </File>
+ <File
+ RelativePath=".\libnice.def"
+ >
+ </File>
+ <File
+ RelativePath="..\..\stun\md5.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\stun\md5.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\socket\pseudossl.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\socket\pseudossl.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\pseudotcp.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\pseudotcp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\stun\rand.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\stun\rand.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\random\random-glib.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\random\random-glib.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\random\random.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\random\random.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\stun\sha1.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\stun\sha1.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\socket\socket.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\socket\socket.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\socket\socks5.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\socket\socks5.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\stream.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\stream.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\stun\stun5389.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\stun\stun5389.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\stun\stunagent.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\stun\stunagent.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\stun\stuncrc32.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\stun\stuncrc32.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\stun\stunhmac.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\stun\stunhmac.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\stun\stunmessage.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\stun\stunmessage.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\socket\tcp-bsd.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\socket\tcp-bsd.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\socket\tcp-turn.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\socket\tcp-turn.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\stun\usages\timer.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\stun\usages\timer.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\stun\usages\turn.c"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)\turn-stun.obj"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)\turn-stun.obj"
+ />
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\..\socket\turn.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\stun\usages\turn.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\socket\turn.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\socket\udp-bsd.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\socket\udp-bsd.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\stun\utils.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\stun\utils.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\stun\win32_common.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Resource Files"
+ Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
+ UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
+ >
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>