blob: 1d01a33658a4cbe16099e029489b4906fd8bef77 [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 <PropertyGroup Label="Globals">
22 <ProjectGuid>{8484C90D-1561-402F-A91D-2DB10F8C5171}</ProjectGuid>
23 <Keyword>Win32Proj</Keyword>
24 <RootNamespace>src_FIX</RootNamespace>
25 <ProjectName>silk_fixed</ProjectName>
26 </PropertyGroup>
27 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
28 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
29 <ConfigurationType>StaticLibrary</ConfigurationType>
30 <UseDebugLibraries>true</UseDebugLibraries>
31 <CharacterSet>Unicode</CharacterSet>
32 </PropertyGroup>
33 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
34 <ConfigurationType>StaticLibrary</ConfigurationType>
35 <UseDebugLibraries>true</UseDebugLibraries>
36 <CharacterSet>Unicode</CharacterSet>
37 </PropertyGroup>
38 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
39 <ConfigurationType>StaticLibrary</ConfigurationType>
40 <UseDebugLibraries>false</UseDebugLibraries>
41 <WholeProgramOptimization>true</WholeProgramOptimization>
42 <CharacterSet>Unicode</CharacterSet>
43 </PropertyGroup>
44 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
45 <ConfigurationType>StaticLibrary</ConfigurationType>
46 <UseDebugLibraries>false</UseDebugLibraries>
47 <WholeProgramOptimization>true</WholeProgramOptimization>
48 <CharacterSet>Unicode</CharacterSet>
49 </PropertyGroup>
50 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
51 <ImportGroup Label="ExtensionSettings">
52 </ImportGroup>
53 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
54 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
55 </ImportGroup>
56 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
57 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
58 </ImportGroup>
59 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
60 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
61 </ImportGroup>
62 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
63 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
64 </ImportGroup>
65 <PropertyGroup Label="UserMacros" />
66 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
67 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
68 <OutDir>$(Platform)\$(Configuration)\</OutDir>
69 </PropertyGroup>
70 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
71 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
72 <OutDir>$(Platform)\$(Configuration)\</OutDir>
73 </PropertyGroup>
74 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
75 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
76 <OutDir>$(Platform)\$(Configuration)\</OutDir>
77 </PropertyGroup>
78 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
79 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
80 <OutDir>$(Platform)\$(Configuration)\</OutDir>
81 </PropertyGroup>
82 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
83 <ClCompile>
84 <PrecompiledHeader>
85 </PrecompiledHeader>
86 <WarningLevel>Level3</WarningLevel>
87 <Optimization>Disabled</Optimization>
88 <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
flimc91ee5b2016-01-26 14:33:44 +010089 <AdditionalIncludeDirectories>../..;../../silk/fixed;../../silk;../../win32;../../celt;../../include;../win32</AdditionalIncludeDirectories>
Vignesh Venkatasubramanian2bd8b542014-02-20 10:50:35 -080090 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
91 </ClCompile>
92 <Link>
93 <SubSystem>Windows</SubSystem>
94 <GenerateDebugInformation>true</GenerateDebugInformation>
95 </Link>
96 <Lib>
97 <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
98 </Lib>
99 </ItemDefinitionGroup>
100 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
101 <ClCompile>
102 <PrecompiledHeader>
103 </PrecompiledHeader>
104 <WarningLevel>Level3</WarningLevel>
105 <Optimization>Disabled</Optimization>
106 <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
flimc91ee5b2016-01-26 14:33:44 +0100107 <AdditionalIncludeDirectories>../..;../../silk/fixed;../../silk;../../win32;../../celt;../../include;../win32</AdditionalIncludeDirectories>
Vignesh Venkatasubramanian2bd8b542014-02-20 10:50:35 -0800108 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
109 </ClCompile>
110 <Link>
111 <SubSystem>Windows</SubSystem>
112 <GenerateDebugInformation>true</GenerateDebugInformation>
113 </Link>
114 <Lib>
115 <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
116 </Lib>
117 </ItemDefinitionGroup>
118 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
119 <ClCompile>
120 <WarningLevel>Level3</WarningLevel>
121 <PrecompiledHeader>
122 </PrecompiledHeader>
123 <FunctionLevelLinking>true</FunctionLevelLinking>
124 <IntrinsicFunctions>true</IntrinsicFunctions>
125 <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
flimc91ee5b2016-01-26 14:33:44 +0100126 <AdditionalIncludeDirectories>../..;../../silk/fixed;../../silk;../../win32;../../celt;../../include;../win32</AdditionalIncludeDirectories>
Vignesh Venkatasubramanian2bd8b542014-02-20 10:50:35 -0800127 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
128 </ClCompile>
129 <Link>
130 <SubSystem>Windows</SubSystem>
131 <GenerateDebugInformation>true</GenerateDebugInformation>
132 <EnableCOMDATFolding>true</EnableCOMDATFolding>
133 <OptimizeReferences>true</OptimizeReferences>
134 </Link>
135 <Lib>
136 <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
137 </Lib>
138 </ItemDefinitionGroup>
139 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
140 <ClCompile>
141 <WarningLevel>Level3</WarningLevel>
142 <PrecompiledHeader>
143 </PrecompiledHeader>
144 <Optimization>MaxSpeed</Optimization>
145 <FunctionLevelLinking>true</FunctionLevelLinking>
146 <IntrinsicFunctions>true</IntrinsicFunctions>
147 <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
flimc91ee5b2016-01-26 14:33:44 +0100148 <AdditionalIncludeDirectories>../..;../../silk/fixed;../../silk;../../win32;../../celt;../../include;../win32</AdditionalIncludeDirectories>
Vignesh Venkatasubramanian2bd8b542014-02-20 10:50:35 -0800149 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
150 </ClCompile>
151 <Link>
152 <SubSystem>Windows</SubSystem>
153 <GenerateDebugInformation>true</GenerateDebugInformation>
154 <EnableCOMDATFolding>true</EnableCOMDATFolding>
155 <OptimizeReferences>true</OptimizeReferences>
156 </Link>
157 <Lib>
158 <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
159 </Lib>
160 </ItemDefinitionGroup>
161 <ItemGroup>
162 <ClInclude Include="..\..\include\opus_types.h" />
163 <ClInclude Include="..\..\win32\config.h" />
164 <ClInclude Include="..\..\silk\SigProc_FIX.h" />
165 <ClInclude Include="..\..\silk\fixed\main_FIX.h" />
166 <ClInclude Include="..\..\silk\fixed\structs_FIX.h" />
167 </ItemGroup>
168 <ItemGroup>
169 <ClCompile Include="..\..\silk\fixed\apply_sine_window_FIX.c" />
170 <ClCompile Include="..\..\silk\fixed\autocorr_FIX.c" />
171 <ClCompile Include="..\..\silk\fixed\burg_modified_FIX.c" />
172 <ClCompile Include="..\..\silk\fixed\corrMatrix_FIX.c" />
173 <ClCompile Include="..\..\silk\fixed\encode_frame_FIX.c" />
174 <ClCompile Include="..\..\silk\fixed\find_LPC_FIX.c" />
175 <ClCompile Include="..\..\silk\fixed\find_LTP_FIX.c" />
176 <ClCompile Include="..\..\silk\fixed\find_pitch_lags_FIX.c" />
177 <ClCompile Include="..\..\silk\fixed\find_pred_coefs_FIX.c" />
178 <ClCompile Include="..\..\silk\fixed\k2a_FIX.c" />
179 <ClCompile Include="..\..\silk\fixed\k2a_Q16_FIX.c" />
180 <ClCompile Include="..\..\silk\fixed\LTP_analysis_filter_FIX.c" />
181 <ClCompile Include="..\..\silk\fixed\LTP_scale_ctrl_FIX.c" />
182 <ClCompile Include="..\..\silk\fixed\noise_shape_analysis_FIX.c" />
183 <ClCompile Include="..\..\silk\fixed\pitch_analysis_core_FIX.c" />
184 <ClCompile Include="..\..\silk\fixed\prefilter_FIX.c" />
185 <ClCompile Include="..\..\silk\fixed\process_gains_FIX.c" />
186 <ClCompile Include="..\..\silk\fixed\regularize_correlations_FIX.c" />
187 <ClCompile Include="..\..\silk\fixed\residual_energy16_FIX.c" />
188 <ClCompile Include="..\..\silk\fixed\residual_energy_FIX.c" />
189 <ClCompile Include="..\..\silk\fixed\schur64_FIX.c" />
190 <ClCompile Include="..\..\silk\fixed\schur_FIX.c" />
191 <ClCompile Include="..\..\silk\fixed\solve_LS_FIX.c" />
192 <ClCompile Include="..\..\silk\fixed\vector_ops_FIX.c" />
193 <ClCompile Include="..\..\silk\fixed\warped_autocorrelation_FIX.c" />
flimc91ee5b2016-01-26 14:33:44 +0100194 <ClCompile Include="..\..\silk\fixed\x86\burg_modified_FIX_sse.c" />
195 <ClCompile Include="..\..\silk\fixed\x86\prefilter_FIX_sse.c" />
196 <ClCompile Include="..\..\silk\fixed\x86\vector_ops_FIX_sse.c" />
Vignesh Venkatasubramanian2bd8b542014-02-20 10:50:35 -0800197 </ItemGroup>
198 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
199 <ImportGroup Label="ExtensionTargets">
200 </ImportGroup>
201</Project>