Libaes.vcproj 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="Libaes"
  6. ProjectGUID="{C3EB61FF-6CC2-4030-965B-79FAB0A9C5EB}"
  7. TargetFrameworkVersion="131072"
  8. >
  9. <Platforms>
  10. <Platform
  11. Name="Win32"
  12. />
  13. </Platforms>
  14. <ToolFiles>
  15. </ToolFiles>
  16. <Configurations>
  17. <Configuration
  18. Name="Debug|Win32"
  19. OutputDirectory="..\..\..\win_build\src\lib\Libaes\Debug"
  20. IntermediateDirectory="..\..\..\win_build\src\lib\Libaes\Debug"
  21. ConfigurationType="4"
  22. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  23. UseOfMFC="0"
  24. ATLMinimizesCRunTimeLibraryUsage="false"
  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="..\..\src\include;..\include;..\..\..\binaries\pgsql_debug\include"
  46. PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_USE_32BIT_TIME_T "
  47. BasicRuntimeChecks="3"
  48. RuntimeLibrary="3"
  49. UsePrecompiledHeader="0"
  50. PrecompiledHeaderFile="..\..\..\win_build\src\lib\Libaes\Debug\Libaes.pch"
  51. AssemblerListingLocation="..\..\..\win_build\src\lib\Libaes\Debug\"
  52. ObjectFile="..\..\..\win_build\src\lib\Libaes\Debug\"
  53. ProgramDataBaseFileName="..\..\..\win_build\src\lib\Libaes\Debug\"
  54. WarningLevel="3"
  55. SuppressStartupBanner="true"
  56. DebugInformationFormat="4"
  57. CompileAs="0"
  58. />
  59. <Tool
  60. Name="VCManagedResourceCompilerTool"
  61. />
  62. <Tool
  63. Name="VCResourceCompilerTool"
  64. PreprocessorDefinitions="_DEBUG"
  65. Culture="1033"
  66. />
  67. <Tool
  68. Name="VCPreLinkEventTool"
  69. />
  70. <Tool
  71. Name="VCLibrarianTool"
  72. OutputFile="..\..\..\win_build\src\lib\Libaes\Debug\Libaes.lib"
  73. SuppressStartupBanner="true"
  74. />
  75. <Tool
  76. Name="VCALinkTool"
  77. />
  78. <Tool
  79. Name="VCXDCMakeTool"
  80. />
  81. <Tool
  82. Name="VCBscMakeTool"
  83. />
  84. <Tool
  85. Name="VCFxCopTool"
  86. />
  87. <Tool
  88. Name="VCPostBuildEventTool"
  89. />
  90. </Configuration>
  91. <Configuration
  92. Name="Release|Win32"
  93. OutputDirectory="..\..\..\win_build\src\lib\Libaes\Release"
  94. IntermediateDirectory="..\..\..\win_build\src\lib\Libaes\Release"
  95. ConfigurationType="4"
  96. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  97. UseOfMFC="0"
  98. ATLMinimizesCRunTimeLibraryUsage="false"
  99. CharacterSet="2"
  100. >
  101. <Tool
  102. Name="VCPreBuildEventTool"
  103. />
  104. <Tool
  105. Name="VCCustomBuildTool"
  106. />
  107. <Tool
  108. Name="VCXMLDataGeneratorTool"
  109. />
  110. <Tool
  111. Name="VCWebServiceProxyGeneratorTool"
  112. />
  113. <Tool
  114. Name="VCMIDLTool"
  115. />
  116. <Tool
  117. Name="VCCLCompilerTool"
  118. Optimization="2"
  119. InlineFunctionExpansion="1"
  120. AdditionalIncludeDirectories="..\..\src\include;..\include;..\..\..\binaries\pgsql\include"
  121. PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_USE_32BIT_TIME_T "
  122. StringPooling="true"
  123. RuntimeLibrary="2"
  124. EnableFunctionLevelLinking="true"
  125. UsePrecompiledHeader="0"
  126. PrecompiledHeaderFile="..\..\..\win_build\src\lib\Libaes\Release\Libaes.pch"
  127. AssemblerListingLocation="..\..\..\win_build\src\lib\Libaes\Release\"
  128. ObjectFile="..\..\..\win_build\src\lib\Libaes\Release\"
  129. ProgramDataBaseFileName="..\..\..\win_build\src\lib\Libaes\Release\"
  130. WarningLevel="3"
  131. SuppressStartupBanner="true"
  132. CompileAs="0"
  133. />
  134. <Tool
  135. Name="VCManagedResourceCompilerTool"
  136. />
  137. <Tool
  138. Name="VCResourceCompilerTool"
  139. PreprocessorDefinitions="NDEBUG"
  140. Culture="1033"
  141. />
  142. <Tool
  143. Name="VCPreLinkEventTool"
  144. />
  145. <Tool
  146. Name="VCLibrarianTool"
  147. OutputFile="..\..\..\win_build\src\lib\Libaes\Release\Libaes.lib"
  148. SuppressStartupBanner="true"
  149. />
  150. <Tool
  151. Name="VCALinkTool"
  152. />
  153. <Tool
  154. Name="VCXDCMakeTool"
  155. />
  156. <Tool
  157. Name="VCBscMakeTool"
  158. />
  159. <Tool
  160. Name="VCFxCopTool"
  161. />
  162. <Tool
  163. Name="VCPostBuildEventTool"
  164. />
  165. </Configuration>
  166. </Configurations>
  167. <References>
  168. </References>
  169. <Files>
  170. <File
  171. RelativePath="..\..\src\lib\Libaes\aes.h"
  172. >
  173. </File>
  174. <File
  175. RelativePath="..\..\src\lib\Libaes\aescrypt.c"
  176. >
  177. </File>
  178. <File
  179. RelativePath="..\..\src\lib\Libaes\aeskey.c"
  180. >
  181. </File>
  182. <File
  183. RelativePath="..\..\src\lib\Libaes\aesopt.h"
  184. >
  185. </File>
  186. <File
  187. RelativePath="..\..\src\lib\Libaes\aestab.c"
  188. >
  189. </File>
  190. <File
  191. RelativePath="..\..\src\lib\Libaes\pbs_aes_encrypt.c"
  192. >
  193. </File>
  194. </Files>
  195. <Globals>
  196. </Globals>
  197. </VisualStudioProject>