blob: a6d3bee0089c08ca65cc076f1d3b241399db30d1 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" 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>
<ProjectConfiguration Include="Debug|x64">
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|x64">
<Configuration>Release</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\encoder\3rdparty\android_astc_decomp.cpp" />
<ClCompile Include="..\encoder\3rdparty\tinyexr.cpp" />
<ClCompile Include="..\encoder\basisu_astc_hdr_enc.cpp" />
<ClCompile Include="..\encoder\basisu_backend.cpp" />
<ClCompile Include="..\encoder\basisu_basis_file.cpp" />
<ClCompile Include="..\encoder\basisu_bc7enc.cpp" />
<ClCompile Include="..\encoder\basisu_comp.cpp" />
<ClCompile Include="..\encoder\basisu_enc.cpp" />
<ClCompile Include="..\encoder\basisu_etc.cpp" />
<ClCompile Include="..\encoder\basisu_frontend.cpp" />
<ClCompile Include="..\encoder\basisu_gpu_texture.cpp" />
<ClCompile Include="..\encoder\basisu_kernels_sse.cpp" />
<ClCompile Include="..\encoder\basisu_opencl.cpp" />
<ClCompile Include="..\encoder\basisu_pvrtc1_4.cpp" />
<ClCompile Include="..\encoder\basisu_resampler.cpp" />
<ClCompile Include="..\encoder\basisu_resample_filters.cpp" />
<ClCompile Include="..\encoder\basisu_ssim.cpp" />
<ClCompile Include="..\encoder\basisu_uastc_enc.cpp" />
<ClCompile Include="..\encoder\jpgd.cpp" />
<ClCompile Include="..\encoder\pvpngreader.cpp" />
<ClCompile Include="..\transcoder\basisu_transcoder.cpp" />
<ClCompile Include="..\zstd\zstd.c" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\encoder\3rdparty\android_astc_decomp.h" />
<ClInclude Include="..\encoder\3rdparty\qoi.h" />
<ClInclude Include="..\encoder\3rdparty\tinydds.h" />
<ClInclude Include="..\encoder\3rdparty\tinyexr.h" />
<ClInclude Include="..\encoder\basisu_astc_hdr_enc.h" />
<ClInclude Include="..\encoder\basisu_backend.h" />
<ClInclude Include="..\encoder\basisu_basis_file.h" />
<ClInclude Include="..\encoder\basisu_bc7enc.h" />
<ClInclude Include="..\encoder\basisu_comp.h" />
<ClInclude Include="..\encoder\basisu_enc.h" />
<ClInclude Include="..\encoder\basisu_etc.h" />
<ClInclude Include="..\encoder\basisu_frontend.h" />
<ClInclude Include="..\encoder\basisu_gpu_texture.h" />
<ClInclude Include="..\encoder\basisu_kernels_declares.h" />
<ClInclude Include="..\encoder\basisu_kernels_imp.h" />
<ClInclude Include="..\encoder\basisu_miniz.h" />
<ClInclude Include="..\encoder\basisu_ocl_kernels.h" />
<ClInclude Include="..\encoder\basisu_opencl.h" />
<ClInclude Include="..\encoder\basisu_pvrtc1_4.h" />
<ClInclude Include="..\encoder\basisu_resampler.h" />
<ClInclude Include="..\encoder\basisu_resampler_filters.h" />
<ClInclude Include="..\encoder\basisu_ssim.h" />
<ClInclude Include="..\encoder\basisu_uastc_enc.h" />
<ClInclude Include="..\encoder\cppspmd_flow.h" />
<ClInclude Include="..\encoder\cppspmd_math.h" />
<ClInclude Include="..\encoder\cppspmd_math_declares.h" />
<ClInclude Include="..\encoder\cppspmd_sse.h" />
<ClInclude Include="..\encoder\cppspmd_type_aliases.h" />
<ClInclude Include="..\encoder\jpgd.h" />
<ClInclude Include="..\encoder\pvpngreader.h" />
<ClInclude Include="..\transcoder\basisu_astc_helpers.h" />
<ClInclude Include="..\transcoder\basisu.h" />
<ClInclude Include="..\transcoder\basisu_astc_hdr_core.h" />
<ClInclude Include="..\transcoder\basisu_containers.h" />
<ClInclude Include="..\transcoder\basisu_containers_impl.h" />
<ClInclude Include="..\transcoder\basisu_file_headers.h" />
<ClInclude Include="..\transcoder\basisu_transcoder.h" />
<ClInclude Include="..\transcoder\basisu_transcoder_internal.h" />
<ClInclude Include="..\transcoder\basisu_transcoder_uastc.h" />
</ItemGroup>
<ItemGroup>
<None Include="..\bin\ocl_kernels.cl" />
<None Include="..\transcoder\basisu_transcoder_tables_astc.inc" />
<None Include="..\transcoder\basisu_transcoder_tables_astc_0_255.inc" />
<None Include="..\transcoder\basisu_transcoder_tables_atc_55.inc" />
<None Include="..\transcoder\basisu_transcoder_tables_atc_56.inc" />
<None Include="..\transcoder\basisu_transcoder_tables_bc7_m5_alpha.inc" />
<None Include="..\transcoder\basisu_transcoder_tables_bc7_m5_color.inc" />
<None Include="..\transcoder\basisu_transcoder_tables_dxt1_5.inc" />
<None Include="..\transcoder\basisu_transcoder_tables_dxt1_6.inc" />
</ItemGroup>
<PropertyGroup Label="Globals">
<VCProjectVersion>17.0</VCProjectVersion>
<Keyword>Win32Proj</Keyword>
<ProjectGuid>{97c34996-f458-4030-a402-b32c581872f1}</ProjectGuid>
<RootNamespace>encoderlib</RootNamespace>
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v143</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v143</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v143</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v143</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
</ImportGroup>
<ImportGroup Label="Shared">
</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 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 Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<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|x64'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
<WarningLevel>Level4</WarningLevel>
<SDLCheck>false</SDLCheck>
<PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions);BASISU_SUPPORT_SSE=1;BASISU_SUPPORT_OPENCL=1;_HAS_EXCEPTIONS=0</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
<PrecompiledHeader>NotUsing</PrecompiledHeader>
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
<AdditionalIncludeDirectories>..\OpenCL</AdditionalIncludeDirectories>
</ClCompile>
<Link>
<SubSystem>
</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
<WarningLevel>Level4</WarningLevel>
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<SDLCheck>false</SDLCheck>
<PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions);BASISU_SUPPORT_SSE=1;BASISU_SUPPORT_OPENCL=1;_HAS_EXCEPTIONS=0</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
<PrecompiledHeader>NotUsing</PrecompiledHeader>
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
<AdditionalIncludeDirectories>..\OpenCL</AdditionalIncludeDirectories>
<EnableEnhancedInstructionSet>AdvancedVectorExtensions</EnableEnhancedInstructionSet>
<ExceptionHandling>false</ExceptionHandling>
<BufferSecurityCheck>false</BufferSecurityCheck>
</ClCompile>
<Link>
<SubSystem>
</SubSystem>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<ClCompile>
<WarningLevel>Level4</WarningLevel>
<SDLCheck>false</SDLCheck>
<PreprocessorDefinitions>_DEBUG;_LIB;%(PreprocessorDefinitions);BASISU_SUPPORT_SSE=1;BASISU_SUPPORT_OPENCL=1;</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
<PrecompiledHeader>NotUsing</PrecompiledHeader>
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
<EnableEnhancedInstructionSet>AdvancedVectorExtensions</EnableEnhancedInstructionSet>
<AdditionalIncludeDirectories>..\OpenCL</AdditionalIncludeDirectories>
</ClCompile>
<Link>
<SubSystem>
</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<ClCompile>
<WarningLevel>Level4</WarningLevel>
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<SDLCheck>false</SDLCheck>
<PreprocessorDefinitions>NDEBUG;_LIB;%(PreprocessorDefinitions);BASISU_SUPPORT_SSE=1;BASISU_SUPPORT_OPENCL=1;</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
<PrecompiledHeader>NotUsing</PrecompiledHeader>
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
<BufferSecurityCheck>false</BufferSecurityCheck>
<ExceptionHandling>false</ExceptionHandling>
<EnableEnhancedInstructionSet>AdvancedVectorExtensions</EnableEnhancedInstructionSet>
<AdditionalIncludeDirectories>..\OpenCL</AdditionalIncludeDirectories>
<Optimization>Full</Optimization>
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
<OmitFramePointers>true</OmitFramePointers>
</ClCompile>
<Link>
<SubSystem>
</SubSystem>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
</ItemDefinitionGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>