duckstation

duckstation, but archived from the revision just before upstream changed it to a proprietary software project, this version is the libre one
git clone https://git.neptards.moe/u3shit/duckstation.git
Log | Files | Refs | README | LICENSE

cubeb.vcxproj (2990B)


      1 <?xml version="1.0" encoding="utf-8"?>
      2 <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
      3   <Import Project="..\msvc\vsprops\Configurations.props" />
      4   <ItemGroup>
      5     <ClInclude Include="include\cubeb\cubeb.h" />
      6     <ClInclude Include="include\cubeb\cubeb_export.h" />
      7     <ClInclude Include="src\cubeb-internal.h" />
      8     <ClInclude Include="src\cubeb-speex-resampler.h" />
      9     <ClInclude Include="src\cubeb_assert.h" />
     10     <ClInclude Include="src\cubeb_log.h" />
     11     <ClInclude Include="src\cubeb_mixer.h" />
     12     <ClInclude Include="src\cubeb_resampler.h" />
     13     <ClInclude Include="src\cubeb_resampler_internal.h" />
     14     <ClInclude Include="src\cubeb_ringbuffer.h" />
     15     <ClInclude Include="src\cubeb_ring_array.h" />
     16     <ClInclude Include="src\cubeb_strings.h" />
     17     <ClInclude Include="src\cubeb_utils.h" />
     18     <ClInclude Include="src\cubeb_utils_win.h" />
     19     <ClInclude Include="subprojects\speex\arch.h" />
     20     <ClInclude Include="subprojects\speex\fixed_generic.h" />
     21     <ClInclude Include="subprojects\speex\resample_neon.h" />
     22     <ClInclude Include="subprojects\speex\resample_sse.h" />
     23     <ClInclude Include="subprojects\speex\speex_config_types.h" />
     24     <ClInclude Include="subprojects\speex\speex_resampler.h" />
     25     <ClInclude Include="subprojects\speex\stack_alloc.h" />
     26   </ItemGroup>
     27   <ItemGroup>
     28     <ClCompile Include="src\cubeb.c" />
     29     <ClCompile Include="src\cubeb_log.cpp" />
     30     <ClCompile Include="src\cubeb_mixer.cpp" />
     31     <ClCompile Include="src\cubeb_resampler.cpp" />
     32     <ClCompile Include="src\cubeb_strings.c" />
     33     <ClCompile Include="src\cubeb_utils.cpp" />
     34     <ClCompile Include="src\cubeb_wasapi.cpp" />
     35     <ClCompile Include="src\cubeb_winmm.c">
     36       <ExcludedFromBuild Condition="'$(Platform)'=='ARM64'">true</ExcludedFromBuild>
     37     </ClCompile>
     38     <ClCompile Include="subprojects\speex\resample.c" />
     39   </ItemGroup>
     40   <PropertyGroup Label="Globals">
     41     <ProjectGuid>{72F9423C-91EE-4487-AAC6-555ED6F61AA1}</ProjectGuid>
     42   </PropertyGroup>
     43   <Import Project="..\msvc\vsprops\StaticLibrary.props" />
     44   <ItemDefinitionGroup>
     45     <ClCompile>
     46       <WarningLevel>TurnOffAllWarnings</WarningLevel>
     47       <PreprocessorDefinitions>USE_WASAPI;OUTSIDE_SPEEX;FLOATING_POINT;RANDOM_PREFIX=speex;EXPORT=;%(PreprocessorDefinitions)</PreprocessorDefinitions>
     48       <PreprocessorDefinitions Condition="'$(Platform)'!='ARM64'">USE_WINMM;%(PreprocessorDefinitions)</PreprocessorDefinitions>
     49       <AdditionalIncludeDirectories>$(ProjectDir)include;$(ProjectDir)src;$(ProjectDir)subprojects;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
     50       <LanguageStandard>stdcpp14</LanguageStandard>
     51     </ClCompile>
     52   </ItemDefinitionGroup>
     53   <ItemDefinitionGroup>
     54     <Lib>
     55       <AdditionalDependencies Condition="'$(Platform)'!='ARM64'">ksuser.lib;%(AdditionalDependencies)</AdditionalDependencies>
     56     </Lib>
     57   </ItemDefinitionGroup>
     58   <Import Project="..\msvc\vsprops\Targets.props" />
     59 </Project>