16 lines
614 B
Plaintext
16 lines
614 B
Plaintext
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||
|
<ItemGroup>
|
||
|
<ClInclude Include="src\common.h" />
|
||
|
<ClInclude Include="src\fastest_coeffs.h" />
|
||
|
<ClInclude Include="src\high_qual_coeffs.h" />
|
||
|
<ClInclude Include="src\mid_qual_coeffs.h" />
|
||
|
<ClInclude Include="include\samplerate.h" />
|
||
|
</ItemGroup>
|
||
|
<ItemGroup>
|
||
|
<ClCompile Include="src\samplerate.c" />
|
||
|
<ClCompile Include="src\src_linear.c" />
|
||
|
<ClCompile Include="src\src_sinc.c" />
|
||
|
<ClCompile Include="src\src_zoh.c" />
|
||
|
</ItemGroup>
|
||
|
</Project>
|