Imported Upstream version 0.6.3
[fdkaac.git] / MSVC / fdkaac.vcxproj
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 '$(VCTargetsPath14)' != ''">v140_xp</PlatformToolset>
28 <PlatformToolset Condition="'$(PlatformToolset)' == '' and '$(VCTargetsPath12)' != ''">v120_xp</PlatformToolset>
29 <PlatformToolset Condition="'$(PlatformToolset)' == '' and '$(VCTargetsPath11)' != ''">v110_xp</PlatformToolset>
30 <PlatformToolset Condition="'$(PlatformToolset)' == ''">v100</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\ </Command>
63 </PreBuildEvent>
64 </ItemDefinitionGroup>
65 <ItemDefinitionGroup Condition="'$(Configuration)'=='Debug'">
66 <ClCompile>
67 <Optimization>Disabled</Optimization>
68 </ClCompile>
69 </ItemDefinitionGroup>
70 <ItemDefinitionGroup Condition="'$(Configuration)'=='Release'">
71 <ClCompile>
72 <Optimization>MaxSpeed</Optimization>
73 </ClCompile>
74 <Link>
75 <EnableCOMDATFolding>true</EnableCOMDATFolding>
76 <OptimizeReferences>true</OptimizeReferences>
77 </Link>
78 </ItemDefinitionGroup>
79 <ItemGroup>
80 <ClCompile Include="..\missings\getopt.c" />
81 <ClCompile Include="..\src\aacenc.c" />
82 <ClCompile Include="..\src\caf_reader.c" />
83 <ClCompile Include="..\src\compat_win32.c" />
84 <ClCompile Include="..\src\extrapolater.c" />
85 <ClCompile Include="..\src\limiter.c" />
86 <ClCompile Include="..\src\lpc.c" />
87 <ClCompile Include="..\src\m4af.c" />
88 <ClCompile Include="..\src\main.c" />
89 <ClCompile Include="..\src\metadata.c" />
90 <ClCompile Include="..\src\parson.c" />
91 <ClCompile Include="..\src\pcm_float_converter.c" />
92 <ClCompile Include="..\src\pcm_native_converter.c" />
93 <ClCompile Include="..\src\pcm_readhelper.c" />
94 <ClCompile Include="..\src\pcm_sint16_converter.c" />
95 <ClCompile Include="..\src\progress.c" />
96 <ClCompile Include="..\src\wav_reader.c" />
97 </ItemGroup>
98 <ItemGroup>
99 <ClInclude Include="..\missings\getopt.h" />
100 <ClInclude Include="..\src\aacenc.h" />
101 <ClInclude Include="..\src\catypes.h" />
102 <ClInclude Include="..\src\compat.h" />
103 <ClInclude Include="..\src\lpc.h" />
104 <ClInclude Include="..\src\lpcm.h" />
105 <ClInclude Include="..\src\m4af.h" />
106 <ClInclude Include="..\src\m4af_endian.h" />
107 <ClInclude Include="..\src\metadata.h" />
108 <ClInclude Include="..\src\parson.h" />
109 <ClInclude Include="..\src\pcm_reader.h" />
110 <ClInclude Include="..\src\progress.h" />
111 </ItemGroup>
112 <ItemGroup>
113 <ProjectReference Include="fdk-aac.vcxproj">
114 <Project>{d7d4b982-8b16-4a10-8b1c-9527bd789709}</Project>
115 </ProjectReference>
116 </ItemGroup>
117 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
118 <ImportGroup Label="ExtensionTargets">
119 </ImportGroup>
120 </Project>
This page took 0.025123 seconds and 4 git commands to generate.