r3384 - in trunk/libmstun: . include vs8_proj
erik at minisip.org
erik at minisip.org
Wed Aug 22 15:36:05 CEST 2007
Author: erik
Date: 2007-08-22 15:36:05 +0200 (Wed, 22 Aug 2007)
New Revision: 3384
Added:
trunk/libmstun/vs8_proj/
trunk/libmstun/vs8_proj/libmstun.vcproj
Modified:
trunk/libmstun/include/config.h
Log:
* Added visual studio project file for libmstun.
Modified: trunk/libmstun/include/config.h
===================================================================
--- trunk/libmstun/include/config.h 2007-08-22 13:34:08 UTC (rev 3383)
+++ trunk/libmstun/include/config.h 2007-08-22 13:36:05 UTC (rev 3384)
@@ -24,10 +24,10 @@
#define CONFIG_H
/* Compilation time configuration */
-#ifndef _WIN32_WCE
+#if defined(_WIN32_WCE) || defined(_MSC_VER)
+# include"compilation_config_w32_wce.h"
+#else
# include"compilation_config.h"
-#else
-# include"compilation_config_w32_wce.h"
#endif
#ifndef LIBMSTUN_EXPORTS
@@ -37,7 +37,7 @@
#define LIBMNETUTIL_IMPORTS
#define LIBMSTUN_EXPORTS
#endif // DLL_EXPORT
-#endif // LIBMINISIP_EXPORTS
+#endif // LIBMSTUN_EXPORTS
#include<libmutil/mtypes.h>
Added: trunk/libmstun/vs8_proj/libmstun.vcproj
===================================================================
--- trunk/libmstun/vs8_proj/libmstun.vcproj (rev 0)
+++ trunk/libmstun/vs8_proj/libmstun.vcproj 2007-08-22 13:36:05 UTC (rev 3384)
@@ -0,0 +1,237 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="8.00"
+ Name="libmstun"
+ ProjectGUID="{9D9D96AE-4417-49AE-A014-2DFDBEB59A7A}"
+ RootNamespace="libmstun"
+ Keyword="Win32Proj"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="2"
+ CharacterSet="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\include;..\..\libmnetutil\include;..\..\libmutil\include"
+ PreprocessorDefinitions="LIBMSTUN_EXPORTS"
+ MinimalRebuild="true"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="4"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalDependencies="ws2_32.lib ..\..\libmnetutil\vs8_proj\Debug\libmnetutil.lib ..\..\libmutil\vs8_proj\Debug\libmutil.lib"
+ LinkIncremental="2"
+ 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="VCWebDeploymentTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="2"
+ CharacterSet="1"
+ WholeProgramOptimization="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories="..\include;..\..\libmnetutil\include;..\..\libmutil\include"
+ PreprocessorDefinitions="LIBMSTUN_EXPORTS"
+ RuntimeLibrary="2"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalDependencies="ws2_32.lib ..\..\libmnetutil\vs8_proj\Debug\libmnetutil.lib ..\..\libmutil\vs8_proj\Debug\libmutil.lib"
+ LinkIncremental="1"
+ 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="VCWebDeploymentTool"
+ />
+ <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="..\source\STUN.cxx"
+ >
+ </File>
+ <File
+ RelativePath="..\source\STUNAttributes.cxx"
+ >
+ </File>
+ <File
+ RelativePath="..\source\STUNMessage.cxx"
+ >
+ </File>
+ <File
+ RelativePath="..\source\STUNTest.cxx"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl;inc;xsd"
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
+ >
+ <File
+ RelativePath="..\include\libmstun\config.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\config.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\libmstun\STUN.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\libmstun\STUNAttributes.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\libmstun\STUNMessage.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\libmstun\STUNTest.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>
More information about the Minisip-devel
mailing list