From c082b03daff7c005d679101151ac4e9c5425e0e9 Mon Sep 17 00:00:00 2001 From: Dmitriy Lopatiev Date: Mon, 8 Jan 2024 23:51:17 +0200 Subject: [PATCH] added sln file --- AudioBitDepthConvert.sln | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 AudioBitDepthConvert.sln diff --git a/AudioBitDepthConvert.sln b/AudioBitDepthConvert.sln new file mode 100644 index 0000000..6e86891 --- /dev/null +++ b/AudioBitDepthConvert.sln @@ -0,0 +1,22 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.0.31903.59 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AudioBitDepthConvert", "AudioBitDepthConvert\AudioBitDepthConvert.csproj", "{96B90C69-0BA8-46FE-8E09-3A63704CBEAC}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {96B90C69-0BA8-46FE-8E09-3A63704CBEAC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {96B90C69-0BA8-46FE-8E09-3A63704CBEAC}.Debug|Any CPU.Build.0 = Debug|Any CPU + {96B90C69-0BA8-46FE-8E09-3A63704CBEAC}.Release|Any CPU.ActiveCfg = Release|Any CPU + {96B90C69-0BA8-46FE-8E09-3A63704CBEAC}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection +EndGlobal