- <?xml version="1.0" encoding = "gb2312"?>
- <VisualStudioProject
- ProjectType="Visual C++"
- Version="7.00"
- Name="PluginPS"
- ProjectGUID="{B7351221-6326-4248-98BF-5043BE8DA38E}"
- 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=0x0400;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="PluginPS.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="VCWebDeploymentTool"/>
- </Configuration>
- <Configuration
- Name="Release|Win32"
- OutputDirectory="ReleasePS"
- IntermediateDirectory="ReleasePS"
- ConfigurationType="2">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- PreprocessorDefinitions="WIN32;_WIN32_WINNT=0x0400;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="PluginPS.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="VCWebDeploymentTool"/>
- </Configuration>
- </Configurations>
- <Files>
- <Filter
- Name="源文件"
- Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
- <File
- RelativePath="Pluginps.def">
- </File>
- </Filter>
- <Filter
- Name="生成的文件"
- SourceControlFiles="FALSE">
- <File
- RelativePath="Plugin_i.c">
- </File>
- <File
- RelativePath="Plugin_p.c">
- </File>
- <File
- RelativePath="dlldata.c">
- </File>
- </Filter>
- </Files>
- <Globals>
- </Globals>
- </VisualStudioProject>