]>
Commit | Line | Data |
---|---|---|
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>{E62D32CF-E308-40BD-9FF0-8266C6CAA9AA}</ProjectGuid> | |
23 | <Keyword>Win32Proj</Keyword> | |
24 | <RootNamespace>fdkaac</RootNamespace> | |
25 | </PropertyGroup> | |
26 | <PropertyGroup> | |
27 | <PlatformToolset Condition="'$(PlatformToolset)' == '' and '$(MSBuildToolsVersion)' == '15.0'">v141_xp</PlatformToolset> | |
28 | <PlatformToolset Condition="'$(PlatformToolset)' == '' and '$(MSBuildToolsVersion)' == '14.0'">v140_xp</PlatformToolset> | |
29 | <PlatformToolset Condition="'$(PlatformToolset)' == '' and '$(MSBuildToolsVersion)' == '12.0'">v120_xp</PlatformToolset> | |
30 | <PlatformToolset Condition="'$(PlatformToolset)' == '' and '$(MSBuildToolsVersion)' == '11.0'">v110_xp</PlatformToolset> | |
31 | </PropertyGroup> | |
32 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | |
33 | <PropertyGroup Label="Configuration"> | |
34 | <ConfigurationType>Application</ConfigurationType> | |
35 | <CharacterSet>Unicode</CharacterSet> | |
36 | </PropertyGroup> | |
37 | <PropertyGroup Condition="'$(Configuration)'=='Debug'" Label="Configuration"> | |
38 | <UseDebugLibraries>true</UseDebugLibraries> | |
39 | </PropertyGroup> | |
40 | <PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration"> | |
41 | <UseDebugLibraries>false</UseDebugLibraries> | |
42 | </PropertyGroup> | |
43 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | |
44 | <ImportGroup Label="PropertySheets"> | |
45 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
46 | </ImportGroup> | |
47 | <ItemDefinitionGroup> | |
48 | <ClCompile> | |
49 | <WarningLevel>Level3</WarningLevel> | |
50 | <PreprocessorDefinitions>HAVE_STDINT_H;inline=__inline;_CRT_SECURE_NO_WARNINGS;WIN32;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
51 | <AdditionalIncludeDirectories>./include;../missings;.;..</AdditionalIncludeDirectories> | |
52 | </ClCompile> | |
53 | <Link> | |
54 | <SubSystem>Console</SubSystem> | |
55 | <GenerateDebugInformation>true</GenerateDebugInformation> | |
56 | </Link> | |
57 | <PreBuildEvent> | |
58 | <Command>copy ..\fdk-aac\libAACdec\include\aacdecoder_lib.h include\fdk-aac\ | |
59 | copy ..\fdk-aac\libAACenc\include\aacenc_lib.h include\fdk-aac\ | |
60 | copy ..\fdk-aac\libSYS\include\FDK_Audio.h include\fdk-aac\ | |
61 | copy ..\fdk-aac\libSYS\include\genericStds.h include\fdk-aac\ | |
62 | copy ..\fdk-aac\libSYS\include\machine_type.h include\fdk-aac\ | |
63 | copy ..\fdk-aac\libSYS\include\syslib_channelMapDescr.h include\fdk-aac\ | |
64 | </Command> | |
65 | </PreBuildEvent> | |
66 | </ItemDefinitionGroup> | |
67 | <ItemDefinitionGroup Condition="'$(Configuration)'=='Debug'"> | |
68 | <ClCompile> | |
69 | <Optimization>Disabled</Optimization> | |
70 | </ClCompile> | |
71 | </ItemDefinitionGroup> | |
72 | <ItemDefinitionGroup Condition="'$(Configuration)'=='Release'"> | |
73 | <ClCompile> | |
74 | <Optimization>MaxSpeed</Optimization> | |
75 | </ClCompile> | |
76 | <Link> | |
77 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | |
78 | <OptimizeReferences>true</OptimizeReferences> | |
79 | </Link> | |
80 | </ItemDefinitionGroup> | |
81 | <ItemGroup> | |
82 | <ClCompile Include="..\missings\getopt.c" /> | |
83 | <ClCompile Include="..\src\aacenc.c" /> | |
84 | <ClCompile Include="..\src\caf_reader.c" /> | |
85 | <ClCompile Include="..\src\compat_win32.c" /> | |
86 | <ClCompile Include="..\src\extrapolater.c" /> | |
87 | <ClCompile Include="..\src\limiter.c" /> | |
88 | <ClCompile Include="..\src\lpc.c" /> | |
89 | <ClCompile Include="..\src\m4af.c" /> | |
90 | <ClCompile Include="..\src\main.c" /> | |
91 | <ClCompile Include="..\src\metadata.c" /> | |
92 | <ClCompile Include="..\src\parson.c" /> | |
93 | <ClCompile Include="..\src\pcm_float_converter.c" /> | |
94 | <ClCompile Include="..\src\pcm_native_converter.c" /> | |
95 | <ClCompile Include="..\src\pcm_readhelper.c" /> | |
96 | <ClCompile Include="..\src\pcm_sint16_converter.c" /> | |
97 | <ClCompile Include="..\src\progress.c" /> | |
98 | <ClCompile Include="..\src\wav_reader.c" /> | |
99 | </ItemGroup> | |
100 | <ItemGroup> | |
101 | <ClInclude Include="..\missings\getopt.h" /> | |
102 | <ClInclude Include="..\src\aacenc.h" /> | |
103 | <ClInclude Include="..\src\catypes.h" /> | |
104 | <ClInclude Include="..\src\compat.h" /> | |
105 | <ClInclude Include="..\src\lpc.h" /> | |
106 | <ClInclude Include="..\src\lpcm.h" /> | |
107 | <ClInclude Include="..\src\m4af.h" /> | |
108 | <ClInclude Include="..\src\m4af_endian.h" /> | |
109 | <ClInclude Include="..\src\metadata.h" /> | |
110 | <ClInclude Include="..\src\parson.h" /> | |
111 | <ClInclude Include="..\src\pcm_reader.h" /> | |
112 | <ClInclude Include="..\src\progress.h" /> | |
113 | </ItemGroup> | |
114 | <ItemGroup> | |
115 | <ProjectReference Include="fdk-aac.vcxproj"> | |
116 | <Project>{d7d4b982-8b16-4a10-8b1c-9527bd789709}</Project> | |
117 | </ProjectReference> | |
118 | </ItemGroup> | |
119 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |
120 | <ImportGroup Label="ExtensionTargets"> | |
121 | </ImportGroup> | |
122 | </Project> |