dep: Add D3D12MA
This commit is contained in:
parent
0d46f2c4e5
commit
623317f9b6
|
@ -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>
|
|
@ -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
|
@ -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}"
|
||||
|
@ -114,6 +115,8 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "zstd", "dep\zstd\zstd.vcxpr
|
|||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cpuinfo", "dep\cpuinfo\cpuinfo.vcxproj", "{EE55AA65-EA6B-4861-810B-78354B53A807}"
|
||||
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
|
||||
|
@ -840,6 +843,30 @@ Global
|
|||
{EE55AA65-EA6B-4861-810B-78354B53A807}.ReleaseLTCG|x64.Build.0 = ReleaseLTCG|x64
|
||||
{EE55AA65-EA6B-4861-810B-78354B53A807}.ReleaseLTCG|x86.ActiveCfg = ReleaseLTCG|Win32
|
||||
{EE55AA65-EA6B-4861-810B-78354B53A807}.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
|
||||
|
@ -866,6 +893,7 @@ Global
|
|||
{751D9F62-881C-454E-BCE8-CB9CF5F1D22F} = {BA490C0E-497D-4634-A21E-E65012006385}
|
||||
{73EE0C55-6FFE-44E7-9C12-BAA52434A797} = {BA490C0E-497D-4634-A21E-E65012006385}
|
||||
{EE55AA65-EA6B-4861-810B-78354B53A807} = {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}
|
||||
|
|
Loading…
Reference in New Issue