-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathSRDoubler.sln
49 lines (49 loc) · 2.46 KB
/
SRDoubler.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 15
VisualStudioVersion = 15.0.27428.2002
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SRDoubler", "SRDoubler.vcxproj", "{6D120CEE-1E98-4F68-9E07-50B6700EDF3C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Clang_Extreme|x64 = Clang_Extreme|x64
Clang_Extreme|x86 = Clang_Extreme|x86
Clang|x64 = Clang|x64
Clang|x86 = Clang|x86
File_Upsampler|x64 = File_Upsampler|x64
File_Upsampler|x86 = File_Upsampler|x86
Intel|x64 = Intel|x64
Intel|x86 = Intel|x86
MSVC_Extreme|x64 = MSVC_Extreme|x64
MSVC_Extreme|x86 = MSVC_Extreme|x86
MSVC|x64 = MSVC|x64
MSVC|x86 = MSVC|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6D120CEE-1E98-4F68-9E07-50B6700EDF3C}.Clang_Extreme|x64.ActiveCfg = Clang_Extreme|x64
{6D120CEE-1E98-4F68-9E07-50B6700EDF3C}.Clang_Extreme|x64.Build.0 = Clang_Extreme|x64
{6D120CEE-1E98-4F68-9E07-50B6700EDF3C}.Clang_Extreme|x86.ActiveCfg = Clang_Extreme|x64
{6D120CEE-1E98-4F68-9E07-50B6700EDF3C}.Clang|x64.ActiveCfg = Clang|x64
{6D120CEE-1E98-4F68-9E07-50B6700EDF3C}.Clang|x64.Build.0 = Clang|x64
{6D120CEE-1E98-4F68-9E07-50B6700EDF3C}.Clang|x86.ActiveCfg = Clang|x64
{6D120CEE-1E98-4F68-9E07-50B6700EDF3C}.File_Upsampler|x64.ActiveCfg = File_Upsampler|x64
{6D120CEE-1E98-4F68-9E07-50B6700EDF3C}.File_Upsampler|x64.Build.0 = File_Upsampler|x64
{6D120CEE-1E98-4F68-9E07-50B6700EDF3C}.File_Upsampler|x86.ActiveCfg = File_Upsampler|x64
{6D120CEE-1E98-4F68-9E07-50B6700EDF3C}.Intel|x64.ActiveCfg = Intel|x64
{6D120CEE-1E98-4F68-9E07-50B6700EDF3C}.Intel|x64.Build.0 = Intel|x64
{6D120CEE-1E98-4F68-9E07-50B6700EDF3C}.Intel|x86.ActiveCfg = Intel|x64
{6D120CEE-1E98-4F68-9E07-50B6700EDF3C}.MSVC_Extreme|x64.ActiveCfg = MSVC_Extreme|x64
{6D120CEE-1E98-4F68-9E07-50B6700EDF3C}.MSVC_Extreme|x64.Build.0 = MSVC_Extreme|x64
{6D120CEE-1E98-4F68-9E07-50B6700EDF3C}.MSVC_Extreme|x86.ActiveCfg = MSVC_Extreme|x64
{6D120CEE-1E98-4F68-9E07-50B6700EDF3C}.MSVC|x64.ActiveCfg = MSVC|x64
{6D120CEE-1E98-4F68-9E07-50B6700EDF3C}.MSVC|x64.Build.0 = MSVC|x64
{6D120CEE-1E98-4F68-9E07-50B6700EDF3C}.MSVC|x86.ActiveCfg = MSVC|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CFE52F02-DE7C-4B19-BFED-191176AD6E47}
EndGlobalSection
EndGlobal