PowerRecordingExample.vcproj 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="DEMO_LIB"
  6. ProjectGUID="{491FDD5B-A409-4FCD-AFCA-12E0343CC7A2}"
  7. RootNamespace="DEMO_LIB"
  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="..\ANT_LIB\ANT_LIB.vsprops"
  25. CharacterSet="2"
  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="&quot;$(SolutionDir)\ANT_LIB\software\System&quot;;&quot;$(SolutionDir)\ANT_LIB\software\serial&quot;;&quot;$(SolutionDir)\ANT_LIB\inc&quot;;&quot;$(SolutionDir)\ANT_LIB\software\USB&quot;;&quot;$(SolutionDir)\ANT_LIB\software\USB\devices&quot;;&quot;$(SolutionDir)\ANT_LIB\software\USB\device_handles&quot;"
  46. PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
  47. MinimalRebuild="true"
  48. BasicRuntimeChecks="3"
  49. RuntimeLibrary="3"
  50. UsePrecompiledHeader="0"
  51. WarningLevel="3"
  52. DebugInformationFormat="4"
  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="ANT_LIB.lib"
  66. LinkIncremental="2"
  67. AdditionalLibraryDirectories="$(OutDir)"
  68. GenerateDebugInformation="true"
  69. SubSystem="1"
  70. TargetMachine="1"
  71. />
  72. <Tool
  73. Name="VCALinkTool"
  74. />
  75. <Tool
  76. Name="VCManifestTool"
  77. />
  78. <Tool
  79. Name="VCXDCMakeTool"
  80. />
  81. <Tool
  82. Name="VCBscMakeTool"
  83. />
  84. <Tool
  85. Name="VCFxCopTool"
  86. />
  87. <Tool
  88. Name="VCAppVerifierTool"
  89. />
  90. <Tool
  91. Name="VCPostBuildEventTool"
  92. />
  93. </Configuration>
  94. <Configuration
  95. Name="Release|Win32"
  96. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  97. IntermediateDirectory="$(ConfigurationName)"
  98. ConfigurationType="1"
  99. InheritedPropertySheets="..\ANT_LIB\ANT_LIB.vsprops"
  100. CharacterSet="1"
  101. WholeProgramOptimization="1"
  102. >
  103. <Tool
  104. Name="VCPreBuildEventTool"
  105. />
  106. <Tool
  107. Name="VCCustomBuildTool"
  108. />
  109. <Tool
  110. Name="VCXMLDataGeneratorTool"
  111. />
  112. <Tool
  113. Name="VCWebServiceProxyGeneratorTool"
  114. />
  115. <Tool
  116. Name="VCMIDLTool"
  117. />
  118. <Tool
  119. Name="VCCLCompilerTool"
  120. Optimization="2"
  121. EnableIntrinsicFunctions="true"
  122. AdditionalIncludeDirectories=""
  123. PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
  124. RuntimeLibrary="2"
  125. EnableFunctionLevelLinking="true"
  126. UsePrecompiledHeader="0"
  127. WarningLevel="3"
  128. DebugInformationFormat="3"
  129. />
  130. <Tool
  131. Name="VCManagedResourceCompilerTool"
  132. />
  133. <Tool
  134. Name="VCResourceCompilerTool"
  135. />
  136. <Tool
  137. Name="VCPreLinkEventTool"
  138. />
  139. <Tool
  140. Name="VCLinkerTool"
  141. LinkIncremental="1"
  142. AdditionalLibraryDirectories=""
  143. GenerateDebugInformation="true"
  144. SubSystem="1"
  145. OptimizeReferences="2"
  146. EnableCOMDATFolding="2"
  147. TargetMachine="1"
  148. />
  149. <Tool
  150. Name="VCALinkTool"
  151. />
  152. <Tool
  153. Name="VCManifestTool"
  154. />
  155. <Tool
  156. Name="VCXDCMakeTool"
  157. />
  158. <Tool
  159. Name="VCBscMakeTool"
  160. />
  161. <Tool
  162. Name="VCFxCopTool"
  163. />
  164. <Tool
  165. Name="VCAppVerifierTool"
  166. />
  167. <Tool
  168. Name="VCPostBuildEventTool"
  169. />
  170. </Configuration>
  171. </Configurations>
  172. <References>
  173. </References>
  174. <Files>
  175. <Filter
  176. Name="Source Files"
  177. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  178. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  179. >
  180. <File
  181. RelativePath=".\demo.cpp"
  182. >
  183. </File>
  184. </Filter>
  185. <Filter
  186. Name="Header Files"
  187. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  188. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  189. >
  190. <File
  191. RelativePath=".\demo.h"
  192. >
  193. </File>
  194. </Filter>
  195. <Filter
  196. Name="Resource Files"
  197. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  198. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  199. >
  200. </Filter>
  201. </Files>
  202. <Globals>
  203. </Globals>
  204. </VisualStudioProject>