libsrtp.2015.vcxproj 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <ItemGroup Label="ProjectConfigurations">
  4. <ProjectConfiguration Include="Debug Dll|Win32">
  5. <Configuration>Debug Dll</Configuration>
  6. <Platform>Win32</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Debug Dll|x64">
  9. <Configuration>Debug Dll</Configuration>
  10. <Platform>x64</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Debug|Win32">
  13. <Configuration>Debug</Configuration>
  14. <Platform>Win32</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Debug|x64">
  17. <Configuration>Debug</Configuration>
  18. <Platform>x64</Platform>
  19. </ProjectConfiguration>
  20. <ProjectConfiguration Include="Release Dll|Win32">
  21. <Configuration>Release Dll</Configuration>
  22. <Platform>Win32</Platform>
  23. </ProjectConfiguration>
  24. <ProjectConfiguration Include="Release Dll|x64">
  25. <Configuration>Release Dll</Configuration>
  26. <Platform>x64</Platform>
  27. </ProjectConfiguration>
  28. <ProjectConfiguration Include="Release|Win32">
  29. <Configuration>Release</Configuration>
  30. <Platform>Win32</Platform>
  31. </ProjectConfiguration>
  32. <ProjectConfiguration Include="Release|x64">
  33. <Configuration>Release</Configuration>
  34. <Platform>x64</Platform>
  35. </ProjectConfiguration>
  36. </ItemGroup>
  37. <PropertyGroup Label="Globals">
  38. <ProjectName>libsrtp</ProjectName>
  39. <ProjectGuid>{EEF031CB-FED8-451E-A471-91EC8D4F6750}</ProjectGuid>
  40. <RootNamespace>libsrtp</RootNamespace>
  41. <Keyword>Win32Proj</Keyword>
  42. </PropertyGroup>
  43. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  44. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Dll|Win32'" Label="Configuration">
  45. <ConfigurationType>DynamicLibrary</ConfigurationType>
  46. <CharacterSet>Unicode</CharacterSet>
  47. <WholeProgramOptimization>true</WholeProgramOptimization>
  48. <PlatformToolset>v140</PlatformToolset>
  49. </PropertyGroup>
  50. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Dll|Win32'" Label="Configuration">
  51. <ConfigurationType>DynamicLibrary</ConfigurationType>
  52. <CharacterSet>Unicode</CharacterSet>
  53. <PlatformToolset>v140</PlatformToolset>
  54. </PropertyGroup>
  55. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  56. <ConfigurationType>StaticLibrary</ConfigurationType>
  57. <CharacterSet>Unicode</CharacterSet>
  58. <WholeProgramOptimization>true</WholeProgramOptimization>
  59. <PlatformToolset>v140</PlatformToolset>
  60. </PropertyGroup>
  61. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  62. <ConfigurationType>StaticLibrary</ConfigurationType>
  63. <CharacterSet>Unicode</CharacterSet>
  64. <PlatformToolset>v140</PlatformToolset>
  65. </PropertyGroup>
  66. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Dll|x64'" Label="Configuration">
  67. <ConfigurationType>DynamicLibrary</ConfigurationType>
  68. <CharacterSet>Unicode</CharacterSet>
  69. <WholeProgramOptimization>true</WholeProgramOptimization>
  70. <PlatformToolset>v140</PlatformToolset>
  71. </PropertyGroup>
  72. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Dll|x64'" Label="Configuration">
  73. <ConfigurationType>DynamicLibrary</ConfigurationType>
  74. <CharacterSet>Unicode</CharacterSet>
  75. <PlatformToolset>v140</PlatformToolset>
  76. </PropertyGroup>
  77. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  78. <ConfigurationType>StaticLibrary</ConfigurationType>
  79. <CharacterSet>Unicode</CharacterSet>
  80. <WholeProgramOptimization>true</WholeProgramOptimization>
  81. <PlatformToolset>v140</PlatformToolset>
  82. </PropertyGroup>
  83. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  84. <ConfigurationType>StaticLibrary</ConfigurationType>
  85. <CharacterSet>Unicode</CharacterSet>
  86. <PlatformToolset>v140</PlatformToolset>
  87. </PropertyGroup>
  88. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  89. <ImportGroup Label="ExtensionSettings">
  90. </ImportGroup>
  91. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release Dll|Win32'" Label="PropertySheets">
  92. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  93. </ImportGroup>
  94. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug Dll|Win32'" Label="PropertySheets">
  95. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  96. </ImportGroup>
  97. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
  98. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  99. <Import Project="..\..\w32\extlib.props" />
  100. <Import Project="..\..\w32\openssl-version.props" />
  101. </ImportGroup>
  102. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
  103. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  104. <Import Project="..\..\w32\extlib.props" />
  105. <Import Project="..\..\w32\openssl-version.props" />
  106. </ImportGroup>
  107. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release Dll|x64'" Label="PropertySheets">
  108. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  109. </ImportGroup>
  110. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug Dll|x64'" Label="PropertySheets">
  111. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  112. </ImportGroup>
  113. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
  114. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  115. <Import Project="..\..\w32\extlib.props" />
  116. <Import Project="..\..\w32\openssl-version.props" />
  117. </ImportGroup>
  118. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
  119. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  120. <Import Project="..\..\w32\extlib.props" />
  121. <Import Project="..\..\w32\openssl-version.props" />
  122. </ImportGroup>
  123. <PropertyGroup Label="UserMacros" />
  124. <PropertyGroup>
  125. <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
  126. <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug Dll|Win32'">$(SolutionDir)Debug\</OutDir>
  127. <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug Dll|Win32'">$(Configuration)\</IntDir>
  128. <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug Dll|x64'">$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
  129. <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug Dll|x64'">$(Platform)\$(Configuration)\</IntDir>
  130. <OutDir Condition="'$(Configuration)|$(Platform)'=='Release Dll|Win32'">$(SolutionDir)Release\</OutDir>
  131. <IntDir Condition="'$(Configuration)|$(Platform)'=='Release Dll|Win32'">$(Configuration)\</IntDir>
  132. <OutDir Condition="'$(Configuration)|$(Platform)'=='Release Dll|x64'">$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
  133. <IntDir Condition="'$(Configuration)|$(Platform)'=='Release Dll|x64'">$(Platform)\$(Configuration)\</IntDir>
  134. </PropertyGroup>
  135. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  136. <PreBuildEvent>
  137. <Message>Creating config.h from config.hw</Message>
  138. <Command>copy /Y "$(ProjectDir)config.hw" "$(ProjectDir)crypto\include\config.h" &gt; NUL</Command>
  139. </PreBuildEvent>
  140. <ClCompile>
  141. <Optimization>Disabled</Optimization>
  142. <AdditionalIncludeDirectories>crypto/include;include;..\openssl-$(OpenSSLVersion)\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  143. <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;HAVE_CONFIG_H;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  144. <MinimalRebuild>true</MinimalRebuild>
  145. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  146. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  147. <StructMemberAlignment>Default</StructMemberAlignment>
  148. <BufferSecurityCheck>false</BufferSecurityCheck>
  149. <WarningLevel>Level4</WarningLevel>
  150. <TreatWarningAsError>false</TreatWarningAsError>
  151. <DisableSpecificWarnings>4389;4013;4018;4702;4305;4100;4244;4389;4018;4013;%(DisableSpecificWarnings)</DisableSpecificWarnings>
  152. </ClCompile>
  153. </ItemDefinitionGroup>
  154. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  155. <PreBuildEvent>
  156. <Message>Creating config.h from config.hw</Message>
  157. <Command>copy /Y "$(ProjectDir)config.hw" "$(ProjectDir)crypto\include\config.h" &gt; NUL</Command>
  158. </PreBuildEvent>
  159. <Midl>
  160. <TargetEnvironment>X64</TargetEnvironment>
  161. </Midl>
  162. <ClCompile>
  163. <Optimization>Disabled</Optimization>
  164. <AdditionalIncludeDirectories>crypto/include;include;..\openssl-$(OpenSSLVersion)\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  165. <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;HAVE_CONFIG_H;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  166. <MinimalRebuild>true</MinimalRebuild>
  167. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  168. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  169. <StructMemberAlignment>Default</StructMemberAlignment>
  170. <WarningLevel>Level4</WarningLevel>
  171. <TreatWarningAsError>false</TreatWarningAsError>
  172. <DisableSpecificWarnings>4389;4013;4018;4702;4305;4100;4244;%(DisableSpecificWarnings)</DisableSpecificWarnings>
  173. </ClCompile>
  174. </ItemDefinitionGroup>
  175. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  176. <PreBuildEvent>
  177. <Message>Creating config.h from config.hw</Message>
  178. <Command>copy /Y "$(ProjectDir)config.hw" "$(ProjectDir)crypto\include\config.h" &gt; NUL</Command>
  179. </PreBuildEvent>
  180. <ClCompile>
  181. <AdditionalIncludeDirectories>crypto/include;include;..\openssl-$(OpenSSLVersion)\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  182. <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;HAVE_CONFIG_H;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  183. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  184. <StructMemberAlignment>Default</StructMemberAlignment>
  185. <WarningLevel>Level4</WarningLevel>
  186. <TreatWarningAsError>false</TreatWarningAsError>
  187. <DisableSpecificWarnings>4389;4013;4018;4702;4305;4100;4244;4389;4018;4013;%(DisableSpecificWarnings)</DisableSpecificWarnings>
  188. </ClCompile>
  189. </ItemDefinitionGroup>
  190. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  191. <PreBuildEvent>
  192. <Message>Creating config.h from config.hw</Message>
  193. <Command>copy /Y "$(ProjectDir)config.hw" "$(ProjectDir)crypto\include\config.h" &gt; NUL</Command>
  194. </PreBuildEvent>
  195. <Midl>
  196. <TargetEnvironment>X64</TargetEnvironment>
  197. </Midl>
  198. <ClCompile>
  199. <AdditionalIncludeDirectories>crypto/include;include;..\openssl-$(OpenSSLVersion)\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  200. <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;HAVE_CONFIG_H;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  201. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  202. <StructMemberAlignment>Default</StructMemberAlignment>
  203. <WarningLevel>Level4</WarningLevel>
  204. <TreatWarningAsError>false</TreatWarningAsError>
  205. <DisableSpecificWarnings>4389;4013;4018;4702;4305;4100;4244;%(DisableSpecificWarnings)</DisableSpecificWarnings>
  206. </ClCompile>
  207. </ItemDefinitionGroup>
  208. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug Dll|Win32'">
  209. <PreBuildEvent>
  210. <Message>Creating config.h from config.hw</Message>
  211. <Command>copy /Y "$(ProjectDir)config.hw" "$(ProjectDir)crypto\include\config.h" &gt; NUL</Command>
  212. </PreBuildEvent>
  213. <CustomBuildStep>
  214. <Message>
  215. </Message>
  216. <Command>
  217. </Command>
  218. <Outputs>%(Outputs)</Outputs>
  219. </CustomBuildStep>
  220. <ClCompile>
  221. <Optimization>Disabled</Optimization>
  222. <IntrinsicFunctions>true</IntrinsicFunctions>
  223. <AdditionalIncludeDirectories>crypto/include;include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  224. <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;HAVE_CONFIG_H;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  225. <MinimalRebuild>true</MinimalRebuild>
  226. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  227. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  228. <StructMemberAlignment>Default</StructMemberAlignment>
  229. <BufferSecurityCheck>false</BufferSecurityCheck>
  230. <PrecompiledHeader>
  231. </PrecompiledHeader>
  232. <WarningLevel>Level4</WarningLevel>
  233. <TreatWarningAsError>false</TreatWarningAsError>
  234. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  235. <DisableSpecificWarnings>4389;4013;4018;4702;4305;%(DisableSpecificWarnings)</DisableSpecificWarnings>
  236. </ClCompile>
  237. <Link>
  238. <AdditionalDependencies>Ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
  239. <ModuleDefinitionFile>srtp.def</ModuleDefinitionFile>
  240. <OptimizeReferences>false</OptimizeReferences>
  241. <EnableCOMDATFolding>false</EnableCOMDATFolding>
  242. <LinkTimeCodeGeneration>
  243. </LinkTimeCodeGeneration>
  244. <RandomizedBaseAddress>false</RandomizedBaseAddress>
  245. <DataExecutionPrevention>
  246. </DataExecutionPrevention>
  247. </Link>
  248. </ItemDefinitionGroup>
  249. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug Dll|x64'">
  250. <PreBuildEvent>
  251. <Message>Creating config.h from config.hw</Message>
  252. <Command>copy /Y "$(ProjectDir)config.hw" "$(ProjectDir)crypto\include\config.h" &gt; NUL</Command>
  253. </PreBuildEvent>
  254. <CustomBuildStep>
  255. <Message>
  256. </Message>
  257. <Command>
  258. </Command>
  259. <Outputs>%(Outputs)</Outputs>
  260. </CustomBuildStep>
  261. <Midl>
  262. <TargetEnvironment>X64</TargetEnvironment>
  263. </Midl>
  264. <ClCompile>
  265. <Optimization>Disabled</Optimization>
  266. <IntrinsicFunctions>true</IntrinsicFunctions>
  267. <AdditionalIncludeDirectories>crypto/include;include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  268. <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;HAVE_CONFIG_H;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  269. <MinimalRebuild>true</MinimalRebuild>
  270. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  271. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  272. <StructMemberAlignment>Default</StructMemberAlignment>
  273. <PrecompiledHeader>
  274. </PrecompiledHeader>
  275. <WarningLevel>Level4</WarningLevel>
  276. <TreatWarningAsError>false</TreatWarningAsError>
  277. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  278. <DisableSpecificWarnings>4389;4013;4018;4702;4305;%(DisableSpecificWarnings)</DisableSpecificWarnings>
  279. </ClCompile>
  280. <Link>
  281. <AdditionalDependencies>Ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
  282. <ModuleDefinitionFile>srtp.def</ModuleDefinitionFile>
  283. <OptimizeReferences>false</OptimizeReferences>
  284. <EnableCOMDATFolding>false</EnableCOMDATFolding>
  285. <LinkTimeCodeGeneration>
  286. </LinkTimeCodeGeneration>
  287. <RandomizedBaseAddress>false</RandomizedBaseAddress>
  288. <DataExecutionPrevention>
  289. </DataExecutionPrevention>
  290. <TargetMachine>MachineX64</TargetMachine>
  291. </Link>
  292. </ItemDefinitionGroup>
  293. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Dll|Win32'">
  294. <PreBuildEvent>
  295. <Message>Creating config.h from config.hw</Message>
  296. <Command>copy /Y "$(ProjectDir)config.hw" "$(ProjectDir)crypto\include\config.h" &gt; NUL</Command>
  297. </PreBuildEvent>
  298. <CustomBuildStep>
  299. <Message>
  300. </Message>
  301. <Command>
  302. </Command>
  303. <Outputs>%(Outputs)</Outputs>
  304. </CustomBuildStep>
  305. <ClCompile>
  306. <AdditionalIncludeDirectories>crypto/include;include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  307. <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;HAVE_CONFIG_H;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  308. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  309. <StructMemberAlignment>Default</StructMemberAlignment>
  310. <BufferSecurityCheck>false</BufferSecurityCheck>
  311. <PrecompiledHeader>
  312. </PrecompiledHeader>
  313. <WarningLevel>Level4</WarningLevel>
  314. <TreatWarningAsError>false</TreatWarningAsError>
  315. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  316. <DisableSpecificWarnings>4389;4013;4018;4702;4305;%(DisableSpecificWarnings)</DisableSpecificWarnings>
  317. </ClCompile>
  318. <Link>
  319. <AdditionalDependencies>Ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
  320. <ModuleDefinitionFile>srtp.def</ModuleDefinitionFile>
  321. <RandomizedBaseAddress>false</RandomizedBaseAddress>
  322. <DataExecutionPrevention>
  323. </DataExecutionPrevention>
  324. </Link>
  325. </ItemDefinitionGroup>
  326. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Dll|x64'">
  327. <PreBuildEvent>
  328. <Message>Creating config.h from config.hw</Message>
  329. <Command>copy /Y "$(ProjectDir)config.hw" "$(ProjectDir)crypto\include\config.h" &gt; NUL</Command>
  330. </PreBuildEvent>
  331. <CustomBuildStep>
  332. <Message>
  333. </Message>
  334. <Command>
  335. </Command>
  336. <Outputs>%(Outputs)</Outputs>
  337. </CustomBuildStep>
  338. <Midl>
  339. <TargetEnvironment>X64</TargetEnvironment>
  340. </Midl>
  341. <ClCompile>
  342. <AdditionalIncludeDirectories>crypto/include;include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  343. <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;HAVE_CONFIG_H;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  344. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  345. <StructMemberAlignment>Default</StructMemberAlignment>
  346. <PrecompiledHeader>
  347. </PrecompiledHeader>
  348. <WarningLevel>Level4</WarningLevel>
  349. <TreatWarningAsError>false</TreatWarningAsError>
  350. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  351. <DisableSpecificWarnings>4389;4013;4018;4702;4305;%(DisableSpecificWarnings)</DisableSpecificWarnings>
  352. </ClCompile>
  353. <Link>
  354. <AdditionalDependencies>Ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
  355. <ModuleDefinitionFile>srtp.def</ModuleDefinitionFile>
  356. <RandomizedBaseAddress>false</RandomizedBaseAddress>
  357. <DataExecutionPrevention>
  358. </DataExecutionPrevention>
  359. <TargetMachine>MachineX64</TargetMachine>
  360. </Link>
  361. </ItemDefinitionGroup>
  362. <ItemGroup>
  363. <ClCompile Include="crypto\cipher\aes_gcm_ossl.c" />
  364. <ClCompile Include="crypto\cipher\aes_icm_ossl.c" />
  365. <ClCompile Include="crypto\hash\hmac_ossl.c" />
  366. <ClCompile Include="srtp\ekt.c" />
  367. <ClCompile Include="srtp\srtp.c" />
  368. <ClCompile Include="crypto\kernel\alloc.c" />
  369. <ClCompile Include="crypto\kernel\crypto_kernel.c" />
  370. <ClCompile Include="crypto\rng\ctr_prng.c" />
  371. <ClCompile Include="crypto\kernel\err.c" />
  372. <ClCompile Include="crypto\kernel\key.c" />
  373. <ClCompile Include="crypto\rng\prng.c" />
  374. <ClCompile Include="crypto\rng\rand_source.c" />
  375. <ClCompile Include="crypto\cipher\aes.c">
  376. <InlineFunctionExpansion Condition="'$(Configuration)|$(Platform)'=='Debug Dll|Win32'">Default</InlineFunctionExpansion>
  377. <IntrinsicFunctions Condition="'$(Configuration)|$(Platform)'=='Debug Dll|Win32'">false</IntrinsicFunctions>
  378. <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug Dll|Win32'">false</FunctionLevelLinking>
  379. <InlineFunctionExpansion Condition="'$(Configuration)|$(Platform)'=='Debug Dll|x64'">Default</InlineFunctionExpansion>
  380. <IntrinsicFunctions Condition="'$(Configuration)|$(Platform)'=='Debug Dll|x64'">false</IntrinsicFunctions>
  381. <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug Dll|x64'">false</FunctionLevelLinking>
  382. </ClCompile>
  383. <ClCompile Include="crypto\cipher\aes_cbc.c" />
  384. <ClCompile Include="crypto\cipher\cipher.c" />
  385. <ClCompile Include="crypto\cipher\null_cipher.c" />
  386. <ClCompile Include="crypto\hash\auth.c" />
  387. <ClCompile Include="crypto\hash\null_auth.c" />
  388. <ClCompile Include="crypto\replay\rdb.c" />
  389. <ClCompile Include="crypto\replay\rdbx.c" />
  390. <ClCompile Include="crypto\replay\ut_sim.c" />
  391. <ClCompile Include="crypto\math\datatypes.c" />
  392. <ClCompile Include="crypto\math\stat.c" />
  393. </ItemGroup>
  394. <ItemGroup>
  395. <ClInclude Include="crypto\include\aes.h" />
  396. <ClInclude Include="crypto\include\aes_cbc.h" />
  397. <ClInclude Include="crypto\include\aes_gcm_ossl.h" />
  398. <ClInclude Include="crypto\include\aes_icm.h" />
  399. <ClInclude Include="crypto\include\aes_icm_ossl.h" />
  400. <ClInclude Include="crypto\include\alloc.h" />
  401. <ClInclude Include="crypto\include\auth.h" />
  402. <ClInclude Include="crypto\include\cipher.h" />
  403. <ClInclude Include="crypto\include\config.h" />
  404. <ClInclude Include="crypto\include\crypto.h" />
  405. <ClInclude Include="crypto\include\crypto_kernel.h" />
  406. <ClInclude Include="crypto\include\crypto_math.h" />
  407. <ClInclude Include="crypto\include\crypto_types.h" />
  408. <ClInclude Include="crypto\include\cryptoalg.h" />
  409. <ClInclude Include="crypto\include\datatypes.h" />
  410. <ClInclude Include="crypto\include\err.h" />
  411. <ClInclude Include="crypto\include\gf2_8.h" />
  412. <ClInclude Include="crypto\include\hmac.h" />
  413. <ClInclude Include="crypto\include\integers.h" />
  414. <ClInclude Include="crypto\include\kernel_compat.h" />
  415. <ClInclude Include="crypto\include\key.h" />
  416. <ClInclude Include="crypto\include\null_auth.h" />
  417. <ClInclude Include="crypto\include\null_cipher.h" />
  418. <ClInclude Include="crypto\include\prng.h" />
  419. <ClInclude Include="crypto\include\rand_source.h" />
  420. <ClInclude Include="crypto\include\rdb.h" />
  421. <ClInclude Include="crypto\include\rdbx.h" />
  422. <ClInclude Include="include\rtp.h" />
  423. <ClInclude Include="crypto\include\sha1.h" />
  424. <ClInclude Include="include\srtp.h" />
  425. <ClInclude Include="crypto\include\stat.h" />
  426. <ClInclude Include="include\ut_sim.h" />
  427. <ClInclude Include="crypto\include\xfm.h" />
  428. </ItemGroup>
  429. <ItemGroup>
  430. <None Include="srtp.def" />
  431. </ItemGroup>
  432. <ItemGroup>
  433. <ProjectReference Include="..\win32\openssl\openssl.2015.vcxproj">
  434. <Project>{25bd39b1-c8bf-4676-a738-9cabd9c6bc79}</Project>
  435. </ProjectReference>
  436. </ItemGroup>
  437. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  438. <ImportGroup Label="ExtensionTargets">
  439. </ImportGroup>
  440. </Project>