DELTAPLCPS.vcproj
资源名称:DELTA_PLC.rar [点击查看]
上传用户:hailongwei
上传日期:2020-11-29
资源大小:5839k
文件大小:3k
源码类别:
单片机开发
开发平台:
Visual C++
- <?xml version="1.0" encoding="gb2312"?>
- <VisualStudioProject
- ProjectType="Visual C++"
- Version="7.10"
- Name="DELTAPLCPS"
- ProjectGUID="{FE37904F-38B5-4E18-A035-9540512F6A15}"
- Keyword="AtlPSProj">
- <Platforms>
- <Platform
- Name="Win32"/>
- </Platforms>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="DebugPS"
- IntermediateDirectory="DebugPS"
- ConfigurationType="2">
- <Tool
- Name="VCCLCompilerTool"
- PreprocessorDefinitions="WIN32;_WIN32_WINNT=0x0500;REGISTER_PROXY_DLL;_DEBUG"
- RuntimeLibrary="3"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="kernel32.lib rpcndr.lib rpcns4.lib rpcrt4.lib oleaut32.lib uuid.lib"
- ModuleDefinitionFile="DELTAPLCPS.def"/>
- <Tool
- Name="VCMIDLTool"/>
- <Tool
- Name="VCPostBuildEventTool"
- Description="执行注册"
- CommandLine="regsvr32 /s /c "$(TargetPath)""/>
- <Tool
- Name="VCPreBuildEventTool"
- Description="检查是否有所需的文件"
- CommandLine="if exist dlldata.c goto :END
- Echo 错误: MIDL 将不会生成 DLLDATA.C,除非在主项目中至少有 1 个接口。
- Exit 1
- :END
- "/>
- <Tool
- Name="VCPreLinkEventTool"/>
- <Tool
- Name="VCResourceCompilerTool"/>
- <Tool
- Name="VCWebServiceProxyGeneratorTool"/>
- <Tool
- Name="VCXMLDataGeneratorTool"/>
- <Tool
- Name="VCWebDeploymentTool"/>
- <Tool
- Name="VCManagedWrapperGeneratorTool"/>
- <Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
- </Configuration>
- <Configuration
- Name="Release|Win32"
- OutputDirectory="ReleasePS"
- IntermediateDirectory="ReleasePS"
- ConfigurationType="2">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- PreprocessorDefinitions="WIN32;_WIN32_WINNT=0x0500;REGISTER_PROXY_DLL;NDEBUG"
- RuntimeLibrary="2"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="kernel32.lib rpcndr.lib rpcns4.lib rpcrt4.lib oleaut32.lib uuid.lib"
- ModuleDefinitionFile="DELTAPLCPS.def"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"/>
- <Tool
- Name="VCMIDLTool"/>
- <Tool
- Name="VCPostBuildEventTool"
- Description="执行注册"
- CommandLine="regsvr32 /s /c "$(TargetPath)""/>
- <Tool
- Name="VCPreBuildEventTool"
- Description="检查是否有所需的文件"
- CommandLine="if exist dlldata.c goto :END
- Echo 错误: MIDL 将不会生成 DLLDATA.C,除非在主项目中至少有 1 个接口。
- Exit 1
- :END
- "/>
- <Tool
- Name="VCPreLinkEventTool"/>
- <Tool
- Name="VCResourceCompilerTool"/>
- <Tool
- Name="VCWebServiceProxyGeneratorTool"/>
- <Tool
- Name="VCXMLDataGeneratorTool"/>
- <Tool
- Name="VCWebDeploymentTool"/>
- <Tool
- Name="VCManagedWrapperGeneratorTool"/>
- <Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="源文件"
- Filter="">
- </Filter>
- <Filter
- Name="生成的文件"
- SourceControlFiles="FALSE">
- <File
- RelativePath=".DELTAPLC_i.c">
- </File>
- <File
- RelativePath=".DELTAPLC_p.c">
- </File>
- <File
- RelativePath=".dlldata.c">
- </File>
- </Filter>
- <File
- RelativePath=".DELTAPLCps.def">
- </File>
- </Files>
- <Globals>
- </Globals>
- </VisualStudioProject>