This repository was archived by the owner on Aug 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWinAudio.sln
More file actions
31 lines (31 loc) · 1.49 KB
/
WinAudio.sln
File metadata and controls
31 lines (31 loc) · 1.49 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32210.238
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WinAudio", "WinAudio\WinAudio.vcxproj", "{77893D1E-433F-41FB-889F-6F8A7DAAF05A}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WinAudio_Test", "WinAudio_Test\WinAudio_Test.vcxproj", "{13E3ACE4-FC28-4A57-8297-D1E5DA34C421}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{77893D1E-433F-41FB-889F-6F8A7DAAF05A}.Debug|x86.ActiveCfg = Debug|Win32
{77893D1E-433F-41FB-889F-6F8A7DAAF05A}.Debug|x86.Build.0 = Debug|Win32
{77893D1E-433F-41FB-889F-6F8A7DAAF05A}.Release|x86.ActiveCfg = Release|Win32
{77893D1E-433F-41FB-889F-6F8A7DAAF05A}.Release|x86.Build.0 = Release|Win32
{13E3ACE4-FC28-4A57-8297-D1E5DA34C421}.Debug|x86.ActiveCfg = Debug|Win32
{13E3ACE4-FC28-4A57-8297-D1E5DA34C421}.Debug|x86.Build.0 = Debug|Win32
{13E3ACE4-FC28-4A57-8297-D1E5DA34C421}.Release|x86.ActiveCfg = Release|Win32
{13E3ACE4-FC28-4A57-8297-D1E5DA34C421}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2B34AA83-8756-4C10-B09A-A5A81DAB09FA}
EndGlobalSection
EndGlobal