srtp2.vcxproj 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403
  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. <ProjectGuid>{EEF031CB-FED8-451E-A471-91EC8D4F6750}</ProjectGuid>
  39. <RootNamespace>srtp2</RootNamespace>
  40. <Keyword>Win32Proj</Keyword>
  41. </PropertyGroup>
  42. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  43. <Import Project="$(SolutionDir)\..\..\w32\openssl.props" Condition=" '$(OpensslPropsImported)' == '' " />
  44. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Dll|Win32'" Label="Configuration">
  45. <ConfigurationType>DynamicLibrary</ConfigurationType>
  46. <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
  47. <CharacterSet>Unicode</CharacterSet>
  48. <WholeProgramOptimization>true</WholeProgramOptimization>
  49. </PropertyGroup>
  50. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Dll|x64'" Label="Configuration">
  51. <ConfigurationType>DynamicLibrary</ConfigurationType>
  52. <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
  53. <CharacterSet>Unicode</CharacterSet>
  54. <WholeProgramOptimization>true</WholeProgramOptimization>
  55. </PropertyGroup>
  56. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Dll|Win32'" Label="Configuration">
  57. <ConfigurationType>DynamicLibrary</ConfigurationType>
  58. <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
  59. <CharacterSet>Unicode</CharacterSet>
  60. </PropertyGroup>
  61. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Dll|x64'" Label="Configuration">
  62. <ConfigurationType>DynamicLibrary</ConfigurationType>
  63. <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
  64. <CharacterSet>Unicode</CharacterSet>
  65. </PropertyGroup>
  66. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  67. <ConfigurationType>StaticLibrary</ConfigurationType>
  68. <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
  69. <CharacterSet>Unicode</CharacterSet>
  70. <WholeProgramOptimization>true</WholeProgramOptimization>
  71. </PropertyGroup>
  72. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  73. <ConfigurationType>StaticLibrary</ConfigurationType>
  74. <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
  75. <CharacterSet>Unicode</CharacterSet>
  76. <WholeProgramOptimization>true</WholeProgramOptimization>
  77. </PropertyGroup>
  78. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  79. <ConfigurationType>StaticLibrary</ConfigurationType>
  80. <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
  81. <CharacterSet>Unicode</CharacterSet>
  82. </PropertyGroup>
  83. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  84. <ConfigurationType>StaticLibrary</ConfigurationType>
  85. <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
  86. <CharacterSet>Unicode</CharacterSet>
  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)'=='Release Dll|x64'" 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)'=='Debug Dll|Win32'" Label="PropertySheets">
  98. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  99. </ImportGroup>
  100. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug Dll|x64'" Label="PropertySheets">
  101. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  102. </ImportGroup>
  103. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
  104. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  105. </ImportGroup>
  106. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
  107. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  108. </ImportGroup>
  109. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
  110. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  111. </ImportGroup>
  112. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
  113. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  114. </ImportGroup>
  115. <PropertyGroup Label="UserMacros" />
  116. <PropertyGroup>
  117. <_ProjectFileVersion>12.0.30501.0</_ProjectFileVersion>
  118. </PropertyGroup>
  119. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  120. <OutDir>$(SolutionDir)$(Configuration)\</OutDir>
  121. <IntDir>$(Configuration)\</IntDir>
  122. </PropertyGroup>
  123. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
  124. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  125. <OutDir>$(SolutionDir)$(Configuration)\</OutDir>
  126. <IntDir>$(Configuration)\</IntDir>
  127. </PropertyGroup>
  128. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
  129. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Dll|Win32'">
  130. <OutDir>$(SolutionDir)$(Configuration)\</OutDir>
  131. <IntDir>$(Configuration)\</IntDir>
  132. </PropertyGroup>
  133. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Dll|x64'" />
  134. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Dll|Win32'">
  135. <OutDir>$(SolutionDir)$(Configuration)\</OutDir>
  136. <IntDir>$(Configuration)\</IntDir>
  137. </PropertyGroup>
  138. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Dll|x64'" />
  139. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  140. <PreBuildEvent>
  141. <Message>Creating config.h from config.hw</Message>
  142. <Command>copy /Y "$(ProjectDir)config.hw" "$(ProjectDir)crypto\include\config.h" &gt; NUL</Command>
  143. </PreBuildEvent>
  144. <CustomBuildStep>
  145. <Message />
  146. <Command />
  147. </CustomBuildStep>
  148. <ClCompile>
  149. <Optimization>Disabled</Optimization>
  150. <AdditionalIncludeDirectories>crypto/include;include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  151. <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;HAVE_CONFIG_H;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  152. <MinimalRebuild>true</MinimalRebuild>
  153. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  154. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  155. <StructMemberAlignment>Default</StructMemberAlignment>
  156. <PrecompiledHeader />
  157. <WarningLevel>Level3</WarningLevel>
  158. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  159. </ClCompile>
  160. </ItemDefinitionGroup>
  161. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  162. <PreBuildEvent>
  163. <Message>Creating config.h from config.hw</Message>
  164. <Command>copy /Y "$(ProjectDir)config.hw" "$(ProjectDir)crypto\include\config.h" &gt; NUL</Command>
  165. </PreBuildEvent>
  166. <CustomBuildStep>
  167. <Message>
  168. </Message>
  169. <Command>
  170. </Command>
  171. </CustomBuildStep>
  172. <ClCompile>
  173. <Optimization>Disabled</Optimization>
  174. <AdditionalIncludeDirectories>crypto/include;include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  175. <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;HAVE_CONFIG_H;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  176. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  177. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  178. <StructMemberAlignment>Default</StructMemberAlignment>
  179. <PrecompiledHeader>
  180. </PrecompiledHeader>
  181. <WarningLevel>Level3</WarningLevel>
  182. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  183. </ClCompile>
  184. </ItemDefinitionGroup>
  185. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  186. <PreBuildEvent>
  187. <Message>Creating config.h from config.hw</Message>
  188. <Command>copy /Y "$(ProjectDir)config.hw" "$(ProjectDir)crypto\include\config.h" &gt; NUL</Command>
  189. </PreBuildEvent>
  190. <CustomBuildStep>
  191. <Message />
  192. <Command />
  193. </CustomBuildStep>
  194. <ClCompile>
  195. <AdditionalIncludeDirectories>crypto/include;include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  196. <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;HAVE_CONFIG_H;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  197. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  198. <StructMemberAlignment>Default</StructMemberAlignment>
  199. <PrecompiledHeader />
  200. <WarningLevel>Level3</WarningLevel>
  201. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  202. </ClCompile>
  203. </ItemDefinitionGroup>
  204. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  205. <PreBuildEvent>
  206. <Message>Creating config.h from config.hw</Message>
  207. <Command>copy /Y "$(ProjectDir)config.hw" "$(ProjectDir)crypto\include\config.h" &gt; NUL</Command>
  208. </PreBuildEvent>
  209. <CustomBuildStep>
  210. <Message>
  211. </Message>
  212. <Command>
  213. </Command>
  214. </CustomBuildStep>
  215. <ClCompile>
  216. <AdditionalIncludeDirectories>crypto/include;include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  217. <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;HAVE_CONFIG_H;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  218. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  219. <StructMemberAlignment>Default</StructMemberAlignment>
  220. <PrecompiledHeader>
  221. </PrecompiledHeader>
  222. <WarningLevel>Level3</WarningLevel>
  223. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  224. </ClCompile>
  225. </ItemDefinitionGroup>
  226. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug Dll|Win32'">
  227. <PreBuildEvent>
  228. <Message>Creating config.h from config.hw</Message>
  229. <Command>copy /Y "$(ProjectDir)config.hw" "$(ProjectDir)crypto\include\config.h" &gt; NUL</Command>
  230. </PreBuildEvent>
  231. <CustomBuildStep>
  232. <Message />
  233. <Command />
  234. </CustomBuildStep>
  235. <ClCompile>
  236. <Optimization>Disabled</Optimization>
  237. <IntrinsicFunctions>true</IntrinsicFunctions>
  238. <AdditionalIncludeDirectories>crypto/include;include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  239. <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;HAVE_CONFIG_H;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  240. <MinimalRebuild>true</MinimalRebuild>
  241. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  242. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  243. <StructMemberAlignment>Default</StructMemberAlignment>
  244. <PrecompiledHeader />
  245. <WarningLevel>Level3</WarningLevel>
  246. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  247. <FunctionLevelLinking>true</FunctionLevelLinking>
  248. </ClCompile>
  249. <Link>
  250. <AdditionalDependencies>Ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
  251. <ModuleDefinitionFile>srtp.def</ModuleDefinitionFile>
  252. <OptimizeReferences>false</OptimizeReferences>
  253. <EnableCOMDATFolding>false</EnableCOMDATFolding>
  254. <LinkTimeCodeGeneration />
  255. </Link>
  256. </ItemDefinitionGroup>
  257. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug Dll|x64'">
  258. <PreBuildEvent>
  259. <Message>Creating config.h from config.hw</Message>
  260. <Command>copy /Y "$(ProjectDir)config.hw" "$(ProjectDir)crypto\include\config.h" &gt; NUL</Command>
  261. </PreBuildEvent>
  262. <CustomBuildStep>
  263. <Message>
  264. </Message>
  265. <Command>
  266. </Command>
  267. </CustomBuildStep>
  268. <ClCompile>
  269. <Optimization>Disabled</Optimization>
  270. <IntrinsicFunctions>true</IntrinsicFunctions>
  271. <AdditionalIncludeDirectories>crypto/include;include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  272. <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;HAVE_CONFIG_H;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  273. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  274. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  275. <StructMemberAlignment>Default</StructMemberAlignment>
  276. <PrecompiledHeader>
  277. </PrecompiledHeader>
  278. <WarningLevel>Level3</WarningLevel>
  279. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  280. </ClCompile>
  281. <Link>
  282. <AdditionalDependencies>Ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
  283. <ModuleDefinitionFile>srtp.def</ModuleDefinitionFile>
  284. <OptimizeReferences>false</OptimizeReferences>
  285. <EnableCOMDATFolding>false</EnableCOMDATFolding>
  286. <LinkTimeCodeGeneration>
  287. </LinkTimeCodeGeneration>
  288. </Link>
  289. </ItemDefinitionGroup>
  290. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Dll|Win32'">
  291. <PreBuildEvent>
  292. <Message>Creating config.h from config.hw</Message>
  293. <Command>copy /Y "$(ProjectDir)config.hw" "$(ProjectDir)crypto\include\config.h" &gt; NUL</Command>
  294. </PreBuildEvent>
  295. <CustomBuildStep>
  296. <Message />
  297. <Command />
  298. </CustomBuildStep>
  299. <ClCompile>
  300. <AdditionalIncludeDirectories>crypto/include;include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  301. <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;HAVE_CONFIG_H;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  302. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  303. <StructMemberAlignment>Default</StructMemberAlignment>
  304. <PrecompiledHeader />
  305. <WarningLevel>Level3</WarningLevel>
  306. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  307. </ClCompile>
  308. <Link>
  309. <AdditionalDependencies>Ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
  310. <ModuleDefinitionFile>srtp.def</ModuleDefinitionFile>
  311. </Link>
  312. </ItemDefinitionGroup>
  313. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Dll|x64'">
  314. <PreBuildEvent>
  315. <Message>Creating config.h from config.hw</Message>
  316. <Command>copy /Y "$(ProjectDir)config.hw" "$(ProjectDir)crypto\include\config.h" &gt; NUL</Command>
  317. </PreBuildEvent>
  318. <CustomBuildStep>
  319. <Message>
  320. </Message>
  321. <Command>
  322. </Command>
  323. </CustomBuildStep>
  324. <ClCompile>
  325. <AdditionalIncludeDirectories>crypto/include;include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  326. <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;HAVE_CONFIG_H;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  327. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  328. <StructMemberAlignment>Default</StructMemberAlignment>
  329. <PrecompiledHeader>
  330. </PrecompiledHeader>
  331. <WarningLevel>Level3</WarningLevel>
  332. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  333. </ClCompile>
  334. <Link>
  335. <AdditionalDependencies>Ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
  336. <ModuleDefinitionFile>srtp.def</ModuleDefinitionFile>
  337. </Link>
  338. </ItemDefinitionGroup>
  339. <ItemGroup>
  340. <ClCompile Include="crypto\cipher\aes.c">
  341. <InlineFunctionExpansion Condition="'$(Configuration)|$(Platform)'=='Debug Dll|Win32'">Default</InlineFunctionExpansion>
  342. <InlineFunctionExpansion Condition="'$(Configuration)|$(Platform)'=='Debug Dll|x64'">Default</InlineFunctionExpansion>
  343. <IntrinsicFunctions Condition="'$(Configuration)|$(Platform)'=='Debug Dll|Win32'">false</IntrinsicFunctions>
  344. <IntrinsicFunctions Condition="'$(Configuration)|$(Platform)'=='Debug Dll|x64'">false</IntrinsicFunctions>
  345. <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug Dll|Win32'">false</FunctionLevelLinking>
  346. <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug Dll|x64'">false</FunctionLevelLinking>
  347. </ClCompile>
  348. <ClCompile Include="crypto\cipher\aes_icm.c" />
  349. <ClCompile Include="crypto\cipher\cipher.c" />
  350. <ClCompile Include="crypto\cipher\cipher_test_cases.c" />
  351. <ClCompile Include="crypto\cipher\null_cipher.c" />
  352. <ClCompile Include="crypto\hash\auth.c" />
  353. <ClCompile Include="crypto\hash\auth_test_cases.c" />
  354. <ClCompile Include="crypto\hash\hmac.c" />
  355. <ClCompile Include="crypto\hash\null_auth.c" />
  356. <ClCompile Include="crypto\hash\sha1.c" />
  357. <ClCompile Include="crypto\kernel\alloc.c" />
  358. <ClCompile Include="crypto\kernel\crypto_kernel.c" />
  359. <ClCompile Include="crypto\kernel\err.c" />
  360. <ClCompile Include="crypto\kernel\key.c" />
  361. <ClCompile Include="crypto\math\datatypes.c" />
  362. <ClCompile Include="crypto\replay\rdb.c" />
  363. <ClCompile Include="crypto\replay\rdbx.c" />
  364. <ClCompile Include="srtp\srtp.c" />
  365. </ItemGroup>
  366. <ItemGroup>
  367. <ClInclude Include="crypto\include\aes.h" />
  368. <ClInclude Include="crypto\include\aes_cbc.h" />
  369. <ClInclude Include="crypto\include\aes_icm.h" />
  370. <ClInclude Include="crypto\include\alloc.h" />
  371. <ClInclude Include="crypto\include\auth.h" />
  372. <ClInclude Include="crypto\include\cipher.h" />
  373. <ClInclude Include="crypto\include\cipher_types.h" />
  374. <ClInclude Include="crypto\include\config.h" />
  375. <ClInclude Include="crypto\include\crypto.h" />
  376. <ClInclude Include="crypto\include\cryptoalg.h" />
  377. <ClInclude Include="crypto\include\crypto_kernel.h" />
  378. <ClInclude Include="crypto\include\crypto_types.h" />
  379. <ClInclude Include="crypto\include\datatypes.h" />
  380. <ClInclude Include="crypto\include\err.h" />
  381. <ClInclude Include="crypto\include\gf2_8.h" />
  382. <ClInclude Include="crypto\include\hmac.h" />
  383. <ClInclude Include="crypto\include\integers.h" />
  384. <ClInclude Include="crypto\include\key.h" />
  385. <ClInclude Include="crypto\include\null_auth.h" />
  386. <ClInclude Include="crypto\include\null_cipher.h" />
  387. <ClInclude Include="crypto\include\prng.h" />
  388. <ClInclude Include="crypto\include\rand_source.h" />
  389. <ClInclude Include="crypto\include\rdb.h" />
  390. <ClInclude Include="crypto\include\rdbx.h" />
  391. <ClInclude Include="crypto\include\sha1.h" />
  392. <ClInclude Include="include\ekt.h" />
  393. <ClInclude Include="include\srtp.h" />
  394. <ClInclude Include="include\srtp_priv.h" />
  395. </ItemGroup>
  396. <ItemGroup>
  397. <None Include="config.hw" />
  398. <None Include="srtp.def" />
  399. </ItemGroup>
  400. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  401. <ImportGroup Label="ExtensionTargets">
  402. </ImportGroup>
  403. </Project>