2
0

16khz.2017.vcxproj 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  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="Debug|x64">
  9. <Configuration>Debug</Configuration>
  10. <Platform>x64</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Release|Win32">
  13. <Configuration>Release</Configuration>
  14. <Platform>Win32</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Release|x64">
  17. <Configuration>Release</Configuration>
  18. <Platform>x64</Platform>
  19. </ProjectConfiguration>
  20. </ItemGroup>
  21. <PropertyGroup Label="Globals">
  22. <ProjectName>16khz</ProjectName>
  23. <ProjectGuid>{7EB71250-F002-4ED8-92CA-CA218114537A}</ProjectGuid>
  24. <RootNamespace>My16khz</RootNamespace>
  25. </PropertyGroup>
  26. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  27. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  28. <ConfigurationType>Utility</ConfigurationType>
  29. <CharacterSet>MultiByte</CharacterSet>
  30. <WholeProgramOptimization>true</WholeProgramOptimization>
  31. <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
  32. </PropertyGroup>
  33. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  34. <ConfigurationType>Utility</ConfigurationType>
  35. <CharacterSet>MultiByte</CharacterSet>
  36. <WholeProgramOptimization>true</WholeProgramOptimization>
  37. <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
  38. </PropertyGroup>
  39. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  40. <ConfigurationType>Utility</ConfigurationType>
  41. <CharacterSet>MultiByte</CharacterSet>
  42. <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
  43. </PropertyGroup>
  44. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  45. <ConfigurationType>Utility</ConfigurationType>
  46. <CharacterSet>MultiByte</CharacterSet>
  47. <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
  48. </PropertyGroup>
  49. <PropertyGroup>
  50. <SoundPrimaryName>en-us-callie</SoundPrimaryName>
  51. <SoundQuality>16000</SoundQuality>
  52. <ExpectRelative>en\us\callie\voicemail\$(SoundQuality)</ExpectRelative>
  53. </PropertyGroup>
  54. <PropertyGroup>
  55. <IntDir>$(PlatformName)\$(Configuration)\$(ProjectName)\$(SoundQuality)</IntDir>
  56. </PropertyGroup>
  57. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  58. <Import Project="..\..\..\w32\download_sounds.props"/>
  59. <ImportGroup Label="ExtensionSettings">
  60. </ImportGroup>
  61. <PropertyGroup Label="UserMacros" />
  62. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  63. <ImportGroup Label="ExtensionTargets">
  64. </ImportGroup>
  65. </Project>