You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
164 lines
9.8 KiB
164 lines
9.8 KiB
<?xml version="1.0" encoding="utf-8"?> |
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
<ItemGroup Label="ProjectConfigurations"> |
|
<ProjectConfiguration Include="Debug_Internal|Win32"> |
|
<Configuration>Debug_Internal</Configuration> |
|
<Platform>Win32</Platform> |
|
</ProjectConfiguration> |
|
<ProjectConfiguration Include="Debug|Win32"> |
|
<Configuration>Debug</Configuration> |
|
<Platform>Win32</Platform> |
|
</ProjectConfiguration> |
|
<ProjectConfiguration Include="Release_Internal|Win32"> |
|
<Configuration>Release_Internal</Configuration> |
|
<Platform>Win32</Platform> |
|
</ProjectConfiguration> |
|
<ProjectConfiguration Include="Release|Win32"> |
|
<Configuration>Release</Configuration> |
|
<Platform>Win32</Platform> |
|
</ProjectConfiguration> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<ClInclude Include="..\..\..\..\..\Sources\Plasma\FeatureLib\pfMoviePlayer\plMoviePlayer.h" /> |
|
<ClInclude Include="..\..\..\..\..\Sources\Plasma\FeatureLib\pfMoviePlayer\plPlanarImage.h" /> |
|
<ClInclude Include="..\..\..\..\..\Sources\Plasma\FeatureLib\pfMoviePlayer\webm\mkvparser.hpp" /> |
|
<ClInclude Include="..\..\..\..\..\Sources\Plasma\FeatureLib\pfMoviePlayer\webm\mkvreader.hpp" /> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<ClCompile Include="..\..\..\..\..\Sources\Plasma\FeatureLib\pfMoviePlayer\plMoviePlayer.cpp" /> |
|
<ClCompile Include="..\..\..\..\..\Sources\Plasma\FeatureLib\pfMoviePlayer\plPlanarImage.cpp" /> |
|
<ClCompile Include="..\..\..\..\..\Sources\Plasma\FeatureLib\pfMoviePlayer\webm\mkvparser.cpp" /> |
|
<ClCompile Include="..\..\..\..\..\Sources\Plasma\FeatureLib\pfMoviePlayer\webm\mkvreader.cpp" /> |
|
</ItemGroup> |
|
<PropertyGroup Label="Globals"> |
|
<ProjectGuid>{90045C91-576B-4639-8C2F-A6B5B70EC6A1}</ProjectGuid> |
|
<Keyword>Win32Proj</Keyword> |
|
<RootNamespace>pfMoviePlayer</RootNamespace> |
|
</PropertyGroup> |
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
|
<ConfigurationType>StaticLibrary</ConfigurationType> |
|
<UseDebugLibraries>true</UseDebugLibraries> |
|
<CharacterSet>MultiByte</CharacterSet> |
|
</PropertyGroup> |
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_Internal|Win32'" Label="Configuration"> |
|
<ConfigurationType>StaticLibrary</ConfigurationType> |
|
<UseDebugLibraries>true</UseDebugLibraries> |
|
<CharacterSet>MultiByte</CharacterSet> |
|
</PropertyGroup> |
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
|
<ConfigurationType>StaticLibrary</ConfigurationType> |
|
<UseDebugLibraries>false</UseDebugLibraries> |
|
<WholeProgramOptimization>false</WholeProgramOptimization> |
|
<CharacterSet>MultiByte</CharacterSet> |
|
</PropertyGroup> |
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_Internal|Win32'" Label="Configuration"> |
|
<ConfigurationType>StaticLibrary</ConfigurationType> |
|
<UseDebugLibraries>false</UseDebugLibraries> |
|
<WholeProgramOptimization>false</WholeProgramOptimization> |
|
<CharacterSet>MultiByte</CharacterSet> |
|
</PropertyGroup> |
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
|
<ImportGroup Label="ExtensionSettings"> |
|
</ImportGroup> |
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
|
</ImportGroup> |
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug_Internal|Win32'" Label="PropertySheets"> |
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
|
</ImportGroup> |
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
|
</ImportGroup> |
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_Internal|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 Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
|
<OutDir>$(Configuration)\</OutDir> |
|
</PropertyGroup> |
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_Internal|Win32'"> |
|
<OutDir>$(Configuration)\</OutDir> |
|
</PropertyGroup> |
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
|
<OutDir>$(Configuration)\</OutDir> |
|
</PropertyGroup> |
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_Internal|Win32'"> |
|
<OutDir>$(Configuration)\</OutDir> |
|
</PropertyGroup> |
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
|
<ClCompile> |
|
<PrecompiledHeader> |
|
</PrecompiledHeader> |
|
<WarningLevel>Level3</WarningLevel> |
|
<Optimization>Disabled</Optimization> |
|
<PreprocessorDefinitions>WIN32;PLASMA_EXTERNAL_RELEASE;PLASMA_USE_WEBM;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
<AdditionalIncludeDirectories>../../../../../Sources/Plasma/FeatureLib/inc;../../../../../Sources/Plasma/NucleusLib/inc;../../../../../Sources/Plasma/PubUtilLib/inc;../../../../../Sources/Plasma/CoreLib;../../../StaticSDKs/Win32/OpenAL 1.1 with EFX SDK/include;../../../StaticSDKs/XPlatform/opus/include;../../../StaticSDKs/XPlatform/webm/libvpx;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
|
<StringPooling>true</StringPooling> |
|
<MinimalRebuild>false</MinimalRebuild> |
|
</ClCompile> |
|
<Link> |
|
<SubSystem>Windows</SubSystem> |
|
<GenerateDebugInformation>true</GenerateDebugInformation> |
|
</Link> |
|
</ItemDefinitionGroup> |
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug_Internal|Win32'"> |
|
<ClCompile> |
|
<PrecompiledHeader> |
|
</PrecompiledHeader> |
|
<WarningLevel>Level3</WarningLevel> |
|
<Optimization>Disabled</Optimization> |
|
<PreprocessorDefinitions>WIN32;PLASMA_USE_WEBM;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
<AdditionalIncludeDirectories>../../../../../Sources/Plasma/FeatureLib/inc;../../../../../Sources/Plasma/NucleusLib/inc;../../../../../Sources/Plasma/PubUtilLib/inc;../../../../../Sources/Plasma/CoreLib;../../../StaticSDKs/Win32/OpenAL 1.1 with EFX SDK/include;../../../StaticSDKs/XPlatform/opus/include;../../../StaticSDKs/XPlatform/webm/libvpx;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
|
<StringPooling>true</StringPooling> |
|
<MinimalRebuild>false</MinimalRebuild> |
|
</ClCompile> |
|
<Link> |
|
<SubSystem>Windows</SubSystem> |
|
<GenerateDebugInformation>true</GenerateDebugInformation> |
|
</Link> |
|
</ItemDefinitionGroup> |
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
|
<ClCompile> |
|
<WarningLevel>Level3</WarningLevel> |
|
<PrecompiledHeader> |
|
</PrecompiledHeader> |
|
<Optimization>MaxSpeed</Optimization> |
|
<FunctionLevelLinking>true</FunctionLevelLinking> |
|
<IntrinsicFunctions>true</IntrinsicFunctions> |
|
<PreprocessorDefinitions>WIN32;NDEBUG;PLASMA_EXTERNAL_RELEASE;PLASMA_USE_WEBM;_LIB;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
<AdditionalIncludeDirectories>../../../../../Sources/Plasma/FeatureLib/inc;../../../../../Sources/Plasma/NucleusLib/inc;../../../../../Sources/Plasma/PubUtilLib/inc;../../../../../Sources/Plasma/CoreLib;../../../StaticSDKs/Win32/OpenAL 1.1 with EFX SDK/include;../../../StaticSDKs/XPlatform/opus/include;../../../StaticSDKs/XPlatform/speex/libspeex;../../../StaticSDKs/XPlatform/webm/libvpx;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
|
<StringPooling>true</StringPooling> |
|
<MinimalRebuild>false</MinimalRebuild> |
|
</ClCompile> |
|
<Link> |
|
<SubSystem>Windows</SubSystem> |
|
<GenerateDebugInformation>true</GenerateDebugInformation> |
|
<EnableCOMDATFolding>true</EnableCOMDATFolding> |
|
<OptimizeReferences>true</OptimizeReferences> |
|
</Link> |
|
</ItemDefinitionGroup> |
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_Internal|Win32'"> |
|
<ClCompile> |
|
<WarningLevel>Level3</WarningLevel> |
|
<PrecompiledHeader> |
|
</PrecompiledHeader> |
|
<Optimization>MaxSpeed</Optimization> |
|
<FunctionLevelLinking>true</FunctionLevelLinking> |
|
<IntrinsicFunctions>true</IntrinsicFunctions> |
|
<PreprocessorDefinitions>WIN32;NDEBUG;PLASMA_USE_WEBM;_LIB;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
<AdditionalIncludeDirectories>../../../../../Sources/Plasma/FeatureLib/inc;../../../../../Sources/Plasma/NucleusLib/inc;../../../../../Sources/Plasma/PubUtilLib/inc;../../../../../Sources/Plasma/CoreLib;../../../StaticSDKs/Win32/OpenAL 1.1 with EFX SDK/include;../../../StaticSDKs/XPlatform/opus/include;../../../StaticSDKs/XPlatform/webm/libvpx;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
|
<StringPooling>true</StringPooling> |
|
<MinimalRebuild>false</MinimalRebuild> |
|
</ClCompile> |
|
<Link> |
|
<SubSystem>Windows</SubSystem> |
|
<GenerateDebugInformation>true</GenerateDebugInformation> |
|
<EnableCOMDATFolding>true</EnableCOMDATFolding> |
|
<OptimizeReferences>true</OptimizeReferences> |
|
</Link> |
|
</ItemDefinitionGroup> |
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
|
<ImportGroup Label="ExtensionTargets"> |
|
</ImportGroup> |
|
</Project>
|
|
|