123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373 |
- <?xml version="1.0" encoding="gb2312"?>
- <VisualStudioProject
- ProjectType="Visual C++"
- Version="7.10"
- Name="kernel"
- ProjectGUID="{F8DF886B-99B9-4492-87C1-1474F887D7C9}"
- SccProjectName=""
- SccLocalPath=""
- Keyword="MFCProj">
- <Platforms>
- <Platform
- Name="Win32"/>
- </Platforms>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory=".\..\..\..\..\temp\kernel\Debug"
- IntermediateDirectory=".\..\..\..\..\temp\kernel\Debug"
- ConfigurationType="2"
- UseOfMFC="2"
- ATLMinimizesCRunTimeLibraryUsage="FALSE"
- CharacterSet="2">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="..\Common\;..\DB\DB\include;..\..\log4cproj_c\Log4C"
- PreprocessorDefinitions="WIN32;_DEBUG;_AFXEXT;PUBLIC_IMPL;SOCKHANDLE_USE_OVERLAPPED;LOG4C_ENABLE"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- UsePrecompiledHeader="3"
- PrecompiledHeaderThrough="stdafx.h"
- PrecompiledHeaderFile="$(IntDir)/$(TargetName).pch"
- AssemblerListingLocation=""
- ObjectFile="$(IntDir)/"
- ProgramDataBaseFileName="$(IntDir)/"
- BrowseInformation="1"
- WarningLevel="3"
- SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
- CompileAs="0"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="..\lib\DB.lib ..\..\log4cproj_c\Log4C\lib\Log4C.lib"
- OutputFile=".\..\..\..\..\tryto\tryto v1.0.0.2\Client\kernel.dll"
- LinkIncremental="1"
- SuppressStartupBanner="TRUE"
- ModuleDefinitionFile=".\kernel.def"
- GenerateDebugInformation="TRUE"
- ProgramDatabaseFile="$(IntDir)/$(ProjectName).pdb"
- SubSystem="2"
- ImportLibrary="..\lib\kernel.lib"
- TargetMachine="1"/>
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="TRUE"
- SuppressStartupBanner="TRUE"
- TargetEnvironment="1"
- TypeLibraryName=".\..\build/kernel.tlb"
- HeaderFileName=""/>
- <Tool
- Name="VCPostBuildEventTool"
- CommandLine="copy kernel.h ..\include
- copy device.h ..\include
- copy channel.h ..\include
- copy DevicesManager.h ..\include
- copy data.h ..\include
- copy VariantManager.h ..\include
- copy Serial.h ..\include
- copy Network.h ..\include
- copy AsyncSocketServerImpl.h ..\include
- copy SocketClientImpl.h ..\include
- copy SocketHandle.h ..\include
- copy SocketServerImpl.h ..\include
- copy CritSection.h ..\include
- copy ThreadPool.hpp ..\include
- copy EventManager.h ..\include
- "/>
- <Tool
- Name="VCPreBuildEventTool"/>
- <Tool
- Name="VCPreLinkEventTool"/>
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="2052"/>
- <Tool
- Name="VCWebServiceProxyGeneratorTool"/>
- <Tool
- Name="VCXMLDataGeneratorTool"/>
- <Tool
- Name="VCWebDeploymentTool"/>
- <Tool
- Name="VCManagedWrapperGeneratorTool"/>
- <Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
- </Configuration>
- <Configuration
- Name="Release|Win32"
- OutputDirectory=".\..\..\..\..\temp\kernel\Release"
- IntermediateDirectory=".\..\..\..\..\temp\kernel\Release"
- ConfigurationType="2"
- UseOfMFC="2"
- ATLMinimizesCRunTimeLibraryUsage="FALSE"
- CharacterSet="2">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- InlineFunctionExpansion="1"
- AdditionalIncludeDirectories="..\Common\;..\DB\DB\include;..\..\log4cproj_c\Log4C"
- PreprocessorDefinitions="WIN32;NDEBUG;_AFXEXT;PUBLIC_IMPL;SOCKHANDLE_USE_OVERLAPPED;LOG4C_ENABLE"
- StringPooling="TRUE"
- RuntimeLibrary="2"
- EnableFunctionLevelLinking="TRUE"
- UsePrecompiledHeader="3"
- PrecompiledHeaderThrough="stdafx.h"
- PrecompiledHeaderFile="$(IntDir)/$(TargetName).pch"
- AssemblerListingLocation=""
- ObjectFile="$(IntDir)/"
- ProgramDataBaseFileName="$(IntDir)/"
- WarningLevel="3"
- SuppressStartupBanner="TRUE"
- CompileAs="0"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="..\lib\DEBUG_DB.lib ..\..\log4cproj_c\Log4C\lib\Log4C.lib"
- OutputFile=".\..\..\..\..\tryto\tryto v1.0.0.2\Client\kernel.dll"
- LinkIncremental="1"
- SuppressStartupBanner="TRUE"
- ModuleDefinitionFile=".\kernel.def"
- ProgramDatabaseFile="$(IntDir)/$(ProjectName).pdb"
- SubSystem="2"
- ImportLibrary="..\lib\kernel.lib"
- TargetMachine="1"/>
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="TRUE"
- SuppressStartupBanner="TRUE"
- TargetEnvironment="1"
- TypeLibraryName=".\..\..\Release/kernel.tlb"
- HeaderFileName=""/>
- <Tool
- Name="VCPostBuildEventTool"
- CommandLine="copy kernel.h ..\include
- copy device.h ..\include
- copy channel.h ..\include
- copy DevicesManager.h ..\include
- copy data.h ..\include
- copy VariantManager.h ..\include
- copy Serial.h ..\include
- copy Network.h ..\include
- copy EventManager.h ..\include
- "/>
- <Tool
- Name="VCPreBuildEventTool"/>
- <Tool
- Name="VCPreLinkEventTool"/>
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="2052"/>
- <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=".\Channel.cpp">
- </File>
- <File
- RelativePath=".\crc32.cpp">
- </File>
- <File
- RelativePath="Data.cpp">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\DBInterface.cpp">
- </File>
- <File
- RelativePath=".\Device.cpp">
- </File>
- <File
- RelativePath=".\DevicesManager.cpp">
- </File>
- <File
- RelativePath=".\EventManager.cpp">
- </File>
- <File
- RelativePath="kernel.cpp">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="kernel.def">
- </File>
- <File
- RelativePath="kernel.rc">
- </File>
- <File
- RelativePath=".\Network.cpp">
- </File>
- <File
- RelativePath=".\Serial.cpp">
- </File>
- <File
- RelativePath=".\SocketHandle.cpp">
- </File>
- <File
- RelativePath="StdAfx.cpp">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- UsePrecompiledHeader="1"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- PreprocessorDefinitions=""
- UsePrecompiledHeader="1"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\TCPClient.cpp">
- </File>
- <File
- RelativePath=".\TcpParse.cpp">
- </File>
- <File
- RelativePath=".\VariantManager.cpp">
- </File>
- </Filter>
- <Filter
- Name="Header Files"
- Filter="h;hpp;hxx;hm;inl">
- <File
- RelativePath=".\AsyncSocketServerImpl.h">
- </File>
- <File
- RelativePath=".\Channel.h">
- </File>
- <File
- RelativePath=".\Client2SrvType.h">
- </File>
- <File
- RelativePath=".\crc32.h">
- </File>
- <File
- RelativePath=".\CritSection.h">
- </File>
- <File
- RelativePath="Data.h">
- </File>
- <File
- RelativePath=".\DBInterface.h">
- </File>
- <File
- RelativePath=".\Device.h">
- </File>
- <File
- RelativePath=".\DevicesManager.h">
- </File>
- <File
- RelativePath=".\EventManager.h">
- </File>
- <File
- RelativePath="kernel.h">
- </File>
- <File
- RelativePath=".\NetWork.h">
- </File>
- <File
- RelativePath="Resource.h">
- </File>
- <File
- RelativePath=".\Serial.h">
- </File>
- <File
- RelativePath=".\SocketClientImpl.h">
- </File>
- <File
- RelativePath=".\SocketHandle.h">
- </File>
- <File
- RelativePath=".\SocketServerImpl.h">
- </File>
- <File
- RelativePath="StdAfx.h">
- </File>
- <File
- RelativePath=".\TCPClient.h">
- </File>
- <File
- RelativePath=".\TcpParse.h">
- </File>
- <File
- RelativePath=".\ThreadPool.hpp">
- </File>
- <File
- RelativePath=".\VariantManager.h">
- </File>
- </Filter>
- <Filter
- Name="Resource Files"
- Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
- </Filter>
- <File
- RelativePath="ReadMe.txt">
- </File>
- </Files>
- <Globals>
- <Global
- Name="RESOURCE_FILE"
- Value="kernel.rc"/>
- </Globals>
- </VisualStudioProject>
|