PageRenderTime 43ms CodeModel.GetById 17ms RepoModel.GetById 0ms app.codeStats 0ms

/libconfig-1.4.8/examples/c/example3.vcproj

#
Unknown | 185 lines | 185 code | 0 blank | 0 comment | 0 complexity | 817d3ef1c396ccfa8edc7125df6c5f92 MD5 | raw file
Possible License(s): LGPL-2.1, LGPL-2.0
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="c_example3"
  6. ProjectGUID="{93568409-C7AD-4A32-88E2-8883E10A8F7E}"
  7. RootNamespace="c_example3"
  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="$(ProjectName).$(ConfigurationName)"
  23. ConfigurationType="1"
  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. AdditionalIncludeDirectories="../../lib"
  44. PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
  45. RuntimeLibrary="3"
  46. CompileAs="1"
  47. />
  48. <Tool
  49. Name="VCManagedResourceCompilerTool"
  50. />
  51. <Tool
  52. Name="VCResourceCompilerTool"
  53. />
  54. <Tool
  55. Name="VCPreLinkEventTool"
  56. />
  57. <Tool
  58. Name="VCLinkerTool"
  59. GenerateDebugInformation="true"
  60. SubSystem="1"
  61. RandomizedBaseAddress="1"
  62. DataExecutionPrevention="0"
  63. TargetMachine="1"
  64. />
  65. <Tool
  66. Name="VCALinkTool"
  67. />
  68. <Tool
  69. Name="VCManifestTool"
  70. />
  71. <Tool
  72. Name="VCXDCMakeTool"
  73. />
  74. <Tool
  75. Name="VCBscMakeTool"
  76. />
  77. <Tool
  78. Name="VCFxCopTool"
  79. />
  80. <Tool
  81. Name="VCAppVerifierTool"
  82. />
  83. <Tool
  84. Name="VCPostBuildEventTool"
  85. />
  86. </Configuration>
  87. <Configuration
  88. Name="Release|Win32"
  89. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  90. IntermediateDirectory="$(ProjectName).$(ConfigurationName)"
  91. ConfigurationType="1"
  92. CharacterSet="1"
  93. WholeProgramOptimization="1"
  94. >
  95. <Tool
  96. Name="VCPreBuildEventTool"
  97. />
  98. <Tool
  99. Name="VCCustomBuildTool"
  100. />
  101. <Tool
  102. Name="VCXMLDataGeneratorTool"
  103. />
  104. <Tool
  105. Name="VCWebServiceProxyGeneratorTool"
  106. />
  107. <Tool
  108. Name="VCMIDLTool"
  109. />
  110. <Tool
  111. Name="VCCLCompilerTool"
  112. AdditionalIncludeDirectories="../../lib"
  113. PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE"
  114. RuntimeLibrary="2"
  115. UsePrecompiledHeader="0"
  116. CompileAs="1"
  117. />
  118. <Tool
  119. Name="VCManagedResourceCompilerTool"
  120. />
  121. <Tool
  122. Name="VCResourceCompilerTool"
  123. />
  124. <Tool
  125. Name="VCPreLinkEventTool"
  126. />
  127. <Tool
  128. Name="VCLinkerTool"
  129. SubSystem="1"
  130. RandomizedBaseAddress="1"
  131. DataExecutionPrevention="0"
  132. TargetMachine="1"
  133. />
  134. <Tool
  135. Name="VCALinkTool"
  136. />
  137. <Tool
  138. Name="VCManifestTool"
  139. />
  140. <Tool
  141. Name="VCXDCMakeTool"
  142. />
  143. <Tool
  144. Name="VCBscMakeTool"
  145. />
  146. <Tool
  147. Name="VCFxCopTool"
  148. />
  149. <Tool
  150. Name="VCAppVerifierTool"
  151. />
  152. <Tool
  153. Name="VCPostBuildEventTool"
  154. />
  155. </Configuration>
  156. </Configurations>
  157. <References>
  158. </References>
  159. <Files>
  160. <Filter
  161. Name="Source Files"
  162. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  163. >
  164. <File
  165. RelativePath=".\example3.c"
  166. >
  167. </File>
  168. </Filter>
  169. <Filter
  170. Name="Header Files"
  171. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  172. >
  173. </Filter>
  174. <Filter
  175. Name="Data Files"
  176. >
  177. <File
  178. RelativePath=".\example.cfg"
  179. >
  180. </File>
  181. </Filter>
  182. </Files>
  183. <Globals>
  184. </Globals>
  185. </VisualStudioProject>