2
0

libzrtp_test.vcproj 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211
  1. <?xml version="1.0" encoding="windows-1251"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9,00"
  5. Name="libzrtp_test"
  6. ProjectGUID="{BA35741B-8C8E-4A39-9CA1-0CE032D6E4ED}"
  7. RootNamespace="libzrtp_test"
  8. Keyword="Win32Proj"
  9. TargetFrameworkVersion="131072"
  10. >
  11. <Platforms>
  12. <Platform
  13. Name="Win32"
  14. />
  15. </Platforms>
  16. <ToolFiles>
  17. </ToolFiles>
  18. <Configurations>
  19. <Configuration
  20. Name="Debug|Win32"
  21. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  22. IntermediateDirectory="$(ConfigurationName)"
  23. ConfigurationType="1"
  24. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  25. CharacterSet="2"
  26. >
  27. <Tool
  28. Name="VCPreBuildEventTool"
  29. />
  30. <Tool
  31. Name="VCCustomBuildTool"
  32. />
  33. <Tool
  34. Name="VCXMLDataGeneratorTool"
  35. />
  36. <Tool
  37. Name="VCWebServiceProxyGeneratorTool"
  38. />
  39. <Tool
  40. Name="VCMIDLTool"
  41. />
  42. <Tool
  43. Name="VCCLCompilerTool"
  44. Optimization="0"
  45. AdditionalIncludeDirectories="..\..\include;..\..\include\enterprise;..\..\third_party\bgaes;..\..\third_party\bnlib"
  46. PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
  47. MinimalRebuild="true"
  48. BasicRuntimeChecks="3"
  49. RuntimeLibrary="1"
  50. StructMemberAlignment="0"
  51. UsePrecompiledHeader="0"
  52. WarningLevel="3"
  53. Detect64BitPortabilityProblems="false"
  54. DebugInformationFormat="4"
  55. />
  56. <Tool
  57. Name="VCManagedResourceCompilerTool"
  58. />
  59. <Tool
  60. Name="VCResourceCompilerTool"
  61. />
  62. <Tool
  63. Name="VCPreLinkEventTool"
  64. />
  65. <Tool
  66. Name="VCLinkerTool"
  67. AdditionalOptions="Ws2_32.lib"
  68. AdditionalDependencies="Debug/libzrtp.lib"
  69. OutputFile="$(OutDir)/libzrtp_test.exe"
  70. LinkIncremental="2"
  71. GenerateDebugInformation="true"
  72. ProgramDatabaseFile="$(OutDir)/libzrtp_test.pdb"
  73. SubSystem="1"
  74. RandomizedBaseAddress="1"
  75. DataExecutionPrevention="0"
  76. TargetMachine="1"
  77. />
  78. <Tool
  79. Name="VCALinkTool"
  80. />
  81. <Tool
  82. Name="VCManifestTool"
  83. />
  84. <Tool
  85. Name="VCXDCMakeTool"
  86. />
  87. <Tool
  88. Name="VCBscMakeTool"
  89. />
  90. <Tool
  91. Name="VCFxCopTool"
  92. />
  93. <Tool
  94. Name="VCAppVerifierTool"
  95. />
  96. <Tool
  97. Name="VCPostBuildEventTool"
  98. />
  99. </Configuration>
  100. <Configuration
  101. Name="Release|Win32"
  102. OutputDirectory="Release"
  103. IntermediateDirectory="Release"
  104. ConfigurationType="1"
  105. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  106. CharacterSet="2"
  107. >
  108. <Tool
  109. Name="VCPreBuildEventTool"
  110. />
  111. <Tool
  112. Name="VCCustomBuildTool"
  113. />
  114. <Tool
  115. Name="VCXMLDataGeneratorTool"
  116. />
  117. <Tool
  118. Name="VCWebServiceProxyGeneratorTool"
  119. />
  120. <Tool
  121. Name="VCMIDLTool"
  122. />
  123. <Tool
  124. Name="VCCLCompilerTool"
  125. Optimization="1"
  126. AdditionalIncludeDirectories="..\..\include;..\..\third_party\bgaes;..\..\third_party\bnlib"
  127. PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;"
  128. RuntimeLibrary="0"
  129. StructMemberAlignment="0"
  130. UsePrecompiledHeader="0"
  131. WarningLevel="3"
  132. Detect64BitPortabilityProblems="true"
  133. DebugInformationFormat="3"
  134. />
  135. <Tool
  136. Name="VCManagedResourceCompilerTool"
  137. />
  138. <Tool
  139. Name="VCResourceCompilerTool"
  140. />
  141. <Tool
  142. Name="VCPreLinkEventTool"
  143. />
  144. <Tool
  145. Name="VCLinkerTool"
  146. AdditionalOptions="Ws2_32.lib"
  147. AdditionalDependencies="Release/libzrtp.lib"
  148. OutputFile="$(OutDir)/libzrtp_test.exe"
  149. LinkIncremental="1"
  150. GenerateDebugInformation="true"
  151. SubSystem="1"
  152. OptimizeReferences="2"
  153. EnableCOMDATFolding="2"
  154. RandomizedBaseAddress="1"
  155. DataExecutionPrevention="0"
  156. TargetMachine="1"
  157. />
  158. <Tool
  159. Name="VCALinkTool"
  160. />
  161. <Tool
  162. Name="VCManifestTool"
  163. />
  164. <Tool
  165. Name="VCXDCMakeTool"
  166. />
  167. <Tool
  168. Name="VCBscMakeTool"
  169. />
  170. <Tool
  171. Name="VCFxCopTool"
  172. />
  173. <Tool
  174. Name="VCAppVerifierTool"
  175. />
  176. <Tool
  177. Name="VCPostBuildEventTool"
  178. />
  179. </Configuration>
  180. </Configurations>
  181. <References>
  182. </References>
  183. <Files>
  184. <File
  185. RelativePath="..\..\test\pc\zrtp_test_core.c"
  186. >
  187. </File>
  188. <File
  189. RelativePath="..\..\test\pc\zrtp_test_core.h"
  190. >
  191. </File>
  192. <File
  193. RelativePath="..\..\test\pc\zrtp_test_crypto.c"
  194. >
  195. </File>
  196. <File
  197. RelativePath="..\..\test\pc\zrtp_test_queue.c"
  198. >
  199. </File>
  200. <File
  201. RelativePath="..\..\test\pc\zrtp_test_queue.h"
  202. >
  203. </File>
  204. <File
  205. RelativePath="..\..\test\pc\zrtp_test_ui.c"
  206. >
  207. </File>
  208. </Files>
  209. <Globals>
  210. </Globals>
  211. </VisualStudioProject>