diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2021-02-01 16:29:53 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2021-02-01 16:29:53 -0500 |
| commit | 5a5fb453305ae43f981b9061fc9444068e493fdc (patch) | |
| tree | ed9f08fdd703b66c1672270c44ee282b9ea46386 /Alee Audio Player.sln | |
| parent | 7f5e6c86692f4e1ee5f7f7238baa3c706ced4906 (diff) | |
| download | erable-godot-5a5fb453305ae43f981b9061fc9444068e493fdc.tar.gz erable-godot-5a5fb453305ae43f981b9061fc9444068e493fdc.tar.bz2 erable-godot-5a5fb453305ae43f981b9061fc9444068e493fdc.zip | |
It can now play audio!
Diffstat (limited to 'Alee Audio Player.sln')
| -rw-r--r-- | Alee Audio Player.sln | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/Alee Audio Player.sln b/Alee Audio Player.sln new file mode 100644 index 0000000..c735ca0 --- /dev/null +++ b/Alee Audio Player.sln @@ -0,0 +1,34 @@ +
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio 15
+VisualStudioVersion = 15.0.26124.0
+MinimumVisualStudioVersion = 15.0.26124.0
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Alee Audio Player", "Alee Audio Player.csproj", "{7816A5DD-C5B1-498D-9980-C36458D7465F}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Any CPU = Debug|Any CPU
+ Debug|x64 = Debug|x64
+ Debug|x86 = Debug|x86
+ Release|Any CPU = Release|Any CPU
+ Release|x64 = Release|x64
+ Release|x86 = Release|x86
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {7816A5DD-C5B1-498D-9980-C36458D7465F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {7816A5DD-C5B1-498D-9980-C36458D7465F}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {7816A5DD-C5B1-498D-9980-C36458D7465F}.Debug|x64.ActiveCfg = Debug|Any CPU
+ {7816A5DD-C5B1-498D-9980-C36458D7465F}.Debug|x64.Build.0 = Debug|Any CPU
+ {7816A5DD-C5B1-498D-9980-C36458D7465F}.Debug|x86.ActiveCfg = Debug|Any CPU
+ {7816A5DD-C5B1-498D-9980-C36458D7465F}.Debug|x86.Build.0 = Debug|Any CPU
+ {7816A5DD-C5B1-498D-9980-C36458D7465F}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {7816A5DD-C5B1-498D-9980-C36458D7465F}.Release|Any CPU.Build.0 = Release|Any CPU
+ {7816A5DD-C5B1-498D-9980-C36458D7465F}.Release|x64.ActiveCfg = Release|Any CPU
+ {7816A5DD-C5B1-498D-9980-C36458D7465F}.Release|x64.Build.0 = Release|Any CPU
+ {7816A5DD-C5B1-498D-9980-C36458D7465F}.Release|x86.ActiveCfg = Release|Any CPU
+ {7816A5DD-C5B1-498D-9980-C36458D7465F}.Release|x86.Build.0 = Release|Any CPU
+ EndGlobalSection
+EndGlobal
|
