| <?xml version="1.0" encoding="utf-8"?> | |
| <Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |
| <ItemGroup Label="ProjectConfigurations"> | |
| <ProjectConfiguration Include="Debug|Win32"> | |
| <Configuration>Debug</Configuration> | |
| <Platform>Win32</Platform> | |
| </ProjectConfiguration> | |
| <ProjectConfiguration Include="Release|Win32"> | |
| <Configuration>Release</Configuration> | |
| <Platform>Win32</Platform> | |
| </ProjectConfiguration> | |
| </ItemGroup> | |
| <PropertyGroup Label="Globals"> | |
| <ProjectGuid>{71A257DD-0721-406F-9E32-283C46592285}</ProjectGuid> | |
| <RootNamespace>libmkvparser</RootNamespace> | |
| <Keyword>Win32Proj</Keyword> | |
| </PropertyGroup> | |
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | |
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | |
| <ConfigurationType>StaticLibrary</ConfigurationType> | |
| <CharacterSet>Unicode</CharacterSet> | |
| <WholeProgramOptimization>true</WholeProgramOptimization> | |
| <PlatformToolset>v120</PlatformToolset> | |
| </PropertyGroup> | |
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | |
| <ConfigurationType>StaticLibrary</ConfigurationType> | |
| <CharacterSet>Unicode</CharacterSet> | |
| <PlatformToolset>v120</PlatformToolset> | |
| </PropertyGroup> | |
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | |
| <ImportGroup Label="ExtensionSettings"> | |
| </ImportGroup> | |
| <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | |
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
| </ImportGroup> | |
| <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | |
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
| </ImportGroup> | |
| <PropertyGroup Label="UserMacros" /> | |
| <PropertyGroup> | |
| <_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion> | |
| <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)..\lib\$(SolutionName)\$(ProjectName)\$(Configuration)\</OutDir> | |
| <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)..\obj\$(SolutionName)\$(ProjectName)\$(Configuration)\</IntDir> | |
| <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)..\lib\$(SolutionName)\$(ProjectName)\$(Configuration)\</OutDir> | |
| <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)..\obj\$(SolutionName)\$(ProjectName)\$(Configuration)\</IntDir> | |
| <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(RootNamespace)</TargetName> | |
| <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(RootNamespace)</TargetName> | |
| </PropertyGroup> | |
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
| <ClCompile> | |
| <Optimization>Disabled</Optimization> | |
| <AdditionalIncludeDirectories>$(SolutionDir)common;$(SolutionDir)..\libwebm;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
| <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;NOMINMAX;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
| <MinimalRebuild>false</MinimalRebuild> | |
| <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | |
| <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> | |
| <PrecompiledHeader> | |
| </PrecompiledHeader> | |
| <WarningLevel>Level4</WarningLevel> | |
| <DebugInformationFormat>OldStyle</DebugInformationFormat> | |
| </ClCompile> | |
| <Lib> | |
| <OutputFile>$(TargetPath)</OutputFile> | |
| </Lib> | |
| </ItemDefinitionGroup> | |
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
| <ClCompile> | |
| <AdditionalIncludeDirectories>$(SolutionDir)common;$(SolutionDir)..\libwebm;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
| <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;NOMINMAX;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
| <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | |
| <PrecompiledHeader> | |
| </PrecompiledHeader> | |
| <WarningLevel>Level4</WarningLevel> | |
| <DebugInformationFormat> | |
| </DebugInformationFormat> | |
| </ClCompile> | |
| <Lib> | |
| <OutputFile>$(TargetPath)</OutputFile> | |
| </Lib> | |
| </ItemDefinitionGroup> | |
| <ItemGroup> | |
| <ClCompile Include="..\..\libwebm\mkvparser.cpp" /> | |
| <ClCompile Include="mkvparserstream.cc" /> | |
| <ClCompile Include="mkvparserstreamaudio.cc" /> | |
| <ClCompile Include="mkvparserstreamreader.cc" /> | |
| <ClCompile Include="mkvparserstreamvideo.cc" /> | |
| </ItemGroup> | |
| <ItemGroup> | |
| <ClInclude Include="..\..\libwebm\mkvparser.hpp" /> | |
| <ClInclude Include="mkvparserstream.h" /> | |
| <ClInclude Include="mkvparserstreamaudio.h" /> | |
| <ClInclude Include="mkvparserstreamreader.h" /> | |
| <ClInclude Include="mkvparserstreamvideo.h" /> | |
| </ItemGroup> | |
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |
| <ImportGroup Label="ExtensionTargets"> | |
| </ImportGroup> | |
| </Project> |