Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(869)

Side by Side Diff: win32/VS2010/test_opus_decode.vcxproj

Issue 28553003: Updating Opus to a pre-release of 1.1 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/opus
Patch Set: Removing failing file Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microso ft.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="..\..\tests\test_opus_decode.c" />
23 </ItemGroup>
24 <PropertyGroup Label="Globals">
25 <ProjectGuid>{8578322A-1883-486B-B6FA-E0094B65C9F2}</ProjectGuid>
26 <Keyword>Win32Proj</Keyword>
27 <RootNamespace>test_opus_api</RootNamespace>
28 </PropertyGroup>
29 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
30 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label ="Configuration">
31 <ConfigurationType>Application</ConfigurationType>
32 <UseDebugLibraries>true</UseDebugLibraries>
33 <CharacterSet>Unicode</CharacterSet>
34 </PropertyGroup>
35 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label=" Configuration">
36 <ConfigurationType>Application</ConfigurationType>
37 <UseDebugLibraries>true</UseDebugLibraries>
38 <CharacterSet>Unicode</CharacterSet>
39 </PropertyGroup>
40 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Lab el="Configuration">
41 <ConfigurationType>Application</ConfigurationType>
42 <UseDebugLibraries>false</UseDebugLibraries>
43 <WholeProgramOptimization>true</WholeProgramOptimization>
44 <CharacterSet>Unicode</CharacterSet>
45 </PropertyGroup>
46 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label ="Configuration">
47 <ConfigurationType>Application</ConfigurationType>
48 <UseDebugLibraries>false</UseDebugLibraries>
49 <WholeProgramOptimization>true</WholeProgramOptimization>
50 <CharacterSet>Unicode</CharacterSet>
51 </PropertyGroup>
52 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
53 <ImportGroup Label="ExtensionSettings">
54 </ImportGroup>
55 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'= ='Debug|Win32'">
56 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condit ion="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="Local AppDataPlatform" />
57 </ImportGroup>
58 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Pr opertySheets">
59 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condit ion="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="Local AppDataPlatform" />
60 </ImportGroup>
61 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'= ='Release|Win32'">
62 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condit ion="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="Local AppDataPlatform" />
63 </ImportGroup>
64 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label=" PropertySheets">
65 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condit ion="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="Local AppDataPlatform" />
66 </ImportGroup>
67 <PropertyGroup Label="UserMacros" />
68 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
69 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
70 <OutDir>$(Platform)\$(Configuration)\</OutDir>
71 </PropertyGroup>
72 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
73 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
74 <OutDir>$(Platform)\$(Configuration)\</OutDir>
75 </PropertyGroup>
76 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
77 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
78 <OutDir>$(Platform)\$(Configuration)\</OutDir>
79 </PropertyGroup>
80 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
81 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
82 <OutDir>$(Platform)\$(Configuration)\</OutDir>
83 </PropertyGroup>
84 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" >
85 <ClCompile>
86 <PrecompiledHeader>
87 </PrecompiledHeader>
88 <WarningLevel>Level3</WarningLevel>
89 <Optimization>Disabled</Optimization>
90 <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;_DEBUG;_CONSOLE;%(Preprocesso rDefinitions)</PreprocessorDefinitions>
91 <AdditionalIncludeDirectories>..\..\silk;..\..\celt;..\;..\..\include;</Ad ditionalIncludeDirectories>
92 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
93 <DisableSpecificWarnings>4996</DisableSpecificWarnings>
94 </ClCompile>
95 <Link>
96 <SubSystem>Console</SubSystem>
97 <GenerateDebugInformation>true</GenerateDebugInformation>
98 <AdditionalDependencies>$(Platform)\$(Configuration)\opus.lib;$(Platform)\ $(Configuration)\celt.lib;$(Platform)\$(Configuration)\silk_common.lib;$(Platfor m)\$(Configuration)\silk_float.lib</AdditionalDependencies>
99 </Link>
100 </ItemDefinitionGroup>
101 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
102 <ClCompile>
103 <PrecompiledHeader>
104 </PrecompiledHeader>
105 <WarningLevel>Level3</WarningLevel>
106 <Optimization>Disabled</Optimization>
107 <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;_DEBUG;_CONSOLE;%(Preprocesso rDefinitions)</PreprocessorDefinitions>
108 <AdditionalIncludeDirectories>..\..\silk;..\..\celt;..\;..\..\include;</Ad ditionalIncludeDirectories>
109 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
110 <DisableSpecificWarnings>4996</DisableSpecificWarnings>
111 </ClCompile>
112 <Link>
113 <SubSystem>Console</SubSystem>
114 <GenerateDebugInformation>true</GenerateDebugInformation>
115 <AdditionalDependencies>$(Platform)\$(Configuration)\opus.lib;$(Platform)\ $(Configuration)\celt.lib;$(Platform)\$(Configuration)\silk_common.lib;$(Platfor m)\$(Configuration)\silk_float.lib</AdditionalDependencies>
116 </Link>
117 </ItemDefinitionGroup>
118 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32 '">
119 <ClCompile>
120 <WarningLevel>Level3</WarningLevel>
121 <PrecompiledHeader>
122 </PrecompiledHeader>
123 <Optimization>MaxSpeed</Optimization>
124 <FunctionLevelLinking>true</FunctionLevelLinking>
125 <IntrinsicFunctions>true</IntrinsicFunctions>
126 <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;NDEBUG;_CONSOLE;%(Preprocesso rDefinitions)</PreprocessorDefinitions>
127 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
128 <AdditionalIncludeDirectories>..\..\silk;..\..\celt;..\;..\..\include;</Ad ditionalIncludeDirectories>
129 <DisableSpecificWarnings>4996</DisableSpecificWarnings>
130 </ClCompile>
131 <Link>
132 <SubSystem>Console</SubSystem>
133 <EnableCOMDATFolding>true</EnableCOMDATFolding>
134 <OptimizeReferences>true</OptimizeReferences>
135 <AdditionalDependencies>$(Platform)\$(Configuration)\opus.lib;$(Platform)\ $(Configuration)\celt.lib;$(Platform)\$(Configuration)\silk_common.lib;$(Platfor m)\$(Configuration)\silk_float.lib</AdditionalDependencies>
136 </Link>
137 </ItemDefinitionGroup>
138 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" >
139 <ClCompile>
140 <WarningLevel>Level3</WarningLevel>
141 <PrecompiledHeader>
142 </PrecompiledHeader>
143 <Optimization>MaxSpeed</Optimization>
144 <FunctionLevelLinking>true</FunctionLevelLinking>
145 <IntrinsicFunctions>true</IntrinsicFunctions>
146 <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;NDEBUG;_CONSOLE;%(Preprocesso rDefinitions)</PreprocessorDefinitions>
147 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
148 <AdditionalIncludeDirectories>..\..\silk;..\..\celt;..\;..\..\include;</Ad ditionalIncludeDirectories>
149 <DisableSpecificWarnings>4996</DisableSpecificWarnings>
150 </ClCompile>
151 <Link>
152 <SubSystem>Console</SubSystem>
153 <EnableCOMDATFolding>true</EnableCOMDATFolding>
154 <OptimizeReferences>true</OptimizeReferences>
155 <AdditionalDependencies>$(Platform)\$(Configuration)\opus.lib;$(Platform)\ $(Configuration)\celt.lib;$(Platform)\$(Configuration)\silk_common.lib;$(Platfor m)\$(Configuration)\silk_float.lib</AdditionalDependencies>
156 </Link>
157 </ItemDefinitionGroup>
158 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
159 <ImportGroup Label="ExtensionTargets">
160 </ImportGroup>
161 </Project>
OLDNEW
« no previous file with comments | « win32/VS2010/test_opus_api.vcxproj.filters ('k') | win32/VS2010/test_opus_decode.vcxproj.filters » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698