libzrtp.x32.vcxproj 10.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <ItemGroup Label="ProjectConfigurations">
  4. <ProjectConfiguration Include="Debug|Win32">
  5. <Configuration>Debug</Configuration>
  6. <Platform>Win32</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Release|Win32">
  9. <Configuration>Release</Configuration>
  10. <Platform>Win32</Platform>
  11. </ProjectConfiguration>
  12. </ItemGroup>
  13. <PropertyGroup Label="Globals">
  14. <ProjectGuid>{C13CC324-0032-4492-9A30-310A6BD64FF5}</ProjectGuid>
  15. <RootNamespace>libzrtp.x32</RootNamespace>
  16. <Keyword>Win32Proj</Keyword>
  17. </PropertyGroup>
  18. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  19. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  20. <ConfigurationType>StaticLibrary</ConfigurationType>
  21. <CharacterSet>MultiByte</CharacterSet>
  22. </PropertyGroup>
  23. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  24. <ConfigurationType>StaticLibrary</ConfigurationType>
  25. <CharacterSet>MultiByte</CharacterSet>
  26. </PropertyGroup>
  27. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  28. <ImportGroup Label="ExtensionSettings">
  29. </ImportGroup>
  30. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
  31. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  32. <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
  33. </ImportGroup>
  34. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
  35. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  36. <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
  37. </ImportGroup>
  38. <PropertyGroup Label="UserMacros" />
  39. <PropertyGroup>
  40. <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
  41. <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
  42. <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Configuration).x32\</IntDir>
  43. <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
  44. <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Configuration).x32\</IntDir>
  45. <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
  46. <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
  47. <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
  48. <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
  49. <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
  50. <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
  51. </PropertyGroup>
  52. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  53. <ClCompile>
  54. <Optimization>Disabled</Optimization>
  55. <AdditionalIncludeDirectories>../../include;../../third_party/bnlib;../../third_party/bgaes;../../test/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  56. <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;HAVE_CONFIG_H=1;ZRTP_ENABLE_EC=1;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  57. <MinimalRebuild>true</MinimalRebuild>
  58. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  59. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  60. <StructMemberAlignment>Default</StructMemberAlignment>
  61. <PrecompiledHeader>
  62. </PrecompiledHeader>
  63. <WarningLevel>Level3</WarningLevel>
  64. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  65. <CompileAs>CompileAsC</CompileAs>
  66. </ClCompile>
  67. <Lib>
  68. <OutputFile>$(OutDir)libzrtp.x32.lib</OutputFile>
  69. </Lib>
  70. </ItemDefinitionGroup>
  71. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  72. <ClCompile>
  73. <AdditionalIncludeDirectories>../../include;../../third_party/bnlib;../../third_party/bgaes;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  74. <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;HAVE_CONFIG_H=1;ZRTP_ENABLE_EC=1;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  75. <ExceptionHandling>
  76. </ExceptionHandling>
  77. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  78. <StructMemberAlignment>Default</StructMemberAlignment>
  79. <BufferSecurityCheck>false</BufferSecurityCheck>
  80. <PrecompiledHeader>
  81. </PrecompiledHeader>
  82. <WarningLevel>Level3</WarningLevel>
  83. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  84. <CompileAs>CompileAsC</CompileAs>
  85. </ClCompile>
  86. <Lib>
  87. <OutputFile>$(OutDir)libzrtp.x32.lib</OutputFile>
  88. </Lib>
  89. </ItemDefinitionGroup>
  90. <ItemGroup>
  91. <ClInclude Include="..\..\include\zrtp.h" />
  92. <ClInclude Include="..\..\include\zrtp_base.h" />
  93. <ClInclude Include="..\..\include\zrtp_config.h" />
  94. <ClInclude Include="..\..\include\zrtp_config_user.h" />
  95. <ClInclude Include="..\..\include\zrtp_config_win.h" />
  96. <ClInclude Include="..\..\include\zrtp_crypto.h" />
  97. <ClInclude Include="..\..\include\zrtp_ec.h" />
  98. <ClInclude Include="..\..\include\zrtp_engine.h" />
  99. <ClInclude Include="..\..\include\zrtp_error.h" />
  100. <ClInclude Include="..\..\include\zrtp_iface.h" />
  101. <ClInclude Include="..\..\include\zrtp_iface_builtin.h" />
  102. <ClInclude Include="..\..\include\zrtp_iface_cache.h" />
  103. <ClInclude Include="..\..\include\zrtp_iface_system.h" />
  104. <ClInclude Include="..\..\include\zrtp_legal.h" />
  105. <ClInclude Include="..\..\include\zrtp_list.h" />
  106. <ClInclude Include="..\..\include\zrtp_log.h" />
  107. <ClInclude Include="..\..\include\zrtp_pbx.h" />
  108. <ClInclude Include="..\..\include\zrtp_protocol.h" />
  109. <ClInclude Include="..\..\include\zrtp_srtp.h" />
  110. <ClInclude Include="..\..\include\zrtp_srtp_builtin.h" />
  111. <ClInclude Include="..\..\include\zrtp_string.h" />
  112. <ClInclude Include="..\..\include\zrtp_types.h" />
  113. <ClInclude Include="..\..\include\zrtp_utils.h" />
  114. <ClInclude Include="..\..\include\zrtp_version.h" />
  115. <ClInclude Include="..\..\third_party\bnlib\bn.h" />
  116. <ClInclude Include="..\..\third_party\bnlib\bn32.h" />
  117. <ClInclude Include="..\..\third_party\bnlib\bnsize00.h" />
  118. <ClInclude Include="..\..\third_party\bnlib\kludge.h" />
  119. <ClInclude Include="..\..\third_party\bnlib\lbn.h" />
  120. <ClInclude Include="..\..\third_party\bnlib\lbn32.h" />
  121. <ClInclude Include="..\..\third_party\bnlib\lbnmem.h" />
  122. <ClInclude Include="..\..\third_party\bnlib\legal.h" />
  123. <ClInclude Include="..\..\third_party\bgaes\aes.h" />
  124. <ClInclude Include="..\..\third_party\bgaes\aesopt.h" />
  125. <ClInclude Include="..\..\third_party\bgaes\aestab.h" />
  126. <ClInclude Include="..\..\third_party\bgaes\bg2zrtp.h" />
  127. <ClInclude Include="..\..\third_party\bgaes\brg_types.h" />
  128. <ClInclude Include="..\..\third_party\bgaes\sha1.h" />
  129. <ClInclude Include="..\..\third_party\bgaes\sha2.h" />
  130. </ItemGroup>
  131. <ItemGroup>
  132. <ClCompile Include="..\..\src\zrtp.c" />
  133. <ClCompile Include="..\..\src\zrtp_crc.c" />
  134. <ClCompile Include="..\..\src\zrtp_crypto_aes.c" />
  135. <ClCompile Include="..\..\src\zrtp_crypto_atl.c" />
  136. <ClCompile Include="..\..\src\zrtp_crypto_ec.c" />
  137. <ClCompile Include="..\..\src\zrtp_crypto_ecdh.c" />
  138. <ClCompile Include="..\..\src\zrtp_crypto_hash.c" />
  139. <ClCompile Include="..\..\src\zrtp_crypto_pk.c" />
  140. <ClCompile Include="..\..\src\zrtp_crypto_sas.c" />
  141. <ClCompile Include="..\..\src\zrtp_datatypes.c" />
  142. <ClCompile Include="..\..\src\zrtp_engine.c" />
  143. <ClCompile Include="..\..\src\zrtp_engine_driven.c" />
  144. <ClCompile Include="..\..\src\zrtp_iface_cache.c" />
  145. <ClCompile Include="..\..\src\zrtp_iface_scheduler.c" />
  146. <ClCompile Include="..\..\src\zrtp_iface_sys.c" />
  147. <ClCompile Include="..\..\src\zrtp_initiator.c" />
  148. <ClCompile Include="..\..\src\zrtp_legal.c" />
  149. <ClCompile Include="..\..\src\zrtp_list.c" />
  150. <ClCompile Include="..\..\src\zrtp_log.c" />
  151. <ClCompile Include="..\..\src\zrtp_pbx.c" />
  152. <ClCompile Include="..\..\src\zrtp_protocol.c" />
  153. <ClCompile Include="..\..\src\zrtp_responder.c" />
  154. <ClCompile Include="..\..\src\zrtp_rng.c" />
  155. <ClCompile Include="..\..\src\zrtp_srtp_builtin.c" />
  156. <ClCompile Include="..\..\src\zrtp_string.c" />
  157. <ClCompile Include="..\..\src\zrtp_utils.c" />
  158. <ClCompile Include="..\..\src\zrtp_utils_proto.c" />
  159. <ClCompile Include="..\..\third_party\bnlib\bn.c" />
  160. <ClCompile Include="..\..\third_party\bnlib\bn32.c" />
  161. <ClCompile Include="..\..\third_party\bnlib\bninit32.c" />
  162. <ClCompile Include="..\..\third_party\bnlib\bntest00.c" />
  163. <ClCompile Include="..\..\third_party\bnlib\lbn32.c" />
  164. <ClCompile Include="..\..\third_party\bnlib\lbnmem.c" />
  165. <ClCompile Include="..\..\third_party\bnlib\legal.c" />
  166. <ClCompile Include="..\..\third_party\bgaes\aes_modes.c" />
  167. <ClCompile Include="..\..\third_party\bgaes\aescrypt.c" />
  168. <ClCompile Include="..\..\third_party\bgaes\aeskey.c" />
  169. <ClCompile Include="..\..\third_party\bgaes\aestab.c" />
  170. <ClCompile Include="..\..\third_party\bgaes\sha1.c" />
  171. <ClCompile Include="..\..\third_party\bgaes\sha2.c" />
  172. </ItemGroup>
  173. <ItemGroup>
  174. <None Include="..\..\ChangeLog" />
  175. <None Include="..\..\News" />
  176. </ItemGroup>
  177. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  178. <ImportGroup Label="ExtensionTargets">
  179. </ImportGroup>
  180. </Project>