opusenc.vcxproj 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  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\opusenc.c" />
  26. <ClCompile Include="..\..\src\picture.c" />
  27. <ClCompile Include="..\..\src\audio-in.c" />
  28. <ClCompile Include="..\..\src\diag_range.c" />
  29. <ClCompile Include="..\..\src\flac.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\encoder.h" />
  38. <ClInclude Include="..\..\src\flac.h" />
  39. <ClInclude Include="..\..\src\opus_header.h" />
  40. <ClInclude Include="..\..\src\picture.h" />
  41. <ClInclude Include="..\..\src\stack_alloc.h" />
  42. <ClInclude Include="..\..\src\wav_io.h" />
  43. <ClInclude Include="..\..\win32\config.h" />
  44. <ClInclude Include="..\..\win32\unicode_support.h" />
  45. </ItemGroup>
  46. <PropertyGroup Label="Globals">
  47. <Keyword>Win32Proj</Keyword>
  48. <ProjectName>opusenc</ProjectName>
  49. <ProjectGuid>{02C9F2A5-2FE3-B16A-D0E1-FCAAEFC3B855}</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 Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  77. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  78. <Import Project="common.props" />
  79. <Import Project="opus-tools.props" />
  80. </ImportGroup>
  81. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  82. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  83. <Import Project="common.props" />
  84. <Import Project="opus-tools.props" />
  85. </ImportGroup>
  86. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  87. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  88. <Import Project="common.props" />
  89. <Import Project="opus-tools.props" />
  90. </ImportGroup>
  91. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  92. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  93. <Import Project="common.props" />
  94. <Import Project="opus-tools.props" />
  95. </ImportGroup>
  96. <PropertyGroup Label="UserMacros" />
  97. <ItemDefinitionGroup />
  98. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  99. <ImportGroup Label="ExtensionTargets" />
  100. </Project>