eraser.vcproj
来自「版本更新了一下」· VCPROJ 代码 · 共 1,200 行 · 第 1/3 页
VCPROJ
1,200 行
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="8,00"
Name="Eraser"
ProjectGUID="{474E5D57-37F2-423A-B4A3-65F5645E2366}"
RootNamespace="Eraser"
Keyword="MFCProj"
>
<Platforms>
<Platform
Name="Win32"
/>
<Platform
Name="x64"
/>
</Platforms>
<ToolFiles>
</ToolFiles>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory=".\Debug"
IntermediateDirectory=".\Debug"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
UseOfMFC="2"
ATLMinimizesCRunTimeLibraryUsage="false"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
PreprocessorDefinitions="_DEBUG"
MkTypLibCompatible="true"
SuppressStartupBanner="true"
TargetEnvironment="1"
TypeLibraryName=".\Debug/Eraser.tlb"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories=".;..\shared"
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE"
ExceptionHandling="2"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="stdafx.h"
PrecompiledHeaderFile=".\Debug/Eraser.pch"
AssemblerListingLocation=".\Debug/"
ObjectFile=".\Debug/"
ProgramDataBaseFileName=".\Debug/"
WarningLevel="3"
SuppressStartupBanner="true"
DebugInformationFormat="3"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="_AFXDLL;_DEBUG"
Culture="1035"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalOptions="/MACHINE:I386"
AdditionalDependencies="EraserDll/Debug/eraser.lib version.lib delayimp.lib"
OutputFile=".\Debug/Eraser.exe"
LinkIncremental="1"
SuppressStartupBanner="true"
DelayLoadDLLs="oleacc.dll winspool.drv crypt32.dll"
GenerateDebugInformation="true"
ProgramDatabaseFile=".\Debug/Eraser.pdb"
SubSystem="2"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
AdditionalManifestFiles="res/manifest.bin"
EmbedManifest="true"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
CommandLine="copy .\Debug\eraser.exe .\Debug\Final\eraser.exe
copy .\EraserDll\Debug\eraser.dll .\Debug\Final\eraser.dll
copy .\Erasext\Debug\erasext.dll .\Debug\Final\erasext.dll
copy .\Launcher\Debug\eraserl.exe .\Debug\Final\eraserl.exe
copy .\EraserDll\Debug\eraser.dll .\Debug\eraser.dll
rem copy .\Debug\eraser.hlp .\Debug\Final\eraser.hlp
rem copy .\Debug\eraser.cnt .\Debug\Final\eraser.cnt
copy .\hlp\eraser.chm .\Debug\eraser.chm
copy .\Debug\eraser.chm .\Debug\Final\eraser.chm
copy .\Verify\Debug\verify.exe .\Debug\Final\verify.exe
"
/>
</Configuration>
<Configuration
Name="Debug|x64"
OutputDirectory="$(PlatformName)\$(ConfigurationName)"
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
UseOfMFC="1"
ATLMinimizesCRunTimeLibraryUsage="false"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
PreprocessorDefinitions="_DEBUG"
MkTypLibCompatible="true"
SuppressStartupBanner="true"
TargetEnvironment="3"
TypeLibraryName=".\Debug/Eraser.tlb"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories=""H:\eraser\eraser-source";"H:\eraser\eraser-source\shared""
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
BasicRuntimeChecks="3"
RuntimeLibrary="1"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="stdafx.h"
PrecompiledHeaderFile=".\Debug/Eraser.pch"
AssemblerListingLocation=".\Debug/"
ObjectFile=".\Debug/"
ProgramDataBaseFileName=".\Debug/"
WarningLevel="1"
SuppressStartupBanner="true"
DebugInformationFormat="3"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="_AFXDLL;_DEBUG"
Culture="1035"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="EraserDll/Debug/eraser.lib version.lib delayimp.lib"
OutputFile=".\Debug/Eraser.exe"
LinkIncremental="2"
SuppressStartupBanner="true"
DelayLoadDLLs="oleacc.dll"
GenerateDebugInformation="true"
ProgramDatabaseFile=".\Debug/Eraser.pdb"
SubSystem="2"
TargetMachine="17"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
CommandLine="copy .\Debug\eraser.exe .\Debug\Final\eraser.exe
copy .\EraserDll\Debug\eraser.dll .\Debug\Final\eraser.dll
copy .\Erasext\Debug\erasext.dll .\Debug\Final\erasext.dll
copy .\Launcher\Debug\eraserl.exe .\Debug\Final\eraserl.exe
copy .\EraserDll\Debug\eraser.dll .\Debug\eraser.dll
copy .\Debug\eraser.hlp .\Debug\Final\eraser.hlp
copy .\Debug\eraser.cnt .\Debug\Final\eraser.cnt
copy .\Verify\Debug\verify.exe .\Debug\Final\verify.exe
"
/>
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory=".\Release"
IntermediateDirectory=".\Release"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
UseOfMFC="1"
ATLMinimizesCRunTimeLibraryUsage="false"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
PreprocessorDefinitions="NDEBUG"
MkTypLibCompatible="true"
SuppressStartupBanner="true"
TargetEnvironment="1"
TypeLibraryName=".\Release/Eraser.tlb"
/>
<Tool
Name="VCCLCompilerTool"
AdditionalOptions="/GA "
Optimization="1"
InlineFunctionExpansion="1"
AdditionalIncludeDirectories=".;..\shared"
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE"
StringPooling="true"
ExceptionHandling="2"
RuntimeLibrary="0"
EnableFunctionLevelLinking="true"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="stdafx.h"
PrecompiledHeaderFile=".\Release/Eraser.pch"
AssemblerListingLocation=".\Release/"
ObjectFile=".\Release/"
ProgramDataBaseFileName=".\Release/"
WarningLevel="4"
SuppressStartupBanner="true"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG"
Culture="1035"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalOptions="/MACHINE:I386"
AdditionalDependencies="EraserDll/Release/eraser.lib version.lib delayimp.lib"
OutputFile=".\Release/Eraser.exe"
LinkIncremental="1"
SuppressStartupBanner="true"
DelayLoadDLLs="oleacc.dll winspool.drv crypt32.dll"
ProgramDatabaseFile=".\Release/Eraser.pdb"
SubSystem="2"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
AdditionalManifestFiles="res/manifest.bin"
EmbedManifest="true"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
CommandLine="copy .\Release\eraser.exe .\Release\Final\eraser.exe
copy .\EraserDll\Release\eraser.dll .\Release\Final\eraser.dll
copy .\Erasext\Release\erasext.dll .\Release\Final\erasext.dll
copy .\Launcher\Release\eraserl.exe .\Release\Final\eraserl.exe
rem copy .\Release\eraser.cnt .\Release\Final\eraser.cnt
rem copy .\Release\eraser.hlp .\Release\Final\eraser.hlp
copy .\hlp\eraser.chm .\Release\eraser.chm
copy .\Release\eraser.chm .\Release\Final\eraser.chm
copy .\Verify\Release\verify.exe .\Release\Final\verify.exe
"
/>
</Configuration>
<Configuration
Name="Release|x64"
OutputDirectory="$(PlatformName)\$(ConfigurationName)"
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
UseOfMFC="1"
ATLMinimizesCRunTimeLibraryUsage="false"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
PreprocessorDefinitions="NDEBUG"
MkTypLibCompatible="true"
SuppressStartupBanner="true"
TargetEnvironment="3"
TypeLibraryName=".\Release/Eraser.tlb"
/>
<Tool
Name="VCCLCompilerTool"
AdditionalOptions="/GA "
Optimization="1"
InlineFunctionExpansion="1"
AdditionalIncludeDirectories=""H:\eraser\eraser-source";"H:\eraser\eraser-source\shared""
PreprocessorDefinitions="WIN64;NDEBUG;_WINDOWS"
StringPooling="true"
RuntimeLibrary="0"
EnableFunctionLevelLinking="true"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="stdafx.h"
PrecompiledHeaderFile=".\Release/Eraser.pch"
AssemblerListingLocation=".\Release/"
ObjectFile=".\Release/"
ProgramDataBaseFileName=".\Release/"
WarningLevel="0"
SuppressStartupBanner="true"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG"
Culture="1035"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="EraserDll/Release/eraser.lib version.lib delayimp.lib"
OutputFile=".\Release/Eraser.exe"
LinkIncremental="1"
SuppressStartupBanner="true"
DelayLoadDLLs="oleacc.dll"
ProgramDatabaseFile=".\Release/Eraser.pdb"
SubSystem="2"
TargetMachine="17"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?