opusinfo.vcxproj 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  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\opusinfo.c" />
  26. <ClCompile Include="..\..\src\info_opus.c" />
  27. <ClCompile Include="..\..\src\picture.c" />
  28. <ClCompile Include="..\..\win32\unicode_support.c" />
  29. </ItemGroup>
  30. <ItemGroup>
  31. <ClInclude Include="..\..\include\getopt.h" />
  32. <ClInclude Include="..\..\src\info_opus.h" />
  33. <ClInclude Include="..\..\src\opusinfo.h" />
  34. <ClInclude Include="..\..\src\opus_header.h" />
  35. <ClInclude Include="..\..\src\picture.h" />
  36. <ClInclude Include="..\..\win32\config.h" />
  37. <ClInclude Include="..\..\win32\unicode_support.h" />
  38. </ItemGroup>
  39. <PropertyGroup Label="Globals">
  40. <Keyword>Win32Proj</Keyword>
  41. <ProjectName>opusinfo</ProjectName>
  42. <ProjectGuid>{BE460D7E-0DD8-81AC-FC4D-AB960C097EFE}</ProjectGuid>
  43. </PropertyGroup>
  44. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  45. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  46. <ConfigurationType>Application</ConfigurationType>
  47. <UseDebugLibraries>true</UseDebugLibraries>
  48. <PlatformToolset>v140</PlatformToolset>
  49. </PropertyGroup>
  50. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  51. <ConfigurationType>Application</ConfigurationType>
  52. <UseDebugLibraries>true</UseDebugLibraries>
  53. <PlatformToolset>v140</PlatformToolset>
  54. </PropertyGroup>
  55. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  56. <ConfigurationType>Application</ConfigurationType>
  57. <UseDebugLibraries>false</UseDebugLibraries>
  58. <PlatformToolset>v140</PlatformToolset>
  59. <WholeProgramOptimization>true</WholeProgramOptimization>
  60. </PropertyGroup>
  61. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  62. <ConfigurationType>Application</ConfigurationType>
  63. <UseDebugLibraries>false</UseDebugLibraries>
  64. <PlatformToolset>v140</PlatformToolset>
  65. <WholeProgramOptimization>true</WholeProgramOptimization>
  66. </PropertyGroup>
  67. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  68. <ImportGroup Label="ExtensionSettings" />
  69. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  70. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  71. <Import Project="common.props" />
  72. <Import Project="opus-tools.props" />
  73. </ImportGroup>
  74. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  75. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  76. <Import Project="common.props" />
  77. <Import Project="opus-tools.props" />
  78. </ImportGroup>
  79. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  80. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  81. <Import Project="common.props" />
  82. <Import Project="opus-tools.props" />
  83. </ImportGroup>
  84. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  85. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  86. <Import Project="common.props" />
  87. <Import Project="opus-tools.props" />
  88. </ImportGroup>
  89. <ItemDefinitionGroup />
  90. <PropertyGroup Label="UserMacros" />
  91. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  92. <ImportGroup Label="ExtensionTargets" />
  93. </Project>