-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathFFTViewer.sln
43 lines (43 loc) · 1.93 KB
/
FFTViewer.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2009
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FFTViewer", "FFTViewer\FFTViewer.csproj", "{774F8D74-E69B-4651-BD98-AD7F862A4220}"
EndProject
Global
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
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
{774F8D74-E69B-4651-BD98-AD7F862A4220}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{774F8D74-E69B-4651-BD98-AD7F862A4220}.Debug|Any CPU.Build.0 = Debug|Any CPU
{774F8D74-E69B-4651-BD98-AD7F862A4220}.Debug|x64.ActiveCfg = Debug|x64
{774F8D74-E69B-4651-BD98-AD7F862A4220}.Debug|x64.Build.0 = Debug|x64
{774F8D74-E69B-4651-BD98-AD7F862A4220}.Debug|x86.ActiveCfg = Debug|x86
{774F8D74-E69B-4651-BD98-AD7F862A4220}.Debug|x86.Build.0 = Debug|x86
{774F8D74-E69B-4651-BD98-AD7F862A4220}.Release|Any CPU.ActiveCfg = Release|Any CPU
{774F8D74-E69B-4651-BD98-AD7F862A4220}.Release|Any CPU.Build.0 = Release|Any CPU
{774F8D74-E69B-4651-BD98-AD7F862A4220}.Release|x64.ActiveCfg = Release|x64
{774F8D74-E69B-4651-BD98-AD7F862A4220}.Release|x64.Build.0 = Release|x64
{774F8D74-E69B-4651-BD98-AD7F862A4220}.Release|x86.ActiveCfg = Release|x86
{774F8D74-E69B-4651-BD98-AD7F862A4220}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {75CFDE1C-D0F3-4270-AF11-A376E6B9FD29}
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
EndGlobal