DELTAPLC.vcproj
上传用户:hailongwei
上传日期:2020-11-29
资源大小:5839k
文件大小:6k
源码类别:

单片机开发

开发平台:

Visual C++

  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="DELTAPLC"
  6. ProjectGUID="{0C933E18-C201-46DA-8989-04CA9578B05D}"
  7. Keyword="AtlProj">
  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. UseOfATL="1"
  19. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  20. CharacterSet="2">
  21. <Tool
  22. Name="VCCLCompilerTool"
  23. Optimization="0"
  24. PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG;_USRDLL"
  25. MinimalRebuild="TRUE"
  26. BasicRuntimeChecks="3"
  27. RuntimeLibrary="3"
  28. UsePrecompiledHeader="3"
  29. WarningLevel="3"
  30. Detect64BitPortabilityProblems="TRUE"
  31. DebugInformationFormat="4"/>
  32. <Tool
  33. Name="VCCustomBuildTool"/>
  34. <Tool
  35. Name="VCLinkerTool"
  36. IgnoreImportLibrary="TRUE"
  37. OutputFile="$(OutDir)/DELTAPLC.dll"
  38. LinkIncremental="2"
  39. ModuleDefinitionFile=".DELTAPLC.def"
  40. GenerateDebugInformation="TRUE"
  41. SubSystem="2"
  42. ImportLibrary="$(OutDir)/DELTAPLC.lib"
  43. TargetMachine="1"/>
  44. <Tool
  45. Name="VCMIDLTool"
  46. PreprocessorDefinitions="_DEBUG"
  47. MkTypLibCompatible="FALSE"
  48. TargetEnvironment="1"
  49. GenerateStublessProxies="TRUE"
  50. TypeLibraryName="$(IntDir)/DELTAPLC.tlb"
  51. HeaderFileName="DELTAPLC.h"
  52. DLLDataFileName=""
  53. InterfaceIdentifierFileName="DELTAPLC_i.c"
  54. ProxyFileName="DELTAPLC_p.c"/>
  55. <Tool
  56. Name="VCPostBuildEventTool"
  57. Description="执行注册"
  58. CommandLine="regsvr32 /s /c &quot;$(TargetPath)&quot;"/>
  59. <Tool
  60. Name="VCPreBuildEventTool"/>
  61. <Tool
  62. Name="VCPreLinkEventTool"/>
  63. <Tool
  64. Name="VCResourceCompilerTool"
  65. PreprocessorDefinitions="_DEBUG"
  66. Culture="2052"
  67. AdditionalIncludeDirectories="$(IntDir)"/>
  68. <Tool
  69. Name="VCWebServiceProxyGeneratorTool"/>
  70. <Tool
  71. Name="VCXMLDataGeneratorTool"/>
  72. <Tool
  73. Name="VCWebDeploymentTool"/>
  74. <Tool
  75. Name="VCManagedWrapperGeneratorTool"/>
  76. <Tool
  77. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  78. </Configuration>
  79. <Configuration
  80. Name="Release|Win32"
  81. OutputDirectory="Release"
  82. IntermediateDirectory="Release"
  83. ConfigurationType="2"
  84. UseOfATL="1"
  85. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  86. CharacterSet="2">
  87. <Tool
  88. Name="VCCLCompilerTool"
  89. PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_USRDLL"
  90. RuntimeLibrary="2"
  91. UsePrecompiledHeader="3"
  92. WarningLevel="3"
  93. Detect64BitPortabilityProblems="TRUE"
  94. DebugInformationFormat="3"/>
  95. <Tool
  96. Name="VCCustomBuildTool"/>
  97. <Tool
  98. Name="VCLinkerTool"
  99. IgnoreImportLibrary="TRUE"
  100. OutputFile="$(OutDir)/DELTAPLC.dll"
  101. LinkIncremental="1"
  102. ModuleDefinitionFile=".DELTAPLC.def"
  103. GenerateDebugInformation="TRUE"
  104. SubSystem="2"
  105. OptimizeReferences="2"
  106. EnableCOMDATFolding="2"
  107. ImportLibrary="$(OutDir)/DELTAPLC.lib"
  108. TargetMachine="1"/>
  109. <Tool
  110. Name="VCMIDLTool"
  111. PreprocessorDefinitions="NDEBUG"
  112. MkTypLibCompatible="FALSE"
  113. TargetEnvironment="1"
  114. GenerateStublessProxies="TRUE"
  115. TypeLibraryName="$(IntDir)/DELTAPLC.tlb"
  116. HeaderFileName="DELTAPLC.h"
  117. DLLDataFileName=""
  118. InterfaceIdentifierFileName="DELTAPLC_i.c"
  119. ProxyFileName="DELTAPLC_p.c"/>
  120. <Tool
  121. Name="VCPostBuildEventTool"
  122. Description="执行注册"
  123. CommandLine="regsvr32 /s /c &quot;$(TargetPath)&quot;"/>
  124. <Tool
  125. Name="VCPreBuildEventTool"/>
  126. <Tool
  127. Name="VCPreLinkEventTool"/>
  128. <Tool
  129. Name="VCResourceCompilerTool"
  130. PreprocessorDefinitions="NDEBUG"
  131. Culture="2052"
  132. AdditionalIncludeDirectories="$(IntDir)"/>
  133. <Tool
  134. Name="VCWebServiceProxyGeneratorTool"/>
  135. <Tool
  136. Name="VCXMLDataGeneratorTool"/>
  137. <Tool
  138. Name="VCWebDeploymentTool"/>
  139. <Tool
  140. Name="VCManagedWrapperGeneratorTool"/>
  141. <Tool
  142. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  143. </Configuration>
  144. </Configurations>
  145. <References>
  146. </References>
  147. <Files>
  148. <Filter
  149. Name="源文件"
  150. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
  151. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
  152. <File
  153. RelativePath=".DELTAPLC.cpp">
  154. </File>
  155. <File
  156. RelativePath=".DELTAPLC.def">
  157. </File>
  158. <File
  159. RelativePath=".DELTAPLC.idl">
  160. </File>
  161. <File
  162. RelativePath=".MSegment.cpp">
  163. </File>
  164. <File
  165. RelativePath=".stdafx.cpp">
  166. <FileConfiguration
  167. Name="Debug|Win32">
  168. <Tool
  169. Name="VCCLCompilerTool"
  170. UsePrecompiledHeader="1"/>
  171. </FileConfiguration>
  172. <FileConfiguration
  173. Name="Release|Win32">
  174. <Tool
  175. Name="VCCLCompilerTool"
  176. UsePrecompiledHeader="1"/>
  177. </FileConfiguration>
  178. </File>
  179. </Filter>
  180. <Filter
  181. Name="头文件"
  182. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  183. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
  184. <File
  185. RelativePath="._IMSegmentEvents_CP.h">
  186. </File>
  187. <File
  188. RelativePath=".cnComm.h">
  189. </File>
  190. <File
  191. RelativePath=".MSegment.h">
  192. </File>
  193. <File
  194. RelativePath=".Resource.h">
  195. </File>
  196. <File
  197. RelativePath=".stdafx.h">
  198. </File>
  199. </Filter>
  200. <Filter
  201. Name="资源文件"
  202. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
  203. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
  204. <File
  205. RelativePath=".DELTAPLC.rc">
  206. </File>
  207. <File
  208. RelativePath=".DELTAPLC.rgs">
  209. </File>
  210. <File
  211. RelativePath=".MSegment.bmp">
  212. </File>
  213. <File
  214. RelativePath=".MSegment.rgs">
  215. </File>
  216. </Filter>
  217. <Filter
  218. Name="生成的文件"
  219. SourceControlFiles="FALSE">
  220. <File
  221. RelativePath=".DELTAPLC_i.c">
  222. <FileConfiguration
  223. Name="Debug|Win32">
  224. <Tool
  225. Name="VCCLCompilerTool"
  226. UsePrecompiledHeader="0"/>
  227. </FileConfiguration>
  228. <FileConfiguration
  229. Name="Release|Win32">
  230. <Tool
  231. Name="VCCLCompilerTool"
  232. UsePrecompiledHeader="0"/>
  233. </FileConfiguration>
  234. </File>
  235. </Filter>
  236. <File
  237. RelativePath=".MSegment.htm"
  238. DeploymentContent="TRUE">
  239. </File>
  240. <File
  241. RelativePath=".ReadMe.txt">
  242. </File>
  243. </Files>
  244. <Globals>
  245. </Globals>
  246. </VisualStudioProject>