2020-01-30 05:48:22 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2021-07-04 08:16:36 +00:00
|
|
|
|
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
<Import Project="..\msvc\vsprops\Configurations.props" />
|
|
|
|
|
|
2020-01-30 05:48:22 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ClCompile Include="src\bitmath.c" />
|
|
|
|
|
<ClCompile Include="src\bitreader.c" />
|
|
|
|
|
<ClCompile Include="src\cpu.c" />
|
|
|
|
|
<ClCompile Include="src\crc.c" />
|
|
|
|
|
<ClCompile Include="src\fixed.c" />
|
|
|
|
|
<ClCompile Include="src\fixed_intrin_sse2.c" />
|
|
|
|
|
<ClCompile Include="src\fixed_intrin_ssse3.c" />
|
|
|
|
|
<ClCompile Include="src\float.c" />
|
|
|
|
|
<ClCompile Include="src\format.c" />
|
|
|
|
|
<ClCompile Include="src\lpc.c" />
|
|
|
|
|
<ClCompile Include="src\lpc_intrin_avx2.c" />
|
|
|
|
|
<ClCompile Include="src\lpc_intrin_sse.c" />
|
|
|
|
|
<ClCompile Include="src\lpc_intrin_sse2.c" />
|
|
|
|
|
<ClCompile Include="src\lpc_intrin_sse41.c" />
|
|
|
|
|
<ClCompile Include="src\md5.c" />
|
|
|
|
|
<ClCompile Include="src\memory.c" />
|
|
|
|
|
<ClCompile Include="src\metadata_iterators.c" />
|
|
|
|
|
<ClCompile Include="src\metadata_object.c" />
|
|
|
|
|
<ClCompile Include="src\stream_decoder.c" />
|
|
|
|
|
<ClCompile Include="src\window.c" />
|
|
|
|
|
<ClCompile Include="src\windows_unicode_filenames.c" />
|
|
|
|
|
</ItemGroup>
|
2021-07-04 08:16:36 +00:00
|
|
|
|
|
2020-01-30 05:48:22 +00:00
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
|
<ProjectGuid>{97CBD3CB-CBC7-4D52-ABDE-F0AE7B794A5D}</ProjectGuid>
|
|
|
|
|
</PropertyGroup>
|
2021-07-04 08:16:36 +00:00
|
|
|
|
|
|
|
|
|
<Import Project="..\msvc\vsprops\StaticLibrary.props" />
|
|
|
|
|
|
|
|
|
|
<ItemDefinitionGroup>
|
2020-10-13 11:37:37 +00:00
|
|
|
|
<ClCompile>
|
2021-07-04 08:16:36 +00:00
|
|
|
|
<WarningLevel>TurnOffAllWarnings</WarningLevel>
|
|
|
|
|
<PreprocessorDefinitions>PACKAGE_VERSION="1.3.2";FLAC__NO_DLL;FLAC__HAS_X86INTRIN=1;FLAC__HAS_OGG=0;HAVE_LROUND;HAVE_STDINT_H;HAVE_STDLIB_H;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2020-01-30 05:48:22 +00:00
|
|
|
|
<AdditionalIncludeDirectories>$(ProjectDir)\include;$(ProjectDir)src\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
</ItemDefinitionGroup>
|
2021-07-04 08:16:36 +00:00
|
|
|
|
|
|
|
|
|
<Import Project="..\msvc\vsprops\Targets.props" />
|
2020-01-30 05:48:22 +00:00
|
|
|
|
</Project>
|