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

📄 driver vxd.vcproj

📁 加密硬盘、分区、虚拟盘的程序源码
💻 VCPROJ
字号:
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
	ProjectType="Visual C++"
	Version="7.10"
	Name="Driver VXD"
	ProjectGUID="{AE7315FF-FE0B-490E-B8E0-3F7C2A8BC1CE}"
	Keyword="MakeFileProj">
	<Platforms>
		<Platform
			Name="Win32"/>
	</Platforms>
	<Configurations>
		<Configuration
			Name="Debug|Win32"
			OutputDirectory="Debug"
			IntermediateDirectory="Debug"
			ConfigurationType="0">
			<Tool
				Name="VCNMakeTool"
				BuildCommandLine="md Debug 2&gt;NUL:
cd Debug
nmake -nologo ../Makefile DEBUG=1"
				ReBuildCommandLine="rd /s /q Debug 2&gt;NUL:
md Debug 2&gt;NUL:
cd Debug
nmake -nologo ../Makefile DEBUG=1"
				CleanCommandLine="rd /s /q Debug 2&gt;NUL:"
				Output="Debug/truecrypt.vxd"/>
		</Configuration>
		<Configuration
			Name="Release|Win32"
			OutputDirectory="Release"
			IntermediateDirectory="Release"
			ConfigurationType="0">
			<Tool
				Name="VCNMakeTool"
				BuildCommandLine="md Release 2&gt;NUL:
cd Release
nmake -nologo ../Makefile RELEASE=1"
				ReBuildCommandLine="rd /s /q Release 2&gt;NUL:
md Release 2&gt;NUL:
cd Release
nmake -nologo ../Makefile RELEASE=1
"
				CleanCommandLine="rd /s /q Release 2&gt;NUL:"
				Output="Release/truecrypt.vxd"/>
		</Configuration>
	</Configurations>
	<References>
	</References>
	<Files>
		<Filter
			Name="Source Files"
			Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
			<File
				RelativePath=".\Devdcl.asm">
			</File>
			<File
				RelativePath=".\Ifshook.c">
			</File>
			<File
				RelativePath=".\Queue.c">
			</File>
			<File
				RelativePath=".\Tc9x.c">
			</File>
		</Filter>
		<Filter
			Name="Header Files"
			Filter="h;hpp;hxx;hm;inl;inc;xsd"
			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
			<File
				RelativePath="..\Common\Apidrvr.h">
			</File>
			<File
				RelativePath=".\Ifshook.h">
			</File>
			<File
				RelativePath=".\Ifsmgr.inc">
			</File>
			<File
				RelativePath=".\Iosdcls.inc">
			</File>
			<File
				RelativePath=".\Queue.h">
			</File>
			<File
				RelativePath=".\Tc9x.h">
			</File>
			<File
				RelativePath="..\Common\Tcdefs.h">
			</File>
		</Filter>
		<Filter
			Name="Resource Files"
			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
		</Filter>
		<File
			RelativePath=".\Makefile">
		</File>
	</Files>
	<Globals>
	</Globals>
</VisualStudioProject>

⌨️ 快捷键说明

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