mirror of https://github.com/asterisk/asterisk
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
299 lines
6.9 KiB
299 lines
6.9 KiB
<?xml version="1.0" encoding="Windows-1252"?>
|
|
<VisualStudioProject
|
|
ProjectType="Visual C++"
|
|
Version="7.10"
|
|
Name="libSRTP"
|
|
ProjectGUID="{7E1E1308-F82E-4DD3-B25C-CD12756A1DD9}"
|
|
Keyword="Win32Proj">
|
|
<Platforms>
|
|
<Platform
|
|
Name="Win32"/>
|
|
</Platforms>
|
|
<Configurations>
|
|
<Configuration
|
|
Name="Debug|Win32"
|
|
OutputDirectory="Debug"
|
|
IntermediateDirectory="Debug"
|
|
ConfigurationType="1"
|
|
CharacterSet="2">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
InlineFunctionExpansion="0"
|
|
AdditionalIncludeDirectories="C:\dev\foo\srtp;"$(SolutionDir)";.\include;.\crypto\include;"..\..\OpenSSL\openssl-0.9.7i\inc32";"C:Library\OpenSSL\openssl-0.9.8\inc32""
|
|
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;DEBUG"
|
|
ExceptionHandling="FALSE"
|
|
BasicRuntimeChecks="0"
|
|
RuntimeLibrary="1"
|
|
UsePrecompiledHeader="0"
|
|
WarningLevel="3"
|
|
Detect64BitPortabilityProblems="TRUE"
|
|
DebugInformationFormat="4"
|
|
CompileAs="1"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalDependencies="Ws2_32.lib libeay32.lib ssleay32.lib"
|
|
AdditionalLibraryDirectories=""Library\OpenSSL\openssl-0.9.8\libs""
|
|
GenerateDebugInformation="TRUE"/>
|
|
<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="Release"
|
|
IntermediateDirectory="Release"
|
|
ConfigurationType="4"
|
|
CharacterSet="2">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalIncludeDirectories="".\include";".\crypto\include";"..\..\OpenSSL\openssl-0.9.7i\inc32""
|
|
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
|
|
BasicRuntimeChecks="0"
|
|
RuntimeLibrary="0"
|
|
UsePrecompiledHeader="0"
|
|
ObjectFile="$(IntDir)/"
|
|
WarningLevel="3"
|
|
Detect64BitPortabilityProblems="TRUE"
|
|
DebugInformationFormat="3"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCLibrarianTool"/>
|
|
<Tool
|
|
Name="VCMIDLTool"/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"/>
|
|
<Tool
|
|
Name="VCManagedWrapperGeneratorTool"/>
|
|
<Tool
|
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
|
</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=".\test\getopt.c">
|
|
</File>
|
|
<File
|
|
RelativePath=".\srtp\srtp.c">
|
|
</File>
|
|
<File
|
|
RelativePath=".\test\srtp_driver.c">
|
|
</File>
|
|
<Filter
|
|
Name="Kernel">
|
|
<File
|
|
RelativePath=".\crypto\kernel\alloc.c">
|
|
</File>
|
|
<File
|
|
RelativePath=".\crypto\kernel\crypto_kernel.c">
|
|
</File>
|
|
<File
|
|
RelativePath=".\crypto\rng\ctr_prng.c">
|
|
</File>
|
|
<File
|
|
RelativePath=".\crypto\kernel\err.c">
|
|
</File>
|
|
<File
|
|
RelativePath=".\crypto\kernel\key.c">
|
|
</File>
|
|
<File
|
|
RelativePath=".\crypto\rng\prng.c">
|
|
</File>
|
|
<File
|
|
RelativePath=".\crypto\rng\rand_source.c">
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="Ciphers">
|
|
<File
|
|
RelativePath=".\crypto\cipher\aes.c">
|
|
</File>
|
|
<File
|
|
RelativePath=".\crypto\cipher\aes_cbc.c">
|
|
</File>
|
|
<File
|
|
RelativePath=".\crypto\cipher\aes_icm.c">
|
|
</File>
|
|
<File
|
|
RelativePath=".\crypto\cipher\cipher.c">
|
|
</File>
|
|
<File
|
|
RelativePath=".\crypto\cipher\null_cipher.c">
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="Hashes">
|
|
<File
|
|
RelativePath=".\crypto\hash\auth.c">
|
|
</File>
|
|
<File
|
|
RelativePath=".\crypto\hash\hmac.c">
|
|
</File>
|
|
<File
|
|
RelativePath=".\crypto\hash\null_auth.c">
|
|
</File>
|
|
<File
|
|
RelativePath=".\crypto\hash\sha1.c">
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="Replay">
|
|
<File
|
|
RelativePath=".\crypto\replay\rdb.c">
|
|
</File>
|
|
<File
|
|
RelativePath=".\crypto\replay\rdbx.c">
|
|
</File>
|
|
<File
|
|
RelativePath=".\crypto\replay\ut_sim.c">
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="Math">
|
|
<File
|
|
RelativePath=".\crypto\math\datatypes.c">
|
|
</File>
|
|
<File
|
|
RelativePath=".\crypto\math\stat.c">
|
|
</File>
|
|
</Filter>
|
|
</Filter>
|
|
<Filter
|
|
Name="Header Files"
|
|
Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
|
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
|
|
<File
|
|
RelativePath=".\crypto\include\aes.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\crypto\include\aes_cbc.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\crypto\include\aes_icm.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\crypto\include\alloc.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\crypto\include\auth.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\crypto\include\cipher.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\crypto\include\config.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\crypto\include\crypto.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\crypto\include\crypto_kernel.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\crypto\include\crypto_math.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\crypto\include\crypto_types.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\crypto\include\cryptoalg.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\crypto\include\datatypes.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\crypto\include\err.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\crypto\include\gf2_8.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\crypto\include\hmac.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\crypto\include\integers.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\crypto\include\kernel_compat.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\crypto\include\key.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\crypto\include\null_auth.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\crypto\include\null_cipher.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\crypto\include\prng.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\crypto\include\rand_source.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\crypto\include\rdb.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\crypto\include\rdbx.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\rtp.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\crypto\include\sha1.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\srtp.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\crypto\include\stat.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\ut_sim.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\crypto\include\xfm.h">
|
|
</File>
|
|
</Filter>
|
|
</Files>
|
|
<Globals>
|
|
</Globals>
|
|
</VisualStudioProject>
|