• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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="Debug|Win32">
5      <Configuration>Debug</Configuration>
6      <Platform>Win32</Platform>
7    </ProjectConfiguration>
8    <ProjectConfiguration Include="ReleaseNASM|Win32">
9      <Configuration>ReleaseNASM</Configuration>
10      <Platform>Win32</Platform>
11    </ProjectConfiguration>
12    <ProjectConfiguration Include="ReleaseSSE2|Win32">
13      <Configuration>ReleaseSSE2</Configuration>
14      <Platform>Win32</Platform>
15    </ProjectConfiguration>
16    <ProjectConfiguration Include="Release|Win32">
17      <Configuration>Release</Configuration>
18      <Platform>Win32</Platform>
19    </ProjectConfiguration>
20  </ItemGroup>
21  <PropertyGroup Label="Globals">
22    <ProjectName>mp3rtp</ProjectName>
23    <ProjectGuid>{C04BA4EA-F719-456D-A332-6C3AF92D7BEA}</ProjectGuid>
24    <RootNamespace>mp3rtp</RootNamespace>
25    <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
26  </PropertyGroup>
27  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
28  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseSSE2|Win32'" Label="Configuration">
29    <ConfigurationType>Application</ConfigurationType>
30    <UseOfMfc>false</UseOfMfc>
31    <PlatformToolset>v142</PlatformToolset>
32  </PropertyGroup>
33  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
34    <ConfigurationType>Application</ConfigurationType>
35    <UseOfMfc>false</UseOfMfc>
36    <PlatformToolset>v142</PlatformToolset>
37  </PropertyGroup>
38  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
39    <ConfigurationType>Application</ConfigurationType>
40    <UseOfMfc>false</UseOfMfc>
41    <PlatformToolset>v142</PlatformToolset>
42  </PropertyGroup>
43  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseNASM|Win32'" Label="Configuration">
44    <ConfigurationType>Application</ConfigurationType>
45    <UseOfMfc>false</UseOfMfc>
46    <PlatformToolset>v142</PlatformToolset>
47  </PropertyGroup>
48  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
49  <ImportGroup Label="ExtensionSettings">
50  </ImportGroup>
51  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseSSE2|Win32'" Label="PropertySheets">
52    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
53    <Import Project="vs2019_lame_config.props" />
54    <Import Project="vs2019_arch_sse2.props" />
55  </ImportGroup>
56  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
57    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
58    <Import Project="vs2019_lame_config.props" />
59    <Import Project="vs2019_arch_x87.props" />
60  </ImportGroup>
61  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
62    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
63    <Import Project="vs2019_lame_config.props" />
64    <Import Project="vs2019_arch_x87.props" />
65  </ImportGroup>
66  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseNASM|Win32'" Label="PropertySheets">
67    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
68    <Import Project="vs2019_lame_config.props" />
69    <Import Project="vs2019_arch_nasm.props" />
70  </ImportGroup>
71  <PropertyGroup Label="UserMacros" />
72  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseNASM|Win32'">
73    <ClCompile>
74      <Optimization>Full</Optimization>
75      <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
76      <IntrinsicFunctions>true</IntrinsicFunctions>
77      <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
78      <AdditionalIncludeDirectories>..;../libmp3lame;../include;../;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
79      <PreprocessorDefinitions>NDEBUG;WIN32;_WIN32;_CONSOLE;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
80      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
81    </ClCompile>
82    <ResourceCompile>
83      <PreprocessorDefinitions>NDEBUG;_APP=$(TargetFileName);%(PreprocessorDefinitions)</PreprocessorDefinitions>
84      <Culture>0x0409</Culture>
85    </ResourceCompile>
86    <Link>
87      <AdditionalDependencies>wsock32.lib;%(AdditionalDependencies)</AdditionalDependencies>
88      <SubSystem>Console</SubSystem>
89    </Link>
90  </ItemDefinitionGroup>
91  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
92    <ClCompile>
93      <Optimization>Disabled</Optimization>
94      <AdditionalIncludeDirectories>../;../libmp3lame;../include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
95      <PreprocessorDefinitions>_DEBUG;WIN32;_WIN32;_CONSOLE;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
96      <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
97    </ClCompile>
98    <ResourceCompile>
99      <PreprocessorDefinitions>_DEBUG;_APP=$(TargetFileName);%(PreprocessorDefinitions)</PreprocessorDefinitions>
100      <Culture>0x0409</Culture>
101    </ResourceCompile>
102    <Link>
103      <AdditionalDependencies>wsock32.lib;%(AdditionalDependencies)</AdditionalDependencies>
104      <SubSystem>Console</SubSystem>
105    </Link>
106  </ItemDefinitionGroup>
107  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
108    <ClCompile>
109      <Optimization>Full</Optimization>
110      <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
111      <IntrinsicFunctions>true</IntrinsicFunctions>
112      <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
113      <AdditionalIncludeDirectories>..;../libmp3lame;../include;../;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
114      <PreprocessorDefinitions>NDEBUG;WIN32;_WIN32;_CONSOLE;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
115      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
116    </ClCompile>
117    <ResourceCompile>
118      <PreprocessorDefinitions>NDEBUG;_APP=$(TargetFileName);%(PreprocessorDefinitions)</PreprocessorDefinitions>
119      <Culture>0x0409</Culture>
120    </ResourceCompile>
121    <Link>
122      <AdditionalDependencies>wsock32.lib;%(AdditionalDependencies)</AdditionalDependencies>
123      <SubSystem>Console</SubSystem>
124    </Link>
125  </ItemDefinitionGroup>
126  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseSSE2|Win32'">
127    <ClCompile>
128      <Optimization>Full</Optimization>
129      <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
130      <IntrinsicFunctions>true</IntrinsicFunctions>
131      <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
132      <AdditionalIncludeDirectories>..;../libmp3lame;../include;../;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
133      <PreprocessorDefinitions>NDEBUG;WIN32;_WIN32;_CONSOLE;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
134      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
135    </ClCompile>
136    <ResourceCompile>
137      <PreprocessorDefinitions>NDEBUG;_APP=$(TargetFileName);%(PreprocessorDefinitions)</PreprocessorDefinitions>
138      <Culture>0x0409</Culture>
139    </ResourceCompile>
140    <Link>
141      <AdditionalDependencies>wsock32.lib;%(AdditionalDependencies)</AdditionalDependencies>
142      <SubSystem>Console</SubSystem>
143    </Link>
144  </ItemDefinitionGroup>
145  <ItemGroup>
146    <ClCompile Include="..\frontend\brhist.c" />
147    <ClCompile Include="..\frontend\console.c" />
148    <ClCompile Include="..\frontend\get_audio.c" />
149    <ClCompile Include="..\frontend\lametime.c" />
150    <ClCompile Include="..\frontend\main.c" />
151    <ClCompile Include="..\frontend\mp3rtp.c" />
152    <ClCompile Include="..\frontend\parse.c" />
153    <ClCompile Include="..\frontend\rtp.c" />
154    <ClCompile Include="..\frontend\timestatus.c" />
155  </ItemGroup>
156  <ItemGroup>
157    <ClInclude Include="..\frontend\brhist.h" />
158    <ClInclude Include="..\frontend\console.h" />
159    <ClInclude Include="..\frontend\get_audio.h" />
160    <ClInclude Include="..\frontend\lametime.h" />
161    <ClInclude Include="..\frontend\main.h" />
162    <ClInclude Include="..\frontend\parse.h" />
163    <ClInclude Include="..\frontend\rtp.h" />
164    <ClInclude Include="..\frontend\timestatus.h" />
165  </ItemGroup>
166  <ItemGroup>
167    <ResourceCompile Include="..\libmp3lame\lame.rc" />
168  </ItemGroup>
169  <ItemGroup>
170    <ProjectReference Include="vs2019_libmp3lame.vcxproj">
171      <Project>{20536101-3b0e-43ef-94f9-080d595dac57}</Project>
172      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
173    </ProjectReference>
174  </ItemGroup>
175  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
176  <ImportGroup Label="ExtensionTargets">
177  </ImportGroup>
178</Project>