📄 lmcrypt.vcproj
字号:
<?xml version="1.0" encoding="gb2312"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="7.10"
Name="LmCrypt"
ProjectGUID="{E0A20A87-9DC6-4FC5-B485-98E664C0BA63}"
Keyword="MFCProj">
<Platforms>
<Platform
Name="Win32"/>
</Platforms>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="Debug"
IntermediateDirectory="Debug"
ConfigurationType="1"
UseOfMFC="2"
CharacterSet="2">
<Tool
Name="VCCLCompilerTool"
Optimization="0"
PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG"
MinimalRebuild="TRUE"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
TreatWChar_tAsBuiltInType="TRUE"
UsePrecompiledHeader="3"
WarningLevel="3"
Detect64BitPortabilityProblems="TRUE"
DebugInformationFormat="4"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
LinkIncremental="2"
GenerateDebugInformation="TRUE"
SubSystem="2"
TargetMachine="1"/>
<Tool
Name="VCMIDLTool"
PreprocessorDefinitions="_DEBUG"
MkTypLibCompatible="FALSE"/>
<Tool
Name="VCPostBuildEventTool"/>
<Tool
Name="VCPreBuildEventTool"/>
<Tool
Name="VCPreLinkEventTool"/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="_DEBUG"
Culture="2052"
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"
UseOfMFC="2"
CharacterSet="2">
<Tool
Name="VCCLCompilerTool"
PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG"
MinimalRebuild="FALSE"
RuntimeLibrary="2"
TreatWChar_tAsBuiltInType="TRUE"
UsePrecompiledHeader="3"
WarningLevel="3"
Detect64BitPortabilityProblems="TRUE"
DebugInformationFormat="3"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
LinkIncremental="1"
GenerateDebugInformation="TRUE"
SubSystem="2"
OptimizeReferences="2"
EnableCOMDATFolding="2"
TargetMachine="1"/>
<Tool
Name="VCMIDLTool"
PreprocessorDefinitions="NDEBUG"
MkTypLibCompatible="FALSE"/>
<Tool
Name="VCPostBuildEventTool"/>
<Tool
Name="VCPreBuildEventTool"/>
<Tool
Name="VCPreLinkEventTool"/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG"
Culture="2052"
AdditionalIncludeDirectories="$(IntDir)"/>
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
<Tool
Name="VCXMLDataGeneratorTool"/>
<Tool
Name="VCWebDeploymentTool"/>
<Tool
Name="VCManagedWrapperGeneratorTool"/>
<Tool
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
</Configuration>
</Configurations>
<References>
</References>
<Files>
<Filter
Name="源文件"
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
<File
RelativePath=".\BigInt.cpp">
</File>
<File
RelativePath=".\ChangePlace.cpp">
</File>
<File
RelativePath=".\CHGPlaceDlg.cpp">
</File>
<File
RelativePath=".\ChildFrm.cpp">
</File>
<File
RelativePath=".\CreditStatic.CPP">
</File>
<File
RelativePath=".\Des.cpp">
</File>
<File
RelativePath=".\DesDialog.cpp">
</File>
<File
RelativePath=".\DESDlg.cpp">
</File>
<File
RelativePath=".\FileInOut.cpp">
</File>
<File
RelativePath=".\GfL.cpp">
</File>
<File
RelativePath=".\Label.cpp">
</File>
<File
RelativePath=".\LmCrypt.cpp">
</File>
<File
RelativePath=".\hlp\LmCrypt.hpj">
<FileConfiguration
Name="Debug|Win32">
<Tool
Name="VCCustomBuildTool"
Description="正在生成帮助文件..."
CommandLine="start /wait hcw /C /E /M "hlp\$(ProjectName).hpj"
if errorlevel 1 goto :HelpError
if not exist "hlp\$(ProjectName).hlp" goto :HelpError
if not exist "hlp\$(ProjectName).cnt" goto :HelpError
echo.
copy "hlp\$(ProjectName).hlp" "$(OutDir)"
copy "hlp\$(ProjectName).cnt" "$(OutDir)"
goto :HelpDone
:HelpError
echo hlp\$(ProjectName).hpj(1) : error: 创建帮助文件时遇到问题
:HelpDone
echo.
"
AdditionalDependencies="hlp\$(ProjectName).hm"
Outputs="$(OutDir)\$(ProjectName).hlp"/>
</FileConfiguration>
<FileConfiguration
Name="Release|Win32">
<Tool
Name="VCCustomBuildTool"
Description="正在生成帮助文件..."
CommandLine="start /wait hcw /C /E /M "hlp\$(ProjectName).hpj"
if errorlevel 1 goto :HelpError
if not exist "hlp\$(ProjectName).hlp" goto :HelpError
if not exist "hlp\$(ProjectName).cnt" goto :HelpError
echo.
copy "hlp\$(ProjectName).hlp" "$(OutDir)"
copy "hlp\$(ProjectName).cnt" "$(OutDir)"
goto :HelpDone
:HelpError
echo hlp\$(ProjectName).hpj(1) : error: 创建帮助文件时遇到问题
:HelpDone
echo.
"
AdditionalDependencies="hlp\$(ProjectName).hm"
Outputs="$(OutDir)\$(ProjectName).hlp"/>
</FileConfiguration>
</File>
<File
RelativePath=".\LmCryptDoc.cpp">
</File>
<File
RelativePath=".\LmCryptView.cpp">
</File>
<File
RelativePath=".\LmDes.cpp">
</File>
<File
RelativePath=".\LmIdear.cpp">
</File>
<File
RelativePath=".\LmIdearDlg.cpp">
</File>
<File
RelativePath=".\MainFrm.cpp">
</File>
<File
RelativePath=".\Mcs.cpp">
</File>
<File
RelativePath=".\MD5_CTX.cpp">
</File>
<File
RelativePath=".\MD5Dlg.cpp">
</File>
<File
RelativePath=".\MDITabs.cpp">
</File>
<File
RelativePath=".\MixedCSDlg.cpp">
</File>
<File
RelativePath=".\MyFileDialog.cpp">
</File>
<File
RelativePath=".\Rsa.cpp">
</File>
<File
RelativePath=".\RsaKeyDlg.cpp">
</File>
<File
RelativePath=".\SimpSub.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>
<File
RelativePath=".\Window.cpp">
</File>
</Filter>
<Filter
Name="头文件"
Filter="h;hpp;hxx;hm;inl;inc;xsd"
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
<File
RelativePath=".\ChangePlace.h">
</File>
<File
RelativePath=".\CHGPlaceDlg.h">
</File>
<File
RelativePath=".\ChildFrm.h">
</File>
<File
RelativePath=".\CreditStatic.H">
</File>
<File
RelativePath=".\Des.h">
</File>
<File
RelativePath=".\DesDialog.h">
</File>
<File
RelativePath=".\DESDlg.h">
</File>
<File
RelativePath=".\FileInOut.h">
</File>
<File
RelativePath=".\GfL.h">
</File>
<File
RelativePath=".\Label.h">
</File>
<File
RelativePath=".\LmCrypt.h">
</File>
<File
RelativePath=".\LmCryptDoc.h">
</File>
<File
RelativePath=".\LmCryptView.h">
</File>
<File
RelativePath=".\LmDes.h">
</File>
<File
RelativePath=".\LmIdear.h">
</File>
<File
RelativePath=".\LmIdearDlg.h">
</File>
<File
RelativePath=".\MainFrm.h">
</File>
<File
RelativePath=".\Mcs.h">
</File>
<File
RelativePath=".\MD5_CTX.h">
</File>
<File
RelativePath=".\MD5Dlg.h">
</File>
<File
RelativePath=".\MDITabs.h">
</File>
<File
RelativePath=".\MixedCSDlg.h">
</File>
<File
RelativePath=".\MyFileDialog.h">
</File>
<File
RelativePath=".\Resource.h">
<FileConfiguration
Name="Debug|Win32">
<Tool
Name="VCCustomBuildTool"
Description="正在生成帮助编译器的映射文件..."
CommandLine="echo // 生成的帮助映射文件。由 $(ProjectName).HPJ 使用。 > "hlp\$(ProjectName).hm"
echo. > "hlp\$(ProjectName).hm"
echo // 命令(ID_* 和 IDM_*) >> "hlp\$(ProjectName).hm"
makehm ID_,HID_,0x10000 IDM_,HIDM_,0x10000 "$(InputFileName)" >> "hlp\$(ProjectName).hm"
echo. >> "hlp\$(ProjectName).hm"
echo // 提示(IDP_*) >> "hlp\$(ProjectName).hm"
makehm IDP_,HIDP_,0x30000 "$(InputFileName)" >> "hlp\$(ProjectName).hm"
echo. >> "hlp\$(ProjectName).hm"
echo // 资源(IDR_*) >> "hlp\$(ProjectName).hm"
makehm IDR_,HIDR_,0x20000 "$(InputFileName)" >> "hlp\$(ProjectName).hm"
echo. >> "hlp\$(ProjectName).hm"
echo // 对话框(IDD_*) >> "hlp\$(ProjectName).hm"
makehm IDD_,HIDD_,0x20000 "$(InputFileName)" >> "hlp\$(ProjectName).hm"
echo. >> "hlp\$(ProjectName).hm"
echo // 框架控件(IDW_*) >> "hlp\$(ProjectName).hm"
makehm IDW_,HIDW_,0x50000 "$(InputFileName)" >> "hlp\$(ProjectName).hm"
"
Outputs="hlp\$(ProjectName).hm"/>
</FileConfiguration>
<FileConfiguration
Name="Release|Win32">
<Tool
Name="VCCustomBuildTool"
Description="正在生成帮助编译器的映射文件..."
CommandLine="echo // 生成的帮助映射文件。由 $(ProjectName).HPJ 使用。 > "hlp\$(ProjectName).hm"
echo. > "hlp\$(ProjectName).hm"
echo // 命令(ID_* 和 IDM_*) >> "hlp\$(ProjectName).hm"
makehm ID_,HID_,0x10000 IDM_,HIDM_,0x10000 "$(InputFileName)" >> "hlp\$(ProjectName).hm"
echo. >> "hlp\$(ProjectName).hm"
echo // 提示(IDP_*) >> "hlp\$(ProjectName).hm"
makehm IDP_,HIDP_,0x30000 "$(InputFileName)" >> "hlp\$(ProjectName).hm"
echo. >> "hlp\$(ProjectName).hm"
echo // 资源(IDR_*) >> "hlp\$(ProjectName).hm"
makehm IDR_,HIDR_,0x20000 "$(InputFileName)" >> "hlp\$(ProjectName).hm"
echo. >> "hlp\$(ProjectName).hm"
echo // 对话框(IDD_*) >> "hlp\$(ProjectName).hm"
makehm IDD_,HIDD_,0x20000 "$(InputFileName)" >> "hlp\$(ProjectName).hm"
echo. >> "hlp\$(ProjectName).hm"
echo // 框架控件(IDW_*) >> "hlp\$(ProjectName).hm"
makehm IDW_,HIDW_,0x50000 "$(InputFileName)" >> "hlp\$(ProjectName).hm"
"
Outputs="hlp\$(ProjectName).hm"/>
</FileConfiguration>
</File>
<File
RelativePath=".\Rsa.h">
</File>
<File
RelativePath=".\RsaKeyDlg.h">
</File>
<File
RelativePath=".\SimpSub.h">
</File>
<File
RelativePath=".\stdafx.h">
</File>
<File
RelativePath=".\Window.h">
</File>
</Filter>
<Filter
Name="资源文件"
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
<File
RelativePath=".\res\bitmap1.bmp">
</File>
<File
RelativePath=".\res\bkbitmap.bmp">
</File>
<File
RelativePath=".\res\bmp00001.bmp">
</File>
<File
RelativePath=".\res\bmp00002.bmp">
</File>
<File
RelativePath=".\res\bmp00003.bmp">
</File>
<File
RelativePath=".\res\cursor2.cur">
</File>
<File
RelativePath=".\res\LmCrypt.ico">
</File>
<File
RelativePath=".\LmCrypt.rc">
</File>
<File
RelativePath=".\res\LmCrypt.rc2">
</File>
<File
RelativePath=".\res\LmCryptDoc.ico">
</File>
<File
RelativePath=".\res\Toolbar.bmp">
</File>
</Filter>
<Filter
Name="帮助文件"
Filter="rtf;cnt">
<File
RelativePath=".\hlp\afxcore.rtf">
</File>
<File
RelativePath=".\hlp\afxprint.rtf">
</File>
<File
RelativePath=".\hlp\Images\bullet.bmp">
</File>
<File
RelativePath=".\hlp\LmCrypt.cnt">
</File>
</Filter>
<File
RelativePath=".\res\LmCrypt.manifest">
</File>
<File
RelativePath=".\ReadMe.txt">
</File>
</Files>
<Globals>
<Global
Name="RESOURCE_FILE"
Value="LmCrypt.rc"/>
</Globals>
</VisualStudioProject>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -