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

📄 winvnc.vcproj

📁 teamviewer source code vc++
💻 VCPROJ
📖 第 1 页 / 共 3 页
字号:
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
	ProjectType="Visual C++"
	Version="7.10"
	Name="roVNC"
	ProjectGUID="{B621350B-3594-449C-9F51-F1B4EDB152C0}"
	SccProjectName=""
	SccLocalPath="">
	<Platforms>
		<Platform
			Name="Win32"/>
	</Platforms>
	<Configurations>
		<Configuration
			Name="Debug|Win32"
			OutputDirectory=".\..\Debug"
			IntermediateDirectory=".\..\Debug"
			ConfigurationType="1"
			UseOfMFC="0"
			ATLMinimizesCRunTimeLibraryUsage="FALSE"
			CharacterSet="2">
			<Tool
				Name="VCCLCompilerTool"
				Optimization="0"
				AdditionalIncludeDirectories="C:\roVNC\roVNCServer\VNCVIEWER;..\omnithread;..;..\.."
				PreprocessorDefinitions="ROVNC,_DEBUG,__x86__,__WIN32__,WIN32,_WINDOWS,_WIN32_WINNT=0x501,_WIN32_IE=0x500,XMD_H,_WINSTATIC"
				BasicRuntimeChecks="0"
				RuntimeLibrary="1"
				BufferSecurityCheck="FALSE"
				EnableFunctionLevelLinking="TRUE"
				UsePrecompiledHeader="0"
				PrecompiledHeaderThrough="stdhdrs.h"
				PrecompiledHeaderFile="$(SolutionDir)\TeamViewer.pch"
				AssemblerListingLocation=""
				ObjectFile="$(IntDir)\"
				ProgramDataBaseFileName="$(IntDir)\"
				BrowseInformation="1"
				WarningLevel="3"
				SuppressStartupBanner="TRUE"
				DebugInformationFormat="4"
				CompileAs="0"
				ShowIncludes="FALSE"/>
			<Tool
				Name="VCCustomBuildTool"/>
			<Tool
				Name="VCLinkerTool"
				AdditionalOptions="/MACHINE:I386"
				AdditionalDependencies="winmm.lib wsock32.lib version.lib comctl32.lib wininet.lib"
				OutputFile="$(OutDir)/Teamviewer.exe"
				LinkIncremental="2"
				SuppressStartupBanner="TRUE"
				GenerateDebugInformation="TRUE"
				ProgramDatabaseFile=".\..\Debug/Teamviewer_Debug.pdb"
				SubSystem="2"
				EnableCOMDATFolding="0"/>
			<Tool
				Name="VCMIDLTool"
				PreprocessorDefinitions="_DEBUG"
				MkTypLibCompatible="TRUE"
				SuppressStartupBanner="TRUE"
				TargetEnvironment="1"
				TypeLibraryName=".\..\Debug/winvnc.tlb"/>
			<Tool
				Name="VCPostBuildEventTool"/>
			<Tool
				Name="VCPreBuildEventTool"/>
			<Tool
				Name="VCPreLinkEventTool"
				CommandLine="cl /nologo /I &quot;..&quot; /I &quot;..\..&quot; /EHsc /MTd /Fo..\Debug\ /Fd..\Debug\  /D &quot;_CRT_NONSTDC_NO_DEPRECATE&quot; /D &quot;_CRT_SECURE_NO_DEPRECATE&quot; /D &quot;ROVNC&quot; /D &quot;NDEBUG&quot; /D &quot;__x86__&quot; /D &quot;__WIN32__&quot; /D &quot;WIN32&quot; /D &quot;_WINDOWS&quot; /D &quot;_WIN32_WINNT=0x501&quot; /D &quot;_WIN32_IE=0x500&quot; /D &quot;XMD_H&quot; /D &quot;_WINSTATIC&quot; /D &quot;_VC80_UPGRADE=0x0710&quot; /D &quot;_MBCS&quot; /c buildtime.cpp"/>
			<Tool
				Name="VCResourceCompilerTool"
				PreprocessorDefinitions="ROVNC_NORMAL,_DEBUG"
				Culture="2057"/>
			<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="0"
			ATLMinimizesCRunTimeLibraryUsage="FALSE"
			CharacterSet="2"
			WholeProgramOptimization="TRUE">
			<Tool
				Name="VCCLCompilerTool"
				Optimization="1"
				InlineFunctionExpansion="1"
				FavorSizeOrSpeed="0"
				AdditionalIncludeDirectories="..\omnithread,..,..\..;."
				PreprocessorDefinitions="ROVNC_NORMAL,ROVNC,NDEBUG,__x86__,__WIN32__,WIN32,_WINDOWS,_WIN32_WINNT=0x501,_WIN32_IE=0x500,XMD_H,_WINSTATIC"
				StringPooling="TRUE"
				RuntimeLibrary="0"
				BufferSecurityCheck="FALSE"
				EnableFunctionLevelLinking="TRUE"
				UsePrecompiledHeader="0"
				AssemblerListingLocation=".\..\Release/"
				ObjectFile=".\..\Release/"
				ProgramDataBaseFileName=".\..\Release/"
				BrowseInformation="1"
				WarningLevel="3"
				SuppressStartupBanner="TRUE"
				DebugInformationFormat="0"
				CompileAs="0"/>
			<Tool
				Name="VCCustomBuildTool"/>
			<Tool
				Name="VCLinkerTool"
				AdditionalOptions="/MACHINE:I386"
				AdditionalDependencies="winmm.lib comctl32.lib wsock32.lib version.lib wininet.lib"
				OutputFile=".\..\Release/en/TeamViewer.exe"
				LinkIncremental="1"
				SuppressStartupBanner="TRUE"
				GenerateDebugInformation="FALSE"
				SubSystem="2"
				OptimizeReferences="2"
				EnableCOMDATFolding="2"
				OptimizeForWindows98="1"/>
			<Tool
				Name="VCMIDLTool"
				PreprocessorDefinitions="NDEBUG"
				MkTypLibCompatible="TRUE"
				SuppressStartupBanner="TRUE"
				TargetEnvironment="1"
				TypeLibraryName=".\..\Release/winvnc.tlb"/>
			<Tool
				Name="VCPostBuildEventTool"/>
			<Tool
				Name="VCPreBuildEventTool"/>
			<Tool
				Name="VCPreLinkEventTool"
				CommandLine="cl /nologo /I &quot;..&quot; /I &quot;..\..&quot; /EHsc /MT /Fo..\Release\ /Fd..\Release\  /D &quot;_CRT_NONSTDC_NO_DEPRECATE&quot; /D &quot;_CRT_SECURE_NO_DEPRECATE&quot; /D &quot;ROVNC&quot; /D &quot;NDEBUG&quot; /D &quot;__x86__&quot; /D &quot;__WIN32__&quot; /D &quot;WIN32&quot; /D &quot;_WINDOWS&quot; /D &quot;_WIN32_WINNT=0x501&quot; /D &quot;_WIN32_IE=0x500&quot; /D &quot;XMD_H&quot; /D &quot;_WINSTATIC&quot; /D &quot;_VC80_UPGRADE=0x0710&quot; /D &quot;_MBCS&quot; /c buildtime.cpp"/>
			<Tool
				Name="VCResourceCompilerTool"
				PreprocessorDefinitions="ROVNC_NORMAL,NDEBUG"
				Culture="2057"/>
			<Tool
				Name="VCWebServiceProxyGeneratorTool"/>
			<Tool
				Name="VCXMLDataGeneratorTool"/>
			<Tool
				Name="VCWebDeploymentTool"/>
			<Tool
				Name="VCManagedWrapperGeneratorTool"/>
			<Tool
				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
		</Configuration>
		<Configuration
			Name="DebugCreateHeader|Win32"
			OutputDirectory="..\Debug"
			IntermediateDirectory="..\Debug"
			ConfigurationType="1"
			UseOfMFC="0"
			ATLMinimizesCRunTimeLibraryUsage="FALSE"
			CharacterSet="2">
			<Tool
				Name="VCCLCompilerTool"
				Optimization="0"
				AdditionalIncludeDirectories="C:\roVNC\roVNCServer\VNCVIEWER;.;..\omnithread;..;..\.."
				PreprocessorDefinitions="ROVNC,_DEBUG,__x86__,__WIN32__,WIN32,_WINDOWS,_WIN32_WINNT=0x501,_WIN32_IE=0x500,XMD_H,_WINSTATIC"
				BasicRuntimeChecks="0"
				RuntimeLibrary="1"
				BufferSecurityCheck="FALSE"
				EnableFunctionLevelLinking="TRUE"
				UsePrecompiledHeader="1"
				PrecompiledHeaderThrough="stdhdrs.h"
				PrecompiledHeaderFile="$(SolutionDir)\TeamViewer.pch"
				AssemblerListingLocation=""
				ObjectFile="$(IntDir)\"
				ProgramDataBaseFileName="$(IntDir)\"
				BrowseInformation="1"
				BrowseInformationFile="$(IntDir)\CreateHeader\"
				WarningLevel="3"
				SuppressStartupBanner="TRUE"
				DebugInformationFormat="4"
				CompileAs="0"
				ShowIncludes="FALSE"/>
			<Tool
				Name="VCCustomBuildTool"/>
			<Tool
				Name="VCLinkerTool"
				AdditionalDependencies="winmm.lib wsock32.lib version.lib comctl32.lib wininet.lib"
				OutputFile="$(OutDir)/en/Teamviewer.exe"
				SuppressStartupBanner="TRUE"
				GenerateDebugInformation="TRUE"
				ProgramDatabaseFile=".\..\Debug/Teamviewer_Debug.pdb"
				SubSystem="2"
				EnableCOMDATFolding="2"/>
			<Tool
				Name="VCMIDLTool"
				PreprocessorDefinitions="_DEBUG"
				MkTypLibCompatible="TRUE"
				SuppressStartupBanner="TRUE"
				TargetEnvironment="1"
				TypeLibraryName=".\..\Debug/winvnc.tlb"/>
			<Tool
				Name="VCPostBuildEventTool"/>
			<Tool
				Name="VCPreBuildEventTool"/>
			<Tool
				Name="VCPreLinkEventTool"
				CommandLine="cl /nologo /I &quot;..&quot; /I &quot;..\..&quot; /EHsc /MTd /Fo..\Release\ /Fd..\Release\  /D &quot;_CRT_NONSTDC_NO_DEPRECATE&quot; /D &quot;_CRT_SECURE_NO_DEPRECATE&quot; /D &quot;ROVNC&quot; /D &quot;NDEBUG&quot; /D &quot;__x86__&quot; /D &quot;__WIN32__&quot; /D &quot;WIN32&quot; /D &quot;_WINDOWS&quot; /D &quot;_WIN32_WINNT=0x501&quot; /D &quot;_WIN32_IE=0x500&quot; /D &quot;XMD_H&quot; /D &quot;_WINSTATIC&quot; /D &quot;_VC80_UPGRADE=0x0710&quot; /D &quot;_MBCS&quot; /c buildtime.cpp"/>
			<Tool
				Name="VCResourceCompilerTool"
				PreprocessorDefinitions="ROVNC_NORMAL,_DEBUG"
				Culture="2057"/>
			<Tool
				Name="VCWebServiceProxyGeneratorTool"/>
			<Tool
				Name="VCXMLDataGeneratorTool"/>
			<Tool
				Name="VCWebDeploymentTool"/>
			<Tool
				Name="VCManagedWrapperGeneratorTool"/>
			<Tool
				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
		</Configuration>
		<Configuration
			Name="SupportDebug|Win32"
			OutputDirectory="$(ConfigurationName)"
			IntermediateDirectory="$(ConfigurationName)"
			ConfigurationType="1"
			UseOfMFC="0"
			ATLMinimizesCRunTimeLibraryUsage="FALSE"
			CharacterSet="2">
			<Tool
				Name="VCCLCompilerTool"
				Optimization="0"
				AdditionalIncludeDirectories="C:\roVNC\roVNCServer\VNCVIEWER;..\omnithread;..;..\.."
				PreprocessorDefinitions="ROVNC_QS,ROVNC,_DEBUG,__x86__,__WIN32__,WIN32,_WINDOWS,_WIN32_WINNT=0x501,_WIN32_IE=0x500,XMD_H,_WINSTATIC"
				BasicRuntimeChecks="0"
				RuntimeLibrary="3"
				BufferSecurityCheck="FALSE"
				EnableFunctionLevelLinking="TRUE"
				UsePrecompiledHeader="2"
				PrecompiledHeaderFile=".\..\Debug/winvnc.pch"
				AssemblerListingLocation=".\..\Debug/"
				ObjectFile=".\..\Debug/"
				ProgramDataBaseFileName=".\..\Debug/"
				BrowseInformation="1"
				WarningLevel="3"
				SuppressStartupBanner="TRUE"
				DebugInformationFormat="4"
				CompileAs="0"/>
			<Tool
				Name="VCCustomBuildTool"/>
			<Tool
				Name="VCLinkerTool"
				AdditionalOptions="/MACHINE:I386"
				AdditionalDependencies="winmm.lib wsock32.lib version.lib comctl32.lib wininet.lib"
				OutputFile=".\..\Debug/TeamViewer_Debug.exe"
				LinkIncremental="2"
				SuppressStartupBanner="TRUE"
				GenerateDebugInformation="TRUE"
				ProgramDatabaseFile=".\..\Debug/Teamviewer_Debug.pdb"
				SubSystem="2"
				EnableCOMDATFolding="0"/>
			<Tool
				Name="VCMIDLTool"
				PreprocessorDefinitions="_DEBUG"
				MkTypLibCompatible="TRUE"
				SuppressStartupBanner="TRUE"
				TargetEnvironment="1"
				TypeLibraryName=".\..\Debug/winvnc.tlb"/>
			<Tool
				Name="VCPostBuildEventTool"/>
			<Tool
				Name="VCPreBuildEventTool"/>
			<Tool
				Name="VCPreLinkEventTool"
				CommandLine="cl /nologo /MTd /Fo..\Debug\ /Fd..\Debug\ /c buildtime.cpp"/>
			<Tool
				Name="VCResourceCompilerTool"
				PreprocessorDefinitions="_DEBUG"
				Culture="2057"/>
			<Tool
				Name="VCWebServiceProxyGeneratorTool"/>
			<Tool
				Name="VCXMLDataGeneratorTool"/>
			<Tool
				Name="VCWebDeploymentTool"/>
			<Tool
				Name="VCManagedWrapperGeneratorTool"/>
			<Tool
				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
		</Configuration>
		<Configuration
			Name="SupportRelease|Win32"
			OutputDirectory=".\..\SupportRelease"
			IntermediateDirectory=".\..\SupportRelease"
			ConfigurationType="1"
			UseOfMFC="0"
			ATLMinimizesCRunTimeLibraryUsage="FALSE"
			CharacterSet="2">
			<Tool
				Name="VCCLCompilerTool"
				Optimization="1"
				InlineFunctionExpansion="1"
				FavorSizeOrSpeed="0"
				AdditionalIncludeDirectories="..\omnithread,..,..\..,."
				PreprocessorDefinitions="ROVNC_QS,ROVNC,NDEBUG,__x86__,__WIN32__,WIN32,_WINDOWS,_WIN32_WINNT=0x501,_WIN32_IE=0x500,XMD_H,_WINSTATIC"
				StringPooling="TRUE"
				RuntimeLibrary="0"
				BufferSecurityCheck="FALSE"
				EnableFunctionLevelLinking="TRUE"
				UsePrecompiledHeader="0"
				AssemblerListingLocation=""
				ObjectFile=".\..\Release/"
				ProgramDataBaseFileName=".\..\Release/"
				BrowseInformation="1"
				WarningLevel="3"
				SuppressStartupBanner="TRUE"
				CompileAs="0"/>
			<Tool
				Name="VCCustomBuildTool"/>
			<Tool
				Name="VCLinkerTool"
				AdditionalOptions="/MACHINE:I386"
				AdditionalDependencies="winmm.lib comctl32.lib wsock32.lib version.lib wininet.lib"
				OutputFile=".\..\SupportRelease/en/TeamViewerQS.exe"
				LinkIncremental="1"
				SuppressStartupBanner="TRUE"
				GenerateDebugInformation="FALSE"
				SubSystem="2"
				OptimizeReferences="2"
				EnableCOMDATFolding="2"
				OptimizeForWindows98="1"/>
			<Tool
				Name="VCMIDLTool"
				PreprocessorDefinitions="NDEBUG"
				MkTypLibCompatible="TRUE"
				SuppressStartupBanner="TRUE"
				TargetEnvironment="1"
				TypeLibraryName=".\..\Release/winvnc.tlb"/>
			<Tool
				Name="VCPostBuildEventTool"/>
			<Tool
				Name="VCPreBuildEventTool"/>
			<Tool
				Name="VCPreLinkEventTool"
				CommandLine="cl /nologo /I &quot;..&quot; /I &quot;..\..&quot; /EHsc /MT /Fo..\Release\ /Fd..\Release\  /D &quot;_CRT_NONSTDC_NO_DEPRECATE&quot; /D &quot;_CRT_SECURE_NO_DEPRECATE&quot; /D &quot;ROVNC&quot; /D &quot;NDEBUG&quot; /D &quot;__x86__&quot; /D &quot;__WIN32__&quot; /D &quot;WIN32&quot; /D &quot;_WINDOWS&quot; /D &quot;_WIN32_WINNT=0x501&quot; /D &quot;_WIN32_IE=0x500&quot; /D &quot;XMD_H&quot; /D &quot;_WINSTATIC&quot; /D &quot;_VC80_UPGRADE=0x0710&quot; /D &quot;_MBCS&quot; /c buildtime.cpp"/>
			<Tool
				Name="VCResourceCompilerTool"
				PreprocessorDefinitions="NDEBUG"
				Culture="2057"/>
			<Tool
				Name="VCWebServiceProxyGeneratorTool"/>
			<Tool
				Name="VCXMLDataGeneratorTool"/>
			<Tool
				Name="VCWebDeploymentTool"/>
			<Tool
				Name="VCManagedWrapperGeneratorTool"/>
			<Tool
				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
		</Configuration>
	</Configurations>
	<References>
	</References>
	<Files>
		<Filter
			Name="Source Files"
			Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
			<File
				RelativePath="..\..\vncviewer\AccelKeys.cpp">
			</File>
			<File
				RelativePath="..\..\vncviewer\AuthDialog.cpp">

⌨️ 快捷键说明

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