| <?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>{12AF5196-D5C9-490C-A263-84EA3BE9472D}</ProjectGuid> | |
| <RootNamespace>webmoggsource</RootNamespace> | |
| <Keyword>Win32Proj</Keyword> | |
| <ProjectName>webmoggsource</ProjectName> | |
| </PropertyGroup> | |
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | |
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | |
| <ConfigurationType>DynamicLibrary</ConfigurationType> | |
| <CharacterSet>Unicode</CharacterSet> | |
| <WholeProgramOptimization>true</WholeProgramOptimization> | |
| <PlatformToolset>v120</PlatformToolset> | |
| </PropertyGroup> | |
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | |
| <ConfigurationType>DynamicLibrary</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)..\dll\webmdshow\$(Configuration)\</OutDir> | |
| <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)..\obj\$(SolutionName)\$(ProjectName)\$(Configuration)\</IntDir> | |
| <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> | |
| <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</GenerateManifest> | |
| <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)..\dll\webmdshow\$(Configuration)\</OutDir> | |
| <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)..\obj\$(SolutionName)\$(ProjectName)\$(Configuration)\</IntDir> | |
| <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> | |
| <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;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
| <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
| <MinimalRebuild>false</MinimalRebuild> | |
| <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | |
| <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> | |
| <PrecompiledHeader> | |
| </PrecompiledHeader> | |
| <BrowseInformation>true</BrowseInformation> | |
| <WarningLevel>Level4</WarningLevel> | |
| <DebugInformationFormat>OldStyle</DebugInformationFormat> | |
| </ClCompile> | |
| <Link> | |
| <AdditionalDependencies>strmiids.lib;%(AdditionalDependencies)</AdditionalDependencies> | |
| <OutputFile>$(TargetPath)</OutputFile> | |
| <ModuleDefinitionFile>webmoggsource.def</ModuleDefinitionFile> | |
| <GenerateDebugInformation>true</GenerateDebugInformation> | |
| <SubSystem>NotSet</SubSystem> | |
| <TargetMachine>MachineX86</TargetMachine> | |
| </Link> | |
| <Bscmake> | |
| <OutputFile>$(TargetDir)$(TargetName).bsc</OutputFile> | |
| </Bscmake> | |
| </ItemDefinitionGroup> | |
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
| <ClCompile> | |
| <Optimization>MaxSpeed</Optimization> | |
| <IntrinsicFunctions>true</IntrinsicFunctions> | |
| <AdditionalIncludeDirectories>$(SolutionDir)common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
| <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;WEBMOGGSOURCE_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
| <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | |
| <FunctionLevelLinking>true</FunctionLevelLinking> | |
| <PrecompiledHeader> | |
| </PrecompiledHeader> | |
| <WarningLevel>Level3</WarningLevel> | |
| <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |
| </ClCompile> | |
| <Link> | |
| <AdditionalDependencies>strmiids.lib;%(AdditionalDependencies)</AdditionalDependencies> | |
| <OutputFile>$(TargetPath)</OutputFile> | |
| <GenerateDebugInformation>true</GenerateDebugInformation> | |
| <SubSystem>Windows</SubSystem> | |
| <OptimizeReferences>true</OptimizeReferences> | |
| <EnableCOMDATFolding>true</EnableCOMDATFolding> | |
| <TargetMachine>MachineX86</TargetMachine> | |
| <ModuleDefinitionFile>webmoggsource.def</ModuleDefinitionFile> | |
| </Link> | |
| </ItemDefinitionGroup> | |
| <ItemGroup> | |
| <ClCompile Include="..\common\cenumpins.cpp" /> | |
| <ClCompile Include="..\common\cfactory.cpp" /> | |
| <ClCompile Include="..\common\clockable.cpp" /> | |
| <ClCompile Include="..\common\cmediasample.cpp" /> | |
| <ClCompile Include="..\common\cmediatypes.cpp" /> | |
| <ClCompile Include="..\common\cmemallocator.cpp" /> | |
| <ClCompile Include="..\common\comreg.cpp" /> | |
| <ClCompile Include="..\common\graphutil.cpp" /> | |
| <ClCompile Include="..\common\mediatypeutil.cpp" /> | |
| <ClCompile Include="..\common\vorbistypes.cpp" /> | |
| <ClCompile Include="..\common\webmtypes.cpp" /> | |
| <ClCompile Include="oggfile.cpp" /> | |
| <ClCompile Include="oggparser.cpp" /> | |
| <ClCompile Include="oggtrack.cpp" /> | |
| <ClCompile Include="oggtrackaudio.cpp" /> | |
| <ClCompile Include="dllentry.cpp" /> | |
| <ClCompile Include="webmoggsourcefilter.cpp" /> | |
| <ClCompile Include="webmoggsourceoutpin.cpp" /> | |
| <ClCompile Include="webmoggsourcepin.cpp" /> | |
| </ItemGroup> | |
| <ItemGroup> | |
| <ClInclude Include="..\common\cenumpins.hpp" /> | |
| <ClInclude Include="..\common\cfactory.hpp" /> | |
| <ClInclude Include="..\common\clockable.hpp" /> | |
| <ClInclude Include="..\common\cmediasample.hpp" /> | |
| <ClInclude Include="..\common\cmediatypes.hpp" /> | |
| <ClInclude Include="..\common\cmemallocator.hpp" /> | |
| <ClInclude Include="..\common\comreg.hpp" /> | |
| <ClInclude Include="..\common\graphutil.hpp" /> | |
| <ClInclude Include="..\common\mediatypeutil.hpp" /> | |
| <ClInclude Include="..\common\vorbistypes.hpp" /> | |
| <ClInclude Include="..\common\webmtypes.hpp" /> | |
| <ClInclude Include="oggfile.hpp" /> | |
| <ClInclude Include="oggparser.hpp" /> | |
| <ClInclude Include="oggtrack.hpp" /> | |
| <ClInclude Include="oggtrackaudio.hpp" /> | |
| <ClInclude Include="resource.h" /> | |
| <ClInclude Include="webmoggsourcefilter.hpp" /> | |
| <ClInclude Include="webmoggsourceoutpin.hpp" /> | |
| <ClInclude Include="webmoggsourcepin.hpp" /> | |
| </ItemGroup> | |
| <ItemGroup> | |
| <ResourceCompile Include="webmoggsource.rc" /> | |
| </ItemGroup> | |
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |
| <ImportGroup Label="ExtensionTargets"> | |
| </ImportGroup> | |
| </Project> |