-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathHlslDecompiler.sln
34 lines (34 loc) · 1.76 KB
/
HlslDecompiler.sln
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30907.101
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HlslDecompiler", "HlslDecompiler.csproj", "{C1129092-9D43-4F51-BA6E-7EA7F03AA139}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HlslDecompiler.Tests", "HlslDecompiler.Tests\HlslDecompiler.Tests.csproj", "{B1962B56-4EFD-4025-B831-C6E8FA82C9CA}"
ProjectSection(ProjectDependencies) = postProject
{C1129092-9D43-4F51-BA6E-7EA7F03AA139} = {C1129092-9D43-4F51-BA6E-7EA7F03AA139}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C1129092-9D43-4F51-BA6E-7EA7F03AA139}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C1129092-9D43-4F51-BA6E-7EA7F03AA139}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C1129092-9D43-4F51-BA6E-7EA7F03AA139}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C1129092-9D43-4F51-BA6E-7EA7F03AA139}.Release|Any CPU.Build.0 = Release|Any CPU
{B1962B56-4EFD-4025-B831-C6E8FA82C9CA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B1962B56-4EFD-4025-B831-C6E8FA82C9CA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B1962B56-4EFD-4025-B831-C6E8FA82C9CA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B1962B56-4EFD-4025-B831-C6E8FA82C9CA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A4565287-E0EF-4092-B8E9-FA3F181D6F0A}
EndGlobalSection
EndGlobal