Add project files.

This commit is contained in:
minster586
2025-08-16 00:11:45 -04:00
parent 55f8822831
commit 60133adc2f
11 changed files with 451 additions and 0 deletions

25
RadioDJViewer.sln Normal file
View File

@@ -0,0 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.14.36408.4 d17.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RadioDJViewer", "RadioDJViewer\RadioDJViewer.csproj", "{919A2549-5A79-4B13-A037-FFC024B13C61}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{919A2549-5A79-4B13-A037-FFC024B13C61}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{919A2549-5A79-4B13-A037-FFC024B13C61}.Debug|Any CPU.Build.0 = Debug|Any CPU
{919A2549-5A79-4B13-A037-FFC024B13C61}.Release|Any CPU.ActiveCfg = Release|Any CPU
{919A2549-5A79-4B13-A037-FFC024B13C61}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {31486E10-CCF9-4143-AE01-9587DB26390E}
EndGlobalSection
EndGlobal