forked from ZhaoliangGuo/speex
-
Notifications
You must be signed in to change notification settings - Fork 0
/
speex.sln
26 lines (26 loc) · 1.33 KB
/
speex.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testecho_mono", "testecho_mono\testecho.vcxproj", "{CC2E2FB7-EE9D-4AF6-BE9C-87C16F49B4A4}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testecho_stereo", "testecho_stereo\testecho_stereo.vcxproj", "{9FD6B0B3-2668-4F23-8587-969ABAB8499A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CC2E2FB7-EE9D-4AF6-BE9C-87C16F49B4A4}.Debug|Win32.ActiveCfg = Debug|Win32
{CC2E2FB7-EE9D-4AF6-BE9C-87C16F49B4A4}.Debug|Win32.Build.0 = Debug|Win32
{CC2E2FB7-EE9D-4AF6-BE9C-87C16F49B4A4}.Release|Win32.ActiveCfg = Release|Win32
{CC2E2FB7-EE9D-4AF6-BE9C-87C16F49B4A4}.Release|Win32.Build.0 = Release|Win32
{9FD6B0B3-2668-4F23-8587-969ABAB8499A}.Debug|Win32.ActiveCfg = Debug|Win32
{9FD6B0B3-2668-4F23-8587-969ABAB8499A}.Debug|Win32.Build.0 = Debug|Win32
{9FD6B0B3-2668-4F23-8587-969ABAB8499A}.Release|Win32.ActiveCfg = Release|Win32
{9FD6B0B3-2668-4F23-8587-969ABAB8499A}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal