Crypto.vcproj
上传用户:xjjlds
上传日期:2015-12-05
资源大小:22823k
文件大小:4k
源码类别:

多媒体编程

开发平台:

Visual C++

  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="Crypto"
  6. ProjectGUID="{1B7A8040-695A-4EFA-9C0D-BF497B93F6E2}"
  7. Keyword="Win32Proj">
  8. <Platforms>
  9. <Platform
  10. Name="Win32"/>
  11. </Platforms>
  12. <Configurations>
  13. <Configuration
  14. Name="Debug|Win32"
  15. OutputDirectory="Debug"
  16. IntermediateDirectory="Debug"
  17. ConfigurationType="4"
  18. CharacterSet="2">
  19. <Tool
  20. Name="VCCLCompilerTool"
  21. Optimization="0"
  22. AdditionalIncludeDirectories="........SourceConfig;........SourceCore"
  23. PreprocessorDefinitions="AP4_PLATFORM_BYTE_ORDER=AP4_PLATFORM_LITTLE_ENDIAN"
  24. MinimalRebuild="TRUE"
  25. BasicRuntimeChecks="3"
  26. RuntimeLibrary="3"
  27. UsePrecompiledHeader="0"
  28. WarningLevel="3"
  29. Detect64BitPortabilityProblems="TRUE"
  30. DebugInformationFormat="4"/>
  31. <Tool
  32. Name="VCCustomBuildTool"/>
  33. <Tool
  34. Name="VCLibrarianTool"
  35. OutputFile="$(OutDir)/Crypto.lib"/>
  36. <Tool
  37. Name="VCMIDLTool"/>
  38. <Tool
  39. Name="VCPostBuildEventTool"/>
  40. <Tool
  41. Name="VCPreBuildEventTool"/>
  42. <Tool
  43. Name="VCPreLinkEventTool"/>
  44. <Tool
  45. Name="VCResourceCompilerTool"/>
  46. <Tool
  47. Name="VCWebServiceProxyGeneratorTool"/>
  48. <Tool
  49. Name="VCXMLDataGeneratorTool"/>
  50. <Tool
  51. Name="VCManagedWrapperGeneratorTool"/>
  52. <Tool
  53. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  54. </Configuration>
  55. <Configuration
  56. Name="Release|Win32"
  57. OutputDirectory="Release"
  58. IntermediateDirectory="Release"
  59. ConfigurationType="4"
  60. CharacterSet="2">
  61. <Tool
  62. Name="VCCLCompilerTool"
  63. AdditionalIncludeDirectories="........SourceConfig;........SourceCore"
  64. PreprocessorDefinitions="AP4_PLATFORM_BYTE_ORDER=AP4_PLATFORM_LITTLE_ENDIAN"
  65. RuntimeLibrary="2"
  66. UsePrecompiledHeader="0"
  67. WarningLevel="3"
  68. Detect64BitPortabilityProblems="TRUE"
  69. DebugInformationFormat="3"/>
  70. <Tool
  71. Name="VCCustomBuildTool"/>
  72. <Tool
  73. Name="VCLibrarianTool"
  74. OutputFile="$(OutDir)/Crypto.lib"/>
  75. <Tool
  76. Name="VCMIDLTool"/>
  77. <Tool
  78. Name="VCPostBuildEventTool"/>
  79. <Tool
  80. Name="VCPreBuildEventTool"/>
  81. <Tool
  82. Name="VCPreLinkEventTool"/>
  83. <Tool
  84. Name="VCResourceCompilerTool"/>
  85. <Tool
  86. Name="VCWebServiceProxyGeneratorTool"/>
  87. <Tool
  88. Name="VCXMLDataGeneratorTool"/>
  89. <Tool
  90. Name="VCManagedWrapperGeneratorTool"/>
  91. <Tool
  92. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  93. </Configuration>
  94. <Configuration
  95. Name="ST|Win32"
  96. OutputDirectory="$(ConfigurationName)"
  97. IntermediateDirectory="$(ConfigurationName)"
  98. ConfigurationType="4"
  99. CharacterSet="2">
  100. <Tool
  101. Name="VCCLCompilerTool"
  102. AdditionalIncludeDirectories="........SourceConfig;........SourceCore"
  103. PreprocessorDefinitions="AP4_PLATFORM_BYTE_ORDER=AP4_PLATFORM_LITTLE_ENDIAN"
  104. RuntimeLibrary="4"
  105. UsePrecompiledHeader="0"
  106. WarningLevel="3"
  107. Detect64BitPortabilityProblems="TRUE"
  108. DebugInformationFormat="3"/>
  109. <Tool
  110. Name="VCCustomBuildTool"/>
  111. <Tool
  112. Name="VCLibrarianTool"
  113. OutputFile="$(OutDir)/Crypto.lib"/>
  114. <Tool
  115. Name="VCMIDLTool"/>
  116. <Tool
  117. Name="VCPostBuildEventTool"/>
  118. <Tool
  119. Name="VCPreBuildEventTool"/>
  120. <Tool
  121. Name="VCPreLinkEventTool"/>
  122. <Tool
  123. Name="VCResourceCompilerTool"/>
  124. <Tool
  125. Name="VCWebServiceProxyGeneratorTool"/>
  126. <Tool
  127. Name="VCXMLDataGeneratorTool"/>
  128. <Tool
  129. Name="VCManagedWrapperGeneratorTool"/>
  130. <Tool
  131. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  132. </Configuration>
  133. </Configurations>
  134. <References>
  135. </References>
  136. <Files>
  137. <Filter
  138. Name="Source Files"
  139. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
  140. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
  141. <File
  142. RelativePath="........SourceCryptoAp4AesBlockCipher.cpp">
  143. <FileConfiguration
  144. Name="Release|Win32">
  145. <Tool
  146. Name="VCCLCompilerTool"
  147. Optimization="4"
  148. GlobalOptimizations="FALSE"
  149. EnableIntrinsicFunctions="TRUE"
  150. FavorSizeOrSpeed="1"
  151. OmitFramePointers="TRUE"
  152. EnableFiberSafeOptimizations="TRUE"/>
  153. </FileConfiguration>
  154. </File>
  155. <File
  156. RelativePath="........SourceCryptoAp4StreamCipher.cpp">
  157. </File>
  158. </Filter>
  159. <Filter
  160. Name="Header Files"
  161. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  162. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
  163. <File
  164. RelativePath="........SourceCryptoAp4AesBlockCipher.h">
  165. </File>
  166. <File
  167. RelativePath="........SourceCryptoAp4StreamCipher.h">
  168. </File>
  169. </Filter>
  170. </Files>
  171. <Globals>
  172. </Globals>
  173. </VisualStudioProject>