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

📄 optest_sample.8.0.vcproj

📁 PGP.Corporation.PGP.SDK.v3.7.2.rar 此前从本站下载的那个缺少几个lib文件
💻 VCPROJ
字号:
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
	ProjectType="Visual C++"
	Version="8.00"
	Name="optest_sample"
	ProjectGUID="{16423CDC-1218-498E-82D6-96145D52A754}"
	RootNamespace="optest_sample"
	Keyword="Win32Proj"
	>
	<Platforms>
		<Platform
			Name="Win32"
		/>
	</Platforms>
	<ToolFiles>
	</ToolFiles>
	<Configurations>
		<Configuration
			Name="Debug|Win32"
			OutputDirectory="Debug"
			IntermediateDirectory="Debug"
			ConfigurationType="1"
			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
			CharacterSet="2"
			>
			<Tool
				Name="VCPreBuildEventTool"
			/>
			<Tool
				Name="VCCustomBuildTool"
			/>
			<Tool
				Name="VCXMLDataGeneratorTool"
			/>
			<Tool
				Name="VCWebServiceProxyGeneratorTool"
			/>
			<Tool
				Name="VCMIDLTool"
			/>
			<Tool
				Name="VCCLCompilerTool"
				Optimization="0"
				AdditionalIncludeDirectories="../../headers"
				PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;PGP_WIN32=1;PGP_DEBUG=1;_USE_32BIT_TIME_T=1;_CRT_SECURE_NO_DEPRECATE=1"
				MinimalRebuild="true"
				BasicRuntimeChecks="3"
				RuntimeLibrary="1"
				UsePrecompiledHeader="0"
				BrowseInformation="1"
				WarningLevel="3"
				Detect64BitPortabilityProblems="true"
				DebugInformationFormat="4"
			/>
			<Tool
				Name="VCManagedResourceCompilerTool"
			/>
			<Tool
				Name="VCResourceCompilerTool"
			/>
			<Tool
				Name="VCPreLinkEventTool"
			/>
			<Tool
				Name="VCLinkerTool"
				AdditionalDependencies="PGPsdk.lib PGPsdkNL.lib"
				OutputFile="$(OutDir)/optest.exe"
				LinkIncremental="2"
				AdditionalLibraryDirectories="../../libraries/debug"
				GenerateDebugInformation="true"
				ProgramDatabaseFile="$(OutDir)/optest.pdb"
				SubSystem="1"
				TargetMachine="1"
			/>
			<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 /b /y $(SolutionDir)..\..\libraries\$(ConfigurationName)\PGPsdk.dll $(OutDir)\PGPsdk.dll&#x0D;&#x0A;copy /b /y $(SolutionDir)..\..\libraries\$(ConfigurationName)\PGPsdkNL.dll $(OutDir)\PGPsdkNL.dll&#x0D;&#x0A;"
			/>
		</Configuration>
		<Configuration
			Name="Release|Win32"
			OutputDirectory="Release"
			IntermediateDirectory="Release"
			ConfigurationType="1"
			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
			CharacterSet="2"
			>
			<Tool
				Name="VCPreBuildEventTool"
			/>
			<Tool
				Name="VCCustomBuildTool"
			/>
			<Tool
				Name="VCXMLDataGeneratorTool"
			/>
			<Tool
				Name="VCWebServiceProxyGeneratorTool"
			/>
			<Tool
				Name="VCMIDLTool"
			/>
			<Tool
				Name="VCCLCompilerTool"
				AdditionalIncludeDirectories="../../headers"
				PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;PGP_WIN32=1;_USE_32BIT_TIME_T=1;_CRT_SECURE_NO_DEPRECATE=1"
				RuntimeLibrary="0"
				UsePrecompiledHeader="0"
				WarningLevel="3"
				Detect64BitPortabilityProblems="true"
				DebugInformationFormat="3"
			/>
			<Tool
				Name="VCManagedResourceCompilerTool"
			/>
			<Tool
				Name="VCResourceCompilerTool"
			/>
			<Tool
				Name="VCPreLinkEventTool"
			/>
			<Tool
				Name="VCLinkerTool"
				AdditionalDependencies="PGPsdk.lib PGPsdkNL.lib"
				OutputFile="$(OutDir)/optest.exe"
				LinkIncremental="1"
				AdditionalLibraryDirectories="../../libraries/release"
				GenerateDebugInformation="true"
				ProgramDatabaseFile="$(OutDir)/optest.pdb"
				SubSystem="1"
				OptimizeReferences="2"
				EnableCOMDATFolding="2"
				TargetMachine="1"
			/>
			<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 /b /y $(SolutionDir)..\..\libraries\$(ConfigurationName)\PGPsdk.dll $(OutDir)\PGPsdk.dll&#x0D;&#x0A;copy /b /y $(SolutionDir)..\..\libraries\$(ConfigurationName)\PGPsdkNL.dll $(OutDir)\PGPsdkNL.dll&#x0D;&#x0A;"
			/>
		</Configuration>
		<Configuration
			Name="Debug-Static|Win32"
			OutputDirectory="$(ConfigurationName)"
			IntermediateDirectory="$(ConfigurationName)"
			ConfigurationType="1"
			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
			CharacterSet="2"
			>
			<Tool
				Name="VCPreBuildEventTool"
			/>
			<Tool
				Name="VCCustomBuildTool"
			/>
			<Tool
				Name="VCXMLDataGeneratorTool"
			/>
			<Tool
				Name="VCWebServiceProxyGeneratorTool"
			/>
			<Tool
				Name="VCMIDLTool"
			/>
			<Tool
				Name="VCCLCompilerTool"
				Optimization="0"
				AdditionalIncludeDirectories="../../headers"
				PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;PGP_WIN32=1;PGP_DEBUG=1;_USE_32BIT_TIME_T=1;_CRT_SECURE_NO_DEPRECATE=1"
				MinimalRebuild="true"
				BasicRuntimeChecks="3"
				RuntimeLibrary="1"
				UsePrecompiledHeader="0"
				BrowseInformation="1"
				WarningLevel="3"
				Detect64BitPortabilityProblems="true"
				DebugInformationFormat="4"
			/>
			<Tool
				Name="VCManagedResourceCompilerTool"
			/>
			<Tool
				Name="VCResourceCompilerTool"
			/>
			<Tool
				Name="VCPreLinkEventTool"
			/>
			<Tool
				Name="VCLinkerTool"
				AdditionalDependencies="PGPsdkStatic.lib PGPsdkNLStatic.lib ws2_32.lib rpcrt4.lib"
				OutputFile="$(OutDir)/optest.exe"
				LinkIncremental="2"
				AdditionalLibraryDirectories="../../libraries/debug"
				IgnoreAllDefaultLibraries="false"
				IgnoreDefaultLibraryNames="libc.lib"
				GenerateDebugInformation="true"
				ProgramDatabaseFile="$(OutDir)/optest.pdb"
				SubSystem="1"
				TargetMachine="1"
			/>
			<Tool
				Name="VCALinkTool"
			/>
			<Tool
				Name="VCManifestTool"
			/>
			<Tool
				Name="VCXDCMakeTool"
			/>
			<Tool
				Name="VCBscMakeTool"
			/>
			<Tool
				Name="VCFxCopTool"
			/>
			<Tool
				Name="VCAppVerifierTool"
			/>
			<Tool
				Name="VCWebDeploymentTool"
			/>
			<Tool
				Name="VCPostBuildEventTool"
			/>
		</Configuration>
		<Configuration
			Name="Release-Static|Win32"
			OutputDirectory="$(ConfigurationName)"
			IntermediateDirectory="$(ConfigurationName)"
			ConfigurationType="1"
			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
			CharacterSet="2"
			>
			<Tool
				Name="VCPreBuildEventTool"
			/>
			<Tool
				Name="VCCustomBuildTool"
			/>
			<Tool
				Name="VCXMLDataGeneratorTool"
			/>
			<Tool
				Name="VCWebServiceProxyGeneratorTool"
			/>
			<Tool
				Name="VCMIDLTool"
			/>
			<Tool
				Name="VCCLCompilerTool"
				AdditionalIncludeDirectories="../../headers"
				PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;PGP_WIN32=1;_USE_32BIT_TIME_T=1;_CRT_SECURE_NO_DEPRECATE=1"
				RuntimeLibrary="0"
				UsePrecompiledHeader="0"
				WarningLevel="3"
				Detect64BitPortabilityProblems="true"
				DebugInformationFormat="3"
			/>
			<Tool
				Name="VCManagedResourceCompilerTool"
			/>
			<Tool
				Name="VCResourceCompilerTool"
			/>
			<Tool
				Name="VCPreLinkEventTool"
			/>
			<Tool
				Name="VCLinkerTool"
				AdditionalDependencies="PGPsdkStatic.lib PGPsdkNLStatic.lib ws2_32.lib rpcrt4.lib"
				OutputFile="$(OutDir)/optest.exe"
				LinkIncremental="1"
				AdditionalLibraryDirectories="../../libraries/release"
				IgnoreDefaultLibraryNames="libc.lib"
				GenerateDebugInformation="true"
				ProgramDatabaseFile="$(OutDir)/optest.pdb"
				SubSystem="1"
				OptimizeReferences="2"
				EnableCOMDATFolding="2"
				TargetMachine="1"
			/>
			<Tool
				Name="VCALinkTool"
			/>
			<Tool
				Name="VCManifestTool"
			/>
			<Tool
				Name="VCXDCMakeTool"
			/>
			<Tool
				Name="VCBscMakeTool"
			/>
			<Tool
				Name="VCFxCopTool"
			/>
			<Tool
				Name="VCAppVerifierTool"
			/>
			<Tool
				Name="VCWebDeploymentTool"
			/>
			<Tool
				Name="VCPostBuildEventTool"
			/>
		</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=".\src\CipherTest.c"
				>
			</File>
			<File
				RelativePath=".\src\decodeEvent.c"
				>
			</File>
			<File
				RelativePath=".\src\Encode.c"
				>
			</File>
			<File
				RelativePath=".\src\ExpiredKey.c"
				>
			</File>
			<File
				RelativePath=".\src\HMACtest.c"
				>
			</File>
			<File
				RelativePath=".\src\keygen.c"
				>
			</File>
			<File
				RelativePath=".\src\keymgmt.c"
				>
			</File>
			<File
				RelativePath=".\src\KeyserverTest.c"
				>
			</File>
			<File
				RelativePath=".\src\Keytest.c"
				>
			</File>
			<File
				RelativePath=".\src\KeyUsage.c"
				>
			</File>
			<File
				RelativePath=".\src\optest.c"
				>
			</File>
			<File
				RelativePath=".\src\optestUtils.c"
				>
			</File>
			<File
				RelativePath=".\src\PGPtar.c"
				>
			</File>
			<File
				RelativePath=".\src\ReconTest.c"
				>
			</File>
			<File
				RelativePath=".\src\RNGtest.c"
				>
			</File>
			<File
				RelativePath=".\src\ShamirTest.c"
				>
			</File>
			<File
				RelativePath=".\src\SHAtest.c"
				>
			</File>
			<File
				RelativePath=".\src\TokenTest.c"
				>
			</File>
			<File
				RelativePath=".\src\X509test.c"
				>
			</File>
		</Filter>
		<Filter
			Name="Header Files"
			Filter="h;hpp;hxx;hm;inl;inc;xsd"
			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
			>
			<File
				RelativePath=".\src\optest.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>
	</Files>
	<Globals>
	</Globals>
</VisualStudioProject>

⌨️ 快捷键说明

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