Download OPENSSL.2008.vcproj 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="Download OPENSSL"
  6. ProjectGUID="{D578E676-7EC8-4548-BD8B-845C635F14AD}"
  7. RootNamespace="Download OPENSSL"
  8. Keyword="Win32Proj"
  9. TargetFrameworkVersion="196613"
  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="10"
  24. CharacterSet="2"
  25. BuildLogFile="$(IntDir)\BuildLog $(ProjectName).htm"
  26. >
  27. <Tool
  28. Name="VCPreBuildEventTool"
  29. />
  30. <Tool
  31. Name="VCCustomBuildTool"
  32. />
  33. <Tool
  34. Name="VCMIDLTool"
  35. />
  36. <Tool
  37. Name="VCPostBuildEventTool"
  38. />
  39. </Configuration>
  40. <Configuration
  41. Name="Release|Win32"
  42. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  43. IntermediateDirectory="$(ConfigurationName)"
  44. ConfigurationType="10"
  45. CharacterSet="2"
  46. WholeProgramOptimization="1"
  47. >
  48. <Tool
  49. Name="VCPreBuildEventTool"
  50. />
  51. <Tool
  52. Name="VCCustomBuildTool"
  53. />
  54. <Tool
  55. Name="VCMIDLTool"
  56. />
  57. <Tool
  58. Name="VCPostBuildEventTool"
  59. />
  60. </Configuration>
  61. </Configurations>
  62. <References>
  63. </References>
  64. <Files>
  65. <File
  66. RelativePath=".\OPENSSL\cleancount"
  67. >
  68. <FileConfiguration
  69. Name="Debug|Win32"
  70. >
  71. <Tool
  72. Name="VCCustomBuildTool"
  73. Description="Downloading OPENSSL."
  74. CommandLine="if not exist &quot;$(ProjectDir)..\openssl-1.0.0a&quot; cscript /nologo &quot;$(ProjectDir)util.vbs&quot; GetUnzip http://files.freeswitch.org/downloads/libs/openssl-1.0.0a.tar.gz &quot;$(ProjectDir)..&quot;&#x0D;&#x0A;"
  75. Outputs="$(ProjectDir)..\OPENSSL"
  76. />
  77. </FileConfiguration>
  78. <FileConfiguration
  79. Name="Release|Win32"
  80. >
  81. <Tool
  82. Name="VCCustomBuildTool"
  83. Description="Downloading OPENSSL."
  84. CommandLine="if not exist &quot;$(ProjectDir)..\openssl-1.0.0a&quot; cscript /nologo &quot;$(ProjectDir)util.vbs&quot; GetUnzip http://files.freeswitch.org/downloads/libs/openssl-1.0.0a.tar.gz &quot;$(ProjectDir)..&quot;&#x0D;&#x0A;"
  85. Outputs="$(ProjectDir)..\OPENSSL"
  86. />
  87. </FileConfiguration>
  88. </File>
  89. </Files>
  90. <Globals>
  91. </Globals>
  92. </VisualStudioProject>