• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?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    <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    <CustomBuildBeforeTargets>Compile</CustomBuildBeforeTargets>
80    <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
81    <OutDir>$(Platform)\$(Configuration)\</OutDir>
82  </PropertyGroup>
83  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
84    <ClCompile>
85      <PrecompiledHeader>
86      </PrecompiledHeader>
87      <WarningLevel>Level3</WarningLevel>
88      <Optimization>Disabled</Optimization>
89      <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
90      <AdditionalIncludeDirectories>../../silk/float;../../silk;../../win32;../../celt;../../include;../win32</AdditionalIncludeDirectories>
91      <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
92    </ClCompile>
93    <Link>
94      <SubSystem>Windows</SubSystem>
95      <GenerateDebugInformation>true</GenerateDebugInformation>
96    </Link>
97    <Lib>
98      <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
99    </Lib>
100    <PreBuildEvent>
101      <Command>"$(ProjectDir)..\..\win32\genversion.bat" "$(ProjectDir)..\..\win32\version.h" PACKAGE_VERSION</Command>
102      <Message>Generating version.h</Message>
103    </PreBuildEvent>
104    <CustomBuildStep>
105      <Command>
106      </Command>
107    </CustomBuildStep>
108    <CustomBuildStep>
109      <Outputs>
110      </Outputs>
111    </CustomBuildStep>
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;WIN64;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
120      <AdditionalIncludeDirectories>../../silk/float;../../silk;../../win32;../../celt;../../include;../win32</AdditionalIncludeDirectories>
121      <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
122    </ClCompile>
123    <Link>
124      <SubSystem>Windows</SubSystem>
125      <GenerateDebugInformation>true</GenerateDebugInformation>
126    </Link>
127    <Lib>
128      <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
129    </Lib>
130    <PreBuildEvent>
131      <Command>"$(ProjectDir)..\..\win32\genversion.bat" "$(ProjectDir)..\..\win32\version.h" PACKAGE_VERSION</Command>
132      <Message>Generating version.h</Message>
133    </PreBuildEvent>
134    <CustomBuildStep>
135      <Command>
136      </Command>
137    </CustomBuildStep>
138    <CustomBuildStep>
139      <Outputs>
140      </Outputs>
141    </CustomBuildStep>
142  </ItemDefinitionGroup>
143  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
144    <ClCompile>
145      <WarningLevel>Level3</WarningLevel>
146      <PrecompiledHeader>
147      </PrecompiledHeader>
148      <FunctionLevelLinking>true</FunctionLevelLinking>
149      <IntrinsicFunctions>true</IntrinsicFunctions>
150      <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
151      <AdditionalIncludeDirectories>../../silk/float;../../silk;../../win32;../../celt;../../include;../win32</AdditionalIncludeDirectories>
152      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
153    </ClCompile>
154    <Link>
155      <SubSystem>Windows</SubSystem>
156      <GenerateDebugInformation>true</GenerateDebugInformation>
157      <EnableCOMDATFolding>true</EnableCOMDATFolding>
158      <OptimizeReferences>true</OptimizeReferences>
159    </Link>
160    <Lib>
161      <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
162    </Lib>
163    <PreBuildEvent>
164      <Command>"$(ProjectDir)..\..\win32\genversion.bat" "$(ProjectDir)..\..\win32\version.h" PACKAGE_VERSION</Command>
165      <Message>Generating version.h</Message>
166    </PreBuildEvent>
167    <CustomBuildStep>
168      <Command>
169      </Command>
170    </CustomBuildStep>
171    <CustomBuildStep>
172      <Outputs>
173      </Outputs>
174    </CustomBuildStep>
175  </ItemDefinitionGroup>
176  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
177    <ClCompile>
178      <WarningLevel>Level3</WarningLevel>
179      <PrecompiledHeader>
180      </PrecompiledHeader>
181      <Optimization>MaxSpeed</Optimization>
182      <FunctionLevelLinking>true</FunctionLevelLinking>
183      <IntrinsicFunctions>true</IntrinsicFunctions>
184      <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;WIN64;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
185      <AdditionalIncludeDirectories>../../silk/float;../../silk;../../win32;../../celt;../../include;../win32</AdditionalIncludeDirectories>
186      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
187    </ClCompile>
188    <Link>
189      <SubSystem>Windows</SubSystem>
190      <GenerateDebugInformation>true</GenerateDebugInformation>
191      <EnableCOMDATFolding>true</EnableCOMDATFolding>
192      <OptimizeReferences>true</OptimizeReferences>
193    </Link>
194    <Lib>
195      <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
196    </Lib>
197    <PreBuildEvent>
198      <Command>"$(ProjectDir)..\..\win32\genversion.bat" "$(ProjectDir)..\..\win32\version.h" PACKAGE_VERSION</Command>
199      <Message>Generating version.h</Message>
200    </PreBuildEvent>
201    <CustomBuildStep>
202      <Command>
203      </Command>
204    </CustomBuildStep>
205    <CustomBuildStep>
206      <Outputs>
207      </Outputs>
208    </CustomBuildStep>
209  </ItemDefinitionGroup>
210  <ItemGroup>
211    <ClInclude Include="..\..\include\opus_types.h" />
212    <ClInclude Include="..\..\win32\config.h" />
213    <ClInclude Include="..\..\silk\float\main_FLP.h" />
214    <ClInclude Include="..\..\silk\float\SigProc_FLP.h" />
215    <ClInclude Include="..\..\silk\float\structs_FLP.h" />
216  </ItemGroup>
217  <ItemGroup>
218    <ClCompile Include="..\..\silk\float\apply_sine_window_FLP.c" />
219    <ClCompile Include="..\..\silk\float\autocorrelation_FLP.c" />
220    <ClCompile Include="..\..\silk\float\burg_modified_FLP.c" />
221    <ClCompile Include="..\..\silk\float\bwexpander_FLP.c" />
222    <ClCompile Include="..\..\silk\float\corrMatrix_FLP.c" />
223    <ClCompile Include="..\..\silk\float\encode_frame_FLP.c" />
224    <ClCompile Include="..\..\silk\float\energy_FLP.c" />
225    <ClCompile Include="..\..\silk\float\find_LPC_FLP.c" />
226    <ClCompile Include="..\..\silk\float\find_LTP_FLP.c" />
227    <ClCompile Include="..\..\silk\float\find_pitch_lags_FLP.c" />
228    <ClCompile Include="..\..\silk\float\find_pred_coefs_FLP.c" />
229    <ClCompile Include="..\..\silk\float\inner_product_FLP.c" />
230    <ClCompile Include="..\..\silk\float\k2a_FLP.c" />
231    <ClCompile Include="..\..\silk\float\levinsondurbin_FLP.c" />
232    <ClCompile Include="..\..\silk\float\LPC_analysis_filter_FLP.c" />
233    <ClCompile Include="..\..\silk\float\LPC_inv_pred_gain_FLP.c" />
234    <ClCompile Include="..\..\silk\float\LTP_analysis_filter_FLP.c" />
235    <ClCompile Include="..\..\silk\float\LTP_scale_ctrl_FLP.c" />
236    <ClCompile Include="..\..\silk\float\noise_shape_analysis_FLP.c" />
237    <ClCompile Include="..\..\silk\float\pitch_analysis_core_FLP.c" />
238    <ClCompile Include="..\..\silk\float\prefilter_FLP.c" />
239    <ClCompile Include="..\..\silk\float\process_gains_FLP.c" />
240    <ClCompile Include="..\..\silk\float\regularize_correlations_FLP.c" />
241    <ClCompile Include="..\..\silk\float\residual_energy_FLP.c" />
242    <ClCompile Include="..\..\silk\float\scale_copy_vector_FLP.c" />
243    <ClCompile Include="..\..\silk\float\scale_vector_FLP.c" />
244    <ClCompile Include="..\..\silk\float\schur_FLP.c" />
245    <ClCompile Include="..\..\silk\float\solve_LS_FLP.c" />
246    <ClCompile Include="..\..\silk\float\sort_FLP.c" />
247    <ClCompile Include="..\..\silk\float\warped_autocorrelation_FLP.c" />
248    <ClCompile Include="..\..\silk\float\wrappers_FLP.c" />
249  </ItemGroup>
250  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
251  <ImportGroup Label="ExtensionTargets">
252  </ImportGroup>
253</Project>
254