mirror of
https://github.com/ossrs/srs.git
synced 2025-02-15 04:42:04 +00:00
137 lines
No EOL
7.2 KiB
XML
137 lines
No EOL
7.2 KiB
XML
<?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>
|
|
<ItemGroup>
|
|
<ClCompile Include="..\src\core\srs_core.cpp" />
|
|
<ClCompile Include="..\src\core\srs_core_autofree.cpp" />
|
|
<ClCompile Include="..\src\core\srs_platform.cpp" />
|
|
<ClCompile Include="..\src\kernel\srs_kernel_buffer.cpp" />
|
|
<ClCompile Include="..\src\kernel\srs_kernel_codec.cpp" />
|
|
<ClCompile Include="..\src\kernel\srs_kernel_consts.cpp" />
|
|
<ClCompile Include="..\src\kernel\srs_kernel_error.cpp" />
|
|
<ClCompile Include="..\src\kernel\srs_kernel_file.cpp" />
|
|
<ClCompile Include="..\src\kernel\srs_kernel_flv.cpp" />
|
|
<ClCompile Include="..\src\kernel\srs_kernel_log.cpp" />
|
|
<ClCompile Include="..\src\kernel\srs_kernel_stream.cpp" />
|
|
<ClCompile Include="..\src\kernel\srs_kernel_utility.cpp" />
|
|
<ClCompile Include="..\src\libs\srs_librtmp.cpp" />
|
|
<ClCompile Include="..\src\libs\srs_lib_bandwidth.cpp" />
|
|
<ClCompile Include="..\src\libs\srs_lib_simple_socket.cpp" />
|
|
<ClCompile Include="..\src\rtmp\srs_protocol_amf0.cpp" />
|
|
<ClCompile Include="..\src\rtmp\srs_protocol_handshake.cpp" />
|
|
<ClCompile Include="..\src\rtmp\srs_protocol_io.cpp" />
|
|
<ClCompile Include="..\src\rtmp\srs_protocol_msg_array.cpp" />
|
|
<ClCompile Include="..\src\rtmp\srs_protocol_rtmp.cpp" />
|
|
<ClCompile Include="..\src\rtmp\srs_protocol_stack.cpp" />
|
|
<ClCompile Include="..\src\rtmp\srs_protocol_utility.cpp" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClInclude Include="..\src\core\srs_core.hpp" />
|
|
<ClInclude Include="..\src\core\srs_core_autofree.hpp" />
|
|
<ClInclude Include="..\src\core\srs_platform.hpp" />
|
|
<ClInclude Include="..\src\kernel\srs_kernel_buffer.hpp" />
|
|
<ClInclude Include="..\src\kernel\srs_kernel_codec.hpp" />
|
|
<ClInclude Include="..\src\kernel\srs_kernel_consts.hpp" />
|
|
<ClInclude Include="..\src\kernel\srs_kernel_error.hpp" />
|
|
<ClInclude Include="..\src\kernel\srs_kernel_file.hpp" />
|
|
<ClInclude Include="..\src\kernel\srs_kernel_flv.hpp" />
|
|
<ClInclude Include="..\src\kernel\srs_kernel_log.hpp" />
|
|
<ClInclude Include="..\src\kernel\srs_kernel_stream.hpp" />
|
|
<ClInclude Include="..\src\kernel\srs_kernel_utility.hpp" />
|
|
<ClInclude Include="..\src\libs\srs_librtmp.hpp" />
|
|
<ClInclude Include="..\src\libs\srs_lib_bandwidth.hpp" />
|
|
<ClInclude Include="..\src\libs\srs_lib_simple_socket.hpp" />
|
|
<ClInclude Include="..\src\rtmp\srs_protocol_amf0.hpp" />
|
|
<ClInclude Include="..\src\rtmp\srs_protocol_handshake.hpp" />
|
|
<ClInclude Include="..\src\rtmp\srs_protocol_io.hpp" />
|
|
<ClInclude Include="..\src\rtmp\srs_protocol_msg_array.hpp" />
|
|
<ClInclude Include="..\src\rtmp\srs_protocol_rtmp.hpp" />
|
|
<ClInclude Include="..\src\rtmp\srs_protocol_stack.hpp" />
|
|
<ClInclude Include="..\src\rtmp\srs_protocol_utility.hpp" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="srs-librtmp.def" />
|
|
</ItemGroup>
|
|
<PropertyGroup Label="Globals">
|
|
<ProjectGuid>{051CC3D8-5A99-4534-90EE-AED40EDDEEB2}</ProjectGuid>
|
|
<Keyword>Win32Proj</Keyword>
|
|
<RootNamespace>srslibrtmp</RootNamespace>
|
|
<ProjectName>srs-librtmp</ProjectName>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
<ImportGroup Label="ExtensionSettings">
|
|
</ImportGroup>
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<PropertyGroup Label="UserMacros" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<LinkIncremental>true</LinkIncremental>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<LinkIncremental>false</LinkIncremental>
|
|
</PropertyGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<ClCompile>
|
|
<PrecompiledHeader>
|
|
</PrecompiledHeader>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<Optimization>Disabled</Optimization>
|
|
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;SRSLIBRTMP_EXPORTS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<AdditionalIncludeDirectories>..\src\rtmp;..\src\libs;..\src\kernel;..\src\core;.\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>Windows</SubSystem>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
<AdditionalDependencies>ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
<ModuleDefinitionFile>srs-librtmp.def</ModuleDefinitionFile>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<PrecompiledHeader>
|
|
</PrecompiledHeader>
|
|
<Optimization>MaxSpeed</Optimization>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;SRSLIBRTMP_EXPORTS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<AdditionalIncludeDirectories>..\src\rtmp;..\src\libs;..\src\kernel;..\src\core;.\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>Windows</SubSystem>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
<ModuleDefinitionFile>srs-librtmp.def</ModuleDefinitionFile>
|
|
<AdditionalDependencies>ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<ImportGroup Label="ExtensionTargets">
|
|
</ImportGroup>
|
|
</Project> |