📄 ramdiskdll.vcproj
字号:
<?xml version="1.0" encoding = "Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="7.00"
Name="RAMDiskDLL"
ProjectGUID="{582A5940-4B37-4E15-860E-6F830BF45105}"
SccProjectName=""
SccLocalPath=""
Keyword="MFCProj">
<Platforms>
<Platform
Name="Win32"/>
</Platforms>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory=".\Debug"
IntermediateDirectory=".\Debug"
ConfigurationType="2"
UseOfMFC="1"
ATLMinimizesCRunTimeLibraryUsage="FALSE"
CharacterSet="1">
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="F:\WINDDK\2600\inc;F:\WINDDK\2600\inc\wxp"
PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;_MBCS;RAMDisk_EXPORTS;UNICODE;_AFXDLL"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
PrecompiledHeaderFile=".\Debug/RAMDisk.pch"
AssemblerListingLocation=".\Debug/"
ObjectFile=".\Debug/"
ProgramDataBaseFileName=".\Debug/"
BrowseInformation="1"
WarningLevel="3"
SuppressStartupBanner="TRUE"
DebugInformationFormat="4"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
AdditionalOptions="/MACHINE:I386"
AdditionalDependencies="msvcrtd.lib atlsd.lib atlmincrt.lib nafxisd.lib mfc70ud.lib kernel32.lib user32.lib gdi32.lib advapi32.lib shell32.lib setupapi.lib cfgmgr32.lib comctl32.lib version.lib ntdll.lib chkesp_v7.obj CRT0INIT_v7.obj RunTmChk.lib"
OutputFile=".\Debug/RAMDisk.dll"
LinkIncremental="2"
SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories=".\;F:\WINDDK\2600\lib\i386\free;F:\WINDDK\2600\lib\w2k\i386"
IgnoreAllDefaultLibraries="TRUE"
ModuleDefinitionFile=".\RAMDisk.def"
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\Debug/RAMDisk.pdb"
StackReserveSize="262144"
StackCommitSize="4096"
EntryPointSymbol="LibMain@12"
ImportLibrary=".\Debug/RAMDisk.lib"/>
<Tool
Name="VCMIDLTool"
PreprocessorDefinitions="_DEBUG"
MkTypLibCompatible="TRUE"
SuppressStartupBanner="TRUE"
TargetEnvironment="1"
TypeLibraryName=".\Debug/RAMDisk.tlb"/>
<Tool
Name="VCPostBuildEventTool"/>
<Tool
Name="VCPreBuildEventTool"/>
<Tool
Name="VCPreLinkEventTool"/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="_DEBUG"
Culture="1033"/>
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
<Tool
Name="VCWebDeploymentTool"/>
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory=".\Release"
IntermediateDirectory=".\Release"
ConfigurationType="2"
UseOfMFC="1"
ATLMinimizesCRunTimeLibraryUsage="FALSE"
CharacterSet="1">
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="F:\WINDDK\2600\inc;F:\WINDDK\2600\inc\wxp"
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;_MBCS;RAMDisk_EXPORTS;UNICODE"
RuntimeLibrary="0"
PrecompiledHeaderFile=".\Release/RAMDisk.pch"
AssemblerListingLocation=".\Release/"
ObjectFile=".\Release/"
ProgramDataBaseFileName=".\Release/"
BrowseInformation="1"
WarningLevel="3"
SuppressStartupBanner="TRUE"
DebugInformationFormat="4"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
AdditionalOptions="/MACHINE:I386"
AdditionalDependencies="msvcrt.lib atls.lib atlmincrt.lib nafxis.lib mfc70u.lib kernel32.lib user32.lib gdi32.lib advapi32.lib shell32.lib setupapi.lib cfgmgr32.lib comctl32.lib version.lib ntdll.lib chkesp_v7.obj RunTmChk.lib"
OutputFile=".\..\INSTALL/RAMDisk.dll"
LinkIncremental="2"
SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories=".\;F:\WINDDK\2600\lib\i386\free;F:\WINDDK\2600\lib\wxp\i386"
IgnoreAllDefaultLibraries="TRUE"
ModuleDefinitionFile=".\RAMDisk.def"
ProgramDatabaseFile=".\Release/RAMDisk.pdb"
StackReserveSize="262144"
StackCommitSize="4096"
EntryPointSymbol="LibMain@12"
ImportLibrary=".\Release/RAMDisk.lib"/>
<Tool
Name="VCMIDLTool"
PreprocessorDefinitions="NDEBUG"
MkTypLibCompatible="TRUE"
SuppressStartupBanner="TRUE"
TargetEnvironment="1"
TypeLibraryName=".\Release/RAMDisk.tlb"/>
<Tool
Name="VCPostBuildEventTool"/>
<Tool
Name="VCPreBuildEventTool"/>
<Tool
Name="VCPreLinkEventTool"/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="_AFXDLL;NDEBUG"
Culture="1033"/>
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
<Tool
Name="VCWebDeploymentTool"/>
</Configuration>
</Configurations>
<Files>
<Filter
Name="Source Files"
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
<File
RelativePath=".\RAMDisk.cpp">
</File>
<File
RelativePath=".\RAMDisk.def">
</File>
</Filter>
<Filter
Name="Header Files"
Filter="h;hpp;hxx;hm;inl">
<File
RelativePath=".\RAMDisk.h">
</File>
<File
RelativePath=".\resource.h">
</File>
<File
RelativePath=".\stdafx.h">
</File>
</Filter>
<Filter
Name="Resource Files"
Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
<File
RelativePath=".\QSOFT.ICO">
</File>
<File
RelativePath="RAMDisk.ico">
</File>
<File
RelativePath=".\RAMDisk.rc">
</File>
<File
RelativePath=".\RAMDisk.rc2">
</File>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -