-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathuwu-radio.sln
30 lines (30 loc) · 1.61 KB
/
uwu-radio.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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}") = "UwuRadio.Server", "UwuRadio.Server\UwuRadio.Server.csproj", "{B4297D6C-CDF3-436B-8778-E65A18879C77}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "uwuradio-client", "clients\web", "{0EF37811-4251-43EF-8D45-51CE1F53934E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UwuRadio.Server.Tests", "UwuRadio.Server.Tests\UwuRadio.Server.Tests.csproj", "{1A4A129A-CF8E-4428-9064-94634B894AAB}"
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
{B4297D6C-CDF3-436B-8778-E65A18879C77}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B4297D6C-CDF3-436B-8778-E65A18879C77}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B4297D6C-CDF3-436B-8778-E65A18879C77}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B4297D6C-CDF3-436B-8778-E65A18879C77}.Release|Any CPU.Build.0 = Release|Any CPU
{1A4A129A-CF8E-4428-9064-94634B894AAB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1A4A129A-CF8E-4428-9064-94634B894AAB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1A4A129A-CF8E-4428-9064-94634B894AAB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1A4A129A-CF8E-4428-9064-94634B894AAB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal