webrtcinterop.vcxproj 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" 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. <ProjectConfiguration Include="Debug|x64">
  13. <Configuration>Debug</Configuration>
  14. <Platform>x64</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Release|x64">
  17. <Configuration>Release</Configuration>
  18. <Platform>x64</Platform>
  19. </ProjectConfiguration>
  20. </ItemGroup>
  21. <PropertyGroup Label="Globals">
  22. <VCProjectVersion>16.0</VCProjectVersion>
  23. <Keyword>Win32Proj</Keyword>
  24. <ProjectGuid>{fe90bf46-d0c3-4212-84ab-1787784b25c1}</ProjectGuid>
  25. <RootNamespace>webrtcinterop</RootNamespace>
  26. <WindowsTargetPlatformVersion>10.0.19041.0</WindowsTargetPlatformVersion>
  27. </PropertyGroup>
  28. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  29. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  30. <ConfigurationType>StaticLibrary</ConfigurationType>
  31. <UseDebugLibraries>true</UseDebugLibraries>
  32. <PlatformToolset>v142</PlatformToolset>
  33. <CharacterSet>Unicode</CharacterSet>
  34. </PropertyGroup>
  35. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  36. <ConfigurationType>StaticLibrary</ConfigurationType>
  37. <UseDebugLibraries>false</UseDebugLibraries>
  38. <PlatformToolset>v142</PlatformToolset>
  39. <WholeProgramOptimization>true</WholeProgramOptimization>
  40. <CharacterSet>Unicode</CharacterSet>
  41. </PropertyGroup>
  42. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  43. <ConfigurationType>StaticLibrary</ConfigurationType>
  44. <UseDebugLibraries>true</UseDebugLibraries>
  45. <PlatformToolset>ClangCL</PlatformToolset>
  46. <CharacterSet>MultiByte</CharacterSet>
  47. </PropertyGroup>
  48. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  49. <ConfigurationType>StaticLibrary</ConfigurationType>
  50. <UseDebugLibraries>false</UseDebugLibraries>
  51. <PlatformToolset>ClangCL</PlatformToolset>
  52. <WholeProgramOptimization>true</WholeProgramOptimization>
  53. <CharacterSet>MultiByte</CharacterSet>
  54. </PropertyGroup>
  55. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  56. <ImportGroup Label="ExtensionSettings">
  57. </ImportGroup>
  58. <ImportGroup Label="Shared">
  59. </ImportGroup>
  60. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  61. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  62. </ImportGroup>
  63. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  64. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  65. </ImportGroup>
  66. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  67. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  68. </ImportGroup>
  69. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  70. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  71. </ImportGroup>
  72. <PropertyGroup Label="UserMacros" />
  73. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  74. <LinkIncremental>true</LinkIncremental>
  75. </PropertyGroup>
  76. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  77. <LinkIncremental>false</LinkIncremental>
  78. </PropertyGroup>
  79. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  80. <LinkIncremental>true</LinkIncremental>
  81. <OutDir>.\lib\debug</OutDir>
  82. </PropertyGroup>
  83. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  84. <LinkIncremental>false</LinkIncremental>
  85. <OutDir>.\lib\release</OutDir>
  86. </PropertyGroup>
  87. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  88. <ClCompile>
  89. <WarningLevel>Level3</WarningLevel>
  90. <SDLCheck>true</SDLCheck>
  91. <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  92. <ConformanceMode>true</ConformanceMode>
  93. <PrecompiledHeader>Use</PrecompiledHeader>
  94. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  95. </ClCompile>
  96. <Link>
  97. <SubSystem>
  98. </SubSystem>
  99. <GenerateDebugInformation>true</GenerateDebugInformation>
  100. </Link>
  101. </ItemDefinitionGroup>
  102. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  103. <ClCompile>
  104. <WarningLevel>Level3</WarningLevel>
  105. <FunctionLevelLinking>true</FunctionLevelLinking>
  106. <IntrinsicFunctions>true</IntrinsicFunctions>
  107. <SDLCheck>true</SDLCheck>
  108. <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  109. <ConformanceMode>true</ConformanceMode>
  110. <PrecompiledHeader>Use</PrecompiledHeader>
  111. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  112. </ClCompile>
  113. <Link>
  114. <SubSystem>
  115. </SubSystem>
  116. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  117. <OptimizeReferences>true</OptimizeReferences>
  118. <GenerateDebugInformation>true</GenerateDebugInformation>
  119. </Link>
  120. </ItemDefinitionGroup>
  121. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  122. <ClCompile>
  123. <WarningLevel>Level3</WarningLevel>
  124. <SDLCheck>true</SDLCheck>
  125. <PreprocessorDefinitions>_DEBUG;_LIB;WEBRTC_WIN;_CRT_SECURE_NO_WARNINGS;NOMINMAX;WIN32_LEAN_AND_MEAN;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  126. <ConformanceMode>true</ConformanceMode>
  127. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  128. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  129. <AdditionalIncludeDirectories>.\include;..\thirdparty\webrtc\include\third_party\libyuv\include;..\thirdparty\webrtc\include\third_party\jsoncpp\source\include;..\thirdparty\webrtc\include\third_party\abseil-cpp;..\thirdparty\webrtc\include\;..\thirdparty\webrtc\include\third_party\jsoncpp\generated;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  130. <LanguageStandard>stdcpp14</LanguageStandard>
  131. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  132. </ClCompile>
  133. <Link>
  134. <SubSystem>
  135. </SubSystem>
  136. <GenerateDebugInformation>true</GenerateDebugInformation>
  137. <AdditionalDependencies>webrtc.lib;%(AdditionalDependencies)</AdditionalDependencies>
  138. </Link>
  139. </ItemDefinitionGroup>
  140. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  141. <ClCompile>
  142. <WarningLevel>Level3</WarningLevel>
  143. <FunctionLevelLinking>true</FunctionLevelLinking>
  144. <IntrinsicFunctions>true</IntrinsicFunctions>
  145. <SDLCheck>true</SDLCheck>
  146. <PreprocessorDefinitions>NDEBUG;_LIB;WEBRTC_WIN;_CRT_SECURE_NO_WARNINGS;NOMINMAX;WIN32_LEAN_AND_MEAN;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  147. <ConformanceMode>true</ConformanceMode>
  148. <PrecompiledHeader>Use</PrecompiledHeader>
  149. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  150. <AdditionalIncludeDirectories>.\include;..\thirdparty\webrtc\include\third_party\libyuv\include;..\thirdparty\webrtc\include\third_party\jsoncpp\source\include;..\thirdparty\webrtc\include\third_party\abseil-cpp;..\thirdparty\webrtc\include\;..\thirdparty\webrtc\include\third_party\jsoncpp\generated;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  151. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  152. <LanguageStandard>stdcpp14</LanguageStandard>
  153. <CallingConvention>StdCall</CallingConvention>
  154. </ClCompile>
  155. <Link>
  156. <SubSystem>
  157. </SubSystem>
  158. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  159. <OptimizeReferences>true</OptimizeReferences>
  160. <GenerateDebugInformation>true</GenerateDebugInformation>
  161. <AdditionalDependencies>webrtc.lib;jsoncpp.lib;strmiids.lib;winmm.lib;wmcodecdspuuid.lib;Secur32.lib;msdmo.lib;dmoguids.lib;IPHLPAPI.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
  162. <AdditionalLibraryDirectories>D:\RemoteSln\webrtc\lib\Release;E:\webrtc\src\out\x64_release\obj;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
  163. </Link>
  164. </ItemDefinitionGroup>
  165. <ItemGroup>
  166. <ClInclude Include="audio_frame_observer.h" />
  167. <ClInclude Include="callback.h" />
  168. <ClInclude Include="data_channel_observer.h" />
  169. <ClInclude Include="framework.h" />
  170. <ClInclude Include="include\api.h" />
  171. <ClInclude Include="lock.h" />
  172. <ClInclude Include="pch.h" />
  173. <ClInclude Include="peer_connection.h" />
  174. <ClInclude Include="sdp_utils.h" />
  175. <ClInclude Include="video_frame_observer.h" />
  176. </ItemGroup>
  177. <ItemGroup>
  178. <ClCompile Include="api.cpp" />
  179. <ClCompile Include="audio_frame_observer.cpp" />
  180. <ClCompile Include="data_channel_observer.cpp" />
  181. <ClCompile Include="pch.cpp">
  182. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
  183. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
  184. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
  185. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
  186. </ClCompile>
  187. <ClCompile Include="peer_connection.cpp" />
  188. <ClCompile Include="sdp_utils.cpp" />
  189. <ClCompile Include="video_frame_observer.cpp" />
  190. <ClCompile Include="webrtcinterop.cpp" />
  191. </ItemGroup>
  192. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  193. <ImportGroup Label="ExtensionTargets">
  194. </ImportGroup>
  195. </Project>