From 5b2bc3c4f46f59082a367f0f18d3f55b266ea3c1 Mon Sep 17 00:00:00 2001 From: Aleksandr Date: Mon, 13 Apr 2020 20:16:03 +0400 Subject: [PATCH] Add files via upload --- SoundPathDemo.sln | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 SoundPathDemo.sln diff --git a/SoundPathDemo.sln b/SoundPathDemo.sln new file mode 100644 index 0000000..1768c4d --- /dev/null +++ b/SoundPathDemo.sln @@ -0,0 +1,20 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 2012 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SoundPathDemo", "SoundPathDemo\SoundPathDemo.csproj", "{E9224DD3-348C-461C-ACA4-FC3BED66C2DF}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {E9224DD3-348C-461C-ACA4-FC3BED66C2DF}.Debug|Any CPU.ActiveCfg = Release|Any CPU + {E9224DD3-348C-461C-ACA4-FC3BED66C2DF}.Debug|Any CPU.Build.0 = Release|Any CPU + {E9224DD3-348C-461C-ACA4-FC3BED66C2DF}.Release|Any CPU.ActiveCfg = Release|Any CPU + {E9224DD3-348C-461C-ACA4-FC3BED66C2DF}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal