-
Notifications
You must be signed in to change notification settings - Fork 0
/
dx11_vs2010.sln
36 lines (36 loc) · 2.11 KB
/
dx11_vs2010.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
35
36
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual C++ Express 2010
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dx11", "dx11\dx11_vs2010.vcxproj", "{06D9B86F-8A86-4575-A1FE-4FE5116D0B20}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dx11lib", "dx11lib\dx11lib_vs2010.vcxproj", "{DDD6B25C-120D-4C98-BAF2-D03CCE7CCA30}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug Static|Win32 = Debug Static|Win32
Debug|Win32 = Debug|Win32
Release Static|Win32 = Release Static|Win32
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{06D9B86F-8A86-4575-A1FE-4FE5116D0B20}.Debug Static|Win32.ActiveCfg = Debug Static|Win32
{06D9B86F-8A86-4575-A1FE-4FE5116D0B20}.Debug Static|Win32.Build.0 = Debug Static|Win32
{06D9B86F-8A86-4575-A1FE-4FE5116D0B20}.Debug|Win32.ActiveCfg = Debug|Win32
{06D9B86F-8A86-4575-A1FE-4FE5116D0B20}.Debug|Win32.Build.0 = Debug|Win32
{06D9B86F-8A86-4575-A1FE-4FE5116D0B20}.Release Static|Win32.ActiveCfg = Release Static|Win32
{06D9B86F-8A86-4575-A1FE-4FE5116D0B20}.Release Static|Win32.Build.0 = Release Static|Win32
{06D9B86F-8A86-4575-A1FE-4FE5116D0B20}.Release|Win32.ActiveCfg = Release|Win32
{06D9B86F-8A86-4575-A1FE-4FE5116D0B20}.Release|Win32.Build.0 = Release|Win32
{DDD6B25C-120D-4C98-BAF2-D03CCE7CCA30}.Debug Static|Win32.ActiveCfg = Debug Static|Win32
{DDD6B25C-120D-4C98-BAF2-D03CCE7CCA30}.Debug Static|Win32.Build.0 = Debug Static|Win32
{DDD6B25C-120D-4C98-BAF2-D03CCE7CCA30}.Debug|Win32.ActiveCfg = Debug|Win32
{DDD6B25C-120D-4C98-BAF2-D03CCE7CCA30}.Debug|Win32.Build.0 = Debug|Win32
{DDD6B25C-120D-4C98-BAF2-D03CCE7CCA30}.Release Static|Win32.ActiveCfg = Release Static|Win32
{DDD6B25C-120D-4C98-BAF2-D03CCE7CCA30}.Release Static|Win32.Build.0 = Release Static|Win32
{DDD6B25C-120D-4C98-BAF2-D03CCE7CCA30}.Release|Win32.ActiveCfg = Release|Win32
{DDD6B25C-120D-4C98-BAF2-D03CCE7CCA30}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal