New upstream version 1.0.0
[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 26 <PropertyGroup>
374ae78b
MG
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>
9b7e1ca6 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>
374ae78b
MG
58 <Command>copy ..\fdk-aac\libAACdec\include\aacdecoder_lib.h include\fdk-aac\
59copy ..\fdk-aac\libAACenc\include\aacenc_lib.h include\fdk-aac\
406f0e0f 60copy ..\fdk-aac\libSYS\include\FDK_Audio.h include\fdk-aac\
374ae78b
MG
61copy ..\fdk-aac\libSYS\include\genericStds.h include\fdk-aac\
62copy ..\fdk-aac\libSYS\include\machine_type.h include\fdk-aac\
63copy ..\fdk-aac\libSYS\include\syslib_channelMapDescr.h include\fdk-aac\
64 </Command>
406f0e0f 65 </PreBuildEvent>
e9014663 66 </ItemDefinitionGroup>
9b7e1ca6
MG
67 <ItemDefinitionGroup Condition="'$(Configuration)'=='Debug'">
68 <ClCompile>
69 <Optimization>Disabled</Optimization>
70 </ClCompile>
71 </ItemDefinitionGroup>
72 <ItemDefinitionGroup Condition="'$(Configuration)'=='Release'">
e9014663 73 <ClCompile>
e9014663 74 <Optimization>MaxSpeed</Optimization>
e9014663 75 </ClCompile>
76 <Link>
e9014663 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" />
1af8624b 84 <ClCompile Include="..\src\caf_reader.c" />
e9014663 85 <ClCompile Include="..\src\compat_win32.c" />
4d48b091 86 <ClCompile Include="..\src\extrapolater.c" />
b54538f7 87 <ClCompile Include="..\src\limiter.c" />
4d48b091 88 <ClCompile Include="..\src\lpc.c" />
e9014663 89 <ClCompile Include="..\src\m4af.c" />
90 <ClCompile Include="..\src\main.c" />
cbb23cdb 91 <ClCompile Include="..\src\metadata.c" />
92 <ClCompile Include="..\src\parson.c" />
a7e00a42 93 <ClCompile Include="..\src\pcm_float_converter.c" />
94 <ClCompile Include="..\src\pcm_native_converter.c" />
29a8f73f 95 <ClCompile Include="..\src\pcm_readhelper.c" />
e8e9f79e 96 <ClCompile Include="..\src\pcm_sint16_converter.c" />
e9014663 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" />
7259767b 103 <ClInclude Include="..\src\catypes.h" />
e9014663 104 <ClInclude Include="..\src\compat.h" />
4d48b091 105 <ClInclude Include="..\src\lpc.h" />
e9014663 106 <ClInclude Include="..\src\lpcm.h" />
107 <ClInclude Include="..\src\m4af.h" />
108 <ClInclude Include="..\src\m4af_endian.h" />
cbb23cdb 109 <ClInclude Include="..\src\metadata.h" />
110 <ClInclude Include="..\src\parson.h" />
29a8f73f 111 <ClInclude Include="..\src\pcm_reader.h" />
e9014663 112 <ClInclude Include="..\src\progress.h" />
e9014663 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>
This page took 0.018356 seconds and 4 git commands to generate.