-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathRevelator.io24.Api.sln
62 lines (62 loc) · 3.96 KB
/
Revelator.io24.Api.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32014.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Revelator.io24.Api", "Revelator.io24.Api\Revelator.io24.Api.csproj", "{B5F6741F-2CA7-401A-B621-42864BAB8D4F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Revelator.io24.Wpf", "Revelator.io24.Wpf\Revelator.io24.Wpf.csproj", "{31DB1381-319F-461D-A84C-0274AC276F23}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Revelator.io24.StreamDeck", "Revelator.io24.StreamDeck\Revelator.io24.StreamDeck.csproj", "{7A007F8C-9A3E-45B4-AF55-EA402E697AE6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Revelator.io24.TouchPortal", "Revelator.io24.TouchPortal\Revelator.io24.TouchPortal.csproj", "{79E8A413-5AA5-42C9-B714-59E2447B0293}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Plugins", "Plugins", "{DC8F4AF6-492A-4325-94D7-B97655A15BC3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Applications", "Applications", "{668A904C-D35F-45C7-A172-17699E8722DF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "API", "API", "{191F3F01-0ACB-474C-9E89-838A042F9B43}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Revelator.io24.Loupedeck", "Revelator.io24.Loupedeck\Revelator.io24.Loupedeck.csproj", "{287AD26D-6590-4A4F-AFC1-E7038DEC5FA6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B5F6741F-2CA7-401A-B621-42864BAB8D4F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B5F6741F-2CA7-401A-B621-42864BAB8D4F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B5F6741F-2CA7-401A-B621-42864BAB8D4F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B5F6741F-2CA7-401A-B621-42864BAB8D4F}.Release|Any CPU.Build.0 = Release|Any CPU
{31DB1381-319F-461D-A84C-0274AC276F23}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{31DB1381-319F-461D-A84C-0274AC276F23}.Debug|Any CPU.Build.0 = Debug|Any CPU
{31DB1381-319F-461D-A84C-0274AC276F23}.Release|Any CPU.ActiveCfg = Release|Any CPU
{31DB1381-319F-461D-A84C-0274AC276F23}.Release|Any CPU.Build.0 = Release|Any CPU
{7A007F8C-9A3E-45B4-AF55-EA402E697AE6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7A007F8C-9A3E-45B4-AF55-EA402E697AE6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7A007F8C-9A3E-45B4-AF55-EA402E697AE6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7A007F8C-9A3E-45B4-AF55-EA402E697AE6}.Release|Any CPU.Build.0 = Release|Any CPU
{79E8A413-5AA5-42C9-B714-59E2447B0293}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{79E8A413-5AA5-42C9-B714-59E2447B0293}.Debug|Any CPU.Build.0 = Debug|Any CPU
{79E8A413-5AA5-42C9-B714-59E2447B0293}.Release|Any CPU.ActiveCfg = Release|Any CPU
{79E8A413-5AA5-42C9-B714-59E2447B0293}.Release|Any CPU.Build.0 = Release|Any CPU
{287AD26D-6590-4A4F-AFC1-E7038DEC5FA6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{287AD26D-6590-4A4F-AFC1-E7038DEC5FA6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{287AD26D-6590-4A4F-AFC1-E7038DEC5FA6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{287AD26D-6590-4A4F-AFC1-E7038DEC5FA6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{B5F6741F-2CA7-401A-B621-42864BAB8D4F} = {191F3F01-0ACB-474C-9E89-838A042F9B43}
{31DB1381-319F-461D-A84C-0274AC276F23} = {668A904C-D35F-45C7-A172-17699E8722DF}
{7A007F8C-9A3E-45B4-AF55-EA402E697AE6} = {DC8F4AF6-492A-4325-94D7-B97655A15BC3}
{79E8A413-5AA5-42C9-B714-59E2447B0293} = {DC8F4AF6-492A-4325-94D7-B97655A15BC3}
{287AD26D-6590-4A4F-AFC1-E7038DEC5FA6} = {DC8F4AF6-492A-4325-94D7-B97655A15BC3}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {ACF277BA-B3A2-4BC6-85C1-F452B0C26BB5}
EndGlobalSection
EndGlobal