-
Notifications
You must be signed in to change notification settings - Fork 0
/
BeatRecorder.sln
84 lines (84 loc) · 5.24 KB
/
BeatRecorder.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.31911.260
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BeatRecorder", "BeatRecorder\BeatRecorder.csproj", "{BA868827-924B-41AE-BC79-03BCF671F1BB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{40593EC7-A818-4573-8093-D9D851F762F8}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BeatRecorderUI", "BeatRecorderUI\BeatRecorderUI.csproj", "{F2C43916-D43B-4B50-94FC-9EF038D06CE8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xorog.Logger", ".\BeatRecorder\Dependencies\Xorog.Logger\Xorog.Logger.csproj", "{9E65BBD4-6B53-4147-97DF-37BC499EB501}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xorog.UniversalExtensions", ".\BeatRecorder\Dependencies\Xorog.UniversalExtensions\Xorog.UniversalExtensions.csproj", "{4B8E6D0E-17E5-4E8D-AD3C-3613D0EC099F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
x64|Any CPU = x64|Any CPU
x64|x64 = x64|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BA868827-924B-41AE-BC79-03BCF671F1BB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BA868827-924B-41AE-BC79-03BCF671F1BB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BA868827-924B-41AE-BC79-03BCF671F1BB}.Debug|x64.ActiveCfg = Debug|Any CPU
{BA868827-924B-41AE-BC79-03BCF671F1BB}.Debug|x64.Build.0 = Debug|Any CPU
{BA868827-924B-41AE-BC79-03BCF671F1BB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BA868827-924B-41AE-BC79-03BCF671F1BB}.Release|Any CPU.Build.0 = Release|Any CPU
{BA868827-924B-41AE-BC79-03BCF671F1BB}.Release|x64.ActiveCfg = Release|Any CPU
{BA868827-924B-41AE-BC79-03BCF671F1BB}.Release|x64.Build.0 = Release|Any CPU
{BA868827-924B-41AE-BC79-03BCF671F1BB}.x64|Any CPU.ActiveCfg = Release|Any CPU
{BA868827-924B-41AE-BC79-03BCF671F1BB}.x64|Any CPU.Build.0 = Release|Any CPU
{BA868827-924B-41AE-BC79-03BCF671F1BB}.x64|x64.ActiveCfg = Release|Any CPU
{BA868827-924B-41AE-BC79-03BCF671F1BB}.x64|x64.Build.0 = Release|Any CPU
{F2C43916-D43B-4B50-94FC-9EF038D06CE8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F2C43916-D43B-4B50-94FC-9EF038D06CE8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F2C43916-D43B-4B50-94FC-9EF038D06CE8}.Debug|x64.ActiveCfg = Debug|Any CPU
{F2C43916-D43B-4B50-94FC-9EF038D06CE8}.Debug|x64.Build.0 = Debug|Any CPU
{F2C43916-D43B-4B50-94FC-9EF038D06CE8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F2C43916-D43B-4B50-94FC-9EF038D06CE8}.Release|Any CPU.Build.0 = Release|Any CPU
{F2C43916-D43B-4B50-94FC-9EF038D06CE8}.Release|x64.ActiveCfg = Release|Any CPU
{F2C43916-D43B-4B50-94FC-9EF038D06CE8}.Release|x64.Build.0 = Release|Any CPU
{F2C43916-D43B-4B50-94FC-9EF038D06CE8}.x64|Any CPU.ActiveCfg = Debug|Any CPU
{F2C43916-D43B-4B50-94FC-9EF038D06CE8}.x64|Any CPU.Build.0 = Debug|Any CPU
{F2C43916-D43B-4B50-94FC-9EF038D06CE8}.x64|x64.ActiveCfg = Debug|Any CPU
{F2C43916-D43B-4B50-94FC-9EF038D06CE8}.x64|x64.Build.0 = Debug|Any CPU
{9E65BBD4-6B53-4147-97DF-37BC499EB501}.Debug|Any CPU.ActiveCfg = Debug|x64
{9E65BBD4-6B53-4147-97DF-37BC499EB501}.Debug|Any CPU.Build.0 = Debug|x64
{9E65BBD4-6B53-4147-97DF-37BC499EB501}.Debug|x64.ActiveCfg = Debug|x64
{9E65BBD4-6B53-4147-97DF-37BC499EB501}.Debug|x64.Build.0 = Debug|x64
{9E65BBD4-6B53-4147-97DF-37BC499EB501}.Release|Any CPU.ActiveCfg = Release|x64
{9E65BBD4-6B53-4147-97DF-37BC499EB501}.Release|Any CPU.Build.0 = Release|x64
{9E65BBD4-6B53-4147-97DF-37BC499EB501}.Release|x64.ActiveCfg = Release|x64
{9E65BBD4-6B53-4147-97DF-37BC499EB501}.Release|x64.Build.0 = Release|x64
{9E65BBD4-6B53-4147-97DF-37BC499EB501}.x64|Any CPU.ActiveCfg = x64|x64
{9E65BBD4-6B53-4147-97DF-37BC499EB501}.x64|Any CPU.Build.0 = x64|x64
{9E65BBD4-6B53-4147-97DF-37BC499EB501}.x64|x64.ActiveCfg = x64|x64
{9E65BBD4-6B53-4147-97DF-37BC499EB501}.x64|x64.Build.0 = x64|x64
{4B8E6D0E-17E5-4E8D-AD3C-3613D0EC099F}.Debug|Any CPU.ActiveCfg = Debug|x64
{4B8E6D0E-17E5-4E8D-AD3C-3613D0EC099F}.Debug|Any CPU.Build.0 = Debug|x64
{4B8E6D0E-17E5-4E8D-AD3C-3613D0EC099F}.Debug|x64.ActiveCfg = Debug|x64
{4B8E6D0E-17E5-4E8D-AD3C-3613D0EC099F}.Debug|x64.Build.0 = Debug|x64
{4B8E6D0E-17E5-4E8D-AD3C-3613D0EC099F}.Release|Any CPU.ActiveCfg = Release|x64
{4B8E6D0E-17E5-4E8D-AD3C-3613D0EC099F}.Release|Any CPU.Build.0 = Release|x64
{4B8E6D0E-17E5-4E8D-AD3C-3613D0EC099F}.Release|x64.ActiveCfg = Release|x64
{4B8E6D0E-17E5-4E8D-AD3C-3613D0EC099F}.Release|x64.Build.0 = Release|x64
{4B8E6D0E-17E5-4E8D-AD3C-3613D0EC099F}.x64|Any CPU.ActiveCfg = x64|x64
{4B8E6D0E-17E5-4E8D-AD3C-3613D0EC099F}.x64|Any CPU.Build.0 = x64|x64
{4B8E6D0E-17E5-4E8D-AD3C-3613D0EC099F}.x64|x64.ActiveCfg = x64|x64
{4B8E6D0E-17E5-4E8D-AD3C-3613D0EC099F}.x64|x64.Build.0 = x64|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {413E950E-A1E2-41F3-91DE-AC5FBE722D49}
EndGlobalSection
EndGlobal