-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTimeMage.sln
49 lines (49 loc) · 3.06 KB
/
TimeMage.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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31521.260
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TimeMage.Server", "TimeMage\Server\TimeMage.Server.csproj", "{D4FC14C8-5DEC-4E8F-BD73-BC62EA0177FD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TimeMage.Client", "TimeMage\Client\TimeMage.Client.csproj", "{3412ECE7-16C8-437A-9B64-B644F7F9310E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TimeMage.Shared", "TimeMage\Shared\TimeMage.Shared.csproj", "{C0E1127E-34FA-4755-9E7F-FF2BAE3CE87C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TimeMage.ComponentsLibrary", "TimeMage.ComponentsLibrary\TimeMage.ComponentsLibrary.csproj", "{496B3122-104C-430F-A76C-E7D0CAC91D76}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorAudioPlayer", "BlazorAudioPlayer\BlazorAudioPlayer.csproj", "{1A022D42-3E98-4798-928F-231FB94EAD0F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D4FC14C8-5DEC-4E8F-BD73-BC62EA0177FD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D4FC14C8-5DEC-4E8F-BD73-BC62EA0177FD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D4FC14C8-5DEC-4E8F-BD73-BC62EA0177FD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D4FC14C8-5DEC-4E8F-BD73-BC62EA0177FD}.Release|Any CPU.Build.0 = Release|Any CPU
{3412ECE7-16C8-437A-9B64-B644F7F9310E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3412ECE7-16C8-437A-9B64-B644F7F9310E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3412ECE7-16C8-437A-9B64-B644F7F9310E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3412ECE7-16C8-437A-9B64-B644F7F9310E}.Release|Any CPU.Build.0 = Release|Any CPU
{C0E1127E-34FA-4755-9E7F-FF2BAE3CE87C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C0E1127E-34FA-4755-9E7F-FF2BAE3CE87C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C0E1127E-34FA-4755-9E7F-FF2BAE3CE87C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C0E1127E-34FA-4755-9E7F-FF2BAE3CE87C}.Release|Any CPU.Build.0 = Release|Any CPU
{496B3122-104C-430F-A76C-E7D0CAC91D76}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{496B3122-104C-430F-A76C-E7D0CAC91D76}.Debug|Any CPU.Build.0 = Debug|Any CPU
{496B3122-104C-430F-A76C-E7D0CAC91D76}.Release|Any CPU.ActiveCfg = Release|Any CPU
{496B3122-104C-430F-A76C-E7D0CAC91D76}.Release|Any CPU.Build.0 = Release|Any CPU
{1A022D42-3E98-4798-928F-231FB94EAD0F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1A022D42-3E98-4798-928F-231FB94EAD0F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1A022D42-3E98-4798-928F-231FB94EAD0F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1A022D42-3E98-4798-928F-231FB94EAD0F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E9320486-D162-455C-8096-978E23CAB97D}
EndGlobalSection
EndGlobal