]>
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> | |
55 | <AdditionalIncludeDirectories>../fdk-aac/libSYS/include;../fdk-aac/libAACenc/include;../missings;.;..</AdditionalIncludeDirectories> | |
56 | <StringPooling>true</StringPooling> | |
57 | </ClCompile> | |
58 | <Link> | |
59 | <SubSystem>Console</SubSystem> | |
60 | <GenerateDebugInformation>true</GenerateDebugInformation> | |
61 | </Link> | |
62 | </ItemDefinitionGroup> | |
63 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
64 | <ClCompile> | |
65 | <WarningLevel>Level3</WarningLevel> | |
66 | <PrecompiledHeader> | |
67 | </PrecompiledHeader> | |
68 | <Optimization>MaxSpeed</Optimization> | |
69 | <FunctionLevelLinking>true</FunctionLevelLinking> | |
70 | <IntrinsicFunctions>true</IntrinsicFunctions> | |
71 | <PreprocessorDefinitions>HAVE_STDINT_H;inline=__inline;_CRT_SECURE_NO_WARNINGS;WIN32;_CONSOLE;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
72 | <AdditionalIncludeDirectories>../fdk-aac/libSYS/include;../fdk-aac/libAACenc/include;../missings;.;..</AdditionalIncludeDirectories> | |
73 | <StringPooling>true</StringPooling> | |
74 | </ClCompile> | |
75 | <Link> | |
76 | <SubSystem>Console</SubSystem> | |
77 | <GenerateDebugInformation>true</GenerateDebugInformation> | |
78 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | |
79 | <OptimizeReferences>true</OptimizeReferences> | |
80 | </Link> | |
81 | </ItemDefinitionGroup> | |
82 | <ItemGroup> | |
83 | <ClCompile Include="..\missings\getopt.c" /> | |
84 | <ClCompile Include="..\src\aacenc.c" /> | |
85 | <ClCompile Include="..\src\compat_win32.c" /> | |
86 | <ClCompile Include="..\src\lpcm.c" /> | |
87 | <ClCompile Include="..\src\m4af.c" /> | |
88 | <ClCompile Include="..\src\main.c" /> | |
89 | <ClCompile Include="..\src\progress.c" /> | |
90 | <ClCompile Include="..\src\wav_reader.c" /> | |
91 | </ItemGroup> | |
92 | <ItemGroup> | |
93 | <ClInclude Include="..\missings\getopt.h" /> | |
94 | <ClInclude Include="..\src\aacenc.h" /> | |
95 | <ClInclude Include="..\src\compat.h" /> | |
96 | <ClInclude Include="..\src\lpcm.h" /> | |
97 | <ClInclude Include="..\src\m4af.h" /> | |
98 | <ClInclude Include="..\src\m4af_endian.h" /> | |
99 | <ClInclude Include="..\src\progress.h" /> | |
100 | <ClInclude Include="..\src\wav_reader.h" /> | |
101 | </ItemGroup> | |
102 | <ItemGroup> | |
103 | <ProjectReference Include="fdk-aac.vcxproj"> | |
104 | <Project>{d7d4b982-8b16-4a10-8b1c-9527bd789709}</Project> | |
105 | </ProjectReference> | |
106 | </ItemGroup> | |
107 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |
108 | <ImportGroup Label="ExtensionTargets"> | |
109 | </ImportGroup> | |
110 | </Project> |