Converter.vcproj
上传用户:sz0451
上传日期:2022-07-29
资源大小:256k
文件大小:4k
源码类别:

.net编程

开发平台:

Visual C++

  1. <?xml version="1.0" encoding = "Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.00"
  5. Name="Converter"
  6. ProjectGUID="{7A037C15-41A1-4326-AD7E-89B9CEC915A0}"
  7. Keyword="ManagedCProj">
  8. <Platforms>
  9. <Platform
  10. Name="Win32"/>
  11. </Platforms>
  12. <Configurations>
  13. <Configuration
  14. Name="Debug|Win32"
  15. OutputDirectory="Debug"
  16. IntermediateDirectory="Debug"
  17. ConfigurationType="2"
  18. CharacterSet="2"
  19. ManagedExtensions="TRUE">
  20. <Tool
  21. Name="VCCLCompilerTool"
  22. Optimization="0"
  23. PreprocessorDefinitions="WIN32;_DEBUG"
  24. MinimalRebuild="FALSE"
  25. BasicRuntimeChecks="0"
  26. RuntimeLibrary="1"
  27. UsePrecompiledHeader="3"
  28. WarningLevel="3"
  29. DebugInformationFormat="3"/>
  30. <Tool
  31. Name="VCCustomBuildTool"/>
  32. <Tool
  33. Name="VCLinkerTool"
  34. OutputFile="$(OutDir)/Converter.dll"
  35. LinkIncremental="2"
  36. GenerateDebugInformation="TRUE"/>
  37. <Tool
  38. Name="VCMIDLTool"/>
  39. <Tool
  40. Name="VCPostBuildEventTool"/>
  41. <Tool
  42. Name="VCPreBuildEventTool"/>
  43. <Tool
  44. Name="VCPreLinkEventTool"/>
  45. <Tool
  46. Name="VCResourceCompilerTool"/>
  47. <Tool
  48. Name="VCWebServiceProxyGeneratorTool"/>
  49. <Tool
  50. Name="VCWebDeploymentTool"
  51. ExcludedFromBuild="FALSE"/>
  52. </Configuration>
  53. <Configuration
  54. Name="Release|Win32"
  55. OutputDirectory="Release"
  56. IntermediateDirectory="Release"
  57. ConfigurationType="2"
  58. CharacterSet="2"
  59. ManagedExtensions="TRUE">
  60. <Tool
  61. Name="VCCLCompilerTool"
  62. Optimization="2"
  63. InlineFunctionExpansion="1"
  64. PreprocessorDefinitions="WIN32;NDEBUG"
  65. MinimalRebuild="FALSE"
  66. UsePrecompiledHeader="3"
  67. WarningLevel="3"
  68. DebugInformationFormat="3"/>
  69. <Tool
  70. Name="VCCustomBuildTool"/>
  71. <Tool
  72. Name="VCLinkerTool"
  73. OutputFile="$(OutDir)/Converter.dll"
  74. LinkIncremental="1"
  75. GenerateDebugInformation="TRUE"/>
  76. <Tool
  77. Name="VCMIDLTool"/>
  78. <Tool
  79. Name="VCPostBuildEventTool"/>
  80. <Tool
  81. Name="VCPreBuildEventTool"/>
  82. <Tool
  83. Name="VCPreLinkEventTool"/>
  84. <Tool
  85. Name="VCResourceCompilerTool"/>
  86. <Tool
  87. Name="VCWebServiceProxyGeneratorTool"/>
  88. <Tool
  89. Name="VCWebDeploymentTool"
  90. ExcludedFromBuild="FALSE"/>
  91. </Configuration>
  92. </Configurations>
  93. <Files>
  94. <Filter
  95. Name="Source Files"
  96. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx">
  97. <File
  98. RelativePath="AssemblyInfo.cpp">
  99. </File>
  100. <File
  101. RelativePath="Converter.asmx"
  102. DeploymentContent="TRUE">
  103. </File>
  104. <File
  105. RelativePath="Converter.cpp">
  106. </File>
  107. <File
  108. RelativePath="stdafx.cpp">
  109. <FileConfiguration
  110. Name="Debug|Win32">
  111. <Tool
  112. Name="VCCLCompilerTool"
  113. UsePrecompiledHeader="1"/>
  114. </FileConfiguration>
  115. <FileConfiguration
  116. Name="Release|Win32">
  117. <Tool
  118. Name="VCCLCompilerTool"
  119. UsePrecompiledHeader="1"/>
  120. </FileConfiguration>
  121. </File>
  122. </Filter>
  123. <Filter
  124. Name="Header Files"
  125. Filter="h;hpp;hxx;hm;inl;inc">
  126. <File
  127. RelativePath="Converter.h">
  128. </File>
  129. <File
  130. RelativePath="Global.asax.h">
  131. </File>
  132. <File
  133. RelativePath="stdafx.h">
  134. </File>
  135. </Filter>
  136. <Filter
  137. Name="Resource Files"
  138. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;r">
  139. </Filter>
  140. <File
  141. RelativePath="Converter.vsdisco"
  142. DeploymentContent="TRUE">
  143. </File>
  144. <File
  145. RelativePath="Global.asax"
  146. DeploymentContent="TRUE">
  147. </File>
  148. <File
  149. RelativePath="ReadMe.txt">
  150. </File>
  151. <File
  152. RelativePath="Web.config"
  153. DeploymentContent="TRUE">
  154. </File>
  155. </Files>
  156. <Globals>
  157. </Globals>
  158. </VisualStudioProject>