dep: Add D3D12MA

This commit is contained in:
Stenzek 2023-08-13 01:15:30 +10:00
parent 1b486d3f42
commit 590baba2ef
5 changed files with 13254 additions and 0 deletions

View File

@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\msvc\vsprops\Configurations.props" />
<PropertyGroup Label="Globals">
<ProjectGuid>{F351C4D8-594A-4850-B77B-3C1249812CCE}</ProjectGuid>
</PropertyGroup>
<ItemGroup>
<ClInclude Include="include\D3D12MemAlloc.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="src\D3D12MemAlloc.cpp" />
</ItemGroup>
<Import Project="..\msvc\vsprops\StaticLibrary.props" />
<ItemDefinitionGroup>
<ClCompile>
<WarningLevel>TurnOffAllWarnings</WarningLevel>
<AdditionalIncludeDirectories>$(ProjectDir)include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ClCompile>
</ItemDefinitionGroup>
<Import Project="..\msvc\vsprops\Targets.props" />
</Project>

View File

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<ClInclude Include="include\D3D12MemAlloc.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="src\D3D12MemAlloc.cpp" />
</ItemGroup>
</Project>

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -31,6 +31,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "core", "src\core\core.vcxpr
{BB08260F-6FBC-46AF-8924-090EE71360C6} = {BB08260F-6FBC-46AF-8924-090EE71360C6}
{E4357877-D459-45C7-B8F6-DCBB587BB528} = {E4357877-D459-45C7-B8F6-DCBB587BB528}
{ED601289-AC1A-46B8-A8ED-17DB9EB73423} = {ED601289-AC1A-46B8-A8ED-17DB9EB73423}
{F351C4D8-594A-4850-B77B-3C1249812CCE} = {F351C4D8-594A-4850-B77B-3C1249812CCE}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "stb", "dep\stb\stb.vcxproj", "{ED601289-AC1A-46B8-A8ED-17DB9EB73423}"
@ -116,6 +117,8 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cpuinfo", "dep\cpuinfo\cpui
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "zydis", "dep\zydis\zydis.vcxproj", "{C51A346A-86B2-46DF-9BB3-D0AA7E5D8699}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "d3d12ma", "dep\d3d12ma\d3d12ma.vcxproj", "{F351C4D8-594A-4850-B77B-3C1249812CCE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|ARM64 = Debug|ARM64
@ -866,6 +869,30 @@ Global
{C51A346A-86B2-46DF-9BB3-D0AA7E5D8699}.ReleaseLTCG|x64.Build.0 = ReleaseLTCG|x64
{C51A346A-86B2-46DF-9BB3-D0AA7E5D8699}.ReleaseLTCG|x86.ActiveCfg = ReleaseLTCG|Win32
{C51A346A-86B2-46DF-9BB3-D0AA7E5D8699}.ReleaseLTCG|x86.Build.0 = ReleaseLTCG|Win32
{F351C4D8-594A-4850-B77B-3C1249812CCE}.Debug|ARM64.ActiveCfg = Debug|ARM64
{F351C4D8-594A-4850-B77B-3C1249812CCE}.Debug|ARM64.Build.0 = Debug|ARM64
{F351C4D8-594A-4850-B77B-3C1249812CCE}.Debug|x64.ActiveCfg = Debug|x64
{F351C4D8-594A-4850-B77B-3C1249812CCE}.Debug|x64.Build.0 = Debug|x64
{F351C4D8-594A-4850-B77B-3C1249812CCE}.Debug|x86.ActiveCfg = Debug|Win32
{F351C4D8-594A-4850-B77B-3C1249812CCE}.Debug|x86.Build.0 = Debug|Win32
{F351C4D8-594A-4850-B77B-3C1249812CCE}.DebugFast|ARM64.ActiveCfg = DebugFast|ARM64
{F351C4D8-594A-4850-B77B-3C1249812CCE}.DebugFast|ARM64.Build.0 = DebugFast|ARM64
{F351C4D8-594A-4850-B77B-3C1249812CCE}.DebugFast|x64.ActiveCfg = DebugFast|x64
{F351C4D8-594A-4850-B77B-3C1249812CCE}.DebugFast|x64.Build.0 = DebugFast|x64
{F351C4D8-594A-4850-B77B-3C1249812CCE}.DebugFast|x86.ActiveCfg = DebugFast|Win32
{F351C4D8-594A-4850-B77B-3C1249812CCE}.DebugFast|x86.Build.0 = DebugFast|Win32
{F351C4D8-594A-4850-B77B-3C1249812CCE}.Release|ARM64.ActiveCfg = Release|ARM64
{F351C4D8-594A-4850-B77B-3C1249812CCE}.Release|ARM64.Build.0 = Release|ARM64
{F351C4D8-594A-4850-B77B-3C1249812CCE}.Release|x64.ActiveCfg = Release|x64
{F351C4D8-594A-4850-B77B-3C1249812CCE}.Release|x64.Build.0 = Release|x64
{F351C4D8-594A-4850-B77B-3C1249812CCE}.Release|x86.ActiveCfg = Release|Win32
{F351C4D8-594A-4850-B77B-3C1249812CCE}.Release|x86.Build.0 = Release|Win32
{F351C4D8-594A-4850-B77B-3C1249812CCE}.ReleaseLTCG|ARM64.ActiveCfg = ReleaseLTCG|ARM64
{F351C4D8-594A-4850-B77B-3C1249812CCE}.ReleaseLTCG|ARM64.Build.0 = ReleaseLTCG|ARM64
{F351C4D8-594A-4850-B77B-3C1249812CCE}.ReleaseLTCG|x64.ActiveCfg = ReleaseLTCG|x64
{F351C4D8-594A-4850-B77B-3C1249812CCE}.ReleaseLTCG|x64.Build.0 = ReleaseLTCG|x64
{F351C4D8-594A-4850-B77B-3C1249812CCE}.ReleaseLTCG|x86.ActiveCfg = ReleaseLTCG|Win32
{F351C4D8-594A-4850-B77B-3C1249812CCE}.ReleaseLTCG|x86.Build.0 = ReleaseLTCG|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
@ -893,6 +920,7 @@ Global
{73EE0C55-6FFE-44E7-9C12-BAA52434A797} = {BA490C0E-497D-4634-A21E-E65012006385}
{EE55AA65-EA6B-4861-810B-78354B53A807} = {BA490C0E-497D-4634-A21E-E65012006385}
{C51A346A-86B2-46DF-9BB3-D0AA7E5D8699} = {BA490C0E-497D-4634-A21E-E65012006385}
{F351C4D8-594A-4850-B77B-3C1249812CCE} = {BA490C0E-497D-4634-A21E-E65012006385}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {26E40B32-7C1D-48D0-95F4-1A500E054028}