blob: 527b0637282c42e839a3fea39880986a6331d264 (
plain) (
blame)
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
|
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DX_APIUsage", "DX_APIUsage.vcxproj", "{F8E9C3B1-0CBE-495D-8C51-5A936537A15C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug_C|x64 = Debug_C|x64
Debug_C|x86 = Debug_C|x86
Debug_CPP|x64 = Debug_CPP|x64
Debug_CPP|x86 = Debug_CPP|x86
Release_C|x64 = Release_C|x64
Release_C|x86 = Release_C|x86
Release_CPP|x64 = Release_CPP|x64
Release_CPP|x86 = Release_CPP|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F8E9C3B1-0CBE-495D-8C51-5A936537A15C}.Debug_C|x64.ActiveCfg = Debug_C|x64
{F8E9C3B1-0CBE-495D-8C51-5A936537A15C}.Debug_C|x64.Build.0 = Debug_C|x64
{F8E9C3B1-0CBE-495D-8C51-5A936537A15C}.Debug_C|x86.ActiveCfg = Debug_C|Win32
{F8E9C3B1-0CBE-495D-8C51-5A936537A15C}.Debug_C|x86.Build.0 = Debug_C|Win32
{F8E9C3B1-0CBE-495D-8C51-5A936537A15C}.Debug_CPP|x64.ActiveCfg = Debug|x64
{F8E9C3B1-0CBE-495D-8C51-5A936537A15C}.Debug_CPP|x64.Build.0 = Debug|x64
{F8E9C3B1-0CBE-495D-8C51-5A936537A15C}.Debug_CPP|x86.ActiveCfg = Debug|Win32
{F8E9C3B1-0CBE-495D-8C51-5A936537A15C}.Debug_CPP|x86.Build.0 = Debug|Win32
{F8E9C3B1-0CBE-495D-8C51-5A936537A15C}.Release_C|x64.ActiveCfg = Release_C|x64
{F8E9C3B1-0CBE-495D-8C51-5A936537A15C}.Release_C|x64.Build.0 = Release_C|x64
{F8E9C3B1-0CBE-495D-8C51-5A936537A15C}.Release_C|x86.ActiveCfg = Release_C|Win32
{F8E9C3B1-0CBE-495D-8C51-5A936537A15C}.Release_C|x86.Build.0 = Release_C|Win32
{F8E9C3B1-0CBE-495D-8C51-5A936537A15C}.Release_CPP|x64.ActiveCfg = Release|x64
{F8E9C3B1-0CBE-495D-8C51-5A936537A15C}.Release_CPP|x64.Build.0 = Release|x64
{F8E9C3B1-0CBE-495D-8C51-5A936537A15C}.Release_CPP|x86.ActiveCfg = Release|Win32
{F8E9C3B1-0CBE-495D-8C51-5A936537A15C}.Release_CPP|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6CA8C726-DFAF-46B0-845F-265EFFB85BED}
EndGlobalSection
EndGlobal
|