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

.net编程

开发平台:

Visual C++

  1. <?xml version="1.0" encoding = "Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.00"
  5. Name="OwnExcept"
  6. ProjectGUID="{280A3020-FC02-40BB-98D5-771C874CD494}"
  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="1"
  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)/OwnExcept.exe"
  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. </Configuration>
  52. <Configuration
  53. Name="Release|Win32"
  54. OutputDirectory="Release"
  55. IntermediateDirectory="Release"
  56. ConfigurationType="1"
  57. CharacterSet="2"
  58. ManagedExtensions="TRUE">
  59. <Tool
  60. Name="VCCLCompilerTool"
  61. Optimization="2"
  62. InlineFunctionExpansion="1"
  63. PreprocessorDefinitions="WIN32;NDEBUG"
  64. MinimalRebuild="FALSE"
  65. RuntimeLibrary="0"
  66. UsePrecompiledHeader="3"
  67. WarningLevel="3"
  68. DebugInformationFormat="3"/>
  69. <Tool
  70. Name="VCCustomBuildTool"/>
  71. <Tool
  72. Name="VCLinkerTool"
  73. OutputFile="$(OutDir)/OwnExcept.exe"
  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. </Configuration>
  91. </Configurations>
  92. <Files>
  93. <Filter
  94. Name="Source Files"
  95. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
  96. <File
  97. RelativePath="AssemblyInfo.cpp">
  98. </File>
  99. <File
  100. RelativePath="OwnExcept.cpp">
  101. </File>
  102. <File
  103. RelativePath="stdafx.cpp">
  104. <FileConfiguration
  105. Name="Debug|Win32">
  106. <Tool
  107. Name="VCCLCompilerTool"
  108. UsePrecompiledHeader="1"/>
  109. </FileConfiguration>
  110. <FileConfiguration
  111. Name="Release|Win32">
  112. <Tool
  113. Name="VCCLCompilerTool"
  114. UsePrecompiledHeader="1"/>
  115. </FileConfiguration>
  116. </File>
  117. </Filter>
  118. <Filter
  119. Name="Header Files"
  120. Filter="h;hpp;hxx;hm;inl;inc">
  121. <File
  122. RelativePath="stdafx.h">
  123. </File>
  124. </Filter>
  125. <Filter
  126. Name="Resource Files"
  127. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;r">
  128. </Filter>
  129. <File
  130. RelativePath="ReadMe.txt">
  131. </File>
  132. </Files>
  133. <Globals>
  134. </Globals>
  135. </VisualStudioProject>