-
Notifications
You must be signed in to change notification settings - Fork 0
/
DDraw_Wrapper.sln
32 lines (32 loc) · 1.81 KB
/
DDraw_Wrapper.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 11
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DDraw_Wrapper", "DDraw_Wrapper\DDraw_Wrapper.vcxproj", "{5D8440FC-89BD-4106-8A60-F96480210F98}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DDraw_Wrapper_Test", "DDraw_Wrapper_Test\DDraw_Wrapper_Test.vcxproj", "{A48A9D56-D32B-4A3C-82CB-EF20B8160D9B}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Common", "Common\Common.vcxproj", "{D067A5F1-59A8-4C7F-B3AA-ABEA7FD0B9C3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5D8440FC-89BD-4106-8A60-F96480210F98}.Debug|Win32.ActiveCfg = Debug|Win32
{5D8440FC-89BD-4106-8A60-F96480210F98}.Debug|Win32.Build.0 = Debug|Win32
{5D8440FC-89BD-4106-8A60-F96480210F98}.Release|Win32.ActiveCfg = Release|Win32
{5D8440FC-89BD-4106-8A60-F96480210F98}.Release|Win32.Build.0 = Release|Win32
{A48A9D56-D32B-4A3C-82CB-EF20B8160D9B}.Debug|Win32.ActiveCfg = Debug|Win32
{A48A9D56-D32B-4A3C-82CB-EF20B8160D9B}.Debug|Win32.Build.0 = Debug|Win32
{A48A9D56-D32B-4A3C-82CB-EF20B8160D9B}.Release|Win32.ActiveCfg = Release|Win32
{A48A9D56-D32B-4A3C-82CB-EF20B8160D9B}.Release|Win32.Build.0 = Release|Win32
{D067A5F1-59A8-4C7F-B3AA-ABEA7FD0B9C3}.Debug|Win32.ActiveCfg = Debug|Win32
{D067A5F1-59A8-4C7F-B3AA-ABEA7FD0B9C3}.Debug|Win32.Build.0 = Debug|Win32
{D067A5F1-59A8-4C7F-B3AA-ABEA7FD0B9C3}.Release|Win32.ActiveCfg = Release|Win32
{D067A5F1-59A8-4C7F-B3AA-ABEA7FD0B9C3}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal