-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathShaderNote.sln
More file actions
49 lines (49 loc) · 3.04 KB
/
ShaderNote.sln
File metadata and controls
49 lines (49 loc) · 3.04 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33815.320
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ShaderNote", "ShaderNote\ShaderNote.csproj", "{53AADBB1-2A6B-4CC3-AFD8-466FD06C5739}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ShaderNoteTest", "ShaderNoteTest\ShaderNoteTest.csproj", "{EB52772F-5501-40C0-A98F-365F238B84F7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ShaderNote.ModelLoaders", "ShaderNote.ModelLoaders\ShaderNote.ModelLoaders.csproj", "{E7393FD1-BF88-4DE2-9D59-C96A03B2B1A5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ShaderNoteD3D12", "ShaderNoteD3D12\ShaderNoteD3D12.csproj", "{598A1E4D-8600-445C-B264-5D22F3470C99}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ShaderNoteTestD3D12", "ShaderNoteTestD3D12\ShaderNoteTestD3D12.csproj", "{AEDD317C-6F44-418A-A6B0-D6EDB5FF3F59}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{53AADBB1-2A6B-4CC3-AFD8-466FD06C5739}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{53AADBB1-2A6B-4CC3-AFD8-466FD06C5739}.Debug|Any CPU.Build.0 = Debug|Any CPU
{53AADBB1-2A6B-4CC3-AFD8-466FD06C5739}.Release|Any CPU.ActiveCfg = Release|Any CPU
{53AADBB1-2A6B-4CC3-AFD8-466FD06C5739}.Release|Any CPU.Build.0 = Release|Any CPU
{EB52772F-5501-40C0-A98F-365F238B84F7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EB52772F-5501-40C0-A98F-365F238B84F7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EB52772F-5501-40C0-A98F-365F238B84F7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EB52772F-5501-40C0-A98F-365F238B84F7}.Release|Any CPU.Build.0 = Release|Any CPU
{E7393FD1-BF88-4DE2-9D59-C96A03B2B1A5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E7393FD1-BF88-4DE2-9D59-C96A03B2B1A5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E7393FD1-BF88-4DE2-9D59-C96A03B2B1A5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E7393FD1-BF88-4DE2-9D59-C96A03B2B1A5}.Release|Any CPU.Build.0 = Release|Any CPU
{598A1E4D-8600-445C-B264-5D22F3470C99}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{598A1E4D-8600-445C-B264-5D22F3470C99}.Debug|Any CPU.Build.0 = Debug|Any CPU
{598A1E4D-8600-445C-B264-5D22F3470C99}.Release|Any CPU.ActiveCfg = Release|Any CPU
{598A1E4D-8600-445C-B264-5D22F3470C99}.Release|Any CPU.Build.0 = Release|Any CPU
{AEDD317C-6F44-418A-A6B0-D6EDB5FF3F59}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AEDD317C-6F44-418A-A6B0-D6EDB5FF3F59}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AEDD317C-6F44-418A-A6B0-D6EDB5FF3F59}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AEDD317C-6F44-418A-A6B0-D6EDB5FF3F59}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {28555E86-B523-4141-92BF-F415D7CD132B}
EndGlobalSection
EndGlobal