-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathMStream.sln
More file actions
58 lines (58 loc) · 3.77 KB
/
MStream.sln
File metadata and controls
58 lines (58 loc) · 3.77 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MStream", "MStream\MStream.vcxproj", "{4A4733B1-D9D9-45B7-B6F1-7653606009F2}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test_XAudio2", "test_XAudio2\test_XAudio2.vcxproj", "{E799C597-DBD0-45EC-AC4C-74C8E39D340F}"
ProjectSection(ProjectDependencies) = postProject
{4A4733B1-D9D9-45B7-B6F1-7653606009F2} = {4A4733B1-D9D9-45B7-B6F1-7653606009F2}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|Win32 = Debug|Win32
Release_static|Any CPU = Release_static|Any CPU
Release_static|Mixed Platforms = Release_static|Mixed Platforms
Release_static|Win32 = Release_static|Win32
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4A4733B1-D9D9-45B7-B6F1-7653606009F2}.Debug|Any CPU.ActiveCfg = Debug|Win32
{4A4733B1-D9D9-45B7-B6F1-7653606009F2}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
{4A4733B1-D9D9-45B7-B6F1-7653606009F2}.Debug|Mixed Platforms.Build.0 = Debug|Win32
{4A4733B1-D9D9-45B7-B6F1-7653606009F2}.Debug|Win32.ActiveCfg = Debug|Win32
{4A4733B1-D9D9-45B7-B6F1-7653606009F2}.Debug|Win32.Build.0 = Debug|Win32
{4A4733B1-D9D9-45B7-B6F1-7653606009F2}.Release_static|Any CPU.ActiveCfg = Release_static|Win32
{4A4733B1-D9D9-45B7-B6F1-7653606009F2}.Release_static|Mixed Platforms.ActiveCfg = Release_static|Win32
{4A4733B1-D9D9-45B7-B6F1-7653606009F2}.Release_static|Mixed Platforms.Build.0 = Release_static|Win32
{4A4733B1-D9D9-45B7-B6F1-7653606009F2}.Release_static|Win32.ActiveCfg = Release_static|Win32
{4A4733B1-D9D9-45B7-B6F1-7653606009F2}.Release_static|Win32.Build.0 = Release_static|Win32
{4A4733B1-D9D9-45B7-B6F1-7653606009F2}.Release|Any CPU.ActiveCfg = Release|Win32
{4A4733B1-D9D9-45B7-B6F1-7653606009F2}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{4A4733B1-D9D9-45B7-B6F1-7653606009F2}.Release|Mixed Platforms.Build.0 = Release|Win32
{4A4733B1-D9D9-45B7-B6F1-7653606009F2}.Release|Win32.ActiveCfg = Release|Win32
{4A4733B1-D9D9-45B7-B6F1-7653606009F2}.Release|Win32.Build.0 = Release|Win32
{E799C597-DBD0-45EC-AC4C-74C8E39D340F}.Debug|Any CPU.ActiveCfg = Debug|Win32
{E799C597-DBD0-45EC-AC4C-74C8E39D340F}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
{E799C597-DBD0-45EC-AC4C-74C8E39D340F}.Debug|Mixed Platforms.Build.0 = Debug|Win32
{E799C597-DBD0-45EC-AC4C-74C8E39D340F}.Debug|Win32.ActiveCfg = Debug|Win32
{E799C597-DBD0-45EC-AC4C-74C8E39D340F}.Debug|Win32.Build.0 = Debug|Win32
{E799C597-DBD0-45EC-AC4C-74C8E39D340F}.Release_static|Any CPU.ActiveCfg = Release|Win32
{E799C597-DBD0-45EC-AC4C-74C8E39D340F}.Release_static|Mixed Platforms.ActiveCfg = Release|Win32
{E799C597-DBD0-45EC-AC4C-74C8E39D340F}.Release_static|Mixed Platforms.Build.0 = Release|Win32
{E799C597-DBD0-45EC-AC4C-74C8E39D340F}.Release_static|Win32.ActiveCfg = Release|Win32
{E799C597-DBD0-45EC-AC4C-74C8E39D340F}.Release_static|Win32.Build.0 = Release|Win32
{E799C597-DBD0-45EC-AC4C-74C8E39D340F}.Release|Any CPU.ActiveCfg = Release|Win32
{E799C597-DBD0-45EC-AC4C-74C8E39D340F}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{E799C597-DBD0-45EC-AC4C-74C8E39D340F}.Release|Mixed Platforms.Build.0 = Release|Win32
{E799C597-DBD0-45EC-AC4C-74C8E39D340F}.Release|Win32.ActiveCfg = Release|Win32
{E799C597-DBD0-45EC-AC4C-74C8E39D340F}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal