blob: 67e552d387ccec5b7f2460a3580d0905b177d049 [file] [log] [blame]
Vignesh Venkatasubramanian2bd8b542014-02-20 10:50:35 -08001<?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 <ClCompile Include="..\..\tests\test_opus_decode.c" />
23 </ItemGroup>
flimc91ee5b2016-01-26 14:33:44 +010024 <ItemGroup>
25 <ProjectReference Include="celt.vcxproj">
26 <Project>{245603e3-f580-41a5-9632-b25fe3372cbf}</Project>
27 </ProjectReference>
28 <ProjectReference Include="opus.vcxproj">
29 <Project>{219ec965-228a-1824-174d-96449d05f88a}</Project>
30 </ProjectReference>
31 <ProjectReference Include="silk_common.vcxproj">
32 <Project>{c303d2fc-ff97-49b8-9ddd-467b4c9a0b16}</Project>
33 </ProjectReference>
34 <ProjectReference Include="silk_float.vcxproj">
35 <Project>{9c4961d2-5ddb-40c7-9be8-ca918dc4e782}</Project>
36 </ProjectReference>
37 </ItemGroup>
Vignesh Venkatasubramanian2bd8b542014-02-20 10:50:35 -080038 <PropertyGroup Label="Globals">
39 <ProjectGuid>{8578322A-1883-486B-B6FA-E0094B65C9F2}</ProjectGuid>
40 <Keyword>Win32Proj</Keyword>
41 <RootNamespace>test_opus_api</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 <DisableSpecificWarnings>4996</DisableSpecificWarnings>
108 </ClCompile>
109 <Link>
110 <SubSystem>Console</SubSystem>
111 <GenerateDebugInformation>true</GenerateDebugInformation>
Vignesh Venkatasubramanian2bd8b542014-02-20 10:50:35 -0800112 </Link>
113 </ItemDefinitionGroup>
114 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
115 <ClCompile>
116 <PrecompiledHeader>
117 </PrecompiledHeader>
118 <WarningLevel>Level3</WarningLevel>
119 <Optimization>Disabled</Optimization>
120 <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
121 <AdditionalIncludeDirectories>..\..\silk;..\..\celt;..\;..\..\include;</AdditionalIncludeDirectories>
122 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
123 <DisableSpecificWarnings>4996</DisableSpecificWarnings>
124 </ClCompile>
125 <Link>
126 <SubSystem>Console</SubSystem>
127 <GenerateDebugInformation>true</GenerateDebugInformation>
Vignesh Venkatasubramanian2bd8b542014-02-20 10:50:35 -0800128 </Link>
129 </ItemDefinitionGroup>
130 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
131 <ClCompile>
132 <WarningLevel>Level3</WarningLevel>
133 <PrecompiledHeader>
134 </PrecompiledHeader>
135 <Optimization>MaxSpeed</Optimization>
136 <FunctionLevelLinking>true</FunctionLevelLinking>
137 <IntrinsicFunctions>true</IntrinsicFunctions>
138 <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
139 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
140 <AdditionalIncludeDirectories>..\..\silk;..\..\celt;..\;..\..\include;</AdditionalIncludeDirectories>
141 <DisableSpecificWarnings>4996</DisableSpecificWarnings>
142 </ClCompile>
143 <Link>
144 <SubSystem>Console</SubSystem>
145 <EnableCOMDATFolding>true</EnableCOMDATFolding>
146 <OptimizeReferences>true</OptimizeReferences>
Vignesh Venkatasubramanian2bd8b542014-02-20 10:50:35 -0800147 </Link>
148 </ItemDefinitionGroup>
149 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
150 <ClCompile>
151 <WarningLevel>Level3</WarningLevel>
152 <PrecompiledHeader>
153 </PrecompiledHeader>
154 <Optimization>MaxSpeed</Optimization>
155 <FunctionLevelLinking>true</FunctionLevelLinking>
156 <IntrinsicFunctions>true</IntrinsicFunctions>
157 <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
158 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
159 <AdditionalIncludeDirectories>..\..\silk;..\..\celt;..\;..\..\include;</AdditionalIncludeDirectories>
160 <DisableSpecificWarnings>4996</DisableSpecificWarnings>
161 </ClCompile>
162 <Link>
163 <SubSystem>Console</SubSystem>
164 <EnableCOMDATFolding>true</EnableCOMDATFolding>
165 <OptimizeReferences>true</OptimizeReferences>
Vignesh Venkatasubramanian2bd8b542014-02-20 10:50:35 -0800166 </Link>
167 </ItemDefinitionGroup>
168 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
169 <ImportGroup Label="ExtensionTargets">
170 </ImportGroup>
171</Project>