1 | <?xml version="1.0" encoding="utf-8"?> |
---|
2 | <Project DefaultTargets="Build" ToolsVersion="12.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>{7F308D39-6E31-4021-AF44-036A37ABE53A}</ProjectGuid> |
---|
15 | <Keyword>Win32Proj</Keyword> |
---|
16 | <RootNamespace>DecodeMpeg4Video02</RootNamespace> |
---|
17 | <ProjectName>DecodeMpeg4Video02</ProjectName> |
---|
18 | </PropertyGroup> |
---|
19 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
---|
20 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
---|
21 | <ConfigurationType>Application</ConfigurationType> |
---|
22 | <UseDebugLibraries>true</UseDebugLibraries> |
---|
23 | <CharacterSet>Unicode</CharacterSet> |
---|
24 | <PlatformToolset>v120</PlatformToolset> |
---|
25 | </PropertyGroup> |
---|
26 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
---|
27 | <ConfigurationType>Application</ConfigurationType> |
---|
28 | <UseDebugLibraries>false</UseDebugLibraries> |
---|
29 | <WholeProgramOptimization>true</WholeProgramOptimization> |
---|
30 | <CharacterSet>Unicode</CharacterSet> |
---|
31 | <PlatformToolset>v120</PlatformToolset> |
---|
32 | </PropertyGroup> |
---|
33 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
---|
34 | <ImportGroup Label="ExtensionSettings"> |
---|
35 | </ImportGroup> |
---|
36 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
---|
37 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
---|
38 | </ImportGroup> |
---|
39 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
---|
40 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
---|
41 | </ImportGroup> |
---|
42 | <PropertyGroup Label="UserMacros" /> |
---|
43 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
---|
44 | <LinkIncremental>true</LinkIncremental> |
---|
45 | <OutDir>$(SolutionDir)..\_Bin\$(PlatformName)\$(Configuration)\</OutDir> |
---|
46 | <IntDir>$(SolutionDir)..\_Bin\$(PlatformName)\$(Configuration)\$(ProjectName)\</IntDir> |
---|
47 | </PropertyGroup> |
---|
48 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
---|
49 | <LinkIncremental>false</LinkIncremental> |
---|
50 | <OutDir>$(SolutionDir)..\_Bin\$(PlatformName)\$(Configuration)\</OutDir> |
---|
51 | <IntDir>$(SolutionDir)..\_Bin\$(PlatformName)\$(Configuration)\$(ProjectName)\</IntDir> |
---|
52 | </PropertyGroup> |
---|
53 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
---|
54 | <ClCompile> |
---|
55 | <PrecompiledHeader> |
---|
56 | </PrecompiledHeader> |
---|
57 | <WarningLevel>Level3</WarningLevel> |
---|
58 | <Optimization>Disabled</Optimization> |
---|
59 | <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
---|
60 | <AdditionalIncludeDirectories>.;..\zeranoe.com\dev\include</AdditionalIncludeDirectories> |
---|
61 | </ClCompile> |
---|
62 | <Link> |
---|
63 | <SubSystem>Console</SubSystem> |
---|
64 | <GenerateDebugInformation>true</GenerateDebugInformation> |
---|
65 | <AdditionalLibraryDirectories>.;..\zeranoe.com\dev\lib</AdditionalLibraryDirectories> |
---|
66 | </Link> |
---|
67 | </ItemDefinitionGroup> |
---|
68 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
---|
69 | <ClCompile> |
---|
70 | <WarningLevel>Level3</WarningLevel> |
---|
71 | <PrecompiledHeader> |
---|
72 | </PrecompiledHeader> |
---|
73 | <Optimization>Full</Optimization> |
---|
74 | <FunctionLevelLinking>true</FunctionLevelLinking> |
---|
75 | <IntrinsicFunctions>true</IntrinsicFunctions> |
---|
76 | <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
---|
77 | <AdditionalIncludeDirectories>.;..\zeranoe.com\dev\include</AdditionalIncludeDirectories> |
---|
78 | <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion> |
---|
79 | <FavorSizeOrSpeed>Size</FavorSizeOrSpeed> |
---|
80 | <OmitFramePointers>true</OmitFramePointers> |
---|
81 | <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations> |
---|
82 | <StringPooling>true</StringPooling> |
---|
83 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
---|
84 | </ClCompile> |
---|
85 | <Link> |
---|
86 | <SubSystem>Console</SubSystem> |
---|
87 | <GenerateDebugInformation>true</GenerateDebugInformation> |
---|
88 | <EnableCOMDATFolding>true</EnableCOMDATFolding> |
---|
89 | <OptimizeReferences>true</OptimizeReferences> |
---|
90 | <AdditionalLibraryDirectories>.;..\zeranoe.com\dev\lib</AdditionalLibraryDirectories> |
---|
91 | </Link> |
---|
92 | </ItemDefinitionGroup> |
---|
93 | <ItemGroup> |
---|
94 | <ClInclude Include="libav.h" /> |
---|
95 | <ClInclude Include="stdafx.h" /> |
---|
96 | <ClInclude Include="targetver.h" /> |
---|
97 | </ItemGroup> |
---|
98 | <ItemGroup> |
---|
99 | <ClCompile Include="Application.cpp" /> |
---|
100 | <ClCompile Include="stdafx.cpp" /> |
---|
101 | </ItemGroup> |
---|
102 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
---|
103 | <ImportGroup Label="ExtensionTargets"> |
---|
104 | </ImportGroup> |
---|
105 | </Project> |
---|