354 lines
21 KiB
XML
354 lines
21 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<Project DefaultTargets="Build" ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||
|
<ItemGroup Label="ProjectConfigurations">
|
||
|
<ProjectConfiguration Include="Debug|Win32">
|
||
|
<Configuration>Debug</Configuration>
|
||
|
<Platform>Win32</Platform>
|
||
|
</ProjectConfiguration>
|
||
|
<ProjectConfiguration Include="Debug|x64">
|
||
|
<Configuration>Debug</Configuration>
|
||
|
<Platform>x64</Platform>
|
||
|
</ProjectConfiguration>
|
||
|
<ProjectConfiguration Include="Release|Win32">
|
||
|
<Configuration>Release</Configuration>
|
||
|
<Platform>Win32</Platform>
|
||
|
</ProjectConfiguration>
|
||
|
<ProjectConfiguration Include="Release|x64">
|
||
|
<Configuration>Release</Configuration>
|
||
|
<Platform>x64</Platform>
|
||
|
</ProjectConfiguration>
|
||
|
</ItemGroup>
|
||
|
<PropertyGroup Label="Globals">
|
||
|
<VCProjectVersion>17.0</VCProjectVersion>
|
||
|
<ProjectGuid>{77A73D85-7602-42F3-BAC4-8D7F7BFF8659}</ProjectGuid>
|
||
|
<RootNamespace>CPUIdLib</RootNamespace>
|
||
|
<WindowsTargetPlatformVersion>10.0.19041.0</WindowsTargetPlatformVersion>
|
||
|
</PropertyGroup>
|
||
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
||
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||
|
<PlatformToolset>v142</PlatformToolset>
|
||
|
<UseOfMfc>false</UseOfMfc>
|
||
|
<CharacterSet>MultiByte</CharacterSet>
|
||
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
||
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||
|
<PlatformToolset>v142</PlatformToolset>
|
||
|
<UseOfMfc>false</UseOfMfc>
|
||
|
<CharacterSet>MultiByte</CharacterSet>
|
||
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
||
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||
|
<PlatformToolset>v142</PlatformToolset>
|
||
|
<UseOfMfc>false</UseOfMfc>
|
||
|
<CharacterSet>MultiByte</CharacterSet>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
||
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||
|
<PlatformToolset>v142</PlatformToolset>
|
||
|
<UseOfMfc>false</UseOfMfc>
|
||
|
<CharacterSet>MultiByte</CharacterSet>
|
||
|
</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" />
|
||
|
<Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
|
||
|
</ImportGroup>
|
||
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
|
||
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||
|
<Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
|
||
|
</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" />
|
||
|
<Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
|
||
|
</ImportGroup>
|
||
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
|
||
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||
|
<Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
|
||
|
</ImportGroup>
|
||
|
<PropertyGroup Label="UserMacros" />
|
||
|
<PropertyGroup>
|
||
|
<_ProjectFileVersion>17.0.32505.173</_ProjectFileVersion>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||
|
<OutDir>..\..\lib\$(PlatformShortName)_$(Configuration)\</OutDir>
|
||
|
<IntDir>..\..\obj\CPUIdLib\$(PlatformShortName)_$(Configuration)\</IntDir>
|
||
|
<IncludePath>$(IncludePath)</IncludePath>
|
||
|
<LibraryPath>$(LibraryPath)</LibraryPath>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||
|
<IncludePath>$(IncludePath)</IncludePath>
|
||
|
<LibraryPath>$(LibraryPath)</LibraryPath>
|
||
|
<OutDir>..\..\lib\$(PlatformShortName)_$(Configuration)\</OutDir>
|
||
|
<IntDir>..\..\obj\CPUIdLib\$(PlatformShortName)_$(Configuration)\</IntDir>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||
|
<OutDir>..\..\lib\$(PlatformShortName)_$(Configuration)\</OutDir>
|
||
|
<IntDir>..\..\obj\CPUIdLib\$(PlatformShortName)_$(Configuration)\</IntDir>
|
||
|
<IncludePath>$(IncludePath)</IncludePath>
|
||
|
<LibraryPath>$(LibraryPath)</LibraryPath>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||
|
<IncludePath>$(IncludePath)</IncludePath>
|
||
|
<LibraryPath>$(LibraryPath)</LibraryPath>
|
||
|
<OutDir>..\..\lib\$(PlatformShortName)_$(Configuration)\</OutDir>
|
||
|
<IntDir>..\..\obj\CPUIdLib\$(PlatformShortName)_$(Configuration)\</IntDir>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Label="Vcpkg">
|
||
|
<VcpkgEnableManifest>false</VcpkgEnableManifest>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Label="Vcpkg" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||
|
<VcpkgInstalledDir>
|
||
|
</VcpkgInstalledDir>
|
||
|
<VcpkgUseStatic>false</VcpkgUseStatic>
|
||
|
<VcpkgConfiguration>Debug</VcpkgConfiguration>
|
||
|
<VcpkgTriplet>x86-windows-static-md</VcpkgTriplet>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Label="Vcpkg" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||
|
<VcpkgInstalledDir>
|
||
|
</VcpkgInstalledDir>
|
||
|
<VcpkgUseStatic>false</VcpkgUseStatic>
|
||
|
<VcpkgTriplet>x86-windows-static-md</VcpkgTriplet>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Label="Vcpkg" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||
|
<VcpkgInstalledDir>
|
||
|
</VcpkgInstalledDir>
|
||
|
<VcpkgUseStatic>false</VcpkgUseStatic>
|
||
|
<VcpkgTriplet>x86-windows-static-md</VcpkgTriplet>
|
||
|
<VcpkgConfiguration>Debug</VcpkgConfiguration>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Label="Vcpkg" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||
|
<VcpkgInstalledDir>
|
||
|
</VcpkgInstalledDir>
|
||
|
<VcpkgUseStatic>false</VcpkgUseStatic>
|
||
|
<VcpkgTriplet>x86-windows-static-md</VcpkgTriplet>
|
||
|
</PropertyGroup>
|
||
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||
|
<ClCompile>
|
||
|
<Optimization>Disabled</Optimization>
|
||
|
<AdditionalIncludeDirectories>..\..\..\libvp6\corelibs\include;..\..\..\libvp6\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||
|
<PreprocessorDefinitions>WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
||
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
||
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
||
|
<PrecompiledHeaderOutputFile>
|
||
|
</PrecompiledHeaderOutputFile>
|
||
|
<WarningLevel>Level3</WarningLevel>
|
||
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
||
|
<DebugInformationFormat>OldStyle</DebugInformationFormat>
|
||
|
<CompileAs>Default</CompileAs>
|
||
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
||
|
<ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
|
||
|
</ClCompile>
|
||
|
<ResourceCompile>
|
||
|
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||
|
<Culture>0x0409</Culture>
|
||
|
</ResourceCompile>
|
||
|
<Lib>
|
||
|
<OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
|
||
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
||
|
<AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
||
|
<AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
|
||
|
</Lib>
|
||
|
</ItemDefinitionGroup>
|
||
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||
|
<ClCompile>
|
||
|
<Optimization>Disabled</Optimization>
|
||
|
<AdditionalIncludeDirectories>..\..\..\libvp6\corelibs\include;..\..\..\libvp6\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||
|
<PreprocessorDefinitions>WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
||
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
||
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
||
|
<PrecompiledHeaderOutputFile>
|
||
|
</PrecompiledHeaderOutputFile>
|
||
|
<WarningLevel>Level3</WarningLevel>
|
||
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
||
|
<DebugInformationFormat>OldStyle</DebugInformationFormat>
|
||
|
<CompileAs>Default</CompileAs>
|
||
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
||
|
<ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
|
||
|
</ClCompile>
|
||
|
<ResourceCompile>
|
||
|
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||
|
<Culture>0x0409</Culture>
|
||
|
</ResourceCompile>
|
||
|
<Lib>
|
||
|
<OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
|
||
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
||
|
<AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
||
|
<AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
|
||
|
</Lib>
|
||
|
</ItemDefinitionGroup>
|
||
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||
|
<ClCompile>
|
||
|
<Optimization>MaxSpeed</Optimization>
|
||
|
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
||
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
||
|
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
||
|
<OmitFramePointers>true</OmitFramePointers>
|
||
|
<AdditionalIncludeDirectories>..\..\..\libvp6\corelibs\include;..\..\..\libvp6\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||
|
<PreprocessorDefinitions>WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||
|
<StringPooling>true</StringPooling>
|
||
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
||
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
||
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||
|
<PrecompiledHeaderOutputFile>
|
||
|
</PrecompiledHeaderOutputFile>
|
||
|
<AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
|
||
|
<ObjectFileName>$(IntDir)</ObjectFileName>
|
||
|
<ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
|
||
|
<WarningLevel>Level3</WarningLevel>
|
||
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
||
|
<DebugInformationFormat>None</DebugInformationFormat>
|
||
|
<CompileAs>Default</CompileAs>
|
||
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
||
|
</ClCompile>
|
||
|
<ResourceCompile>
|
||
|
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||
|
<Culture>0x0409</Culture>
|
||
|
</ResourceCompile>
|
||
|
<Lib>
|
||
|
<OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
|
||
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
||
|
<AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
||
|
<AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
|
||
|
</Lib>
|
||
|
</ItemDefinitionGroup>
|
||
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||
|
<ClCompile>
|
||
|
<Optimization>MaxSpeed</Optimization>
|
||
|
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
||
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
||
|
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
||
|
<OmitFramePointers>true</OmitFramePointers>
|
||
|
<AdditionalIncludeDirectories>..\..\..\libvp6\corelibs\include;..\..\..\libvp6\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||
|
<PreprocessorDefinitions>WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||
|
<StringPooling>true</StringPooling>
|
||
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
||
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
||
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||
|
<PrecompiledHeaderOutputFile>
|
||
|
</PrecompiledHeaderOutputFile>
|
||
|
<AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
|
||
|
<ObjectFileName>$(IntDir)</ObjectFileName>
|
||
|
<ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
|
||
|
<WarningLevel>Level3</WarningLevel>
|
||
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
||
|
<DebugInformationFormat>None</DebugInformationFormat>
|
||
|
<CompileAs>Default</CompileAs>
|
||
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
||
|
</ClCompile>
|
||
|
<ResourceCompile>
|
||
|
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||
|
<Culture>0x0409</Culture>
|
||
|
</ResourceCompile>
|
||
|
<Lib>
|
||
|
<OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
|
||
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
||
|
<AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
||
|
<AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
|
||
|
</Lib>
|
||
|
</ItemDefinitionGroup>
|
||
|
<ItemGroup>
|
||
|
<ClCompile Include="Win32\cid.c">
|
||
|
<Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Disabled</Optimization>
|
||
|
<Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Disabled</Optimization>
|
||
|
<BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks>
|
||
|
<BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">EnableFastChecks</BasicRuntimeChecks>
|
||
|
<Optimization Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">MaxSpeed</Optimization>
|
||
|
<Optimization Condition="'$(Configuration)|$(Platform)'=='Release|x64'">MaxSpeed</Optimization>
|
||
|
</ClCompile>
|
||
|
<ClCompile Include="Win32\Wmt_CpuID.cpp">
|
||
|
<Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Disabled</Optimization>
|
||
|
<Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Disabled</Optimization>
|
||
|
<BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks>
|
||
|
<BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">EnableFastChecks</BasicRuntimeChecks>
|
||
|
<Optimization Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">MaxSpeed</Optimization>
|
||
|
<Optimization Condition="'$(Configuration)|$(Platform)'=='Release|x64'">MaxSpeed</Optimization>
|
||
|
</ClCompile>
|
||
|
</ItemGroup>
|
||
|
<ItemGroup>
|
||
|
<CustomBuild Include="Win32\cpuid.asm">
|
||
|
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">ml /Zi /Zm /Cx /c /coff /Fl"$(IntDir)%(Filename)".lst /Fo "$(IntDir)%(Filename)".obj "%(FullPath)"
|
||
|
</Command>
|
||
|
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">ml /Zi /Zm /Cx /c /coff /Fl"$(IntDir)%(Filename)".lst /Fo "$(IntDir)%(Filename)".obj "%(FullPath)"
|
||
|
</Command>
|
||
|
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(IntDir)\%(Filename).obj;%(Outputs)</Outputs>
|
||
|
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(IntDir)\%(Filename).obj;%(Outputs)</Outputs>
|
||
|
<Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">ml /Zi /Zm /Cx /c /coff /Fl"$(IntDir)%(Filename)".lst /Fo "$(IntDir)%(Filename)".obj "%(FullPath)"
|
||
|
</Command>
|
||
|
<Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">ml /Zi /Zm /Cx /c /coff /Fl"$(IntDir)%(Filename)".lst /Fo "$(IntDir)%(Filename)".obj "%(FullPath)"
|
||
|
</Command>
|
||
|
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(IntDir)%(Filename).obj;%(Outputs)</Outputs>
|
||
|
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(IntDir)%(Filename).obj;%(Outputs)</Outputs>
|
||
|
</CustomBuild>
|
||
|
<CustomBuild Include="Win32\D9xOSSupXMM.asm">
|
||
|
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">ml /Zi /Zm /Cx /c /coff /Fl"$(IntDir)%(Filename)".lst /Fo "$(IntDir)%(Filename)".obj "%(FullPath)"
|
||
|
</Command>
|
||
|
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">ml /Zi /Zm /Cx /c /coff /Fl"$(IntDir)%(Filename)".lst /Fo "$(IntDir)%(Filename)".obj "%(FullPath)"
|
||
|
</Command>
|
||
|
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(IntDir)\%(Filename).obj;%(Outputs)</Outputs>
|
||
|
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(IntDir)\%(Filename).obj;%(Outputs)</Outputs>
|
||
|
<Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">ml /Zi /Zm /Cx /c /coff /Fl"$(IntDir)%(Filename)".lst /Fo "$(IntDir)%(Filename)".obj "%(FullPath)"
|
||
|
</Command>
|
||
|
<Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">ml /Zi /Zm /Cx /c /coff /Fl"$(IntDir)%(Filename)".lst /Fo "$(IntDir)%(Filename)".obj "%(FullPath)"
|
||
|
</Command>
|
||
|
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(IntDir)%(Filename).obj;%(Outputs)</Outputs>
|
||
|
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(IntDir)%(Filename).obj;%(Outputs)</Outputs>
|
||
|
</CustomBuild>
|
||
|
<CustomBuild Include="Win32\InitXMMReg.asm">
|
||
|
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">ml /Zi /Zm /Cx /c /coff /Fl"$(IntDir)%(Filename)".lst /Fo "$(IntDir)%(Filename)".obj "%(FullPath)"
|
||
|
</Command>
|
||
|
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">ml /Zi /Zm /Cx /c /coff /Fl"$(IntDir)%(Filename)".lst /Fo "$(IntDir)%(Filename)".obj "%(FullPath)"
|
||
|
</Command>
|
||
|
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(IntDir)\%(Filename).obj;%(Outputs)</Outputs>
|
||
|
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(IntDir)\%(Filename).obj;%(Outputs)</Outputs>
|
||
|
<Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">ml /Zi /Zm /Cx /c /coff /Fl"$(IntDir)%(Filename)".lst /Fo "$(IntDir)%(Filename)".obj "%(FullPath)"
|
||
|
</Command>
|
||
|
<Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">ml /Zi /Zm /Cx /c /coff /Fl"$(IntDir)%(Filename)".lst /Fo "$(IntDir)%(Filename)".obj "%(FullPath)"
|
||
|
</Command>
|
||
|
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(IntDir)%(Filename).obj;%(Outputs)</Outputs>
|
||
|
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(IntDir)%(Filename).obj;%(Outputs)</Outputs>
|
||
|
</CustomBuild>
|
||
|
<CustomBuild Include="Win32\TrashXMMreg.asm">
|
||
|
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">ml /Zi /Zm /Cx /c /coff /Fl"$(IntDir)%(Filename)".lst /Fo "$(IntDir)%(Filename)".obj "%(FullPath)"
|
||
|
</Command>
|
||
|
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">ml /Zi /Zm /Cx /c /coff /Fl"$(IntDir)%(Filename)".lst /Fo "$(IntDir)%(Filename)".obj "%(FullPath)"
|
||
|
</Command>
|
||
|
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(IntDir)\%(Filename).obj;%(Outputs)</Outputs>
|
||
|
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(IntDir)\%(Filename).obj;%(Outputs)</Outputs>
|
||
|
<Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">ml /Zi /Zm /Cx /c /coff /Fl"$(IntDir)%(Filename)".lst /Fo "$(IntDir)%(Filename)".obj "%(FullPath)"
|
||
|
</Command>
|
||
|
<Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">ml /Zi /Zm /Cx /c /coff /Fl"$(IntDir)%(Filename)".lst /Fo "$(IntDir)%(Filename)".obj "%(FullPath)"
|
||
|
</Command>
|
||
|
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(IntDir)%(Filename).obj;%(Outputs)</Outputs>
|
||
|
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(IntDir)%(Filename).obj;%(Outputs)</Outputs>
|
||
|
</CustomBuild>
|
||
|
<CustomBuild Include="Win32\VerifyXMMReg.asm">
|
||
|
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">ml /Zi /Zm /Cx /c /coff /Fl"$(IntDir)%(Filename)".lst /Fo "$(IntDir)%(Filename)".obj "%(FullPath)"
|
||
|
</Command>
|
||
|
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">ml /Zi /Zm /Cx /c /coff /Fl"$(IntDir)%(Filename)".lst /Fo "$(IntDir)%(Filename)".obj "%(FullPath)"
|
||
|
</Command>
|
||
|
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(IntDir)%(Filename).obj;%(Outputs)</Outputs>
|
||
|
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(IntDir)%(Filename).obj;%(Outputs)</Outputs>
|
||
|
<Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">ml /Zi /Zm /Cx /c /coff /Fl"$(IntDir)%(Filename)".lst /Fo "$(IntDir)%(Filename)".obj "%(FullPath)"
|
||
|
</Command>
|
||
|
<Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">ml /Zi /Zm /Cx /c /coff /Fl"$(IntDir)%(Filename)".lst /Fo "$(IntDir)%(Filename)".obj "%(FullPath)"
|
||
|
</Command>
|
||
|
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(IntDir)%(Filename).obj;%(Outputs)</Outputs>
|
||
|
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(IntDir)%(Filename).obj;%(Outputs)</Outputs>
|
||
|
</CustomBuild>
|
||
|
</ItemGroup>
|
||
|
<ItemGroup>
|
||
|
<ProjectReference Include="..\cdxv\dxv2\dxv2.vcxproj">
|
||
|
<Project>{adac45fd-b93f-40a3-85b2-dbeca1283614}</Project>
|
||
|
</ProjectReference>
|
||
|
</ItemGroup>
|
||
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||
|
<ImportGroup Label="ExtensionTargets">
|
||
|
</ImportGroup>
|
||
|
</Project>
|