mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 13:30:02 +00:00
87aa4e127c
This switches the submodule origin.
421 lines
24 KiB
XML
421 lines
24 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
<ProjectConfiguration Include="Debug|ARM">
|
|
<Configuration>Debug</Configuration>
|
|
<Platform>ARM</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Debug|ARM64">
|
|
<Configuration>Debug</Configuration>
|
|
<Platform>ARM64</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Debug|Win32">
|
|
<Configuration>Debug</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release|ARM">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>ARM</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release|ARM64">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>ARM64</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>
|
|
<PropertyGroup Label="Globals">
|
|
<ProjectGuid>{EDFA2E87-8AC1-4853-95D4-D7594FF81947}</ProjectGuid>
|
|
<Keyword>Win32Proj</Keyword>
|
|
<RootNamespace>glslang</RootNamespace>
|
|
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
|
|
</PropertyGroup>
|
|
<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" />
|
|
<Import Project="..\Windows\fix_2017.props" />
|
|
</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" />
|
|
<Import Project="..\Windows\fix_2017.props" />
|
|
</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" />
|
|
<Import Project="..\Windows\fix_2017.props" />
|
|
</ImportGroup>
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="PropertySheets">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
<Import Project="..\Windows\fix_2017.props" />
|
|
</ImportGroup>
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="PropertySheets">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
<Import Project="..\Windows\fix_2017.props" />
|
|
</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" />
|
|
<Import Project="..\Windows\fix_2017.props" />
|
|
</ImportGroup>
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="PropertySheets">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
<Import Project="..\Windows\fix_2017.props" />
|
|
</ImportGroup>
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="PropertySheets">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
<Import Project="..\Windows\fix_2017.props" />
|
|
</ImportGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
<PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
<PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
<PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
<PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
<WindowsSDKDesktopARM64Support>true</WindowsSDKDesktopARM64Support>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
<PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
<WindowsSDKDesktopARMSupport>true</WindowsSDKDesktopARMSupport>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
<PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
<PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
<WindowsSDKDesktopARM64Support>true</WindowsSDKDesktopARM64Support>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
<PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
<WindowsSDKDesktopARMSupport>true</WindowsSDKDesktopARMSupport>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
<ImportGroup Label="ExtensionSettings">
|
|
</ImportGroup>
|
|
<ImportGroup Label="Shared">
|
|
</ImportGroup>
|
|
<PropertyGroup Label="UserMacros" />
|
|
<PropertyGroup />
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<ClCompile>
|
|
<PrecompiledHeader>
|
|
</PrecompiledHeader>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<Optimization>Disabled</Optimization>
|
|
<PreprocessorDefinitions>ENABLE_HLSL;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
|
<MinimalRebuild>false</MinimalRebuild>
|
|
<BasicRuntimeChecks>Default</BasicRuntimeChecks>
|
|
<AdditionalIncludeDirectories>glslang/glslang/OSDependent/Windows;glslang/glslang/MachineIndependent;glslang;glslang-build</AdditionalIncludeDirectories>
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>Windows</SubSystem>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<ClCompile>
|
|
<PrecompiledHeader>
|
|
</PrecompiledHeader>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<Optimization>Disabled</Optimization>
|
|
<PreprocessorDefinitions>ENABLE_HLSL;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<AdditionalIncludeDirectories>glslang/glslang/OSDependent/Windows;glslang/glslang/MachineIndependent;glslang;glslang-build</AdditionalIncludeDirectories>
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
|
<MinimalRebuild>false</MinimalRebuild>
|
|
<BasicRuntimeChecks>Default</BasicRuntimeChecks>
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>Windows</SubSystem>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
|
|
<ClCompile>
|
|
<PrecompiledHeader>
|
|
</PrecompiledHeader>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<Optimization>Disabled</Optimization>
|
|
<PreprocessorDefinitions>ENABLE_HLSL;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<AdditionalIncludeDirectories>glslang/glslang/OSDependent/Windows;glslang/glslang/MachineIndependent;glslang;glslang-build</AdditionalIncludeDirectories>
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
|
<MinimalRebuild>false</MinimalRebuild>
|
|
<BasicRuntimeChecks>Default</BasicRuntimeChecks>
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>Windows</SubSystem>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
|
|
<ClCompile>
|
|
<PrecompiledHeader>
|
|
</PrecompiledHeader>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<Optimization>Disabled</Optimization>
|
|
<PreprocessorDefinitions>ENABLE_HLSL;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<AdditionalIncludeDirectories>glslang/glslang/OSDependent/Windows;glslang/glslang/MachineIndependent;glslang;glslang-build</AdditionalIncludeDirectories>
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
|
<MinimalRebuild>false</MinimalRebuild>
|
|
<BasicRuntimeChecks>Default</BasicRuntimeChecks>
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
</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>ENABLE_HLSL;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<AdditionalIncludeDirectories>glslang/glslang/OSDependent/Windows;glslang/glslang/MachineIndependent;glslang;glslang-build</AdditionalIncludeDirectories>
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>Windows</SubSystem>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<PrecompiledHeader>
|
|
</PrecompiledHeader>
|
|
<Optimization>MaxSpeed</Optimization>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
<PreprocessorDefinitions>ENABLE_HLSL;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<AdditionalIncludeDirectories>glslang/glslang/OSDependent/Windows;glslang/glslang/MachineIndependent;glslang;glslang-build</AdditionalIncludeDirectories>
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
|
<OmitFramePointers>false</OmitFramePointers>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>Windows</SubSystem>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<PrecompiledHeader>
|
|
</PrecompiledHeader>
|
|
<Optimization>MaxSpeed</Optimization>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
<PreprocessorDefinitions>ENABLE_HLSL;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<AdditionalIncludeDirectories>glslang/glslang/OSDependent/Windows;glslang/glslang/MachineIndependent;glslang;glslang-build</AdditionalIncludeDirectories>
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
|
<OmitFramePointers>false</OmitFramePointers>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>Windows</SubSystem>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<PrecompiledHeader>
|
|
</PrecompiledHeader>
|
|
<Optimization>MaxSpeed</Optimization>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
<PreprocessorDefinitions>ENABLE_HLSL;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<AdditionalIncludeDirectories>glslang/glslang/OSDependent/Windows;glslang/glslang/MachineIndependent;glslang;glslang-build</AdditionalIncludeDirectories>
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
|
<OmitFramePointers>false</OmitFramePointers>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>Windows</SubSystem>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="glslang\glslang\MachineIndependent\SpirvIntrinsics.cpp" />
|
|
<ClCompile Include="glslang\SPIRV\SpvTools.cpp" />
|
|
<ClCompile Include="glslang\glslang\GenericCodeGen\CodeGen.cpp" />
|
|
<ClCompile Include="glslang\glslang\GenericCodeGen\Link.cpp" />
|
|
<ClCompile Include="glslang\glslang\MachineIndependent\attribute.cpp" />
|
|
<ClCompile Include="glslang\glslang\MachineIndependent\Constant.cpp" />
|
|
<ClCompile Include="glslang\glslang\MachineIndependent\glslang_tab.cpp" />
|
|
<ClCompile Include="glslang\glslang\MachineIndependent\InfoSink.cpp" />
|
|
<ClCompile Include="glslang\glslang\MachineIndependent\Initialize.cpp" />
|
|
<ClCompile Include="glslang\glslang\MachineIndependent\Intermediate.cpp" />
|
|
<ClCompile Include="glslang\glslang\MachineIndependent\intermOut.cpp" />
|
|
<ClCompile Include="glslang\glslang\MachineIndependent\IntermTraverse.cpp" />
|
|
<ClCompile Include="glslang\glslang\MachineIndependent\iomapper.cpp" />
|
|
<ClCompile Include="glslang\glslang\MachineIndependent\limits.cpp" />
|
|
<ClCompile Include="glslang\glslang\MachineIndependent\linkValidate.cpp" />
|
|
<ClCompile Include="glslang\glslang\MachineIndependent\parseConst.cpp" />
|
|
<ClCompile Include="glslang\glslang\MachineIndependent\ParseContextBase.cpp" />
|
|
<ClCompile Include="glslang\glslang\MachineIndependent\ParseHelper.cpp" />
|
|
<ClCompile Include="glslang\glslang\MachineIndependent\PoolAlloc.cpp" />
|
|
<ClCompile Include="glslang\glslang\MachineIndependent\preprocessor\Pp.cpp" />
|
|
<ClCompile Include="glslang\glslang\MachineIndependent\preprocessor\PpAtom.cpp" />
|
|
<ClCompile Include="glslang\glslang\MachineIndependent\preprocessor\PpContext.cpp" />
|
|
<ClCompile Include="glslang\glslang\MachineIndependent\preprocessor\PpScanner.cpp" />
|
|
<ClCompile Include="glslang\glslang\MachineIndependent\preprocessor\PpTokens.cpp" />
|
|
<ClCompile Include="glslang\glslang\MachineIndependent\propagateNoContraction.cpp" />
|
|
<ClCompile Include="glslang\glslang\MachineIndependent\reflection.cpp" />
|
|
<ClCompile Include="glslang\glslang\MachineIndependent\RemoveTree.cpp" />
|
|
<ClCompile Include="glslang\glslang\MachineIndependent\Scan.cpp" />
|
|
<ClCompile Include="glslang\glslang\MachineIndependent\ShaderLang.cpp" />
|
|
<ClCompile Include="glslang\glslang\MachineIndependent\SymbolTable.cpp" />
|
|
<ClCompile Include="glslang\glslang\MachineIndependent\Versions.cpp" />
|
|
<ClCompile Include="glslang\glslang\OSDependent\Windows\ossource.cpp" />
|
|
<ClCompile Include="glslang\glslang\HLSL\hlslAttributes.cpp" />
|
|
<ClCompile Include="glslang\glslang\HLSL\hlslGrammar.cpp" />
|
|
<ClCompile Include="glslang\glslang\HLSL\hlslOpMap.cpp" />
|
|
<ClCompile Include="glslang\glslang\HLSL\hlslParseables.cpp" />
|
|
<ClCompile Include="glslang\glslang\HLSL\hlslParseHelper.cpp" />
|
|
<ClCompile Include="glslang\glslang\HLSL\hlslScanContext.cpp" />
|
|
<ClCompile Include="glslang\glslang\HLSL\hlslTokenStream.cpp" />
|
|
<ClCompile Include="glslang\OGLCompilersDLL\InitializeDll.cpp" />
|
|
<ClCompile Include="glslang\SPIRV\disassemble.cpp" />
|
|
<ClCompile Include="glslang\SPIRV\doc.cpp" />
|
|
<ClCompile Include="glslang\SPIRV\GlslangToSpv.cpp" />
|
|
<ClCompile Include="glslang\SPIRV\InReadableOrder.cpp" />
|
|
<ClCompile Include="glslang\SPIRV\Logger.cpp" />
|
|
<ClCompile Include="glslang\SPIRV\SpvBuilder.cpp" />
|
|
<ClCompile Include="glslang\SPIRV\SpvPostProcess.cpp" />
|
|
<ClCompile Include="glslang\SPIRV\SPVRemapper.cpp" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClInclude Include="glslang\glslang\HLSL\pch.h" />
|
|
<ClInclude Include="glslang\glslang\Include\SpirvIntrinsics.h" />
|
|
<ClInclude Include="glslang\glslang\MachineIndependent\pch.h" />
|
|
<ClInclude Include="glslang\SPIRV\GLSL.ext.EXT.h" />
|
|
<ClInclude Include="glslang\SPIRV\GLSL.ext.NV.h" />
|
|
<ClInclude Include="glslang\SPIRV\NonSemanticDebugPrintf.h" />
|
|
<ClInclude Include="glslang\SPIRV\SpvTools.h" />
|
|
<ClInclude Include="glslang\glslang\Include\arrays.h" />
|
|
<ClInclude Include="glslang\glslang\Include\BaseTypes.h" />
|
|
<ClInclude Include="glslang\glslang\Include\Common.h" />
|
|
<ClInclude Include="glslang\glslang\Include\ConstantUnion.h" />
|
|
<ClInclude Include="glslang\glslang\Include\InfoSink.h" />
|
|
<ClInclude Include="glslang\glslang\Include\InitializeGlobals.h" />
|
|
<ClInclude Include="glslang\glslang\Include\intermediate.h" />
|
|
<ClInclude Include="glslang\glslang\Include\PoolAlloc.h" />
|
|
<ClInclude Include="glslang\glslang\Include\ResourceLimits.h" />
|
|
<ClInclude Include="glslang\glslang\Include\revision.h" />
|
|
<ClInclude Include="glslang\glslang\Include\ShHandle.h" />
|
|
<ClInclude Include="glslang\glslang\Include\Types.h" />
|
|
<ClInclude Include="glslang\glslang\MachineIndependent\attribute.h" />
|
|
<ClInclude Include="glslang\glslang\MachineIndependent\glslang_tab.cpp.h" />
|
|
<ClInclude Include="glslang\glslang\MachineIndependent\gl_types.h" />
|
|
<ClInclude Include="glslang\glslang\MachineIndependent\Initialize.h" />
|
|
<ClInclude Include="glslang\glslang\MachineIndependent\iomapper.h" />
|
|
<ClInclude Include="glslang\glslang\MachineIndependent\LiveTraverser.h" />
|
|
<ClInclude Include="glslang\glslang\MachineIndependent\localintermediate.h" />
|
|
<ClInclude Include="glslang\glslang\MachineIndependent\ParseHelper.h" />
|
|
<ClInclude Include="glslang\glslang\MachineIndependent\parseVersions.h" />
|
|
<ClInclude Include="glslang\glslang\MachineIndependent\preprocessor\PpContext.h" />
|
|
<ClInclude Include="glslang\glslang\MachineIndependent\preprocessor\PpTokens.h" />
|
|
<ClInclude Include="glslang\glslang\MachineIndependent\propagateNoContraction.h" />
|
|
<ClInclude Include="glslang\glslang\MachineIndependent\reflection.h" />
|
|
<ClInclude Include="glslang\glslang\MachineIndependent\RemoveTree.h" />
|
|
<ClInclude Include="glslang\glslang\MachineIndependent\Scan.h" />
|
|
<ClInclude Include="glslang\glslang\MachineIndependent\ScanContext.h" />
|
|
<ClInclude Include="glslang\glslang\MachineIndependent\SymbolTable.h" />
|
|
<ClInclude Include="glslang\glslang\MachineIndependent\Versions.h" />
|
|
<ClInclude Include="glslang\glslang\Public\ShaderLang.h" />
|
|
<ClInclude Include="glslang\glslang\HLSL\hlslAttributes.h" />
|
|
<ClInclude Include="glslang\glslang\HLSL\hlslGrammar.h" />
|
|
<ClInclude Include="glslang\glslang\HLSL\hlslOpMap.h" />
|
|
<ClInclude Include="glslang\glslang\HLSL\hlslParseables.h" />
|
|
<ClInclude Include="glslang\glslang\HLSL\hlslParseHelper.h" />
|
|
<ClInclude Include="glslang\glslang\HLSL\hlslScanContext.h" />
|
|
<ClInclude Include="glslang\glslang\HLSL\hlslTokens.h" />
|
|
<ClInclude Include="glslang\glslang\HLSL\hlslTokenStream.h" />
|
|
<ClInclude Include="glslang\OGLCompilersDLL\InitializeDll.h" />
|
|
<ClInclude Include="glslang\SPIRV\bitutils.h" />
|
|
<ClInclude Include="glslang\SPIRV\disassemble.h" />
|
|
<ClInclude Include="glslang\SPIRV\doc.h" />
|
|
<ClInclude Include="glslang\SPIRV\GLSL.ext.AMD.h" />
|
|
<ClInclude Include="glslang\SPIRV\GLSL.ext.KHR.h" />
|
|
<ClInclude Include="glslang\SPIRV\GLSL.std.450.h" />
|
|
<ClInclude Include="glslang\SPIRV\GlslangToSpv.h" />
|
|
<ClInclude Include="glslang\SPIRV\hex_float.h" />
|
|
<ClInclude Include="glslang\SPIRV\Logger.h" />
|
|
<ClInclude Include="glslang\SPIRV\spirv.hpp" />
|
|
<ClInclude Include="glslang\SPIRV\SpvBuilder.h" />
|
|
<ClInclude Include="glslang\SPIRV\spvIR.h" />
|
|
<ClInclude Include="glslang\SPIRV\SPVRemapper.h" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="glslang-build\Android.mk" />
|
|
<None Include="glslang\glslang\MachineIndependent\glslang.y" />
|
|
</ItemGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<ImportGroup Label="ExtensionTargets">
|
|
</ImportGroup>
|
|
</Project> |