Imported Upstream version 0.6.3
[fdkaac.git] / MSVC / fdkaac.vcxproj
CommitLineData
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>
9b7e1ca6
MG
8 <ProjectConfiguration Include="Debug|x64">
9 <Configuration>Debug</Configuration>
10 <Platform>x64</Platform>
11 </ProjectConfiguration>
e9014663 12 <ProjectConfiguration Include="Release|Win32">
13 <Configuration>Release</Configuration>
14 <Platform>Win32</Platform>
15 </ProjectConfiguration>
9b7e1ca6
MG
16 <ProjectConfiguration Include="Release|x64">
17 <Configuration>Release</Configuration>
18 <Platform>x64</Platform>
19 </ProjectConfiguration>
e9014663 20 </ItemGroup>
21 <PropertyGroup Label="Globals">
22 <ProjectGuid>{E62D32CF-E308-40BD-9FF0-8266C6CAA9AA}</ProjectGuid>
23 <Keyword>Win32Proj</Keyword>
24 <RootNamespace>fdkaac</RootNamespace>
25 </PropertyGroup>
9b7e1ca6
MG
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>
e9014663 32 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
9b7e1ca6 33 <PropertyGroup Label="Configuration">
e9014663 34 <ConfigurationType>Application</ConfigurationType>
e9014663 35 <CharacterSet>Unicode</CharacterSet>
36 </PropertyGroup>
9b7e1ca6
MG
37 <PropertyGroup Condition="'$(Configuration)'=='Debug'" Label="Configuration">
38 <UseDebugLibraries>true</UseDebugLibraries>
39 </PropertyGroup>
40 <PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration">
e9014663 41 <UseDebugLibraries>false</UseDebugLibraries>
e9014663 42 </PropertyGroup>
43 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
9b7e1ca6 44 <ImportGroup Label="PropertySheets">
e9014663 45 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
46 </ImportGroup>
9b7e1ca6 47 <ItemDefinitionGroup>
e9014663 48 <ClCompile>
e9014663 49 <WarningLevel>Level3</WarningLevel>
9b7e1ca6 50 <PreprocessorDefinitions>HAVE_STDINT_H;inline=__inline;_CRT_SECURE_NO_WARNINGS;WIN32;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
406f0e0f 51 <AdditionalIncludeDirectories>./include;../missings;.;..</AdditionalIncludeDirectories>
e9014663 52 </ClCompile>
53 <Link>
54 <SubSystem>Console</SubSystem>
55 <GenerateDebugInformation>true</GenerateDebugInformation>
56 </Link>
406f0e0f 57 <PreBuildEvent>
58 <Command>copy ..\fdk-aac\libAACdec\include\aacdecoder_lib.h include\fdk-aac\
59copy ..\fdk-aac\libAACenc\include\aacenc_lib.h include\fdk-aac\
60copy ..\fdk-aac\libSYS\include\FDK_Audio.h include\fdk-aac\
61copy ..\fdk-aac\libSYS\include\genericStds.h include\fdk-aac\
62copy ..\fdk-aac\libSYS\include\machine_type.h include\fdk-aac\ </Command>
63 </PreBuildEvent>
e9014663 64 </ItemDefinitionGroup>
9b7e1ca6
MG
65 <ItemDefinitionGroup Condition="'$(Configuration)'=='Debug'">
66 <ClCompile>
67 <Optimization>Disabled</Optimization>
68 </ClCompile>
69 </ItemDefinitionGroup>
70 <ItemDefinitionGroup Condition="'$(Configuration)'=='Release'">
e9014663 71 <ClCompile>
e9014663 72 <Optimization>MaxSpeed</Optimization>
e9014663 73 </ClCompile>
74 <Link>
e9014663 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" />
1af8624b 82 <ClCompile Include="..\src\caf_reader.c" />
e9014663 83 <ClCompile Include="..\src\compat_win32.c" />
4d48b091 84 <ClCompile Include="..\src\extrapolater.c" />
b54538f7 85 <ClCompile Include="..\src\limiter.c" />
4d48b091 86 <ClCompile Include="..\src\lpc.c" />
e9014663 87 <ClCompile Include="..\src\m4af.c" />
88 <ClCompile Include="..\src\main.c" />
cbb23cdb 89 <ClCompile Include="..\src\metadata.c" />
90 <ClCompile Include="..\src\parson.c" />
a7e00a42 91 <ClCompile Include="..\src\pcm_float_converter.c" />
92 <ClCompile Include="..\src\pcm_native_converter.c" />
29a8f73f 93 <ClCompile Include="..\src\pcm_readhelper.c" />
e8e9f79e 94 <ClCompile Include="..\src\pcm_sint16_converter.c" />
e9014663 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" />
7259767b 101 <ClInclude Include="..\src\catypes.h" />
e9014663 102 <ClInclude Include="..\src\compat.h" />
4d48b091 103 <ClInclude Include="..\src\lpc.h" />
e9014663 104 <ClInclude Include="..\src\lpcm.h" />
105 <ClInclude Include="..\src\m4af.h" />
106 <ClInclude Include="..\src\m4af_endian.h" />
cbb23cdb 107 <ClInclude Include="..\src\metadata.h" />
108 <ClInclude Include="..\src\parson.h" />
29a8f73f 109 <ClInclude Include="..\src\pcm_reader.h" />
e9014663 110 <ClInclude Include="..\src\progress.h" />
e9014663 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.018928 seconds and 4 git commands to generate.