libnatpmp.vcproj 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9,00"
  5. Name="libnatpmp"
  6. ProjectGUID="{D59B6527-F3DE-4D26-A08D-52F1EE989301}"
  7. RootNamespace="libnatpmp"
  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="4"
  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. PreprocessorDefinitions="WIN32;_DEBUG;_LIB;STATICLIB"
  45. MinimalRebuild="true"
  46. BasicRuntimeChecks="3"
  47. RuntimeLibrary="3"
  48. UsePrecompiledHeader="0"
  49. WarningLevel="3"
  50. DebugInformationFormat="4"
  51. />
  52. <Tool
  53. Name="VCManagedResourceCompilerTool"
  54. />
  55. <Tool
  56. Name="VCResourceCompilerTool"
  57. />
  58. <Tool
  59. Name="VCPreLinkEventTool"
  60. />
  61. <Tool
  62. Name="VCLibrarianTool"
  63. />
  64. <Tool
  65. Name="VCALinkTool"
  66. />
  67. <Tool
  68. Name="VCXDCMakeTool"
  69. />
  70. <Tool
  71. Name="VCBscMakeTool"
  72. />
  73. <Tool
  74. Name="VCFxCopTool"
  75. />
  76. <Tool
  77. Name="VCPostBuildEventTool"
  78. />
  79. </Configuration>
  80. <Configuration
  81. Name="Release|Win32"
  82. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  83. IntermediateDirectory="$(ConfigurationName)"
  84. ConfigurationType="4"
  85. CharacterSet="1"
  86. WholeProgramOptimization="1"
  87. >
  88. <Tool
  89. Name="VCPreBuildEventTool"
  90. />
  91. <Tool
  92. Name="VCCustomBuildTool"
  93. />
  94. <Tool
  95. Name="VCXMLDataGeneratorTool"
  96. />
  97. <Tool
  98. Name="VCWebServiceProxyGeneratorTool"
  99. />
  100. <Tool
  101. Name="VCMIDLTool"
  102. />
  103. <Tool
  104. Name="VCCLCompilerTool"
  105. Optimization="2"
  106. EnableIntrinsicFunctions="true"
  107. PreprocessorDefinitions="WIN32;NDEBUG;_LIB;STATICLIB"
  108. RuntimeLibrary="2"
  109. EnableFunctionLevelLinking="true"
  110. UsePrecompiledHeader="0"
  111. WarningLevel="3"
  112. DebugInformationFormat="3"
  113. />
  114. <Tool
  115. Name="VCManagedResourceCompilerTool"
  116. />
  117. <Tool
  118. Name="VCResourceCompilerTool"
  119. />
  120. <Tool
  121. Name="VCPreLinkEventTool"
  122. />
  123. <Tool
  124. Name="VCLibrarianTool"
  125. />
  126. <Tool
  127. Name="VCALinkTool"
  128. />
  129. <Tool
  130. Name="VCXDCMakeTool"
  131. />
  132. <Tool
  133. Name="VCBscMakeTool"
  134. />
  135. <Tool
  136. Name="VCFxCopTool"
  137. />
  138. <Tool
  139. Name="VCPostBuildEventTool"
  140. />
  141. </Configuration>
  142. </Configurations>
  143. <References>
  144. </References>
  145. <Files>
  146. <Filter
  147. Name="Fichiers sources"
  148. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  149. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  150. >
  151. <File
  152. RelativePath="..\getgateway.c"
  153. >
  154. </File>
  155. <File
  156. RelativePath="..\natpmp.c"
  157. >
  158. </File>
  159. <File
  160. RelativePath="..\wingettimeofday.c"
  161. >
  162. </File>
  163. </Filter>
  164. <Filter
  165. Name="Fichiers d&apos;en-tête"
  166. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  167. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  168. >
  169. <File
  170. RelativePath="..\declspec.h"
  171. >
  172. </File>
  173. <File
  174. RelativePath="..\getgateway.h"
  175. >
  176. </File>
  177. <File
  178. RelativePath="..\natpmp.h"
  179. >
  180. </File>
  181. <File
  182. RelativePath="..\wingettimeofday.h"
  183. >
  184. </File>
  185. </Filter>
  186. <Filter
  187. Name="Fichiers de ressources"
  188. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  189. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  190. >
  191. </Filter>
  192. </Files>
  193. <Globals>
  194. </Globals>
  195. </VisualStudioProject>