123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGuid>{C93E8109-260C-46F1-B9DD-58F9424D2FD8}</ProjectGuid>
- <Keyword>Win32Proj</Keyword>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType>Application</ConfigurationType>
- <PlatformToolset>v110</PlatformToolset>
- <UseOfMfc>Dynamic</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType>Application</ConfigurationType>
- <PlatformToolset>v110</PlatformToolset>
- <UseOfMfc>Dynamic</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
- </ImportGroup>
- <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
- </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup>
- <_ProjectFileVersion>11.0.50727.1</_ProjectFileVersion>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <OutDir>.\..\..\..\..\temp\Service\Debug\</OutDir>
- <IntDir>.\..\..\..\..\temp\Service\Debug\</IntDir>
- <LinkIncremental>true</LinkIncremental>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <OutDir>.\..\..\..\..\temp\Service\Release\</OutDir>
- <IntDir>.\..\..\..\..\temp\Service\Release\</IntDir>
- <LinkIncremental>false</LinkIncremental>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <ClCompile>
- <Optimization>Disabled</Optimization>
- <AdditionalIncludeDirectories>..\..\..\log4cproj_c\Log4C;.\..\DB\DB\include;.\..\DB\DB;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;SOCKHANDLE_USE_OVERLAPPED;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <MinimalRebuild>true</MinimalRebuild>
- <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
- <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
- <PrecompiledHeader>Use</PrecompiledHeader>
- <WarningLevel>Level3</WarningLevel>
- <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
- </ClCompile>
- <Link>
- <AdditionalDependencies>.\..\lib\DB.lib;%(AdditionalDependencies)</AdditionalDependencies>
- <OutputFile>.\..\..\..\..\tryto\tryto v1.0.0.2\Server\IOServer.exe</OutputFile>
- <GenerateDebugInformation>true</GenerateDebugInformation>
- <ProgramDatabaseFile>$(OutDir)Service.pdb</ProgramDatabaseFile>
- <SubSystem>Console</SubSystem>
- <TargetMachine>MachineX86</TargetMachine>
- </Link>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <ClCompile>
- <AdditionalIncludeDirectories>.\..\..\log4cproj_c\Log4C;.\..\DB\DB\include;.\..\DB\DB;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;SOCKHANDLE_USE_OVERLAPPED;LOG4C_ENABLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
- <PrecompiledHeader>Use</PrecompiledHeader>
- <WarningLevel>Level3</WarningLevel>
- <DebugInformationFormat>OldStyle</DebugInformationFormat>
- </ClCompile>
- <Link>
- <AdditionalDependencies>.\..\lib\DB.lib;%(AdditionalDependencies)</AdditionalDependencies>
- <OutputFile>.\..\..\..\..\tryto\tryto v1.0.0.2\Server\IOServer.exe</OutputFile>
- <GenerateDebugInformation>true</GenerateDebugInformation>
- <GenerateMapFile>true</GenerateMapFile>
- <MapExports>true</MapExports>
- <SubSystem>Console</SubSystem>
- <OptimizeReferences>true</OptimizeReferences>
- <EnableCOMDATFolding>true</EnableCOMDATFolding>
- <TargetMachine>MachineX86</TargetMachine>
- </Link>
- </ItemDefinitionGroup>
- <ItemGroup>
- <ClCompile Include="Base64.cpp" />
- <ClCompile Include="BaseVar.cpp" />
- <ClCompile Include="crc32.cpp" />
- <ClCompile Include="FileIni.cpp" />
- <ClCompile Include="Global.cpp" />
- <ClCompile Include="MainPro.cpp" />
- <ClCompile Include="stdafx.cpp">
- <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
- <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
- </ClCompile>
- <ClCompile Include="SysLib.cpp" />
- <ClCompile Include="ServerSocket.cpp" />
- <ClCompile Include="Service.cpp" />
- <ClCompile Include="SocketHandle.cpp" />
- <ClCompile Include="NoticeQueue.cpp" />
- <ClCompile Include="CheckDog.cpp" />
- <ClCompile Include="SoftRegister.cpp" />
- <ClCompile Include="DBInterface.cpp" />
- <ClCompile Include="ascprocess.cpp" />
- <ClCompile Include="CarelProcess.cpp" />
- <ClCompile Include="Device.cpp" />
- <ClCompile Include="DevicesManager.cpp" />
- <ClCompile Include="greeprocess.cpp" />
- <ClCompile Include="icpdasprocess.cpp" />
- <ClCompile Include="MostDevice.cpp" />
- <ClCompile Include="ping.cpp" />
- <ClCompile Include="PowerwareProcess.cpp" />
- <ClCompile Include="rtuprocess.cpp" />
- <ClCompile Include="Separate.cpp" />
- <ClCompile Include="SnmpProcess.cpp" />
- <ClCompile Include="stulzprocess.cpp" />
- <ClCompile Include="tcpprocess.cpp" />
- <ClCompile Include="UpsParadigmProcess.cpp" />
- </ItemGroup>
- <ItemGroup>
- <ClInclude Include="Base64.h" />
- <ClInclude Include="BaseVar.h" />
- <ClInclude Include="Const.h" />
- <ClInclude Include="crc32.h" />
- <ClInclude Include="CritSection.h" />
- <ClInclude Include="FileIni.h" />
- <ClInclude Include="Global.h" />
- <ClInclude Include="Main.h" />
- <ClInclude Include="MainPro.h" />
- <ClInclude Include="Mtverify.h" />
- <ClInclude Include="Psapi.h" />
- <ClInclude Include="resource.h" />
- <ClInclude Include="resource1.h" />
- <ClInclude Include="sal.h" />
- <ClInclude Include="stdafx.h" />
- <ClInclude Include="struct.h" />
- <ClInclude Include="SysLib.h" />
- <ClInclude Include="AsyncSocketServerImpl.h" />
- <ClInclude Include="Client2SrvType.h" />
- <ClInclude Include="ServerSocket.h" />
- <ClInclude Include="SocketClientImpl.h" />
- <ClInclude Include="SocketHandle.h" />
- <ClInclude Include="SocketServerImpl.h" />
- <ClInclude Include="ThreadPool.hpp" />
- <ClInclude Include="NoticeQueue.h" />
- <ClInclude Include="CheckDog.h" />
- <ClInclude Include="SoftRegister.h" />
- <ClInclude Include="DBInterface.h" />
- <ClInclude Include="ascprocess.h" />
- <ClInclude Include="CarelProcess.h" />
- <ClInclude Include="Device.h" />
- <ClInclude Include="DevicesManager.h" />
- <ClInclude Include="greeprocess.h" />
- <ClInclude Include="icpdasprocess.h" />
- <ClInclude Include="MostDevice.h" />
- <ClInclude Include="ping.h" />
- <ClInclude Include="PowerwareProcess.h" />
- <ClInclude Include="rtuprocess.h" />
- <ClInclude Include="Separate.h" />
- <ClInclude Include="SnmpProcess.h" />
- <ClInclude Include="stulzprocess.h" />
- <ClInclude Include="tcpprocess.h" />
- <ClInclude Include="UpsParadigmProcess.h" />
- </ItemGroup>
- <ItemGroup>
- <ResourceCompile Include="Service.rc" />
- </ItemGroup>
- <ItemGroup>
- <Image Include="workhome.ico" />
- </ItemGroup>
- <ItemGroup>
- <Text Include="ReadMe.txt" />
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
- </Project>
|