- <?xml version="1.0" encoding = "gb2312"?>
- <VisualStudioProject
- ProjectType="Visual C++"
- Version="7.00"
- Name="Plugin"
- ProjectGUID="{DE18BD40-2D0E-4442-939C-CEE77B3C51DF}"
- Keyword="AtlProj">
- <Platforms>
- <Platform
- Name="Win32"/>
- </Platforms>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="Debug"
- IntermediateDirectory="Debug"
- ConfigurationType="2"
- UseOfMFC="2"
- UseOfATL="1"
- ATLMinimizesCRunTimeLibraryUsage="FALSE"
- CharacterSet="2">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG;_USRDLL"
- MinimalRebuild="TRUE"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- UsePrecompiledHeader="3"
- WarningLevel="3"
- Detect64BitPortabilityProblems="TRUE"
- DebugInformationFormat="4"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="TRUE"
- OutputFile="$(OutDir)/Plugin.dll"
- LinkIncremental="2"
- ModuleDefinitionFile=".Plugin.def"
- GenerateDebugInformation="TRUE"
- SubSystem="2"
- ImportLibrary="$(OutDir)/Plugin.lib"
- TargetMachine="1"/>
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="FALSE"
- TargetEnvironment="1"
- GenerateStublessProxies="TRUE"
- TypeLibraryName="$(IntDir)/Plugin.tlb"
- HeaderFileName="Plugin.h"
- DLLDataFileName=""
- InterfaceIdentifierFileName="Plugin_i.c"
- ProxyFileName="Plugin_p.c"/>
- <Tool
- Name="VCPostBuildEventTool"
- Description="执行注册"
- CommandLine="regsvr32 /s /c "$(TargetPath)""/>
- <Tool
- Name="VCPreBuildEventTool"/>
- <Tool
- Name="VCPreLinkEventTool"/>
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="1033"
- AdditionalIncludeDirectories="$(IntDir)"/>
- <Tool
- Name="VCWebServiceProxyGeneratorTool"/>
- <Tool
- Name="VCWebDeploymentTool"/>
- </Configuration>
- <Configuration
- Name="Release|Win32"
- OutputDirectory="Release"
- IntermediateDirectory="Release"
- ConfigurationType="2"
- UseOfMFC="2"
- UseOfATL="1"
- ATLMinimizesCRunTimeLibraryUsage="FALSE"
- CharacterSet="2">
- <Tool
- Name="VCCLCompilerTool"
- InlineFunctionExpansion="1"
- PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_USRDLL"
- StringPooling="TRUE"
- RuntimeLibrary="2"
- EnableFunctionLevelLinking="TRUE"
- UsePrecompiledHeader="3"
- WarningLevel="3"
- Detect64BitPortabilityProblems="TRUE"
- DebugInformationFormat="3"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="TRUE"
- OutputFile="$(OutDir)/Plugin.dll"
- LinkIncremental="1"
- ModuleDefinitionFile=".Plugin.def"
- GenerateDebugInformation="TRUE"
- SubSystem="2"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- ImportLibrary="$(OutDir)/Plugin.lib"
- TargetMachine="1"/>
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="FALSE"
- TargetEnvironment="1"
- GenerateStublessProxies="TRUE"
- TypeLibraryName="$(IntDir)/Plugin.tlb"
- HeaderFileName="Plugin.h"
- DLLDataFileName=""
- InterfaceIdentifierFileName="Plugin_i.c"
- ProxyFileName="Plugin_p.c"/>
- <Tool
- Name="VCPostBuildEventTool"
- Description="执行注册"
- CommandLine="regsvr32 /s /c "$(TargetPath)""/>
- <Tool
- Name="VCPreBuildEventTool"/>
- <Tool
- Name="VCPreLinkEventTool"/>
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="1033"
- AdditionalIncludeDirectories="$(IntDir)"/>
- <Tool
- Name="VCWebServiceProxyGeneratorTool"/>
- <Tool
- Name="VCWebDeploymentTool"/>
- </Configuration>
- </Configurations>
- <Files>
- <Filter
- Name="源文件"
- Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
- <File
- RelativePath="L1Plugin.cpp">
- </File>
- <File
- RelativePath="Plugin.cpp">
- </File>
- <File
- RelativePath="Plugin.def">
- </File>
- <File
- RelativePath="Plugin.idl">
- </File>
- <File
- RelativePath="..Plugin2Plugin2.idl">
- </File>
- <File
- RelativePath="TestDlg.cpp">
- </File>
- <File
- RelativePath="stdafx.cpp">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"/>
- </FileConfiguration>
- </File>
- </Filter>
- <Filter
- Name="头文件"
- Filter="h;hpp;hxx;hm;inl;inc">
- <File
- RelativePath="L1Plugin.h">
- </File>
- <File
- RelativePath="Resource.h">
- </File>
- <File
- RelativePath="TestDlg.h">
- </File>
- <File
- RelativePath="iServer.h">
- </File>
- <File
- RelativePath="stdafx.h">
- </File>
- </Filter>
- <Filter
- Name="资源文件"
- Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
- <File
- RelativePath="L1Plugin.rgs">
- </File>
- <File
- RelativePath="Plugin.rc">
- </File>
- <File
- RelativePath="Plugin.rgs">
- </File>
- <File
- RelativePath="styles.bmp">
- </File>
- </Filter>
- <Filter
- Name="生成的文件"
- SourceControlFiles="FALSE">
- <File
- RelativePath="Plugin_i.c">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"/>
- </FileConfiguration>
- </File>
- </Filter>
- <File
- RelativePath="ReadMe.txt">
- </File>
- </Files>
- <Globals>
- </Globals>
- </VisualStudioProject>