-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathVulkanTutorial.sln
More file actions
39 lines (39 loc) · 1.94 KB
/
VulkanTutorial.sln
File metadata and controls
39 lines (39 loc) · 1.94 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33502.453
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "VulkanTutorial", "VulkanTutorial\VulkanTutorial.vcxproj", "{9C2F7BB2-17BA-4336-AC9D-52980A36818C}"
ProjectSection(ProjectDependencies) = postProject
{A9BA1ACC-701F-4A34-9D09-C7F4D453DBAE} = {A9BA1ACC-701F-4A34-9D09-C7F4D453DBAE}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Dependencies", "Dependencies\Dependencies.vcxproj", "{A9BA1ACC-701F-4A34-9D09-C7F4D453DBAE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
Test|x64 = Test|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9C2F7BB2-17BA-4336-AC9D-52980A36818C}.Debug|x64.ActiveCfg = Debug|x64
{9C2F7BB2-17BA-4336-AC9D-52980A36818C}.Debug|x64.Build.0 = Debug|x64
{9C2F7BB2-17BA-4336-AC9D-52980A36818C}.Release|x64.ActiveCfg = Release|x64
{9C2F7BB2-17BA-4336-AC9D-52980A36818C}.Release|x64.Build.0 = Release|x64
{9C2F7BB2-17BA-4336-AC9D-52980A36818C}.Test|x64.ActiveCfg = Test|x64
{9C2F7BB2-17BA-4336-AC9D-52980A36818C}.Test|x64.Build.0 = Test|x64
{A9BA1ACC-701F-4A34-9D09-C7F4D453DBAE}.Debug|x64.ActiveCfg = Debug|x64
{A9BA1ACC-701F-4A34-9D09-C7F4D453DBAE}.Debug|x64.Build.0 = Debug|x64
{A9BA1ACC-701F-4A34-9D09-C7F4D453DBAE}.Release|x64.ActiveCfg = Release|x64
{A9BA1ACC-701F-4A34-9D09-C7F4D453DBAE}.Release|x64.Build.0 = Release|x64
{A9BA1ACC-701F-4A34-9D09-C7F4D453DBAE}.Test|x64.ActiveCfg = Test|x64
{A9BA1ACC-701F-4A34-9D09-C7F4D453DBAE}.Test|x64.Build.0 = Test|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9EABE01B-B3A2-4BA1-BC7B-1D996CB81A67}
EndGlobalSection
EndGlobal