-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathD3DBSP_Converter.sln
29 lines (29 loc) · 1.47 KB
/
D3DBSP_Converter.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "D3DBSP_Converter", "D3DBSP_Converter\D3DBSP_Converter.vcxproj", "{831B70A9-1E75-48C8-A17F-3B3C1749F764}"
ProjectSection(ProjectDependencies) = postProject
{F9BA1B1B-9BF9-4365-8A18-531F80C8847F} = {F9BA1B1B-9BF9-4365-8A18-531F80C8847F}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "D3DBSP_Lib", "D3DBSP_Lib\D3DBSP_Lib.vcxproj", "{F9BA1B1B-9BF9-4365-8A18-531F80C8847F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{831B70A9-1E75-48C8-A17F-3B3C1749F764}.Debug|Win32.ActiveCfg = Debug|Win32
{831B70A9-1E75-48C8-A17F-3B3C1749F764}.Debug|Win32.Build.0 = Debug|Win32
{831B70A9-1E75-48C8-A17F-3B3C1749F764}.Release|Win32.ActiveCfg = Release|Win32
{831B70A9-1E75-48C8-A17F-3B3C1749F764}.Release|Win32.Build.0 = Release|Win32
{F9BA1B1B-9BF9-4365-8A18-531F80C8847F}.Debug|Win32.ActiveCfg = Debug|Win32
{F9BA1B1B-9BF9-4365-8A18-531F80C8847F}.Debug|Win32.Build.0 = Debug|Win32
{F9BA1B1B-9BF9-4365-8A18-531F80C8847F}.Release|Win32.ActiveCfg = Release|Win32
{F9BA1B1B-9BF9-4365-8A18-531F80C8847F}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal