-
Notifications
You must be signed in to change notification settings - Fork 0
/
VST.sln
49 lines (49 loc) · 2.65 KB
/
VST.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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "VST.Audio", "VST.Audio\VST.Audio.vcxproj", "{FDB29012-6246-4061-BD0F-989408377715}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VST", "VST\VST.csproj", "{732D8ABE-55BE-4155-B4C2-A20F5E18F25D}"
ProjectSection(ProjectDependencies) = postProject
{FDB29012-6246-4061-BD0F-989408377715} = {FDB29012-6246-4061-BD0F-989408377715}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FDB29012-6246-4061-BD0F-989408377715}.Debug|Any CPU.ActiveCfg = Debug|Win32
{FDB29012-6246-4061-BD0F-989408377715}.Debug|x64.ActiveCfg = Debug|x64
{FDB29012-6246-4061-BD0F-989408377715}.Debug|x64.Build.0 = Debug|x64
{FDB29012-6246-4061-BD0F-989408377715}.Debug|x86.ActiveCfg = Debug|Win32
{FDB29012-6246-4061-BD0F-989408377715}.Debug|x86.Build.0 = Debug|Win32
{FDB29012-6246-4061-BD0F-989408377715}.Release|Any CPU.ActiveCfg = Release|Win32
{FDB29012-6246-4061-BD0F-989408377715}.Release|x64.ActiveCfg = Release|x64
{FDB29012-6246-4061-BD0F-989408377715}.Release|x64.Build.0 = Release|x64
{FDB29012-6246-4061-BD0F-989408377715}.Release|x86.ActiveCfg = Release|Win32
{FDB29012-6246-4061-BD0F-989408377715}.Release|x86.Build.0 = Release|Win32
{732D8ABE-55BE-4155-B4C2-A20F5E18F25D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{732D8ABE-55BE-4155-B4C2-A20F5E18F25D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{732D8ABE-55BE-4155-B4C2-A20F5E18F25D}.Debug|x64.ActiveCfg = Debug|x64
{732D8ABE-55BE-4155-B4C2-A20F5E18F25D}.Debug|x64.Build.0 = Debug|x64
{732D8ABE-55BE-4155-B4C2-A20F5E18F25D}.Debug|x86.ActiveCfg = Debug|x86
{732D8ABE-55BE-4155-B4C2-A20F5E18F25D}.Debug|x86.Build.0 = Debug|x86
{732D8ABE-55BE-4155-B4C2-A20F5E18F25D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{732D8ABE-55BE-4155-B4C2-A20F5E18F25D}.Release|Any CPU.Build.0 = Release|Any CPU
{732D8ABE-55BE-4155-B4C2-A20F5E18F25D}.Release|x64.ActiveCfg = Release|x64
{732D8ABE-55BE-4155-B4C2-A20F5E18F25D}.Release|x64.Build.0 = Release|x64
{732D8ABE-55BE-4155-B4C2-A20F5E18F25D}.Release|x86.ActiveCfg = Release|x86
{732D8ABE-55BE-4155-B4C2-A20F5E18F25D}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal