]>
Commit | Line | Data |
---|---|---|
e9014663 | 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="Release|Win32"> | |
9 | <Configuration>Release</Configuration> | |
10 | <Platform>Win32</Platform> | |
11 | </ProjectConfiguration> | |
12 | </ItemGroup> | |
13 | <PropertyGroup Label="Globals"> | |
14 | <ProjectGuid>{E62D32CF-E308-40BD-9FF0-8266C6CAA9AA}</ProjectGuid> | |
15 | <Keyword>Win32Proj</Keyword> | |
16 | <RootNamespace>fdkaac</RootNamespace> | |
17 | </PropertyGroup> | |
18 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | |
19 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | |
20 | <ConfigurationType>Application</ConfigurationType> | |
21 | <UseDebugLibraries>true</UseDebugLibraries> | |
22 | <CharacterSet>Unicode</CharacterSet> | |
23 | </PropertyGroup> | |
24 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | |
25 | <ConfigurationType>Application</ConfigurationType> | |
26 | <UseDebugLibraries>false</UseDebugLibraries> | |
27 | <WholeProgramOptimization>true</WholeProgramOptimization> | |
28 | <CharacterSet>Unicode</CharacterSet> | |
29 | </PropertyGroup> | |
30 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | |
31 | <ImportGroup Label="ExtensionSettings"> | |
32 | </ImportGroup> | |
33 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
34 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
35 | </ImportGroup> | |
36 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
37 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
38 | </ImportGroup> | |
39 | <PropertyGroup Label="UserMacros" /> | |
40 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
41 | <LinkIncremental>true</LinkIncremental> | |
42 | <IntDir>cli_$(Configuration)\</IntDir> | |
43 | </PropertyGroup> | |
44 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
45 | <LinkIncremental>false</LinkIncremental> | |
46 | <IntDir>$(Configuration)Cli\</IntDir> | |
47 | </PropertyGroup> | |
48 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
49 | <ClCompile> | |
50 | <PrecompiledHeader> | |
51 | </PrecompiledHeader> | |
52 | <WarningLevel>Level3</WarningLevel> | |
53 | <Optimization>Disabled</Optimization> | |
54 | <PreprocessorDefinitions>HAVE_STDINT_H;inline=__inline;_CRT_SECURE_NO_WARNINGS;WIN32;_CONSOLE;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
406f0e0f | 55 | <AdditionalIncludeDirectories>./include;../missings;.;..</AdditionalIncludeDirectories> |
e9014663 | 56 | <StringPooling>true</StringPooling> |
57 | </ClCompile> | |
58 | <Link> | |
59 | <SubSystem>Console</SubSystem> | |
60 | <GenerateDebugInformation>true</GenerateDebugInformation> | |
61 | </Link> | |
406f0e0f | 62 | <PreBuildEvent> |
63 | <Command>copy ..\fdk-aac\libAACdec\include\aacdecoder_lib.h include\fdk-aac\ | |
64 | copy ..\fdk-aac\libAACenc\include\aacenc_lib.h include\fdk-aac\ | |
65 | copy ..\fdk-aac\libSYS\include\FDK_Audio.h include\fdk-aac\ | |
66 | copy ..\fdk-aac\libSYS\include\genericStds.h include\fdk-aac\ | |
67 | copy ..\fdk-aac\libSYS\include\machine_type.h include\fdk-aac\ </Command> | |
68 | </PreBuildEvent> | |
e9014663 | 69 | </ItemDefinitionGroup> |
70 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
71 | <ClCompile> | |
72 | <WarningLevel>Level3</WarningLevel> | |
73 | <PrecompiledHeader> | |
74 | </PrecompiledHeader> | |
75 | <Optimization>MaxSpeed</Optimization> | |
76 | <FunctionLevelLinking>true</FunctionLevelLinking> | |
77 | <IntrinsicFunctions>true</IntrinsicFunctions> | |
78 | <PreprocessorDefinitions>HAVE_STDINT_H;inline=__inline;_CRT_SECURE_NO_WARNINGS;WIN32;_CONSOLE;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
406f0e0f | 79 | <AdditionalIncludeDirectories>./include;../missings;.;..</AdditionalIncludeDirectories> |
e9014663 | 80 | <StringPooling>true</StringPooling> |
81 | </ClCompile> | |
82 | <Link> | |
83 | <SubSystem>Console</SubSystem> | |
84 | <GenerateDebugInformation>true</GenerateDebugInformation> | |
85 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | |
86 | <OptimizeReferences>true</OptimizeReferences> | |
87 | </Link> | |
406f0e0f | 88 | <PreBuildEvent> |
89 | <Command>copy ..\fdk-aac\libAACdec\include\aacdecoder_lib.h include\fdk-aac\ | |
90 | copy ..\fdk-aac\libAACenc\include\aacenc_lib.h include\fdk-aac\ | |
91 | copy ..\fdk-aac\libSYS\include\FDK_Audio.h include\fdk-aac\ | |
92 | copy ..\fdk-aac\libSYS\include\genericStds.h include\fdk-aac\ | |
93 | copy ..\fdk-aac\libSYS\include\machine_type.h include\fdk-aac\ </Command> | |
94 | </PreBuildEvent> | |
e9014663 | 95 | </ItemDefinitionGroup> |
96 | <ItemGroup> | |
97 | <ClCompile Include="..\missings\getopt.c" /> | |
98 | <ClCompile Include="..\src\aacenc.c" /> | |
1af8624b | 99 | <ClCompile Include="..\src\caf_reader.c" /> |
e9014663 | 100 | <ClCompile Include="..\src\compat_win32.c" /> |
4d48b091 | 101 | <ClCompile Include="..\src\extrapolater.c" /> |
102 | <ClCompile Include="..\src\lpc.c" /> | |
e9014663 | 103 | <ClCompile Include="..\src\lpcm.c" /> |
104 | <ClCompile Include="..\src\m4af.c" /> | |
105 | <ClCompile Include="..\src\main.c" /> | |
cbb23cdb | 106 | <ClCompile Include="..\src\metadata.c" /> |
107 | <ClCompile Include="..\src\parson.c" /> | |
29a8f73f | 108 | <ClCompile Include="..\src\pcm_readhelper.c" /> |
e8e9f79e | 109 | <ClCompile Include="..\src\pcm_sint16_converter.c" /> |
e9014663 | 110 | <ClCompile Include="..\src\progress.c" /> |
111 | <ClCompile Include="..\src\wav_reader.c" /> | |
112 | </ItemGroup> | |
113 | <ItemGroup> | |
114 | <ClInclude Include="..\missings\getopt.h" /> | |
115 | <ClInclude Include="..\src\aacenc.h" /> | |
7259767b | 116 | <ClInclude Include="..\src\caf_reader.h" /> |
117 | <ClInclude Include="..\src\catypes.h" /> | |
e9014663 | 118 | <ClInclude Include="..\src\compat.h" /> |
4d48b091 | 119 | <ClInclude Include="..\src\lpc.h" /> |
e9014663 | 120 | <ClInclude Include="..\src\lpcm.h" /> |
121 | <ClInclude Include="..\src\m4af.h" /> | |
122 | <ClInclude Include="..\src\m4af_endian.h" /> | |
cbb23cdb | 123 | <ClInclude Include="..\src\metadata.h" /> |
124 | <ClInclude Include="..\src\parson.h" /> | |
29a8f73f | 125 | <ClInclude Include="..\src\pcm_reader.h" /> |
e9014663 | 126 | <ClInclude Include="..\src\progress.h" /> |
127 | <ClInclude Include="..\src\wav_reader.h" /> | |
128 | </ItemGroup> | |
129 | <ItemGroup> | |
130 | <ProjectReference Include="fdk-aac.vcxproj"> | |
131 | <Project>{d7d4b982-8b16-4a10-8b1c-9527bd789709}</Project> | |
132 | </ProjectReference> | |
133 | </ItemGroup> | |
134 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |
135 | <ImportGroup Label="ExtensionTargets"> | |
136 | </ImportGroup> | |
137 | </Project> |