seeking_example.vcxproj 9.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178
  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|Emscripten">
  5. <Configuration>Debug</Configuration>
  6. <Platform>Emscripten</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Debug|Win32">
  9. <Configuration>Debug</Configuration>
  10. <Platform>Win32</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Release|Emscripten">
  13. <Configuration>Release</Configuration>
  14. <Platform>Emscripten</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Release|Win32">
  17. <Configuration>Release</Configuration>
  18. <Platform>Win32</Platform>
  19. </ProjectConfiguration>
  20. </ItemGroup>
  21. <PropertyGroup Label="Globals">
  22. <ProjectGuid>{4FF9E8FA-2B1F-46B9-950A-B38D72F67C4C}</ProjectGuid>
  23. <Keyword>Win32Proj</Keyword>
  24. <RootNamespace>seeking_example</RootNamespace>
  25. <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
  26. </PropertyGroup>
  27. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  28. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  29. <ConfigurationType>Application</ConfigurationType>
  30. <UseDebugLibraries>true</UseDebugLibraries>
  31. <CharacterSet>NotSet</CharacterSet>
  32. <PlatformToolset>v141_xp</PlatformToolset>
  33. </PropertyGroup>
  34. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Emscripten'" Label="Configuration">
  35. <ConfigurationType>Application</ConfigurationType>
  36. <UseDebugLibraries>true</UseDebugLibraries>
  37. <CharacterSet>NotSet</CharacterSet>
  38. <PlatformToolset>v140</PlatformToolset>
  39. </PropertyGroup>
  40. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  41. <ConfigurationType>Application</ConfigurationType>
  42. <UseDebugLibraries>false</UseDebugLibraries>
  43. <WholeProgramOptimization>true</WholeProgramOptimization>
  44. <CharacterSet>NotSet</CharacterSet>
  45. <PlatformToolset>v141_xp</PlatformToolset>
  46. </PropertyGroup>
  47. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Emscripten'" Label="Configuration">
  48. <ConfigurationType>Application</ConfigurationType>
  49. <UseDebugLibraries>false</UseDebugLibraries>
  50. <WholeProgramOptimization>true</WholeProgramOptimization>
  51. <CharacterSet>NotSet</CharacterSet>
  52. <PlatformToolset>v140</PlatformToolset>
  53. </PropertyGroup>
  54. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  55. <ImportGroup Label="ExtensionSettings">
  56. </ImportGroup>
  57. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  58. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  59. </ImportGroup>
  60. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Emscripten'" Label="PropertySheets">
  61. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  62. </ImportGroup>
  63. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  64. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  65. </ImportGroup>
  66. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Emscripten'" Label="PropertySheets">
  67. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  68. </ImportGroup>
  69. <PropertyGroup Label="UserMacros" />
  70. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  71. <LinkIncremental>false</LinkIncremental>
  72. <IncludePath>..\..\..\opus\include;..\..\..\ogg\include;..\..\include;$(IncludePath)</IncludePath>
  73. <LibraryPath>..\..\..\opus\win32\VS2010\$(Platform)\$(Configuration)\;..\..\..\ogg\win32\VS2010\$(Platform)\$(Configuration)\;$(LibraryPath)</LibraryPath>
  74. <OutDir>$(Platform)\$(Configuration)\</OutDir>
  75. <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  76. </PropertyGroup>
  77. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Emscripten'">
  78. <LinkIncremental>false</LinkIncremental>
  79. <IncludePath>..\..\..\opus\include;..\..\..\ogg\include;..\..\include;$(IncludePath)</IncludePath>
  80. <LibraryPath>..\..\..\opus\win32\VS2010\$(Platform)\$(Configuration)\;..\..\..\ogg\win32\VS2010\$(Platform)\$(Configuration)\;$(LibraryPath)</LibraryPath>
  81. <OutDir>$(Platform)\$(Configuration)\</OutDir>
  82. <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  83. </PropertyGroup>
  84. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  85. <LinkIncremental>false</LinkIncremental>
  86. <IncludePath>..\..\..\opus\include;..\..\..\ogg\include;..\..\include;$(IncludePath)</IncludePath>
  87. <LibraryPath>..\..\..\opus\win32\VS2010\$(Platform)\$(Configuration)\;..\..\..\ogg\win32\VS2010\$(Platform)\$(Configuration)\;$(LibraryPath)</LibraryPath>
  88. <OutDir>$(Platform)\$(Configuration)\</OutDir>
  89. <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  90. </PropertyGroup>
  91. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Emscripten'">
  92. <LinkIncremental>false</LinkIncremental>
  93. <IncludePath>..\..\..\opus\include;..\..\..\ogg\include;..\..\include;$(IncludePath)</IncludePath>
  94. <LibraryPath>..\..\..\opus\win32\VS2010\$(Platform)\$(Configuration)\;..\..\..\ogg\win32\VS2010\$(Platform)\$(Configuration)\;$(LibraryPath)</LibraryPath>
  95. <OutDir>$(Platform)\$(Configuration)\</OutDir>
  96. <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  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>WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  105. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  106. </ClCompile>
  107. <Link>
  108. <SubSystem>Console</SubSystem>
  109. <GenerateDebugInformation>true</GenerateDebugInformation>
  110. <AdditionalDependencies>libogg_static.lib;opus.lib;celt.lib;silk_common.lib;silk_float.lib;%(AdditionalDependencies)</AdditionalDependencies>
  111. </Link>
  112. </ItemDefinitionGroup>
  113. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Emscripten'">
  114. <ClCompile>
  115. <PrecompiledHeader>
  116. </PrecompiledHeader>
  117. <WarningLevel>Level3</WarningLevel>
  118. <Optimization>Disabled</Optimization>
  119. <PreprocessorDefinitions>WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  120. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  121. </ClCompile>
  122. <Link>
  123. <SubSystem>Console</SubSystem>
  124. <GenerateDebugInformation>true</GenerateDebugInformation>
  125. <AdditionalDependencies>libogg_static.lib;opus.lib;celt.lib;silk_common.lib;silk_float.lib;%(AdditionalDependencies)</AdditionalDependencies>
  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>WIN32;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  137. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  138. </ClCompile>
  139. <Link>
  140. <SubSystem>Console</SubSystem>
  141. <GenerateDebugInformation>true</GenerateDebugInformation>
  142. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  143. <OptimizeReferences>true</OptimizeReferences>
  144. <AdditionalDependencies>libogg_static.lib;opus.lib;celt.lib;silk_common.lib;silk_float.lib;%(AdditionalDependencies)</AdditionalDependencies>
  145. </Link>
  146. </ItemDefinitionGroup>
  147. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Emscripten'">
  148. <ClCompile>
  149. <WarningLevel>Level3</WarningLevel>
  150. <PrecompiledHeader>
  151. </PrecompiledHeader>
  152. <Optimization>MaxSpeed</Optimization>
  153. <FunctionLevelLinking>true</FunctionLevelLinking>
  154. <IntrinsicFunctions>true</IntrinsicFunctions>
  155. <PreprocessorDefinitions>WIN32;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  156. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  157. </ClCompile>
  158. <Link>
  159. <SubSystem>Console</SubSystem>
  160. <GenerateDebugInformation>true</GenerateDebugInformation>
  161. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  162. <OptimizeReferences>true</OptimizeReferences>
  163. <AdditionalDependencies>libogg_static.lib;opus.lib;celt.lib;silk_common.lib;silk_float.lib;%(AdditionalDependencies)</AdditionalDependencies>
  164. </Link>
  165. </ItemDefinitionGroup>
  166. <ItemGroup>
  167. <ClCompile Include="..\..\examples\seeking_example.c" />
  168. <ClCompile Include="..\..\examples\win32utf8.c" />
  169. </ItemGroup>
  170. <ItemGroup>
  171. <ProjectReference Include="opusfile.vcxproj">
  172. <Project>{1a4b5203-52eb-4805-9511-84b1bd094fca}</Project>
  173. </ProjectReference>
  174. </ItemGroup>
  175. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  176. <ImportGroup Label="ExtensionTargets">
  177. </ImportGroup>
  178. </Project>