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

📄 comsocketserver2.vcproj

📁 这个动态链接库是Socket通过COm串口实现数据通信
💻 VCPROJ
字号:
<?xml version="1.0" encoding = "Windows-1252"?>
<VisualStudioProject
	ProjectType="Visual C++"
	Version="7.00"
	Name="COMSocketServer2"
	SccProjectName="&quot;$/Web Articles/SocketServers/COMSocketServer2/COMSocketServer2&quot;, TABAAAAA"
	SccAuxPath=""
	SccLocalPath="."
	SccProvider="MSSCCI:Microsoft Visual SourceSafe"
	Keyword="AtlProj">
	<Platforms>
		<Platform
			Name="Win32"/>
	</Platforms>
	<Configurations>
		<Configuration
			Name="Unicode Debug|Win32"
			OutputDirectory=".\Output\VC7\UDebug"
			IntermediateDirectory=".\Output\VC7\UDebug"
			ConfigurationType="2"
			UseOfMFC="0"
			ATLMinimizesCRunTimeLibraryUsage="FALSE"
			CharacterSet="1">
			<Tool
				Name="VCCLCompilerTool"
				Optimization="0"
				AdditionalIncludeDirectories="..\"
				PreprocessorDefinitions="_DEBUG;UNICODE;WIN32;_WINDOWS;_USRDLL;_MERGE_PROXYSTUB"
				BasicRuntimeChecks="3"
				RuntimeLibrary="1"
				PrecompiledHeaderFile=".\Output\VC7\UDebug/COMSocketServer2.pch"
				AssemblerListingLocation=".\Output\VC7\UDebug/"
				ObjectFile=".\Output\VC7\UDebug/"
				ProgramDataBaseFileName=".\Output\VC7\UDebug/"
				WarningLevel="3"
				SuppressStartupBanner="TRUE"
				DebugInformationFormat="4"
				CompileAs="0"/>
			<Tool
				Name="VCCustomBuildTool"
				Description="Performing registration"
				CommandLine="if &quot;%OS%&quot;==&quot;&quot; goto NOTNT
if not &quot;%OS%&quot;==&quot;Windows_NT&quot; goto NOTNT
regsvr32 /s /c &quot;$(TargetPath)&quot;
echo regsvr32 exec. time &gt; &quot;$(OutDir)\regsvr32.trg&quot;
goto end
:NOTNT
echo Warning : Cannot register Unicode DLL on Windows 95
:end
"
				Outputs="$(OutDir)\regsvr32.trg"/>
			<Tool
				Name="VCLinkerTool"
				AdditionalOptions="/MACHINE:I386"
				AdditionalDependencies="odbc32.lib odbccp32.lib"
				OutputFile="Output\VS6\UDebug/COMSocketServer.dll"
				LinkIncremental="2"
				SuppressStartupBanner="TRUE"
				ModuleDefinitionFile=".\COMSocketServer.def"
				GenerateDebugInformation="TRUE"
				ProgramDatabaseFile=".\Output\VC7\UDebug/COMSocketServer.pdb"
				SubSystem="2"
				ImportLibrary=".\Output\VC7\UDebug/COMSocketServer.lib"/>
			<Tool
				Name="VCMIDLTool"
				TypeLibraryName=".\Output\VC7\UDebug/COMSocketServer2.tlb"/>
			<Tool
				Name="VCPostBuildEventTool"/>
			<Tool
				Name="VCPreBuildEventTool"/>
			<Tool
				Name="VCPreLinkEventTool"/>
			<Tool
				Name="VCResourceCompilerTool"
				PreprocessorDefinitions="_DEBUG"
				Culture="2057"/>
			<Tool
				Name="VCWebServiceProxyGeneratorTool"/>
			<Tool
				Name="VCWebDeploymentTool"/>
		</Configuration>
		<Configuration
			Name="Unicode Release|Win32"
			OutputDirectory=".\Output\VC7\URelease"
			IntermediateDirectory=".\Output\VC7\URelease"
			ConfigurationType="2"
			UseOfMFC="0"
			UseOfATL="1"
			ATLMinimizesCRunTimeLibraryUsage="FALSE"
			CharacterSet="1">
			<Tool
				Name="VCCLCompilerTool"
				Optimization="1"
				InlineFunctionExpansion="1"
				AdditionalIncludeDirectories="..\"
				PreprocessorDefinitions="NDEBUG;_MBCS;WIN32;_WINDOWS;_USRDLL;_MERGE_PROXYSTUB;UNICODE"
				StringPooling="TRUE"
				RuntimeLibrary="0"
				EnableFunctionLevelLinking="TRUE"
				PrecompiledHeaderFile=".\Output\VC7\URelease/COMSocketServer2.pch"
				AssemblerListingLocation=".\Output\VC7\URelease/"
				ObjectFile=".\Output\VC7\URelease/"
				ProgramDataBaseFileName=".\Output\VC7\URelease/"
				WarningLevel="3"
				SuppressStartupBanner="TRUE"
				CompileAs="0"/>
			<Tool
				Name="VCCustomBuildTool"
				Description="Performing registration"
				CommandLine="regsvr32 /s /c &quot;$(TargetPath)&quot;
echo regsvr32 exec. time &gt; &quot;$(OutDir)\regsvr32.trg&quot;
"
				Outputs="$(OutDir)\regsvr32.trg"/>
			<Tool
				Name="VCLinkerTool"
				AdditionalOptions="/MACHINE:I386"
				AdditionalDependencies="odbc32.lib odbccp32.lib"
				OutputFile="Output\VS6\URelease/COMSocketServer.dll"
				LinkIncremental="1"
				SuppressStartupBanner="TRUE"
				ModuleDefinitionFile=".\COMSocketServer.def"
				ProgramDatabaseFile=".\Output\VC7\URelease/COMSocketServer.pdb"
				SubSystem="2"
				ImportLibrary=".\Output\VC7\URelease/COMSocketServer.lib"/>
			<Tool
				Name="VCMIDLTool"
				TypeLibraryName=".\Output\VC7\URelease/COMSocketServer2.tlb"/>
			<Tool
				Name="VCPostBuildEventTool"/>
			<Tool
				Name="VCPreBuildEventTool"/>
			<Tool
				Name="VCPreLinkEventTool"/>
			<Tool
				Name="VCResourceCompilerTool"
				PreprocessorDefinitions="NDEBUG"
				Culture="2057"/>
			<Tool
				Name="VCWebServiceProxyGeneratorTool"/>
			<Tool
				Name="VCWebDeploymentTool"/>
		</Configuration>
		<Configuration
			Name="Debug|Win32"
			OutputDirectory=".\Output\VC7\Debug"
			IntermediateDirectory=".\Output\VC7\Debug"
			ConfigurationType="2"
			UseOfMFC="0"
			ATLMinimizesCRunTimeLibraryUsage="FALSE"
			CharacterSet="2">
			<Tool
				Name="VCCLCompilerTool"
				Optimization="0"
				AdditionalIncludeDirectories="..\"
				PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;_USRDLL;_MERGE_PROXYSTUB"
				BasicRuntimeChecks="3"
				RuntimeLibrary="1"
				PrecompiledHeaderFile=".\Output\VC7\Debug/COMSocketServer2.pch"
				AssemblerListingLocation=".\Output\VC7\Debug/"
				ObjectFile=".\Output\VC7\Debug/"
				ProgramDataBaseFileName=".\Output\VC7\Debug/"
				WarningLevel="3"
				SuppressStartupBanner="TRUE"
				DebugInformationFormat="4"
				CompileAs="0"/>
			<Tool
				Name="VCCustomBuildTool"
				Description="Performing registration"
				CommandLine="regsvr32 /s /c &quot;$(TargetPath)&quot;
echo regsvr32 exec. time &gt; &quot;$(OutDir)\regsvr32.trg&quot;
"
				Outputs="$(OutDir)\regsvr32.trg"/>
			<Tool
				Name="VCLinkerTool"
				AdditionalOptions="/MACHINE:I386"
				AdditionalDependencies="odbc32.lib odbccp32.lib"
				OutputFile="Output\VS6\Debug/COMSocketServer.dll"
				LinkIncremental="2"
				SuppressStartupBanner="TRUE"
				ModuleDefinitionFile=".\COMSocketServer.def"
				GenerateDebugInformation="TRUE"
				ProgramDatabaseFile=".\Output\VC7\Debug/COMSocketServer.pdb"
				SubSystem="2"
				ImportLibrary=".\Output\VC7\Debug/COMSocketServer.lib"/>
			<Tool
				Name="VCMIDLTool"
				TypeLibraryName=".\Output\VC7\Debug/COMSocketServer2.tlb"/>
			<Tool
				Name="VCPostBuildEventTool"/>
			<Tool
				Name="VCPreBuildEventTool"/>
			<Tool
				Name="VCPreLinkEventTool"/>
			<Tool
				Name="VCResourceCompilerTool"
				PreprocessorDefinitions="_DEBUG"
				Culture="2057"/>
			<Tool
				Name="VCWebServiceProxyGeneratorTool"/>
			<Tool
				Name="VCWebDeploymentTool"/>
		</Configuration>
		<Configuration
			Name="Release|Win32"
			OutputDirectory=".\Output\VC7\Release"
			IntermediateDirectory=".\Output\VC7\Release"
			ConfigurationType="2"
			UseOfMFC="0"
			UseOfATL="1"
			ATLMinimizesCRunTimeLibraryUsage="FALSE"
			CharacterSet="2">
			<Tool
				Name="VCCLCompilerTool"
				Optimization="1"
				InlineFunctionExpansion="1"
				AdditionalIncludeDirectories="..\"
				PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;_USRDLL;_MERGE_PROXYSTUB"
				StringPooling="TRUE"
				RuntimeLibrary="0"
				EnableFunctionLevelLinking="TRUE"
				PrecompiledHeaderFile=".\Output\VC7\Release/COMSocketServer2.pch"
				AssemblerListingLocation=".\Output\VC7\Release/"
				ObjectFile=".\Output\VC7\Release/"
				ProgramDataBaseFileName=".\Output\VC7\Release/"
				WarningLevel="3"
				SuppressStartupBanner="TRUE"
				CompileAs="0"/>
			<Tool
				Name="VCCustomBuildTool"
				Description="Performing registration"
				CommandLine="regsvr32 /s /c &quot;$(TargetPath)&quot;
echo regsvr32 exec. time &gt; &quot;$(OutDir)\regsvr32.trg&quot;
"
				Outputs="$(OutDir)\regsvr32.trg"/>
			<Tool
				Name="VCLinkerTool"
				AdditionalOptions="/MACHINE:I386"
				AdditionalDependencies="odbc32.lib odbccp32.lib"
				OutputFile="Output\VS6\Release/COMSocketServer.dll"
				LinkIncremental="1"
				SuppressStartupBanner="TRUE"
				ModuleDefinitionFile=".\COMSocketServer.def"
				ProgramDatabaseFile=".\Output\VC7\Release/COMSocketServer.pdb"
				SubSystem="2"
				ImportLibrary=".\Output\VC7\Release/COMSocketServer.lib"/>
			<Tool
				Name="VCMIDLTool"
				TypeLibraryName=".\Output\VC7\Release/COMSocketServer2.tlb"/>
			<Tool
				Name="VCPostBuildEventTool"/>
			<Tool
				Name="VCPreBuildEventTool"/>
			<Tool
				Name="VCPreLinkEventTool"/>
			<Tool
				Name="VCResourceCompilerTool"
				PreprocessorDefinitions="NDEBUG"
				Culture="2057"/>
			<Tool
				Name="VCWebServiceProxyGeneratorTool"/>
			<Tool
				Name="VCWebDeploymentTool"/>
		</Configuration>
	</Configurations>
	<Files>
		<Filter
			Name="Source Files"
			Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
			<File
				RelativePath=".\Address.cpp">
			</File>
			<File
				RelativePath=".\COMSocketServer.cpp">
			</File>
			<File
				RelativePath=".\COMSocketServer.def">
			</File>
			<File
				RelativePath=".\COMSocketServer.rc">
				<FileConfiguration
					Name="Unicode Debug|Win32">
					<Tool
						Name="VCResourceCompilerTool"
						AdditionalIncludeDirectories="$(OUTDIR);$(NoInherit)"/>
				</FileConfiguration>
				<FileConfiguration
					Name="Unicode Release|Win32">
					<Tool
						Name="VCResourceCompilerTool"
						AdditionalIncludeDirectories="$(OUTDIR);$(NoInherit)"/>
				</FileConfiguration>
				<FileConfiguration
					Name="Debug|Win32">
					<Tool
						Name="VCResourceCompilerTool"
						AdditionalIncludeDirectories="$(OUTDIR);$(NoInherit)"/>
				</FileConfiguration>
				<FileConfiguration
					Name="Release|Win32">
					<Tool
						Name="VCResourceCompilerTool"
						AdditionalIncludeDirectories="$(OUTDIR);$(NoInherit)"/>
				</FileConfiguration>
			</File>
			<File
				RelativePath=".\Data.cpp">
			</File>
			<File
				RelativePath=".\Server.cpp">
			</File>
			<File
				RelativePath=".\Socket.cpp">
			</File>
			<File
				RelativePath=".\SocketServer.cpp">
			</File>
			<File
				RelativePath=".\SocketServerFactory.cpp">
			</File>
			<File
				RelativePath=".\SocketServerWorkerThread.cpp">
			</File>
			<File
				RelativePath=".\StdAfx.cpp">
				<FileConfiguration
					Name="Unicode Release|Win32">
					<Tool
						Name="VCCLCompilerTool"
						UsePrecompiledHeader="1"
						PrecompiledHeaderThrough="stdafx.h"/>
				</FileConfiguration>
				<FileConfiguration
					Name="Debug|Win32">
					<Tool
						Name="VCCLCompilerTool"
						UsePrecompiledHeader="1"
						PrecompiledHeaderThrough="stdafx.h"/>
				</FileConfiguration>
				<FileConfiguration
					Name="Release|Win32">
					<Tool
						Name="VCCLCompilerTool"
						UsePrecompiledHeader="1"
						PrecompiledHeaderThrough="stdafx.h"/>
				</FileConfiguration>
			</File>
			<File
				RelativePath=".\dlldatax.c">
			</File>
		</Filter>
		<Filter
			Name="Header Files"
			Filter="h;hpp;hxx;hm;inl">
			<File
				RelativePath=".\Address.h">
			</File>
			<File
				RelativePath=".\COMSocketServerCP.h">
			</File>
			<File
				RelativePath=".\Data.h">
			</File>
			<File
				RelativePath=".\IAddressInit.h">
			</File>
			<File
				RelativePath=".\IDataInit.h">
			</File>
			<File
				RelativePath=".\ISocketInit.h">
			</File>
			<File
				RelativePath=".\Resource.h">
			</File>
			<File
				RelativePath=".\Server.h">
			</File>
			<File
				RelativePath=".\Socket.h">
			</File>
			<File
				RelativePath=".\SocketServer.h">
			</File>
			<File
				RelativePath=".\SocketServerFactory.h">
			</File>
			<File
				RelativePath=".\SocketServerWorkerThread.h">
			</File>
			<File
				RelativePath=".\StdAfx.h">
			</File>
			<File
				RelativePath=".\dlldatax.h">
			</File>
		</Filter>
		<Filter
			Name="Resource Files"
			Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
			<File
				RelativePath=".\Address.rgs">
			</File>
			<File
				RelativePath=".\Data.rgs">
			</File>
			<File
				RelativePath=".\Server.rgs">
			</File>
			<File
				RelativePath=".\Socket.rgs">
			</File>
			<File
				RelativePath=".\SocketServerFactory.rgs">
			</File>
		</Filter>
		<Filter
			Name="Interfaces"
			Filter="">
			<File
				RelativePath=".\COMSocketServer.idl">
				<FileConfiguration
					Name="Unicode Debug|Win32">
					<Tool
						Name="VCMIDLTool"
						AdditionalIncludeDirectories="..\;$(NoInherit)"
						GenerateStublessProxies="TRUE"
						TypeLibraryName=".\COMSocketServer.tlb"
						HeaderFileName="COMSocketServer.h"
						InterfaceIdentifierFileName="COMSocketServer_i.c"/>
				</FileConfiguration>
				<FileConfiguration
					Name="Unicode Release|Win32">
					<Tool
						Name="VCMIDLTool"
						AdditionalIncludeDirectories="..\;$(NoInherit)"
						GenerateStublessProxies="TRUE"
						TypeLibraryName=".\COMSocketServer.tlb"
						HeaderFileName="COMSocketServer.h"
						InterfaceIdentifierFileName="COMSocketServer_i.c"/>
				</FileConfiguration>
				<FileConfiguration
					Name="Debug|Win32">
					<Tool
						Name="VCMIDLTool"
						AdditionalIncludeDirectories="..\;$(NoInherit)"
						GenerateStublessProxies="TRUE"
						TypeLibraryName=".\COMSocketServer.tlb"
						HeaderFileName="COMSocketServer.h"
						InterfaceIdentifierFileName="COMSocketServer_i.c"/>
				</FileConfiguration>
				<FileConfiguration
					Name="Release|Win32">
					<Tool
						Name="VCMIDLTool"
						AdditionalIncludeDirectories="..\;$(NoInherit)"
						GenerateStublessProxies="TRUE"
						TypeLibraryName=".\COMSocketServer.tlb"
						HeaderFileName="COMSocketServer.h"
						InterfaceIdentifierFileName="COMSocketServer_i.c"/>
				</FileConfiguration>
			</File>
		</Filter>
	</Files>
	<Globals>
	</Globals>
</VisualStudioProject>

⌨️ 快捷键说明

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