blob: 0389b958a2d90085eaa025c6e0d4695c2280c33e [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_api.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>{1D257A17-D254-42E5-82D6-1C87A6EC775A}</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 </ClCompile>
108 <Link>
109 <SubSystem>Console</SubSystem>
110 <GenerateDebugInformation>true</GenerateDebugInformation>
Vignesh Venkatasubramanian2bd8b542014-02-20 10:50:35 -0800111 </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>
Vignesh Venkatasubramanian2bd8b542014-02-20 10:50:35 -0800126 </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 </ClCompile>
140 <Link>
141 <SubSystem>Console</SubSystem>
142 <EnableCOMDATFolding>true</EnableCOMDATFolding>
143 <OptimizeReferences>true</OptimizeReferences>
Vignesh Venkatasubramanian2bd8b542014-02-20 10:50:35 -0800144 </Link>
145 </ItemDefinitionGroup>
146 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
147 <ClCompile>
148 <WarningLevel>Level3</WarningLevel>
149 <PrecompiledHeader>
150 </PrecompiledHeader>
151 <Optimization>MaxSpeed</Optimization>
152 <FunctionLevelLinking>true</FunctionLevelLinking>
153 <IntrinsicFunctions>true</IntrinsicFunctions>
154 <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
155 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
156 <AdditionalIncludeDirectories>..\..\silk;..\..\celt;..\;..\..\include;</AdditionalIncludeDirectories>
157 </ClCompile>
158 <Link>
159 <SubSystem>Console</SubSystem>
160 <EnableCOMDATFolding>true</EnableCOMDATFolding>
161 <OptimizeReferences>true</OptimizeReferences>
Vignesh Venkatasubramanian2bd8b542014-02-20 10:50:35 -0800162 </Link>
163 </ItemDefinitionGroup>
164 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
165 <ImportGroup Label="ExtensionTargets">
166 </ImportGroup>
167</Project>