HelloMCPP.vcproj
上传用户:lxycoco
上传日期:2022-07-21
资源大小:38457k
文件大小:4k
源码类别:

C#编程

开发平台:

Others

  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="HelloMCPP"
  6. ProjectGUID="{14AB7301-EB26-4C31-B99E-AEC650E9618C}"
  7. RootNamespace="HelloMCPP"
  8. Keyword="ManagedCProj">
  9. <Platforms>
  10. <Platform
  11. Name="Win32"/>
  12. </Platforms>
  13. <Configurations>
  14. <Configuration
  15. Name="Debug|Win32"
  16. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  17. IntermediateDirectory="$(ConfigurationName)"
  18. ConfigurationType="2"
  19. CharacterSet="2"
  20. ManagedExtensions="TRUE">
  21. <Tool
  22. Name="VCCLCompilerTool"
  23. AdditionalOptions="/Zl"
  24. Optimization="0"
  25. PreprocessorDefinitions="WIN32;_DEBUG"
  26. MinimalRebuild="FALSE"
  27. BasicRuntimeChecks="0"
  28. RuntimeLibrary="1"
  29. UsePrecompiledHeader="3"
  30. WarningLevel="3"
  31. DebugInformationFormat="3"/>
  32. <Tool
  33. Name="VCCustomBuildTool"/>
  34. <Tool
  35. Name="VCLinkerTool"
  36. AdditionalOptions="/noentry"
  37. AdditionalDependencies="mscoree.lib msvcrt.lib "
  38. OutputFile="$(OutDir)$(ProjectName).dll"
  39. LinkIncremental="2"
  40. ForceSymbolReferences="__DllMainCRTStartup@12"
  41. GenerateDebugInformation="TRUE"
  42. AssemblyDebug="1"/>
  43. <Tool
  44. Name="VCMIDLTool"/>
  45. <Tool
  46. Name="VCPostBuildEventTool"/>
  47. <Tool
  48. Name="VCPreBuildEventTool"/>
  49. <Tool
  50. Name="VCPreLinkEventTool"/>
  51. <Tool
  52. Name="VCResourceCompilerTool"/>
  53. <Tool
  54. Name="VCWebServiceProxyGeneratorTool"/>
  55. <Tool
  56. Name="VCXMLDataGeneratorTool"/>
  57. <Tool
  58. Name="VCWebDeploymentTool"/>
  59. <Tool
  60. Name="VCManagedWrapperGeneratorTool"/>
  61. <Tool
  62. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  63. </Configuration>
  64. <Configuration
  65. Name="Release|Win32"
  66. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  67. IntermediateDirectory="$(ConfigurationName)"
  68. ConfigurationType="2"
  69. CharacterSet="2"
  70. ManagedExtensions="TRUE">
  71. <Tool
  72. Name="VCCLCompilerTool"
  73. AdditionalOptions="/Zl"
  74. PreprocessorDefinitions="WIN32;NDEBUG"
  75. MinimalRebuild="FALSE"
  76. RuntimeLibrary="0"
  77. UsePrecompiledHeader="3"
  78. WarningLevel="3"
  79. DebugInformationFormat="3"/>
  80. <Tool
  81. Name="VCCustomBuildTool"/>
  82. <Tool
  83. Name="VCLinkerTool"
  84. AdditionalOptions="/noentry"
  85. AdditionalDependencies="mscoree.lib msvcrt.lib "
  86. OutputFile="$(OutDir)$(ProjectName).dll"
  87. LinkIncremental="1"
  88. ForceSymbolReferences="__DllMainCRTStartup@12"
  89. GenerateDebugInformation="TRUE"/>
  90. <Tool
  91. Name="VCMIDLTool"/>
  92. <Tool
  93. Name="VCPostBuildEventTool"/>
  94. <Tool
  95. Name="VCPreBuildEventTool"/>
  96. <Tool
  97. Name="VCPreLinkEventTool"/>
  98. <Tool
  99. Name="VCResourceCompilerTool"/>
  100. <Tool
  101. Name="VCWebServiceProxyGeneratorTool"/>
  102. <Tool
  103. Name="VCXMLDataGeneratorTool"/>
  104. <Tool
  105. Name="VCWebDeploymentTool"/>
  106. <Tool
  107. Name="VCManagedWrapperGeneratorTool"/>
  108. <Tool
  109. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  110. </Configuration>
  111. </Configurations>
  112. <References>
  113. <AssemblyReference
  114. RelativePath="mscorlib.dll"/>
  115. <AssemblyReference
  116. RelativePath="System.dll"/>
  117. <AssemblyReference
  118. RelativePath="System.Data.dll"/>
  119. </References>
  120. <Files>
  121. <Filter
  122. Name="Source Files"
  123. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
  124. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
  125. <File
  126. RelativePath=".AssemblyInfo.cpp">
  127. </File>
  128. <File
  129. RelativePath=".HelloMCPP.cpp">
  130. </File>
  131. <File
  132. RelativePath=".Stdafx.cpp">
  133. <FileConfiguration
  134. Name="Debug|Win32">
  135. <Tool
  136. Name="VCCLCompilerTool"
  137. UsePrecompiledHeader="1"/>
  138. </FileConfiguration>
  139. <FileConfiguration
  140. Name="Release|Win32">
  141. <Tool
  142. Name="VCCLCompilerTool"
  143. UsePrecompiledHeader="1"/>
  144. </FileConfiguration>
  145. </File>
  146. </Filter>
  147. <Filter
  148. Name="Header Files"
  149. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  150. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
  151. <File
  152. RelativePath=".HelloMCPP.h">
  153. </File>
  154. <File
  155. RelativePath=".resource.h">
  156. </File>
  157. <File
  158. RelativePath=".Stdafx.h">
  159. </File>
  160. </Filter>
  161. <Filter
  162. Name="Resource Files"
  163. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
  164. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
  165. <File
  166. RelativePath=".app.ico">
  167. </File>
  168. <File
  169. RelativePath=".app.rc">
  170. </File>
  171. </Filter>
  172. <File
  173. RelativePath=".ReadMe.txt">
  174. </File>
  175. </Files>
  176. <Globals>
  177. </Globals>
  178. </VisualStudioProject>