n2h5.vcproj 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="n2h5"
  6. ProjectGUID="{7FC41AEA-1CFE-4131-A2F0-B84587D0EFA5}"
  7. RootNamespace="n2h5"
  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="1"
  24. InheritedPropertySheets="..\properties.vsprops"
  25. CharacterSet="0"
  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="$(HDF5DIR)\include"
  46. PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;NO_AFX"
  47. MinimalRebuild="false"
  48. BasicRuntimeChecks="3"
  49. RuntimeLibrary="2"
  50. UsePrecompiledHeader="0"
  51. WarningLevel="3"
  52. DebugInformationFormat="3"
  53. />
  54. <Tool
  55. Name="VCManagedResourceCompilerTool"
  56. />
  57. <Tool
  58. Name="VCResourceCompilerTool"
  59. />
  60. <Tool
  61. Name="VCPreLinkEventTool"
  62. />
  63. <Tool
  64. Name="VCLinkerTool"
  65. AdditionalDependencies="hdf5.lib hdf5_hl.lib libzlib.lib libszip.lib"
  66. OutputFile="../Debug/n2h5.exe"
  67. LinkIncremental="1"
  68. AdditionalLibraryDirectories="&quot;$(HDF5DIR)\lib&quot;"
  69. IgnoreAllDefaultLibraries="false"
  70. GenerateDebugInformation="true"
  71. SubSystem="1"
  72. TargetMachine="1"
  73. />
  74. <Tool
  75. Name="VCALinkTool"
  76. />
  77. <Tool
  78. Name="VCManifestTool"
  79. />
  80. <Tool
  81. Name="VCXDCMakeTool"
  82. />
  83. <Tool
  84. Name="VCBscMakeTool"
  85. />
  86. <Tool
  87. Name="VCFxCopTool"
  88. />
  89. <Tool
  90. Name="VCAppVerifierTool"
  91. />
  92. <Tool
  93. Name="VCPostBuildEventTool"
  94. />
  95. </Configuration>
  96. <Configuration
  97. Name="Release|Win32"
  98. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  99. IntermediateDirectory="$(ConfigurationName)"
  100. ConfigurationType="1"
  101. InheritedPropertySheets="..\properties.vsprops"
  102. CharacterSet="0"
  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="2"
  123. EnableIntrinsicFunctions="true"
  124. AdditionalIncludeDirectories="$(HDF5DIR)\include"
  125. PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;NO_AFX"
  126. RuntimeLibrary="2"
  127. EnableFunctionLevelLinking="true"
  128. UsePrecompiledHeader="0"
  129. WarningLevel="3"
  130. DebugInformationFormat="3"
  131. />
  132. <Tool
  133. Name="VCManagedResourceCompilerTool"
  134. />
  135. <Tool
  136. Name="VCResourceCompilerTool"
  137. />
  138. <Tool
  139. Name="VCPreLinkEventTool"
  140. />
  141. <Tool
  142. Name="VCLinkerTool"
  143. AdditionalDependencies="hdf5.lib hdf5_hl.lib libzlib.lib libszip.lib"
  144. OutputFile="../Release/n2h5.exe"
  145. LinkIncremental="1"
  146. AdditionalLibraryDirectories="&quot;$(HDF5DIR)\lib&quot;"
  147. IgnoreAllDefaultLibraries="false"
  148. GenerateDebugInformation="true"
  149. SubSystem="1"
  150. OptimizeReferences="2"
  151. EnableCOMDATFolding="2"
  152. TargetMachine="1"
  153. />
  154. <Tool
  155. Name="VCALinkTool"
  156. />
  157. <Tool
  158. Name="VCManifestTool"
  159. />
  160. <Tool
  161. Name="VCXDCMakeTool"
  162. />
  163. <Tool
  164. Name="VCBscMakeTool"
  165. />
  166. <Tool
  167. Name="VCFxCopTool"
  168. />
  169. <Tool
  170. Name="VCAppVerifierTool"
  171. />
  172. <Tool
  173. Name="VCPostBuildEventTool"
  174. />
  175. </Configuration>
  176. </Configurations>
  177. <References>
  178. </References>
  179. <Files>
  180. <Filter
  181. Name="Source Files"
  182. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  183. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  184. >
  185. <File
  186. RelativePath=".\main.cpp"
  187. >
  188. </File>
  189. <File
  190. RelativePath=".\n2h5.cpp"
  191. >
  192. </File>
  193. </Filter>
  194. <Filter
  195. Name="Header Files"
  196. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  197. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  198. >
  199. <File
  200. RelativePath="..\common\cbhwlib.h"
  201. >
  202. </File>
  203. <File
  204. RelativePath=".\n2h5.h"
  205. >
  206. </File>
  207. <File
  208. RelativePath=".\NevNsx.h"
  209. >
  210. </File>
  211. <File
  212. RelativePath=".\stdafx.h"
  213. >
  214. </File>
  215. </Filter>
  216. <Filter
  217. Name="Resource Files"
  218. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  219. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  220. >
  221. <File
  222. RelativePath=".\res\n2h5.ico"
  223. >
  224. </File>
  225. <File
  226. RelativePath=".\res\n2h5_res.rc"
  227. >
  228. </File>
  229. </Filter>
  230. </Files>
  231. <Globals>
  232. </Globals>
  233. </VisualStudioProject>