-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathopenal_soft_bindings.sln
More file actions
37 lines (37 loc) · 2.09 KB
/
openal_soft_bindings.sln
File metadata and controls
37 lines (37 loc) · 2.09 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 18
VisualStudioVersion = 18.0.11222.15
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "openal_soft_bindings", "openal_soft_bindings.csproj", "{6C9B303F-FA5F-6E30-CAF7-4B0C2C76EA7E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "openal_soft_bindings_test", "test\openal_soft_bindings_test.csproj", "{C5FDD29D-71ED-B66A-EE55-A3E38CB8225A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "linux_test", "linux_test\linux_test.csproj", "{ABA25D04-816C-410E-B420-581FE900A4FE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6C9B303F-FA5F-6E30-CAF7-4B0C2C76EA7E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6C9B303F-FA5F-6E30-CAF7-4B0C2C76EA7E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6C9B303F-FA5F-6E30-CAF7-4B0C2C76EA7E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6C9B303F-FA5F-6E30-CAF7-4B0C2C76EA7E}.Release|Any CPU.Build.0 = Release|Any CPU
{C5FDD29D-71ED-B66A-EE55-A3E38CB8225A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C5FDD29D-71ED-B66A-EE55-A3E38CB8225A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C5FDD29D-71ED-B66A-EE55-A3E38CB8225A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C5FDD29D-71ED-B66A-EE55-A3E38CB8225A}.Release|Any CPU.Build.0 = Release|Any CPU
{ABA25D04-816C-410E-B420-581FE900A4FE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ABA25D04-816C-410E-B420-581FE900A4FE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ABA25D04-816C-410E-B420-581FE900A4FE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ABA25D04-816C-410E-B420-581FE900A4FE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6F85B53E-2CAA-4759-9613-8BC51BA8351D}
EndGlobalSection
EndGlobal