blob: 51a497e61b7fde68c4d926ebdee751b3ddc298c6 [file] [log] [blame]
Alexandre Lision744f7422013-09-25 11:39:37 -04001<?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>{9C4961D2-5DDB-40C7-9BE8-CA918DC4E782}</ProjectGuid>
23 <Keyword>Win32Proj</Keyword>
24 <RootNamespace>src_FLP</RootNamespace>
25 <ProjectName>silk_float</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 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
68 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
69 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
70 <CustomBuildBeforeTargets>Compile</CustomBuildBeforeTargets>
71 </PropertyGroup>
72 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
73 <ClCompile>
74 <PrecompiledHeader>
75 </PrecompiledHeader>
76 <WarningLevel>Level3</WarningLevel>
77 <Optimization>Disabled</Optimization>
78 <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
79 <AdditionalIncludeDirectories>../;../fixed;../../win32;../../celt;../../include</AdditionalIncludeDirectories>
80 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
81 </ClCompile>
82 <Link>
83 <SubSystem>Windows</SubSystem>
84 <GenerateDebugInformation>true</GenerateDebugInformation>
85 </Link>
86 <Lib>
87 <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
88 </Lib>
89 <PreBuildEvent>
90 <Command>"$(ProjectDir)..\..\win32\genversion.bat" "$(ProjectDir)..\..\win32\version.h" OPUS_VERSION</Command>
91 <Message>Generating version.h</Message>
92 </PreBuildEvent>
93 <CustomBuildStep>
94 <Command>
95 </Command>
96 </CustomBuildStep>
97 <CustomBuildStep>
98 <Outputs>
99 </Outputs>
100 </CustomBuildStep>
101 </ItemDefinitionGroup>
102 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
103 <ClCompile>
104 <PrecompiledHeader>
105 </PrecompiledHeader>
106 <WarningLevel>Level3</WarningLevel>
107 <Optimization>Disabled</Optimization>
108 <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;WIN64;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
109 <AdditionalIncludeDirectories>../;../fixed;../../win32;../../celt;../../include</AdditionalIncludeDirectories>
110 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
111 </ClCompile>
112 <Link>
113 <SubSystem>Windows</SubSystem>
114 <GenerateDebugInformation>true</GenerateDebugInformation>
115 </Link>
116 <Lib>
117 <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
118 </Lib>
119 <PreBuildEvent>
120 <Command>"$(ProjectDir)..\..\win32\genversion.bat" "$(ProjectDir)..\..\win32\version.h" OPUS_VERSION</Command>
121 <Message>Generating version.h</Message>
122 </PreBuildEvent>
123 <CustomBuildStep>
124 <Command>
125 </Command>
126 </CustomBuildStep>
127 <CustomBuildStep>
128 <Outputs>
129 </Outputs>
130 </CustomBuildStep>
131 </ItemDefinitionGroup>
132 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
133 <ClCompile>
134 <WarningLevel>Level3</WarningLevel>
135 <PrecompiledHeader>
136 </PrecompiledHeader>
137 <FunctionLevelLinking>true</FunctionLevelLinking>
138 <IntrinsicFunctions>true</IntrinsicFunctions>
139 <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
140 <AdditionalIncludeDirectories>../;../fixed;../../win32;../../celt;../../include</AdditionalIncludeDirectories>
141 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
142 </ClCompile>
143 <Link>
144 <SubSystem>Windows</SubSystem>
145 <GenerateDebugInformation>true</GenerateDebugInformation>
146 <EnableCOMDATFolding>true</EnableCOMDATFolding>
147 <OptimizeReferences>true</OptimizeReferences>
148 </Link>
149 <Lib>
150 <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
151 </Lib>
152 <PreBuildEvent>
153 <Command>"$(ProjectDir)..\..\win32\genversion.bat" "$(ProjectDir)..\..\win32\version.h" OPUS_VERSION</Command>
154 <Message>Generating version.h</Message>
155 </PreBuildEvent>
156 <CustomBuildStep>
157 <Command>
158 </Command>
159 </CustomBuildStep>
160 <CustomBuildStep>
161 <Outputs>
162 </Outputs>
163 </CustomBuildStep>
164 </ItemDefinitionGroup>
165 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
166 <ClCompile>
167 <WarningLevel>Level3</WarningLevel>
168 <PrecompiledHeader>
169 </PrecompiledHeader>
170 <Optimization>MaxSpeed</Optimization>
171 <FunctionLevelLinking>true</FunctionLevelLinking>
172 <IntrinsicFunctions>true</IntrinsicFunctions>
173 <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;WIN64;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
174 <AdditionalIncludeDirectories>../;../fixed;../../win32;../../celt;../../include</AdditionalIncludeDirectories>
175 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
176 </ClCompile>
177 <Link>
178 <SubSystem>Windows</SubSystem>
179 <GenerateDebugInformation>true</GenerateDebugInformation>
180 <EnableCOMDATFolding>true</EnableCOMDATFolding>
181 <OptimizeReferences>true</OptimizeReferences>
182 </Link>
183 <Lib>
184 <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
185 </Lib>
186 <PreBuildEvent>
187 <Command>"$(ProjectDir)..\..\win32\genversion.bat" "$(ProjectDir)..\..\win32\version.h" OPUS_VERSION</Command>
188 <Message>Generating version.h</Message>
189 </PreBuildEvent>
190 <CustomBuildStep>
191 <Command>
192 </Command>
193 </CustomBuildStep>
194 <CustomBuildStep>
195 <Outputs>
196 </Outputs>
197 </CustomBuildStep>
198 </ItemDefinitionGroup>
199 <ItemGroup>
200 <ClCompile Include="apply_sine_window_FLP.c" />
201 <ClCompile Include="autocorrelation_FLP.c" />
202 <ClCompile Include="burg_modified_FLP.c" />
203 <ClCompile Include="bwexpander_FLP.c" />
204 <ClCompile Include="corrMatrix_FLP.c" />
205 <ClCompile Include="encode_frame_FLP.c" />
206 <ClCompile Include="energy_FLP.c" />
207 <ClCompile Include="find_LPC_FLP.c" />
208 <ClCompile Include="find_LTP_FLP.c" />
209 <ClCompile Include="find_pitch_lags_FLP.c" />
210 <ClCompile Include="find_pred_coefs_FLP.c" />
211 <ClCompile Include="inner_product_FLP.c" />
212 <ClCompile Include="k2a_FLP.c" />
213 <ClCompile Include="levinsondurbin_FLP.c" />
214 <ClCompile Include="LPC_analysis_filter_FLP.c" />
215 <ClCompile Include="LPC_inv_pred_gain_FLP.c" />
216 <ClCompile Include="LTP_analysis_filter_FLP.c" />
217 <ClCompile Include="LTP_scale_ctrl_FLP.c" />
218 <ClCompile Include="noise_shape_analysis_FLP.c" />
219 <ClCompile Include="pitch_analysis_core_FLP.c" />
220 <ClCompile Include="prefilter_FLP.c" />
221 <ClCompile Include="process_gains_FLP.c" />
222 <ClCompile Include="regularize_correlations_FLP.c" />
223 <ClCompile Include="residual_energy_FLP.c" />
224 <ClCompile Include="scale_copy_vector_FLP.c" />
225 <ClCompile Include="scale_vector_FLP.c" />
226 <ClCompile Include="schur_FLP.c" />
227 <ClCompile Include="solve_LS_FLP.c" />
228 <ClCompile Include="sort_FLP.c" />
229 <ClCompile Include="warped_autocorrelation_FLP.c" />
230 <ClCompile Include="wrappers_FLP.c" />
231 </ItemGroup>
232 <ItemGroup>
233 <ClInclude Include="..\..\include\opus_types.h" />
234 <ClInclude Include="..\..\win32\config.h" />
235 <ClInclude Include="main_FLP.h" />
236 <ClInclude Include="SigProc_FLP.h" />
237 <ClInclude Include="structs_FLP.h" />
238 </ItemGroup>
239 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
240 <ImportGroup Label="ExtensionTargets">
241 </ImportGroup>
242</Project>