-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathMathCore.DSP.sln
More file actions
70 lines (70 loc) · 4.1 KB
/
MathCore.DSP.sln
File metadata and controls
70 lines (70 loc) · 4.1 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
59
60
61
62
63
64
65
66
67
68
69
70
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32112.339
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MathCore.DSP", "MathCore.DSP\MathCore.DSP.csproj", "{AFCB9EC8-33F6-4E5C-92FE-27783C25C479}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Service", "Service", "{7614AEFF-6757-4F85-86E2-43E2B8280D8C}"
ProjectSection(SolutionItems) = preProject
..\BuildAndPublish.bat = ..\BuildAndPublish.bat
..\BuildAndTest.bat = ..\BuildAndTest.bat
..\BuildRelease.bat = ..\BuildRelease.bat
license.txt = license.txt
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{C1AA67F3-31C6-4C42-884D-BBC39CBD555E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConsoleTest", "Tests\ConsoleTest\ConsoleTest.csproj", "{9E507C80-64A5-49F2-9B58-0833908A10EB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MathCore.DSP.Tests", "Tests\MathCore.DSP.Tests\MathCore.DSP.Tests.csproj", "{B92826FA-3130-431E-953C-5A6E9F3489D3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WpfTest", "Tests\WpfTest\WpfTest.csproj", "{C129E8A4-1A28-4B06-BFC4-D7840A8BD77D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Benchmarks", "Tests\Benchmarks\Benchmarks.csproj", "{6E552E38-1B68-4DBD-9DAB-03FF2A0A4F06}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".Service", ".Service", "{2507A7F8-E9DD-CD81-FF78-9340A71A364C}"
ProjectSection(SolutionItems) = preProject
.github\copilot-instructions.md = .github\copilot-instructions.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AFCB9EC8-33F6-4E5C-92FE-27783C25C479}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AFCB9EC8-33F6-4E5C-92FE-27783C25C479}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AFCB9EC8-33F6-4E5C-92FE-27783C25C479}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AFCB9EC8-33F6-4E5C-92FE-27783C25C479}.Release|Any CPU.Build.0 = Release|Any CPU
{9E507C80-64A5-49F2-9B58-0833908A10EB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9E507C80-64A5-49F2-9B58-0833908A10EB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9E507C80-64A5-49F2-9B58-0833908A10EB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9E507C80-64A5-49F2-9B58-0833908A10EB}.Release|Any CPU.Build.0 = Release|Any CPU
{B92826FA-3130-431E-953C-5A6E9F3489D3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B92826FA-3130-431E-953C-5A6E9F3489D3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B92826FA-3130-431E-953C-5A6E9F3489D3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B92826FA-3130-431E-953C-5A6E9F3489D3}.Release|Any CPU.Build.0 = Release|Any CPU
{C129E8A4-1A28-4B06-BFC4-D7840A8BD77D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C129E8A4-1A28-4B06-BFC4-D7840A8BD77D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C129E8A4-1A28-4B06-BFC4-D7840A8BD77D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C129E8A4-1A28-4B06-BFC4-D7840A8BD77D}.Release|Any CPU.Build.0 = Release|Any CPU
{6E552E38-1B68-4DBD-9DAB-03FF2A0A4F06}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6E552E38-1B68-4DBD-9DAB-03FF2A0A4F06}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6E552E38-1B68-4DBD-9DAB-03FF2A0A4F06}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6E552E38-1B68-4DBD-9DAB-03FF2A0A4F06}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{9E507C80-64A5-49F2-9B58-0833908A10EB} = {C1AA67F3-31C6-4C42-884D-BBC39CBD555E}
{B92826FA-3130-431E-953C-5A6E9F3489D3} = {C1AA67F3-31C6-4C42-884D-BBC39CBD555E}
{C129E8A4-1A28-4B06-BFC4-D7840A8BD77D} = {C1AA67F3-31C6-4C42-884D-BBC39CBD555E}
{6E552E38-1B68-4DBD-9DAB-03FF2A0A4F06} = {C1AA67F3-31C6-4C42-884D-BBC39CBD555E}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6BE66C71-515C-48D4-B800-5F3E6CF13654}
EndGlobalSection
EndGlobal