opusdec.vcxproj 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="14.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. <ItemGroup>
  22. <ClCompile Include="..\..\share\getopt.c" />
  23. <ClCompile Include="..\..\share\getopt1.c" />
  24. <ClCompile Include="..\..\src\opus_header.c" />
  25. <ClCompile Include="..\..\src\wav_io.c" />
  26. <ClCompile Include="..\..\src\wave_out.c" />
  27. <ClCompile Include="..\..\src\opusdec.c" />
  28. <ClCompile Include="..\..\src\resample.c" />
  29. <ClCompile Include="..\..\src\diag_range.c" />
  30. <ClCompile Include="..\..\win32\unicode_support.c" />
  31. </ItemGroup>
  32. <ItemGroup>
  33. <ClInclude Include="..\..\include\getopt.h" />
  34. <ClInclude Include="..\..\src\arch.h" />
  35. <ClInclude Include="..\..\src\cpusupport.h" />
  36. <ClInclude Include="..\..\src\diag_range.h" />
  37. <ClInclude Include="..\..\src\opus_header.h" />
  38. <ClInclude Include="..\..\src\resample_sse.h" />
  39. <ClInclude Include="..\..\src\speex_resampler.h" />
  40. <ClInclude Include="..\..\src\stack_alloc.h" />
  41. <ClInclude Include="..\..\src\wav_io.h" />
  42. <ClInclude Include="..\..\src\wave_out.h" />
  43. <ClInclude Include="..\..\win32\unicode_support.h" />
  44. <ClInclude Include="..\..\win32\config.h" />
  45. </ItemGroup>
  46. <PropertyGroup Label="Globals">
  47. <Keyword>Win32Proj</Keyword>
  48. <ProjectName>opusdec</ProjectName>
  49. <ProjectGuid>{F2434089-C12F-D049-6D5E-19E75E1C68D2}</ProjectGuid>
  50. </PropertyGroup>
  51. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  52. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  53. <ConfigurationType>Application</ConfigurationType>
  54. <UseDebugLibraries>true</UseDebugLibraries>
  55. <PlatformToolset>v140</PlatformToolset>
  56. </PropertyGroup>
  57. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  58. <ConfigurationType>Application</ConfigurationType>
  59. <UseDebugLibraries>true</UseDebugLibraries>
  60. <PlatformToolset>v140</PlatformToolset>
  61. </PropertyGroup>
  62. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  63. <ConfigurationType>Application</ConfigurationType>
  64. <UseDebugLibraries>false</UseDebugLibraries>
  65. <PlatformToolset>v140</PlatformToolset>
  66. <WholeProgramOptimization>true</WholeProgramOptimization>
  67. </PropertyGroup>
  68. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  69. <ConfigurationType>Application</ConfigurationType>
  70. <UseDebugLibraries>false</UseDebugLibraries>
  71. <PlatformToolset>v140</PlatformToolset>
  72. <WholeProgramOptimization>true</WholeProgramOptimization>
  73. </PropertyGroup>
  74. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  75. <ImportGroup Label="ExtensionSettings">
  76. </ImportGroup>
  77. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  78. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  79. <Import Project="common.props" />
  80. <Import Project="opus-tools.props" />
  81. </ImportGroup>
  82. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  83. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  84. <Import Project="common.props" />
  85. <Import Project="opus-tools.props" />
  86. </ImportGroup>
  87. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  88. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  89. <Import Project="common.props" />
  90. <Import Project="opus-tools.props" />
  91. </ImportGroup>
  92. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  93. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  94. <Import Project="common.props" />
  95. <Import Project="opus-tools.props" />
  96. </ImportGroup>
  97. <PropertyGroup Label="UserMacros" />
  98. <ItemDefinitionGroup />
  99. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  100. <ImportGroup Label="ExtensionTargets">
  101. </ImportGroup>
  102. </Project>