2
0

libg722_1.2017.vcxproj 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  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. <ProjectGuid>{1BC8A8EC-E03B-44DF-BCD9-088650F4D29C}</ProjectGuid>
  23. <RootNamespace>libg722_1</RootNamespace>
  24. <Keyword>Win32Proj</Keyword>
  25. <ProjectName>libg722_1</ProjectName>
  26. </PropertyGroup>
  27. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  28. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  29. <ConfigurationType>StaticLibrary</ConfigurationType>
  30. <CharacterSet>Unicode</CharacterSet>
  31. <WholeProgramOptimization>true</WholeProgramOptimization>
  32. <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
  33. </PropertyGroup>
  34. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  35. <ConfigurationType>StaticLibrary</ConfigurationType>
  36. <CharacterSet>Unicode</CharacterSet>
  37. <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
  38. </PropertyGroup>
  39. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  40. <ConfigurationType>StaticLibrary</ConfigurationType>
  41. <CharacterSet>Unicode</CharacterSet>
  42. <WholeProgramOptimization>true</WholeProgramOptimization>
  43. <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
  44. </PropertyGroup>
  45. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  46. <ConfigurationType>StaticLibrary</ConfigurationType>
  47. <CharacterSet>Unicode</CharacterSet>
  48. <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
  49. </PropertyGroup>
  50. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  51. <Import Project="$(SolutionDir)w32\g722_1.props" />
  52. <Import Project="$(SolutionDir)w32\download_g722_1.props" Condition=" '$(downloadg722_1PropsImported)' == '' " />
  53. <ImportGroup Label="ExtensionSettings">
  54. </ImportGroup>
  55. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
  56. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  57. <Import Project="..\..\..\w32\extlib.props" />
  58. </ImportGroup>
  59. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
  60. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  61. <Import Project="..\..\..\w32\extlib.props" />
  62. </ImportGroup>
  63. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
  64. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  65. <Import Project="..\..\..\w32\extlib.props" />
  66. </ImportGroup>
  67. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
  68. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  69. <Import Project="..\..\..\w32\extlib.props" />
  70. </ImportGroup>
  71. <PropertyGroup Label="UserMacros" />
  72. <PropertyGroup>
  73. <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
  74. </PropertyGroup>
  75. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  76. <ClCompile>
  77. <Optimization>Disabled</Optimization>
  78. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBG722_1_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  79. <MinimalRebuild>true</MinimalRebuild>
  80. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  81. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  82. <WarningLevel>Level3</WarningLevel>
  83. </ClCompile>
  84. </ItemDefinitionGroup>
  85. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  86. <ClCompile>
  87. <Optimization>MaxSpeed</Optimization>
  88. <IntrinsicFunctions>true</IntrinsicFunctions>
  89. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBG722_1_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  90. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  91. <FunctionLevelLinking>true</FunctionLevelLinking>
  92. <WarningLevel>Level3</WarningLevel>
  93. </ClCompile>
  94. </ItemDefinitionGroup>
  95. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  96. <Midl>
  97. <TargetEnvironment>X64</TargetEnvironment>
  98. </Midl>
  99. <ClCompile>
  100. <Optimization>Disabled</Optimization>
  101. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBG722_1_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  102. <MinimalRebuild>true</MinimalRebuild>
  103. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  104. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  105. <WarningLevel>Level3</WarningLevel>
  106. </ClCompile>
  107. </ItemDefinitionGroup>
  108. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  109. <Midl>
  110. <TargetEnvironment>X64</TargetEnvironment>
  111. </Midl>
  112. <ClCompile>
  113. <Optimization>MaxSpeed</Optimization>
  114. <IntrinsicFunctions>true</IntrinsicFunctions>
  115. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBG722_1_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  116. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  117. <FunctionLevelLinking>true</FunctionLevelLinking>
  118. <WarningLevel>Level3</WarningLevel>
  119. </ClCompile>
  120. </ItemDefinitionGroup>
  121. <ItemGroup>
  122. <ClCompile Include="$(SolutionDir)libs\g722_1-0.2.0\src\basop32.c" />
  123. <ClCompile Include="$(SolutionDir)libs\g722_1-0.2.0\src\bitstream.c" />
  124. <ClCompile Include="$(SolutionDir)libs\g722_1-0.2.0\src\coef2sam.c" />
  125. <ClCompile Include="$(SolutionDir)libs\g722_1-0.2.0\src\common.c" />
  126. <ClCompile Include="$(SolutionDir)libs\g722_1-0.2.0\src\commonf.c" />
  127. <ClCompile Include="$(SolutionDir)libs\g722_1-0.2.0\src\dct4.c" />
  128. <ClCompile Include="$(SolutionDir)libs\g722_1-0.2.0\src\dct4_a.c" />
  129. <ClCompile Include="$(SolutionDir)libs\g722_1-0.2.0\src\dct4_s.c" />
  130. <ClCompile Include="$(SolutionDir)libs\g722_1-0.2.0\src\decoder.c" />
  131. <ClCompile Include="$(SolutionDir)libs\g722_1-0.2.0\src\decoderf.c" />
  132. <ClCompile Include="$(SolutionDir)libs\g722_1-0.2.0\src\encoder.c" />
  133. <ClCompile Include="$(SolutionDir)libs\g722_1-0.2.0\src\encoderf.c" />
  134. <ClCompile Include="$(SolutionDir)libs\g722_1-0.2.0\src\huff_tab.c" />
  135. <ClCompile Include="$(SolutionDir)libs\g722_1-0.2.0\src\sam2coef.c" />
  136. <ClCompile Include="$(SolutionDir)libs\g722_1-0.2.0\src\tables.c" />
  137. <ClCompile Include="$(SolutionDir)libs\g722_1-0.2.0\src\utilities.c" />
  138. </ItemGroup>
  139. <ItemGroup>
  140. <ClInclude Include="$(SolutionDir)libs\g722_1-0.2.0\src\basop32.h" />
  141. <ClInclude Include="$(SolutionDir)libs\g722_1-0.2.0\src\bitstream.h" />
  142. <ClInclude Include="$(SolutionDir)libs\g722_1-0.2.0\src\coef2sam.h" />
  143. <ClInclude Include="$(SolutionDir)libs\g722_1-0.2.0\src\dct4.h" />
  144. <ClInclude Include="$(SolutionDir)libs\g722_1-0.2.0\src\dct4_a.h" />
  145. <ClInclude Include="$(SolutionDir)libs\g722_1-0.2.0\src\dct4_s.h" />
  146. <ClInclude Include="$(SolutionDir)libs\g722_1-0.2.0\src\defs.h" />
  147. <ClInclude Include="$(SolutionDir)libs\g722_1-0.2.0\src\huff_tab.h" />
  148. <ClInclude Include="$(SolutionDir)libs\g722_1-0.2.0\src\sam2coef.h" />
  149. <ClInclude Include="$(SolutionDir)libs\g722_1-0.2.0\src\tables.h" />
  150. <ClInclude Include="$(SolutionDir)libs\g722_1-0.2.0\src\utilities.h" />
  151. </ItemGroup>
  152. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  153. <ImportGroup Label="ExtensionTargets">
  154. </ImportGroup>
  155. </Project>