opus_demo.vcxproj 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="4.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. <ProjectReference Include="celt.vcxproj">
  23. <Project>{245603e3-f580-41a5-9632-b25fe3372cbf}</Project>
  24. </ProjectReference>
  25. <ProjectReference Include="opus.vcxproj">
  26. <Project>{219ec965-228a-1824-174d-96449d05f88a}</Project>
  27. </ProjectReference>
  28. <ProjectReference Include="silk_common.vcxproj">
  29. <Project>{c303d2fc-ff97-49b8-9ddd-467b4c9a0b16}</Project>
  30. </ProjectReference>
  31. <ProjectReference Include="silk_float.vcxproj">
  32. <Project>{9c4961d2-5ddb-40c7-9be8-ca918dc4e782}</Project>
  33. </ProjectReference>
  34. </ItemGroup>
  35. <ItemGroup>
  36. <ClCompile Include="..\..\src\opus_demo.c" />
  37. </ItemGroup>
  38. <PropertyGroup Label="Globals">
  39. <ProjectGuid>{016C739D-6389-43BF-8D88-24B2BF6F620F}</ProjectGuid>
  40. <Keyword>Win32Proj</Keyword>
  41. <RootNamespace>opus_demo</RootNamespace>
  42. </PropertyGroup>
  43. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  44. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  45. <ConfigurationType>Application</ConfigurationType>
  46. <UseDebugLibraries>true</UseDebugLibraries>
  47. <CharacterSet>Unicode</CharacterSet>
  48. </PropertyGroup>
  49. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  50. <ConfigurationType>Application</ConfigurationType>
  51. <UseDebugLibraries>true</UseDebugLibraries>
  52. <CharacterSet>Unicode</CharacterSet>
  53. </PropertyGroup>
  54. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  55. <ConfigurationType>Application</ConfigurationType>
  56. <UseDebugLibraries>false</UseDebugLibraries>
  57. <WholeProgramOptimization>true</WholeProgramOptimization>
  58. <CharacterSet>Unicode</CharacterSet>
  59. </PropertyGroup>
  60. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  61. <ConfigurationType>Application</ConfigurationType>
  62. <UseDebugLibraries>false</UseDebugLibraries>
  63. <WholeProgramOptimization>true</WholeProgramOptimization>
  64. <CharacterSet>Unicode</CharacterSet>
  65. </PropertyGroup>
  66. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  67. <ImportGroup Label="ExtensionSettings">
  68. </ImportGroup>
  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. </ImportGroup>
  72. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
  73. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  74. </ImportGroup>
  75. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  76. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  77. </ImportGroup>
  78. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
  79. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  80. </ImportGroup>
  81. <PropertyGroup Label="UserMacros" />
  82. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  83. <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  84. <OutDir>$(Platform)\$(Configuration)\</OutDir>
  85. </PropertyGroup>
  86. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  87. <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  88. <OutDir>$(Platform)\$(Configuration)\</OutDir>
  89. </PropertyGroup>
  90. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  91. <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  92. <OutDir>$(Platform)\$(Configuration)\</OutDir>
  93. </PropertyGroup>
  94. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  95. <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  96. <OutDir>$(Platform)\$(Configuration)\</OutDir>
  97. </PropertyGroup>
  98. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  99. <ClCompile>
  100. <PrecompiledHeader>
  101. </PrecompiledHeader>
  102. <WarningLevel>Level3</WarningLevel>
  103. <Optimization>Disabled</Optimization>
  104. <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  105. <AdditionalIncludeDirectories>..\..\silk;..\..\celt;..\;..\..\include;</AdditionalIncludeDirectories>
  106. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  107. </ClCompile>
  108. <Link>
  109. <SubSystem>Console</SubSystem>
  110. <GenerateDebugInformation>true</GenerateDebugInformation>
  111. </Link>
  112. </ItemDefinitionGroup>
  113. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  114. <ClCompile>
  115. <PrecompiledHeader>
  116. </PrecompiledHeader>
  117. <WarningLevel>Level3</WarningLevel>
  118. <Optimization>Disabled</Optimization>
  119. <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  120. <AdditionalIncludeDirectories>..\..\silk;..\..\celt;..\;..\..\include;</AdditionalIncludeDirectories>
  121. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  122. </ClCompile>
  123. <Link>
  124. <SubSystem>Console</SubSystem>
  125. <GenerateDebugInformation>true</GenerateDebugInformation>
  126. </Link>
  127. </ItemDefinitionGroup>
  128. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  129. <ClCompile>
  130. <WarningLevel>Level3</WarningLevel>
  131. <PrecompiledHeader>
  132. </PrecompiledHeader>
  133. <Optimization>MaxSpeed</Optimization>
  134. <FunctionLevelLinking>true</FunctionLevelLinking>
  135. <IntrinsicFunctions>true</IntrinsicFunctions>
  136. <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  137. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  138. <AdditionalIncludeDirectories>..\..\silk;..\..\celt;..\;..\..\include;</AdditionalIncludeDirectories>
  139. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  140. </ClCompile>
  141. <Link>
  142. <SubSystem>Console</SubSystem>
  143. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  144. <OptimizeReferences>true</OptimizeReferences>
  145. </Link>
  146. </ItemDefinitionGroup>
  147. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  148. <ClCompile>
  149. <WarningLevel>Level3</WarningLevel>
  150. <PrecompiledHeader>
  151. </PrecompiledHeader>
  152. <Optimization>MaxSpeed</Optimization>
  153. <FunctionLevelLinking>true</FunctionLevelLinking>
  154. <IntrinsicFunctions>true</IntrinsicFunctions>
  155. <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  156. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  157. <AdditionalIncludeDirectories>..\..\silk;..\..\celt;..\;..\..\include;</AdditionalIncludeDirectories>
  158. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  159. </ClCompile>
  160. <Link>
  161. <SubSystem>Console</SubSystem>
  162. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  163. <OptimizeReferences>true</OptimizeReferences>
  164. </Link>
  165. </ItemDefinitionGroup>
  166. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  167. <ImportGroup Label="ExtensionTargets">
  168. </ImportGroup>
  169. </Project>