tinyIPSec.vcproj 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="tinyIPSec"
  6. ProjectGUID="{002FF064-588F-402E-A096-C8D033F49F40}"
  7. RootNamespace="tinyIPSec"
  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="2"
  24. CharacterSet="1"
  25. >
  26. <Tool
  27. Name="VCPreBuildEventTool"
  28. />
  29. <Tool
  30. Name="VCCustomBuildTool"
  31. />
  32. <Tool
  33. Name="VCXMLDataGeneratorTool"
  34. />
  35. <Tool
  36. Name="VCWebServiceProxyGeneratorTool"
  37. />
  38. <Tool
  39. Name="VCMIDLTool"
  40. />
  41. <Tool
  42. Name="VCCLCompilerTool"
  43. Optimization="0"
  44. AdditionalIncludeDirectories="..\thirdparties\win32\include;..\tinySAK\src"
  45. PreprocessorDefinitions="HAVE_IPSEC=0;WIN32;_WIN32_WINNT=0x0501;_DEBUG;_WINDOWS;_USRDLL;TINYIPSEC_EXPORTS"
  46. MinimalRebuild="true"
  47. BasicRuntimeChecks="3"
  48. RuntimeLibrary="3"
  49. UsePrecompiledHeader="0"
  50. WarningLevel="3"
  51. WarnAsError="true"
  52. Detect64BitPortabilityProblems="false"
  53. DebugInformationFormat="4"
  54. CompileAs="1"
  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. AdditionalDependencies="Ws2_32.lib $(OutDir)\tinySAK.lib"
  68. LinkIncremental="2"
  69. GenerateDebugInformation="true"
  70. SubSystem="2"
  71. RandomizedBaseAddress="1"
  72. DataExecutionPrevention="0"
  73. TargetMachine="1"
  74. />
  75. <Tool
  76. Name="VCALinkTool"
  77. />
  78. <Tool
  79. Name="VCManifestTool"
  80. />
  81. <Tool
  82. Name="VCXDCMakeTool"
  83. />
  84. <Tool
  85. Name="VCBscMakeTool"
  86. />
  87. <Tool
  88. Name="VCFxCopTool"
  89. />
  90. <Tool
  91. Name="VCAppVerifierTool"
  92. />
  93. <Tool
  94. Name="VCPostBuildEventTool"
  95. />
  96. </Configuration>
  97. <Configuration
  98. Name="Release|Win32"
  99. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  100. IntermediateDirectory="$(ConfigurationName)"
  101. ConfigurationType="2"
  102. CharacterSet="1"
  103. WholeProgramOptimization="1"
  104. >
  105. <Tool
  106. Name="VCPreBuildEventTool"
  107. />
  108. <Tool
  109. Name="VCCustomBuildTool"
  110. />
  111. <Tool
  112. Name="VCXMLDataGeneratorTool"
  113. />
  114. <Tool
  115. Name="VCWebServiceProxyGeneratorTool"
  116. />
  117. <Tool
  118. Name="VCMIDLTool"
  119. />
  120. <Tool
  121. Name="VCCLCompilerTool"
  122. Optimization="3"
  123. EnableIntrinsicFunctions="true"
  124. AdditionalIncludeDirectories="..\thirdparties\win32\include;..\tinySAK\src"
  125. PreprocessorDefinitions="HAVE_IPSEC=0;WIN32;_WIN32_WINNT=0x0501;NDEBUG;_WINDOWS;_USRDLL;TINYIPSEC_EXPORTS"
  126. RuntimeLibrary="2"
  127. EnableFunctionLevelLinking="false"
  128. UsePrecompiledHeader="0"
  129. WarningLevel="3"
  130. WarnAsError="true"
  131. Detect64BitPortabilityProblems="true"
  132. DebugInformationFormat="0"
  133. CompileAs="1"
  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. AdditionalDependencies="Ws2_32.lib $(OutDir)\tinySAK.lib"
  147. LinkIncremental="1"
  148. IgnoreDefaultLibraryNames="MSVCRTD"
  149. GenerateDebugInformation="false"
  150. SubSystem="2"
  151. OptimizeReferences="2"
  152. EnableCOMDATFolding="2"
  153. RandomizedBaseAddress="1"
  154. DataExecutionPrevention="0"
  155. TargetMachine="0"
  156. />
  157. <Tool
  158. Name="VCALinkTool"
  159. />
  160. <Tool
  161. Name="VCManifestTool"
  162. />
  163. <Tool
  164. Name="VCXDCMakeTool"
  165. />
  166. <Tool
  167. Name="VCBscMakeTool"
  168. />
  169. <Tool
  170. Name="VCFxCopTool"
  171. />
  172. <Tool
  173. Name="VCAppVerifierTool"
  174. />
  175. <Tool
  176. Name="VCPostBuildEventTool"
  177. />
  178. </Configuration>
  179. </Configurations>
  180. <References>
  181. </References>
  182. <Files>
  183. <Filter
  184. Name="source(*.c)"
  185. >
  186. <File
  187. RelativePath=".\src\tipsec.c"
  188. >
  189. </File>
  190. </Filter>
  191. <Filter
  192. Name="include(*.h)"
  193. >
  194. <File
  195. RelativePath=".\src\tinyipsec_config.h"
  196. >
  197. </File>
  198. <File
  199. RelativePath=".\src\tipsec.h"
  200. >
  201. </File>
  202. </Filter>
  203. <Filter
  204. Name="resources(*.rc)"
  205. >
  206. <File
  207. RelativePath=".\version.rc"
  208. >
  209. </File>
  210. </Filter>
  211. </Files>
  212. <Globals>
  213. </Globals>
  214. </VisualStudioProject>