Service.vcxproj 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <ItemGroup Label="ProjectConfigurations">
  4. <ProjectConfiguration Include="Debug|Win32">
  5. <Configuration>Debug</Configuration>
  6. <Platform>Win32</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Release|Win32">
  9. <Configuration>Release</Configuration>
  10. <Platform>Win32</Platform>
  11. </ProjectConfiguration>
  12. </ItemGroup>
  13. <PropertyGroup Label="Globals">
  14. <ProjectGuid>{C93E8109-260C-46F1-B9DD-58F9424D2FD8}</ProjectGuid>
  15. <Keyword>Win32Proj</Keyword>
  16. </PropertyGroup>
  17. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  18. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  19. <ConfigurationType>Application</ConfigurationType>
  20. <PlatformToolset>v110</PlatformToolset>
  21. <UseOfMfc>Dynamic</UseOfMfc>
  22. <CharacterSet>MultiByte</CharacterSet>
  23. </PropertyGroup>
  24. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  25. <ConfigurationType>Application</ConfigurationType>
  26. <PlatformToolset>v110</PlatformToolset>
  27. <UseOfMfc>Dynamic</UseOfMfc>
  28. <CharacterSet>MultiByte</CharacterSet>
  29. </PropertyGroup>
  30. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  31. <ImportGroup Label="ExtensionSettings">
  32. </ImportGroup>
  33. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
  34. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  35. </ImportGroup>
  36. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
  37. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  38. </ImportGroup>
  39. <PropertyGroup Label="UserMacros" />
  40. <PropertyGroup>
  41. <_ProjectFileVersion>11.0.50727.1</_ProjectFileVersion>
  42. </PropertyGroup>
  43. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  44. <OutDir>.\..\..\..\..\temp\Service\Debug\</OutDir>
  45. <IntDir>.\..\..\..\..\temp\Service\Debug\</IntDir>
  46. <LinkIncremental>true</LinkIncremental>
  47. </PropertyGroup>
  48. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  49. <OutDir>.\..\..\..\..\temp\Service\Release\</OutDir>
  50. <IntDir>.\..\..\..\..\temp\Service\Release\</IntDir>
  51. <LinkIncremental>false</LinkIncremental>
  52. </PropertyGroup>
  53. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  54. <ClCompile>
  55. <Optimization>Disabled</Optimization>
  56. <AdditionalIncludeDirectories>..\..\..\log4cproj_c\Log4C;.\..\DB\DB\include;.\..\DB\DB;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  57. <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;SOCKHANDLE_USE_OVERLAPPED;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  58. <MinimalRebuild>true</MinimalRebuild>
  59. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  60. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  61. <PrecompiledHeader>Use</PrecompiledHeader>
  62. <WarningLevel>Level3</WarningLevel>
  63. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  64. </ClCompile>
  65. <Link>
  66. <AdditionalDependencies>.\..\lib\DB.lib;%(AdditionalDependencies)</AdditionalDependencies>
  67. <OutputFile>.\..\..\..\..\tryto\tryto v1.0.0.2\Server\IOServer.exe</OutputFile>
  68. <GenerateDebugInformation>true</GenerateDebugInformation>
  69. <ProgramDatabaseFile>$(OutDir)Service.pdb</ProgramDatabaseFile>
  70. <SubSystem>Console</SubSystem>
  71. <TargetMachine>MachineX86</TargetMachine>
  72. </Link>
  73. </ItemDefinitionGroup>
  74. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  75. <ClCompile>
  76. <AdditionalIncludeDirectories>.\..\..\log4cproj_c\Log4C;.\..\DB\DB\include;.\..\DB\DB;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  77. <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;SOCKHANDLE_USE_OVERLAPPED;LOG4C_ENABLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  78. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  79. <PrecompiledHeader>Use</PrecompiledHeader>
  80. <WarningLevel>Level3</WarningLevel>
  81. <DebugInformationFormat>OldStyle</DebugInformationFormat>
  82. </ClCompile>
  83. <Link>
  84. <AdditionalDependencies>.\..\lib\DB.lib;%(AdditionalDependencies)</AdditionalDependencies>
  85. <OutputFile>.\..\..\..\..\tryto\tryto v1.0.0.2\Server\IOServer.exe</OutputFile>
  86. <GenerateDebugInformation>true</GenerateDebugInformation>
  87. <GenerateMapFile>true</GenerateMapFile>
  88. <MapExports>true</MapExports>
  89. <SubSystem>Console</SubSystem>
  90. <OptimizeReferences>true</OptimizeReferences>
  91. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  92. <TargetMachine>MachineX86</TargetMachine>
  93. </Link>
  94. </ItemDefinitionGroup>
  95. <ItemGroup>
  96. <ClCompile Include="Base64.cpp" />
  97. <ClCompile Include="BaseVar.cpp" />
  98. <ClCompile Include="crc32.cpp" />
  99. <ClCompile Include="FileIni.cpp" />
  100. <ClCompile Include="Global.cpp" />
  101. <ClCompile Include="MainPro.cpp" />
  102. <ClCompile Include="stdafx.cpp">
  103. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
  104. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
  105. </ClCompile>
  106. <ClCompile Include="SysLib.cpp" />
  107. <ClCompile Include="ServerSocket.cpp" />
  108. <ClCompile Include="Service.cpp" />
  109. <ClCompile Include="SocketHandle.cpp" />
  110. <ClCompile Include="NoticeQueue.cpp" />
  111. <ClCompile Include="CheckDog.cpp" />
  112. <ClCompile Include="SoftRegister.cpp" />
  113. <ClCompile Include="DBInterface.cpp" />
  114. <ClCompile Include="ascprocess.cpp" />
  115. <ClCompile Include="CarelProcess.cpp" />
  116. <ClCompile Include="Device.cpp" />
  117. <ClCompile Include="DevicesManager.cpp" />
  118. <ClCompile Include="greeprocess.cpp" />
  119. <ClCompile Include="icpdasprocess.cpp" />
  120. <ClCompile Include="MostDevice.cpp" />
  121. <ClCompile Include="ping.cpp" />
  122. <ClCompile Include="PowerwareProcess.cpp" />
  123. <ClCompile Include="rtuprocess.cpp" />
  124. <ClCompile Include="Separate.cpp" />
  125. <ClCompile Include="SnmpProcess.cpp" />
  126. <ClCompile Include="stulzprocess.cpp" />
  127. <ClCompile Include="tcpprocess.cpp" />
  128. <ClCompile Include="UpsParadigmProcess.cpp" />
  129. </ItemGroup>
  130. <ItemGroup>
  131. <ClInclude Include="Base64.h" />
  132. <ClInclude Include="BaseVar.h" />
  133. <ClInclude Include="Const.h" />
  134. <ClInclude Include="crc32.h" />
  135. <ClInclude Include="CritSection.h" />
  136. <ClInclude Include="FileIni.h" />
  137. <ClInclude Include="Global.h" />
  138. <ClInclude Include="Main.h" />
  139. <ClInclude Include="MainPro.h" />
  140. <ClInclude Include="Mtverify.h" />
  141. <ClInclude Include="Psapi.h" />
  142. <ClInclude Include="resource.h" />
  143. <ClInclude Include="resource1.h" />
  144. <ClInclude Include="sal.h" />
  145. <ClInclude Include="stdafx.h" />
  146. <ClInclude Include="struct.h" />
  147. <ClInclude Include="SysLib.h" />
  148. <ClInclude Include="AsyncSocketServerImpl.h" />
  149. <ClInclude Include="Client2SrvType.h" />
  150. <ClInclude Include="ServerSocket.h" />
  151. <ClInclude Include="SocketClientImpl.h" />
  152. <ClInclude Include="SocketHandle.h" />
  153. <ClInclude Include="SocketServerImpl.h" />
  154. <ClInclude Include="ThreadPool.hpp" />
  155. <ClInclude Include="NoticeQueue.h" />
  156. <ClInclude Include="CheckDog.h" />
  157. <ClInclude Include="SoftRegister.h" />
  158. <ClInclude Include="DBInterface.h" />
  159. <ClInclude Include="ascprocess.h" />
  160. <ClInclude Include="CarelProcess.h" />
  161. <ClInclude Include="Device.h" />
  162. <ClInclude Include="DevicesManager.h" />
  163. <ClInclude Include="greeprocess.h" />
  164. <ClInclude Include="icpdasprocess.h" />
  165. <ClInclude Include="MostDevice.h" />
  166. <ClInclude Include="ping.h" />
  167. <ClInclude Include="PowerwareProcess.h" />
  168. <ClInclude Include="rtuprocess.h" />
  169. <ClInclude Include="Separate.h" />
  170. <ClInclude Include="SnmpProcess.h" />
  171. <ClInclude Include="stulzprocess.h" />
  172. <ClInclude Include="tcpprocess.h" />
  173. <ClInclude Include="UpsParadigmProcess.h" />
  174. </ItemGroup>
  175. <ItemGroup>
  176. <ResourceCompile Include="Service.rc" />
  177. </ItemGroup>
  178. <ItemGroup>
  179. <Image Include="workhome.ico" />
  180. </ItemGroup>
  181. <ItemGroup>
  182. <Text Include="ReadMe.txt" />
  183. </ItemGroup>
  184. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  185. <ImportGroup Label="ExtensionTargets">
  186. </ImportGroup>
  187. </Project>