-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugin_template_Windows_vc140_shared.sln
59 lines (59 loc) · 3.94 KB
/
plugin_template_Windows_vc140_shared.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
50
51
52
53
54
55
56
57
58
59
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "plugin_template", "SoundEnginePlugin\plugin_template_Windows_vc140_shared.vcxproj", "{D8C9C7B6-DA68-07D2-E672-DFF04E6EA778}"
ProjectSection(ProjectDependencies) = postProject
{0314A53B-1DB6-5D30-7C73-31A6FF6E9E86} = {0314A53B-1DB6-5D30-7C73-31A6FF6E9E86}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "plugin_templateFX", "SoundEnginePlugin\plugin_template_Windows_vc140_static.vcxproj", "{0314A53B-1DB6-5D30-7C73-31A6FF6E9E86}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Debug|x64 = Debug|x64
Profile_EnableAsserts|Win32 = Profile_EnableAsserts|Win32
Profile_EnableAsserts|x64 = Profile_EnableAsserts|x64
Profile|Win32 = Profile|Win32
Profile|x64 = Profile|x64
Release|Win32 = Release|Win32
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D8C9C7B6-DA68-07D2-E672-DFF04E6EA778}.Debug|Win32.ActiveCfg = Debug|Win32
{D8C9C7B6-DA68-07D2-E672-DFF04E6EA778}.Debug|Win32.Build.0 = Debug|Win32
{D8C9C7B6-DA68-07D2-E672-DFF04E6EA778}.Debug|x64.ActiveCfg = Debug|x64
{D8C9C7B6-DA68-07D2-E672-DFF04E6EA778}.Debug|x64.Build.0 = Debug|x64
{D8C9C7B6-DA68-07D2-E672-DFF04E6EA778}.Profile_EnableAsserts|Win32.ActiveCfg = Profile_EnableAsserts|Win32
{D8C9C7B6-DA68-07D2-E672-DFF04E6EA778}.Profile_EnableAsserts|Win32.Build.0 = Profile_EnableAsserts|Win32
{D8C9C7B6-DA68-07D2-E672-DFF04E6EA778}.Profile_EnableAsserts|x64.ActiveCfg = Profile_EnableAsserts|x64
{D8C9C7B6-DA68-07D2-E672-DFF04E6EA778}.Profile_EnableAsserts|x64.Build.0 = Profile_EnableAsserts|x64
{D8C9C7B6-DA68-07D2-E672-DFF04E6EA778}.Profile|Win32.ActiveCfg = Profile|Win32
{D8C9C7B6-DA68-07D2-E672-DFF04E6EA778}.Profile|Win32.Build.0 = Profile|Win32
{D8C9C7B6-DA68-07D2-E672-DFF04E6EA778}.Profile|x64.ActiveCfg = Profile|x64
{D8C9C7B6-DA68-07D2-E672-DFF04E6EA778}.Profile|x64.Build.0 = Profile|x64
{D8C9C7B6-DA68-07D2-E672-DFF04E6EA778}.Release|Win32.ActiveCfg = Release|Win32
{D8C9C7B6-DA68-07D2-E672-DFF04E6EA778}.Release|Win32.Build.0 = Release|Win32
{D8C9C7B6-DA68-07D2-E672-DFF04E6EA778}.Release|x64.ActiveCfg = Release|x64
{D8C9C7B6-DA68-07D2-E672-DFF04E6EA778}.Release|x64.Build.0 = Release|x64
{0314A53B-1DB6-5D30-7C73-31A6FF6E9E86}.Debug|Win32.ActiveCfg = Debug(StaticCRT)|Win32
{0314A53B-1DB6-5D30-7C73-31A6FF6E9E86}.Debug|Win32.Build.0 = Debug(StaticCRT)|Win32
{0314A53B-1DB6-5D30-7C73-31A6FF6E9E86}.Debug|x64.ActiveCfg = Debug(StaticCRT)|x64
{0314A53B-1DB6-5D30-7C73-31A6FF6E9E86}.Debug|x64.Build.0 = Debug(StaticCRT)|x64
{0314A53B-1DB6-5D30-7C73-31A6FF6E9E86}.Profile_EnableAsserts|Win32.ActiveCfg = Profile(StaticCRT)_EnableAsserts|Win32
{0314A53B-1DB6-5D30-7C73-31A6FF6E9E86}.Profile_EnableAsserts|Win32.Build.0 = Profile(StaticCRT)_EnableAsserts|Win32
{0314A53B-1DB6-5D30-7C73-31A6FF6E9E86}.Profile_EnableAsserts|x64.ActiveCfg = Profile(StaticCRT)_EnableAsserts|x64
{0314A53B-1DB6-5D30-7C73-31A6FF6E9E86}.Profile_EnableAsserts|x64.Build.0 = Profile(StaticCRT)_EnableAsserts|x64
{0314A53B-1DB6-5D30-7C73-31A6FF6E9E86}.Profile|Win32.ActiveCfg = Profile(StaticCRT)|Win32
{0314A53B-1DB6-5D30-7C73-31A6FF6E9E86}.Profile|Win32.Build.0 = Profile(StaticCRT)|Win32
{0314A53B-1DB6-5D30-7C73-31A6FF6E9E86}.Profile|x64.ActiveCfg = Profile(StaticCRT)|x64
{0314A53B-1DB6-5D30-7C73-31A6FF6E9E86}.Profile|x64.Build.0 = Profile(StaticCRT)|x64
{0314A53B-1DB6-5D30-7C73-31A6FF6E9E86}.Release|Win32.ActiveCfg = Release(StaticCRT)|Win32
{0314A53B-1DB6-5D30-7C73-31A6FF6E9E86}.Release|Win32.Build.0 = Release(StaticCRT)|Win32
{0314A53B-1DB6-5D30-7C73-31A6FF6E9E86}.Release|x64.ActiveCfg = Release(StaticCRT)|x64
{0314A53B-1DB6-5D30-7C73-31A6FF6E9E86}.Release|x64.Build.0 = Release(StaticCRT)|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal