You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

114 lines
5.5 KiB

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <ItemGroup Label="ProjectConfigurations">
  4. <ProjectConfiguration Include="Release|Win32">
  5. <Configuration>Release</Configuration>
  6. <Platform>Win32</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Release|x64">
  9. <Configuration>Release</Configuration>
  10. <Platform>x64</Platform>
  11. </ProjectConfiguration>
  12. </ItemGroup>
  13. <PropertyGroup Label="Globals">
  14. <ProjectGuid>{F3AFE773-6A5A-4952-BEDA-A97CD94D636E}</ProjectGuid>
  15. <RootNamespace>XNetSDKTest</RootNamespace>
  16. <Keyword>Win32Proj</Keyword>
  17. </PropertyGroup>
  18. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  19. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  20. <ConfigurationType>Application</ConfigurationType>
  21. <PlatformToolset>v142</PlatformToolset>
  22. </PropertyGroup>
  23. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  24. <ConfigurationType>Application</ConfigurationType>
  25. <PlatformToolset>v142</PlatformToolset>
  26. <CharacterSet>Unicode</CharacterSet>
  27. <WholeProgramOptimization>true</WholeProgramOptimization>
  28. </PropertyGroup>
  29. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  30. <ImportGroup Label="ExtensionSettings">
  31. </ImportGroup>
  32. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
  33. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  34. </ImportGroup>
  35. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
  36. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  37. </ImportGroup>
  38. <PropertyGroup Label="UserMacros" />
  39. <PropertyGroup>
  40. <_ProjectFileVersion>16.0.29511.113</_ProjectFileVersion>
  41. </PropertyGroup>
  42. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  43. <OutDir>Release\</OutDir>
  44. <IntDir>Temp\$(ProjectName)\$(Configuration)\</IntDir>
  45. <LinkIncremental>false</LinkIncremental>
  46. </PropertyGroup>
  47. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  48. <Midl>
  49. <TargetEnvironment>X64</TargetEnvironment>
  50. </Midl>
  51. <ClCompile>
  52. <Optimization>MaxSpeed</Optimization>
  53. <IntrinsicFunctions>true</IntrinsicFunctions>
  54. <AdditionalIncludeDirectories>./Include;./Include/Json_Header;./;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  55. <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  56. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  57. <FunctionLevelLinking>true</FunctionLevelLinking>
  58. <PrecompiledHeader />
  59. <WarningLevel>Level3</WarningLevel>
  60. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  61. </ClCompile>
  62. <Link>
  63. <AdditionalDependencies>XJSON.lib;XNetSDK.lib;%(AdditionalDependencies)</AdditionalDependencies>
  64. <AdditionalLibraryDirectories>.\Lib\Windows_X64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
  65. <GenerateDebugInformation>true</GenerateDebugInformation>
  66. <SubSystem>Console</SubSystem>
  67. <OptimizeReferences>true</OptimizeReferences>
  68. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  69. <TargetMachine>MachineX64</TargetMachine>
  70. </Link>
  71. </ItemDefinitionGroup>
  72. <ItemGroup>
  73. <ClCompile Include="Config\ConfigDataCentre.cpp" />
  74. <ClCompile Include="Config\TestCameraConfig.cpp" />
  75. <ClCompile Include="Config\TestDefaultConfig.cpp" />
  76. <ClCompile Include="Config\TestDevSystemConfig.cpp" />
  77. <ClCompile Include="Config\TestEncodeConfig.cpp" />
  78. <ClCompile Include="Config\TestModifyPassword.cpp" />
  79. <ClCompile Include="Config\TestRebot.cpp" />
  80. <ClCompile Include="TestDASServer.cpp" />
  81. <ClCompile Include="TestDevAlarmCallback.cpp" />
  82. <ClCompile Include="TestDevConfig.cpp" />
  83. <ClCompile Include="TestDevFileFind.cpp" />
  84. <ClCompile Include="TestDevPTZ.cpp" />
  85. <ClCompile Include="TestDevSearch.cpp" />
  86. <ClCompile Include="TestDevSnap.cpp" />
  87. <ClCompile Include="TestDevTalk.cpp" />
  88. <ClCompile Include="TestDownload.cpp" />
  89. <ClCompile Include="TestDownloadFileByName.cpp" />
  90. <ClCompile Include="TestFuns.cpp" />
  91. <ClCompile Include="TestMediaFaceImage.cpp" />
  92. <ClCompile Include="TestMediaRealPlay.cpp" />
  93. <ClCompile Include="TestMediaRecordPlay.cpp" />
  94. <ClCompile Include="TestOpenTransChannel.cpp" />
  95. <ClCompile Include="TestOPLogQuery.cpp" />
  96. <ClCompile Include="TestOSDInfo.cpp" />
  97. <ClCompile Include="TestPTZPreset.cpp" />
  98. <ClCompile Include="TestSerialWrite.cpp" />
  99. <ClCompile Include="TestUpgrade.cpp" />
  100. <ClCompile Include="TestVideoCfg.cpp" />
  101. <ClCompile Include="XNetSDKTest.cpp" />
  102. </ItemGroup>
  103. <ItemGroup>
  104. <ClInclude Include="Include\XNetSDK.h" />
  105. <ClInclude Include="Include\XNetSDKDefine.h" />
  106. <ClInclude Include="Include\XNetSDKSyn.h" />
  107. </ItemGroup>
  108. <ItemGroup>
  109. <Text Include="ReadMe.txt" />
  110. </ItemGroup>
  111. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  112. <ImportGroup Label="ExtensionTargets">
  113. </ImportGroup>
  114. </Project>