ListCtrlDemo.vcproj
上传用户:sztopon
上传日期:2014-01-21
资源大小:55k
文件大小:5k
源码类别:
ListView/ListBox
开发平台:
Visual C++
- <?xml version="1.0" encoding="Windows-1252"?>
- <VisualStudioProject
- ProjectType="Visual C++"
- Version="7.10"
- Name="ListCtrlDemo"
- ProjectGUID="{CC6E07B2-A487-4C9F-BF23-048395C56E0D}">
- <Platforms>
- <Platform
- Name="Win32"/>
- </Platforms>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="Debug"
- IntermediateDirectory="Debug"
- ConfigurationType="1"
- UseOfATL="0"
- ATLMinimizesCRunTimeLibraryUsage="FALSE"
- CharacterSet="2">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- PreprocessorDefinitions="WIN32;_WINDOWS;STRICT;_DEBUG"
- MinimalRebuild="TRUE"
- BasicRuntimeChecks="3"
- RuntimeLibrary="1"
- UsePrecompiledHeader="3"
- WarningLevel="3"
- DebugInformationFormat="4"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLinkerTool"
- LinkIncremental="2"
- DelayLoadDLLs="uxtheme.dll"
- GenerateDebugInformation="TRUE"
- SubSystem="2"
- TargetMachine="1"/>
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="FALSE"
- TargetEnvironment="1"
- GenerateStublessProxies="TRUE"
- TypeLibraryName="$(IntDir)/ListCtrlDemo.tlb"
- HeaderFileName="ListCtrlDemo.h"
- DLLDataFileName=""
- InterfaceIdentifierFileName="ListCtrlDemo_i.c"
- ProxyFileName="ListCtrlDemo_p.c"/>
- <Tool
- Name="VCPostBuildEventTool"/>
- <Tool
- Name="VCPreBuildEventTool"/>
- <Tool
- Name="VCPreLinkEventTool"/>
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="1033"
- AdditionalIncludeDirectories="$(IntDir)"/>
- <Tool
- Name="VCWebServiceProxyGeneratorTool"/>
- <Tool
- Name="VCXMLDataGeneratorTool"/>
- <Tool
- Name="VCWebDeploymentTool"/>
- <Tool
- Name="VCManagedWrapperGeneratorTool"/>
- <Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
- </Configuration>
- <Configuration
- Name="Release|Win32"
- OutputDirectory="Release"
- IntermediateDirectory="Release"
- ConfigurationType="1"
- ATLMinimizesCRunTimeLibraryUsage="FALSE"
- CharacterSet="2">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- PreprocessorDefinitions="WIN32;_WINDOWS;STRICT;NDEBUG"
- ExceptionHandling="TRUE"
- RuntimeLibrary="0"
- UsePrecompiledHeader="3"
- WarningLevel="3"
- DebugInformationFormat="0"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLinkerTool"
- LinkIncremental="1"
- DelayLoadDLLs="uxtheme.dll"
- SubSystem="2"
- TargetMachine="1"/>
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="FALSE"
- TargetEnvironment="1"
- GenerateStublessProxies="TRUE"
- TypeLibraryName="$(IntDir)/ListCtrlDemo.tlb"
- HeaderFileName="ListCtrlDemo.h"
- DLLDataFileName=""
- InterfaceIdentifierFileName="ListCtrlDemo_i.c"
- ProxyFileName="ListCtrlDemo_p.c"/>
- <Tool
- Name="VCPostBuildEventTool"/>
- <Tool
- Name="VCPreBuildEventTool"/>
- <Tool
- Name="VCPreLinkEventTool"/>
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="1033"
- AdditionalIncludeDirectories="$(IntDir)"/>
- <Tool
- Name="VCWebServiceProxyGeneratorTool"/>
- <Tool
- Name="VCXMLDataGeneratorTool"/>
- <Tool
- Name="VCWebDeploymentTool"/>
- <Tool
- Name="VCManagedWrapperGeneratorTool"/>
- <Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="Source Files"
- Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
- <File
- RelativePath=".ListCtrlDemo.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="Header Files"
- Filter="h;hpp;hxx;hm;inl;inc">
- <File
- RelativePath=".DragDrop.h">
- </File>
- <File
- RelativePath=".DropArrows.h">
- </File>
- <File
- RelativePath=".ListCombo.h">
- </File>
- <File
- RelativePath=".ListCtrl.h">
- </File>
- <File
- RelativePath=".ListDate.h">
- </File>
- <File
- RelativePath=".ListEdit.h">
- </File>
- <File
- RelativePath=".ListTypes.h">
- </File>
- <File
- RelativePath=".MainDlg.h">
- </File>
- <File
- RelativePath=".resource.h">
- </File>
- <File
- RelativePath=".stdafx.h">
- </File>
- <File
- RelativePath=".TitleTip.h">
- </File>
- </Filter>
- <Filter
- Name="Resource Files"
- Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;jpg;jpeg;jpe;manifest">
- <File
- RelativePath=".resdivider.cur">
- </File>
- <File
- RelativePath=".resExampleItems.bmp">
- </File>
- <File
- RelativePath=".reshand.cur">
- </File>
- <File
- RelativePath=".resListCtrlDemo.exe.manifest">
- </File>
- <File
- RelativePath=".resListCtrlDemo.ico">
- </File>
- <File
- RelativePath=".ListCtrlDemo.rc">
- </File>
- <File
- RelativePath=".resListItems.bmp">
- </File>
- </Filter>
- </Files>
- <Globals>
- </Globals>
- </VisualStudioProject>