Skip to content

Commit 6ac2862

Browse files
Added more functions
1 parent 823db18 commit 6ac2862

16 files changed

Lines changed: 563 additions & 6004 deletions

File tree

Amplifier.NET.sln

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio Version 16
4-
VisualStudioVersion = 16.0.29001.49
3+
# Visual Studio 15
4+
VisualStudioVersion = 15.0.28307.489
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Amplifier", "src\Amplifier.Net\Amplifier.csproj", "{59F3F20B-2A0C-4925-977C-FE0977F2B995}"
77
EndProject
88
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AmplifierExamples", "examples\AmplifierExamples\AmplifierExamples.csproj", "{B139550F-BB6A-40DA-837B-7BF8C62C153D}"
99
EndProject
10-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "doc-gen", "doc-gen\doc-gen.csproj", "{93053BBF-534D-4EBA-A5BD-177DEDB1D34F}"
10+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "doc-gen", "doc-gen\doc-gen.csproj", "{93053BBF-534D-4EBA-A5BD-177DEDB1D34F}"
1111
EndProject
1212
Global
1313
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -24,9 +24,7 @@ Global
2424
{B139550F-BB6A-40DA-837B-7BF8C62C153D}.Release|Any CPU.ActiveCfg = Release|Any CPU
2525
{B139550F-BB6A-40DA-837B-7BF8C62C153D}.Release|Any CPU.Build.0 = Release|Any CPU
2626
{93053BBF-534D-4EBA-A5BD-177DEDB1D34F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
27-
{93053BBF-534D-4EBA-A5BD-177DEDB1D34F}.Debug|Any CPU.Build.0 = Debug|Any CPU
2827
{93053BBF-534D-4EBA-A5BD-177DEDB1D34F}.Release|Any CPU.ActiveCfg = Release|Any CPU
29-
{93053BBF-534D-4EBA-A5BD-177DEDB1D34F}.Release|Any CPU.Build.0 = Release|Any CPU
3028
EndGlobalSection
3129
GlobalSection(SolutionProperties) = preSolution
3230
HideSolutionNode = FALSE

0 commit comments

Comments
 (0)