-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRenderEngine.sln
More file actions
50 lines (50 loc) · 3.23 KB
/
RenderEngine.sln
File metadata and controls
50 lines (50 loc) · 3.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.35122.118
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "RenderEngine", "RenderEngine\RenderEngine.vcxproj", "{9E262276-7A97-4226-8BEB-23D8D0AAFD2A}"
ProjectSection(ProjectDependencies) = postProject
{6857F086-F6FE-4150-9ED7-7446F1C1C220} = {6857F086-F6FE-4150-9ED7-7446F1C1C220}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DirectXTK12", "RenderEngine\third_party\DirectXTK12-oct2024\DirectXTK_Desktop_2022_Win10.vcxproj", "{3E0E8608-CD9B-4C76-AF33-29CA38F2C9F0}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DirectXMesh", "RenderEngine\third_party\DirectXMesh-oct2024\DirectXMesh\DirectXMesh_Desktop_2022.vcxproj", "{6857F086-F6FE-4150-9ED7-7446F1C1C220}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
DX12_Debug|x64_Windows = DX12_Debug|x64_Windows
DX12_Debug|x86_Windows = DX12_Debug|x86_Windows
DX12_Release|x64_Windows = DX12_Release|x64_Windows
DX12_Release|x86_Windows = DX12_Release|x86_Windows
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9E262276-7A97-4226-8BEB-23D8D0AAFD2A}.DX12_Debug|x64_Windows.ActiveCfg = DX12_Debug|x64
{9E262276-7A97-4226-8BEB-23D8D0AAFD2A}.DX12_Debug|x64_Windows.Build.0 = DX12_Debug|x64
{9E262276-7A97-4226-8BEB-23D8D0AAFD2A}.DX12_Debug|x86_Windows.ActiveCfg = DX12_Debug|Win32
{9E262276-7A97-4226-8BEB-23D8D0AAFD2A}.DX12_Debug|x86_Windows.Build.0 = DX12_Debug|Win32
{9E262276-7A97-4226-8BEB-23D8D0AAFD2A}.DX12_Release|x64_Windows.ActiveCfg = DX12_Release|x64
{9E262276-7A97-4226-8BEB-23D8D0AAFD2A}.DX12_Release|x64_Windows.Build.0 = DX12_Release|x64
{9E262276-7A97-4226-8BEB-23D8D0AAFD2A}.DX12_Release|x86_Windows.ActiveCfg = DX12_Release|Win32
{9E262276-7A97-4226-8BEB-23D8D0AAFD2A}.DX12_Release|x86_Windows.Build.0 = DX12_Release|Win32
{3E0E8608-CD9B-4C76-AF33-29CA38F2C9F0}.DX12_Debug|x64_Windows.ActiveCfg = Debug|x64
{3E0E8608-CD9B-4C76-AF33-29CA38F2C9F0}.DX12_Debug|x64_Windows.Build.0 = Debug|x64
{3E0E8608-CD9B-4C76-AF33-29CA38F2C9F0}.DX12_Debug|x86_Windows.ActiveCfg = Debug|Win32
{3E0E8608-CD9B-4C76-AF33-29CA38F2C9F0}.DX12_Debug|x86_Windows.Build.0 = Debug|Win32
{3E0E8608-CD9B-4C76-AF33-29CA38F2C9F0}.DX12_Release|x64_Windows.ActiveCfg = Release|x64
{3E0E8608-CD9B-4C76-AF33-29CA38F2C9F0}.DX12_Release|x64_Windows.Build.0 = Release|x64
{3E0E8608-CD9B-4C76-AF33-29CA38F2C9F0}.DX12_Release|x86_Windows.ActiveCfg = Release|Win32
{3E0E8608-CD9B-4C76-AF33-29CA38F2C9F0}.DX12_Release|x86_Windows.Build.0 = Release|Win32
{6857F086-F6FE-4150-9ED7-7446F1C1C220}.DX12_Debug|x64_Windows.ActiveCfg = Debug|x64
{6857F086-F6FE-4150-9ED7-7446F1C1C220}.DX12_Debug|x86_Windows.ActiveCfg = Debug|Win32
{6857F086-F6FE-4150-9ED7-7446F1C1C220}.DX12_Release|x64_Windows.ActiveCfg = Release|x64
{6857F086-F6FE-4150-9ED7-7446F1C1C220}.DX12_Release|x86_Windows.ActiveCfg = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BA6B0319-E3C9-4446-8862-57C008967BCB}
EndGlobalSection
EndGlobal