⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 pcsc_drv.vcproj

📁 Skeleton for implementing a Windows PC/SC Smartcard Reader.
💻 VCPROJ
字号:
<?xml version="1.0" encoding = "windows-1251"?>
<VisualStudioProject
	ProjectType="Visual C++"
	Version="7.00"
	Name="pcsc_drv"
	SccProjectName=""
	SccLocalPath="">
	<Platforms>
		<Platform
			Name="Win32"/>
	</Platforms>
	<Configurations>
		<Configuration
			Name="debug|Win32"
			OutputDirectory=".\..\debug"
			IntermediateDirectory=".\debug"
			ConfigurationType="1"
			UseOfMFC="0"
			ATLMinimizesCRunTimeLibraryUsage="FALSE">
			<Tool
				Name="VCCLCompilerTool"
				AdditionalOptions="/Gs"
				Optimization="0"
				AdditionalIncludeDirectories="&quot;$(DDK_INC)\inc&quot;;&quot;$(DDK_INC)\inc\ddk&quot;;..\Inc;&quot;$(DDK_INC)\ddk&quot;;&quot;$(DDK_INC)&quot;"
				PreprocessorDefinitions="DBG=1;_X86_;_WIN32_WINNT=0x500;DEBUG;MAX_DEBUG_LEVEL;_DEBUG"
				StringPooling="FALSE"
				ExceptionHandling="FALSE"
				RuntimeLibrary="1"
				BufferSecurityCheck="FALSE"
				UsePrecompiledHeader="2"
				PrecompiledHeaderThrough="pcsc_drv.h"
				PrecompiledHeaderFile=".\debug/pcsc_drv.pch"
				ExpandAttributedSource="FALSE"
				AssemblerOutput="0"
				AssemblerListingLocation=".\debug/"
				ObjectFile=".\debug/"
				ProgramDataBaseFileName=".\debug/"
				BrowseInformation="0"
				SuppressStartupBanner="TRUE"
				DebugInformationFormat="1"
				CallingConvention="2"
				CompileAs="0"/>
			<Tool
				Name="VCCustomBuildTool"/>
			<Tool
				Name="VCLinkerTool"
				AdditionalOptions="/MACHINE:I386 /DRIVER  /SUBSYSTEM:NATIVE,5.00 "
				AdditionalDependencies="int64.lib ntoskrnl.lib hal.lib smclib.lib $(NOINHERIT)"
				OutputFile="..\debug\pcsc_drv.sys"
				LinkIncremental="1"
				SuppressStartupBanner="TRUE"
				AdditionalLibraryDirectories="$(DDK_LIB)"
				IgnoreAllDefaultLibraries="TRUE"
				GenerateDebugInformation="TRUE"
				ProgramDatabaseFile="..\debug/pcsc_drv.pdb"
				GenerateMapFile="FALSE"
				MapExports="FALSE"
				MapLines="FALSE"
				SubSystem="0"
				EntryPointSymbol="DriverEntry"
				SetChecksum="TRUE"
				BaseAddress="0x10000"/>
			<Tool
				Name="VCMIDLTool"
				PreprocessorDefinitions="_DEBUG"
				MkTypLibCompatible="TRUE"
				SuppressStartupBanner="TRUE"
				TargetEnvironment="1"
				GenerateTypeLibrary="FALSE"
				TypeLibraryName=""/>
			<Tool
				Name="VCPostBuildEventTool"/>
			<Tool
				Name="VCPreBuildEventTool"/>
			<Tool
				Name="VCPreLinkEventTool"/>
			<Tool
				Name="VCResourceCompilerTool"
				PreprocessorDefinitions="_DEBUG"
				Culture="1033"
				ResourceOutputFileName="$(IntDir)\ver.res"/>
			<Tool
				Name="VCWebServiceProxyGeneratorTool"/>
			<Tool
				Name="VCWebDeploymentTool"/>
		</Configuration>
		<Configuration
			Name="release|Win32"
			OutputDirectory=".\..\release"
			IntermediateDirectory=".\release"
			ConfigurationType="1"
			UseOfMFC="0"
			ATLMinimizesCRunTimeLibraryUsage="FALSE">
			<Tool
				Name="VCCLCompilerTool"
				AdditionalOptions="/Gs "
				InlineFunctionExpansion="1"
				AdditionalIncludeDirectories="&quot;$(DDK_INC)\inc&quot;;&quot;$(DDK_INC)\inc\ddk&quot;;..\Inc;&quot;$(DDK_INC)\ddk&quot;;&quot;$(DDK_INC)&quot;"
				PreprocessorDefinitions="NDEBUG,DBG=0,_X86_,_WIN32_WINNT=0x500"
				StringPooling="FALSE"
				ExceptionHandling="FALSE"
				RuntimeLibrary="0"
				BufferSecurityCheck="FALSE"
				EnableFunctionLevelLinking="TRUE"
				UsePrecompiledHeader="2"
				PrecompiledHeaderThrough="pcsc_drv.h"
				PrecompiledHeaderFile=".\release/pcsc_drv.pch"
				AssemblerListingLocation=".\release/"
				ObjectFile=".\release/"
				ProgramDataBaseFileName=".\release/"
				BrowseInformation="0"
				WarningLevel="3"
				SuppressStartupBanner="TRUE"
				CallingConvention="2"
				CompileAs="0"/>
			<Tool
				Name="VCCustomBuildTool"
				Description="Copying Driver to System32\Drivers"
				CommandLine="copy $(TargetPath) $(SystemRoot)\System32\Drivers\*.*
"
				Outputs="$(SystemRoot)\System32\Drivers\$(TargetName)"/>
			<Tool
				Name="VCLinkerTool"
				AdditionalOptions="/MACHINE:I386 /DRIVER  /SUBSYSTEM:NATIVE,5.00 "
				AdditionalDependencies="int64.lib ntoskrnl.lib hal.lib smclib.lib"
				OutputFile="..\release\pcsc_drv.sys"
				LinkIncremental="1"
				SuppressStartupBanner="TRUE"
				AdditionalLibraryDirectories="$(DDK_LIB)"
				IgnoreAllDefaultLibraries="TRUE"
				ProgramDatabaseFile=".\..\release/pcsc_drv.pdb"
				SubSystem="1"
				EntryPointSymbol="DriverEntry"
				SetChecksum="TRUE"
				BaseAddress="0x10000"/>
			<Tool
				Name="VCMIDLTool"
				PreprocessorDefinitions="NDEBUG"
				MkTypLibCompatible="TRUE"
				SuppressStartupBanner="TRUE"
				TargetEnvironment="1"
				GenerateTypeLibrary="FALSE"
				TypeLibraryName=".\..\release/pcsc_drv.tlb"/>
			<Tool
				Name="VCPostBuildEventTool"/>
			<Tool
				Name="VCPreBuildEventTool"/>
			<Tool
				Name="VCPreLinkEventTool"/>
			<Tool
				Name="VCResourceCompilerTool"
				PreprocessorDefinitions="NDEBUG"
				Culture="1033"/>
			<Tool
				Name="VCWebServiceProxyGeneratorTool"/>
			<Tool
				Name="VCWebDeploymentTool"/>
		</Configuration>
		<Configuration
			Name="remote_debug|Win32"
			OutputDirectory="..\Debug"
			IntermediateDirectory="Debug"
			ConfigurationType="1"
			UseOfMFC="0"
			ATLMinimizesCRunTimeLibraryUsage="FALSE"
			CharacterSet="1">
			<Tool
				Name="VCCLCompilerTool"
				Optimization="0"
				AdditionalIncludeDirectories="&quot;$(DDK_INC)\inc&quot;;&quot;$(DDK_INC)\inc\ddk&quot;;..\Inc;&quot;$(DDK_INC)\ddk&quot;;&quot;$(DDK_INC)&quot;"
				PreprocessorDefinitions="DBG=1;_X86_;_WIN32_WINNT=0x500;DEBUG;MAX_DEBUG_LEVEL;_DEBUG"
				GeneratePreprocessedFile="0"
				KeepComments="FALSE"
				StringPooling="FALSE"
				ExceptionHandling="FALSE"
				RuntimeLibrary="1"
				BufferSecurityCheck="FALSE"
				UsePrecompiledHeader="2"
				PrecompiledHeaderThrough="pcsc_drv.h"
				PrecompiledHeaderFile=".\debug/pcsc_drv.pch"
				AssemblerListingLocation=".\debug/"
				ObjectFile=".\debug/"
				ProgramDataBaseFileName="..\debug"
				BrowseInformation="0"
				BrowseInformationFile="$(IntDir)"
				SuppressStartupBanner="TRUE"
				DebugInformationFormat="1"
				CallingConvention="2"
				CompileAs="0"/>
			<Tool
				Name="VCCustomBuildTool"
				Description=".... SoftIce symbol translation ...."
				CommandLine="c:\VC_bat\softice.bat  $(TargetPath)"
				Outputs="$(TargetName).nms"/>
			<Tool
				Name="VCLinkerTool"
				AdditionalOptions="/MACHINE:I386 /DRIVER  /SUBSYSTEM:NATIVE,5.00 "
				AdditionalDependencies="int64.lib ntoskrnl.lib hal.lib smclib.lib $(NOINHERIT)"
				OutputFile="..\Debug\pcsc_drv.sys"
				LinkIncremental="1"
				SuppressStartupBanner="TRUE"
				AdditionalLibraryDirectories="$(DDK_LIB)"
				IgnoreAllDefaultLibraries="TRUE"
				GenerateDebugInformation="TRUE"
				ProgramDatabaseFile="..\debug/pcsc_drv.pdb"
				SubSystem="2"
				EntryPointSymbol="DriverEntry"
				SetChecksum="TRUE"
				BaseAddress="0x10000"
				TargetMachine="1"/>
			<Tool
				Name="VCMIDLTool"
				PreprocessorDefinitions="_DEBUG"
				MkTypLibCompatible="TRUE"
				SuppressStartupBanner="TRUE"
				TargetEnvironment="1"
				GenerateTypeLibrary="FALSE"
				TypeLibraryName=""/>
			<Tool
				Name="VCPostBuildEventTool"
				Description=".. Moving files to the remote target  ...."
				CommandLine=" c:\VC_bat\pcsc.bat"/>
			<Tool
				Name="VCPreBuildEventTool"/>
			<Tool
				Name="VCPreLinkEventTool"/>
			<Tool
				Name="VCResourceCompilerTool"
				PreprocessorDefinitions="_DEBUG"
				Culture="1033"
				ResourceOutputFileName="$(IntDir)\ver.res"/>
			<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="afunc.cpp">
			</File>
			<File
				RelativePath="msg.mc">
			</File>
			<File
				RelativePath="pcsc_drv.cpp">
			</File>
		</Filter>
		<Filter
			Name="Header Files"
			Filter="h;hpp;hxx;hm;inl">
			<File
				RelativePath="pcsc_drv.h">
			</File>
			<File
				RelativePath="..\inc\smclib.h">
			</File>
		</Filter>
		<Filter
			Name="Resource Files"
			Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
			<File
				RelativePath=".\ver.rc">
				<FileConfiguration
					Name="release|Win32"
					ExcludedFromBuild="TRUE">
					<Tool
						Name="VCResourceCompilerTool"/>
				</FileConfiguration>
			</File>
		</Filter>
		<File
			RelativePath=".\ReadMe.txt">
		</File>
	</Files>
	<Globals>
		<Global
			Name="DevPartner_IsInstrumented"
			Value="0"/>
	</Globals>
</VisualStudioProject>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -