Commit 2af50e29 authored by Ondřej Pavlica's avatar Ondřej Pavlica
Browse files

Optimizers, project structure renaming, updateg .gitignore

parent dc1829f7
Loading
Loading
Loading
Loading
+6 −0
Original line number Original line Diff line number Diff line
@@ -352,6 +352,12 @@ MigrationBackup/
# Ionide (cross platform F# VS Code tools) working folder
# Ionide (cross platform F# VS Code tools) working folder
.ionide/
.ionide/


# Serilog file sinks
src/Api/log*.txt

# SourceMonitor project files
*.smproj

!libs/FFMpegCore/FFMPEG/bin/presets/**
!libs/FFMpegCore/FFMPEG/bin/presets/**
!src/Api/FFMPEG/**
!src/Api/FFMPEG/**
!fiddles/Test.Forms/FFMPEG/**
!fiddles/Test.Forms/FFMPEG/**
 No newline at end of file
+8 −8
Original line number Original line Diff line number Diff line
@@ -13,8 +13,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Decoders", "Decoders", "{84
EndProject
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WavDecoder", "src\Decoders\WavDecoder\WavDecoder.csproj", "{FA6462C1-F325-4B89-951F-A57F063565E7}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WavDecoder", "src\Decoders\WavDecoder\WavDecoder.csproj", "{FA6462C1-F325-4B89-951F-A57F063565E7}"
EndProject
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests", "fiddles\Tests\Tests.csproj", "{61191C48-717D-4D8F-BF0D-F8F21AA05604}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NWaves", "libs\NWaves\NWaves.csproj", "{B94A1812-96CE-48E5-A09B-2C0CF7EF3C25}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NWaves", "libs\NWaves\NWaves.csproj", "{B94A1812-96CE-48E5-A09B-2C0CF7EF3C25}"
EndProject
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FFmpegDecoder", "src\Decoders\FFmpegDecoder\FFmpegDecoder.csproj", "{499F1256-062A-45FA-8DAB-3C30E6913018}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FFmpegDecoder", "src\Decoders\FFmpegDecoder\FFmpegDecoder.csproj", "{499F1256-062A-45FA-8DAB-3C30E6913018}"
@@ -55,11 +53,13 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Preprocessors", "Preprocess
EndProject
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RingingToneCutter", "src\Preprocessors\DialToneCutter\RingingToneCutter.csproj", "{C2BD219D-9BDA-4D13-8A3B-EFEF8C520680}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RingingToneCutter", "src\Preprocessors\DialToneCutter\RingingToneCutter.csproj", "{C2BD219D-9BDA-4D13-8A3B-EFEF8C520680}"
EndProject
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Test.Forms", "fiddles\Test.Forms\Test.Forms.csproj", "{1FA18C7F-C5FE-4B0A-81A4-597FDCB64177}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Test.Forms", "misc\Test.Forms\Test.Forms.csproj", "{1FA18C7F-C5FE-4B0A-81A4-597FDCB64177}"
EndProject
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConfigurationProviders", "src\Utilities\ConfigurationProviders\ConfigurationProviders.csproj", "{769DB2DC-FA34-48E9-8A73-9460D11FD0CE}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConfigurationProviders", "src\Utilities\ConfigurationProviders\ConfigurationProviders.csproj", "{769DB2DC-FA34-48E9-8A73-9460D11FD0CE}"
EndProject
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Benchmarks", "fiddles\Benchmarks\Benchmarks.csproj", "{A828E8D0-3027-4A01-9EE0-6D182E884F9A}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Benchmarks", "misc\Benchmarks\Benchmarks.csproj", "{A828E8D0-3027-4A01-9EE0-6D182E884F9A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Optimization", "misc\Optimization\Optimization.csproj", "{F69CBD02-8872-4323-AEEC-0640A84B06B2}"
EndProject
EndProject
Global
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -79,10 +79,6 @@ Global
		{FA6462C1-F325-4B89-951F-A57F063565E7}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{FA6462C1-F325-4B89-951F-A57F063565E7}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{FA6462C1-F325-4B89-951F-A57F063565E7}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{FA6462C1-F325-4B89-951F-A57F063565E7}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{FA6462C1-F325-4B89-951F-A57F063565E7}.Release|Any CPU.Build.0 = Release|Any CPU
		{FA6462C1-F325-4B89-951F-A57F063565E7}.Release|Any CPU.Build.0 = Release|Any CPU
		{61191C48-717D-4D8F-BF0D-F8F21AA05604}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{61191C48-717D-4D8F-BF0D-F8F21AA05604}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{61191C48-717D-4D8F-BF0D-F8F21AA05604}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{61191C48-717D-4D8F-BF0D-F8F21AA05604}.Release|Any CPU.Build.0 = Release|Any CPU
		{B94A1812-96CE-48E5-A09B-2C0CF7EF3C25}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{B94A1812-96CE-48E5-A09B-2C0CF7EF3C25}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{B94A1812-96CE-48E5-A09B-2C0CF7EF3C25}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{B94A1812-96CE-48E5-A09B-2C0CF7EF3C25}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{B94A1812-96CE-48E5-A09B-2C0CF7EF3C25}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{B94A1812-96CE-48E5-A09B-2C0CF7EF3C25}.Release|Any CPU.ActiveCfg = Release|Any CPU
@@ -147,6 +143,10 @@ Global
		{A828E8D0-3027-4A01-9EE0-6D182E884F9A}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{A828E8D0-3027-4A01-9EE0-6D182E884F9A}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{A828E8D0-3027-4A01-9EE0-6D182E884F9A}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{A828E8D0-3027-4A01-9EE0-6D182E884F9A}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{A828E8D0-3027-4A01-9EE0-6D182E884F9A}.Release|Any CPU.Build.0 = Release|Any CPU
		{A828E8D0-3027-4A01-9EE0-6D182E884F9A}.Release|Any CPU.Build.0 = Release|Any CPU
		{F69CBD02-8872-4323-AEEC-0640A84B06B2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{F69CBD02-8872-4323-AEEC-0640A84B06B2}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{F69CBD02-8872-4323-AEEC-0640A84B06B2}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{F69CBD02-8872-4323-AEEC-0640A84B06B2}.Release|Any CPU.Build.0 = Release|Any CPU
	EndGlobalSection
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
		HideSolutionNode = FALSE
+0 −2
Original line number Original line Diff line number Diff line
Windows x64 - 4.2.2 LGPL build
Linux x64 (kernel > 3.2.0) - 4.2.2 GPL build
 No newline at end of file
−70.6 MiB

File deleted.

−45.7 MiB

File deleted.

Loading