2020-11-02 11:00:16 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2021-07-16 18:07:48 +00:00
|
|
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2021-07-18 17:31:21 +00:00
|
|
|
|
<Import Project="$(SolutionDir)common\vsprops\BaseProjectConfig.props" />
|
2021-07-16 18:07:48 +00:00
|
|
|
|
<Import Project="$(SolutionDir)common\vsprops\WinSDK.props" />
|
2020-11-02 11:00:16 +00:00
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
|
<ProjectGuid>{47AFDBEF-F15F-4BC0-B436-5BE443C3F80F}</ProjectGuid>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
2021-07-16 18:07:48 +00:00
|
|
|
|
<PropertyGroup Label="Configuration">
|
2020-11-02 11:00:16 +00:00
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
2020-11-03 18:37:12 +00:00
|
|
|
|
<PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
|
2020-11-02 11:00:16 +00:00
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
2021-07-16 18:07:48 +00:00
|
|
|
|
<WholeProgramOptimization Condition="$(Configuration.Contains(Release))">true</WholeProgramOptimization>
|
|
|
|
|
<UseDebugLibraries Condition="$(Configuration.Contains(Debug))">true</UseDebugLibraries>
|
|
|
|
|
<UseDebugLibraries Condition="!$(Configuration.Contains(Debug))">false</UseDebugLibraries>
|
2020-11-02 11:00:16 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
2021-07-16 18:07:48 +00:00
|
|
|
|
<ImportGroup Label="ExtensionSettings" />
|
|
|
|
|
<ImportGroup Label="PropertySheets">
|
|
|
|
|
<Import Project="$(SolutionDir)3rdparty\DefaultProjectRootDir.props" />
|
|
|
|
|
<Import Project="$(SolutionDir)3rdparty\3rdparty.props" />
|
|
|
|
|
<Import Condition="$(Configuration.Contains(Debug))" Project="$(SolutionDir)common\vsprops\CodeGen_Debug.props" />
|
|
|
|
|
<Import Condition="$(Configuration.Contains(Devel))" Project="$(SolutionDir)common\vsprops\CodeGen_Devel.props" />
|
|
|
|
|
<Import Condition="$(Configuration.Contains(Release))" Project="$(SolutionDir)common\vsprops\CodeGen_Release.props" />
|
|
|
|
|
<Import Condition="!$(Configuration.Contains(Release))" Project="$(SolutionDir)common\vsprops\IncrementalLinking.props" />
|
2020-11-02 11:00:16 +00:00
|
|
|
|
</ImportGroup>
|
2021-07-16 18:07:48 +00:00
|
|
|
|
<PropertyGroup Label="UserMacros" />
|
2020-11-02 11:00:16 +00:00
|
|
|
|
<PropertyGroup>
|
2021-07-16 18:07:48 +00:00
|
|
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
2020-11-02 11:00:16 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ClCompile Include="samplerate.c" />
|
|
|
|
|
<ClCompile Include="src_linear.c" />
|
|
|
|
|
<ClCompile Include="src_sinc.c" />
|
|
|
|
|
<ClCompile Include="src_zoh.c" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ClInclude Include="common.h" />
|
|
|
|
|
<ClInclude Include="config.h" />
|
|
|
|
|
<ClInclude Include="fastest_coeffs.h" />
|
|
|
|
|
<ClInclude Include="high_qual_coeffs.h" />
|
|
|
|
|
<ClInclude Include="mid_qual_coeffs.h" />
|
|
|
|
|
<ClInclude Include="samplerate.h" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
2021-07-16 18:07:48 +00:00
|
|
|
|
<ImportGroup Label="ExtensionTargets" />
|
2020-11-02 11:00:16 +00:00
|
|
|
|
</Project>
|