-
-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathVortice.Vulkan.slnx
More file actions
32 lines (32 loc) · 1.54 KB
/
Copy pathVortice.Vulkan.slnx
File metadata and controls
32 lines (32 loc) · 1.54 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
<Solution>
<Folder Name="/build/">
<File Path=".editorconfig" />
<File Path=".gitignore" />
<File Path="Directory.Build.props" />
<File Path="Directory.Build.targets" />
<File Path="Directory.Packages.props" />
<File Path="global.json" />
<File Path="LICENSE" />
<File Path="NuGet.config" />
<File Path="README.md" />
</Folder>
<Folder Name="/samples/">
<File Path="LICENSE" />
<Project Path="src/samples/01-ClearScreen/01-ClearScreen.csproj" />
<Project Path="src/samples/02-DrawTriangle/02-DrawTriangle.csproj" />
<Project Path="src/samples/03-DrawTriangleVma/03-DrawTriangleVma.csproj" />
<Project Path="src/samples/Vortice.Vulkan.SampleFramework/Vortice.Vulkan.SampleFramework.csproj" />
</Folder>
<Folder Name="/tests/">
<Project Path="tests/Vortice.ShaderCompiler.Test/Vortice.ShaderCompiler.Test.csproj" />
<Project Path="tests/Vortice.SPIRV.Reflect.Tests/Vortice.SPIRV.Reflect.Tests.csproj" />
<Project Path="tests/Vortice.SpirvCross.Test/Vortice.SpirvCross.Test.csproj" />
</Folder>
<Project Path="src/Generator/Generator.csproj" />
<Project Path="src/Vortice.ShaderCompiler/Vortice.ShaderCompiler.csproj" />
<Project Path="src/Vortice.SPIRV.Reflect/Vortice.SPIRV.Reflect.csproj" />
<Project Path="src/Vortice.SPIRV/Vortice.SPIRV.csproj" />
<Project Path="src/Vortice.SpirvCross/Vortice.SpirvCross.csproj" />
<Project Path="src/Vortice.Vulkan/Vortice.Vulkan.csproj" />
<Project Path="src/Vortice.VulkanMemoryAllocator/Vortice.VulkanMemoryAllocator.csproj" />
</Solution>