This repository has been archived by the owner on Jun 29, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathOrion-Desktop.sln
76 lines (76 loc) · 4.74 KB
/
Orion-Desktop.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.6
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Orion.Shared", "Orion.Shared\Orion.Shared.csproj", "{31647FC1-4A1D-4EE2-B38E-7D514E78ABA7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionItems", "SolutionItems", "{345A5BD4-9EA0-4B13-9FFE-FC4AFB5449A7}"
ProjectSection(SolutionItems) = preProject
..\.gitignore = ..\.gitignore
..\Emoji.linq = ..\Emoji.linq
..\LICENSE = ..\LICENSE
..\README.md = ..\README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Services", "Services", "{E68F89FA-AC55-4DA6-B799-A0BB25536A50}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Orion.Service.Mastodon", "Orion.Service.Mastodon\Orion.Service.Mastodon.csproj", "{A0CA97B5-AB84-4124-8012-3738E7B2CBBB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Orion.Service.GnuSocial", "Orion.Service.GnuSocial\Orion.Service.GnuSocial.csproj", "{08E1AB0F-F76F-4815-974A-0899B7AA5498}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Orion.Service.Shared", "Orion.Service.Shared\Orion.Service.Shared.csproj", "{325CD7FF-1077-4B4B-81B9-4F491AB43D99}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Orion.Service.FkStreaming", "Orion.Service.FkStreaming\Orion.Service.FkStreaming.csproj", "{2E32178A-E962-4BF5-A899-402A7C827BAA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Orion.Scripting", "Orion.Scripting\Orion.Scripting.csproj", "{B943208E-D516-4D07-8487-4601209E64E3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Orion.Desktop", "Orion.Desktop\Orion.Desktop.csproj", "{2199D3B0-811B-49F9-8CF3-447BA4C5BCFA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{31647FC1-4A1D-4EE2-B38E-7D514E78ABA7}.Debug|x64.ActiveCfg = Debug|Any CPU
{31647FC1-4A1D-4EE2-B38E-7D514E78ABA7}.Debug|x64.Build.0 = Debug|Any CPU
{31647FC1-4A1D-4EE2-B38E-7D514E78ABA7}.Release|x64.ActiveCfg = Release|Any CPU
{31647FC1-4A1D-4EE2-B38E-7D514E78ABA7}.Release|x64.Build.0 = Release|Any CPU
{A0CA97B5-AB84-4124-8012-3738E7B2CBBB}.Debug|x64.ActiveCfg = Debug|Any CPU
{A0CA97B5-AB84-4124-8012-3738E7B2CBBB}.Debug|x64.Build.0 = Debug|Any CPU
{A0CA97B5-AB84-4124-8012-3738E7B2CBBB}.Release|x64.ActiveCfg = Release|Any CPU
{A0CA97B5-AB84-4124-8012-3738E7B2CBBB}.Release|x64.Build.0 = Release|Any CPU
{08E1AB0F-F76F-4815-974A-0899B7AA5498}.Debug|x64.ActiveCfg = Debug|Any CPU
{08E1AB0F-F76F-4815-974A-0899B7AA5498}.Debug|x64.Build.0 = Debug|Any CPU
{08E1AB0F-F76F-4815-974A-0899B7AA5498}.Release|x64.ActiveCfg = Release|Any CPU
{08E1AB0F-F76F-4815-974A-0899B7AA5498}.Release|x64.Build.0 = Release|Any CPU
{325CD7FF-1077-4B4B-81B9-4F491AB43D99}.Debug|x64.ActiveCfg = Debug|Any CPU
{325CD7FF-1077-4B4B-81B9-4F491AB43D99}.Debug|x64.Build.0 = Debug|Any CPU
{325CD7FF-1077-4B4B-81B9-4F491AB43D99}.Release|x64.ActiveCfg = Release|Any CPU
{325CD7FF-1077-4B4B-81B9-4F491AB43D99}.Release|x64.Build.0 = Release|Any CPU
{2E32178A-E962-4BF5-A899-402A7C827BAA}.Debug|x64.ActiveCfg = Debug|Any CPU
{2E32178A-E962-4BF5-A899-402A7C827BAA}.Debug|x64.Build.0 = Debug|Any CPU
{2E32178A-E962-4BF5-A899-402A7C827BAA}.Release|x64.ActiveCfg = Release|Any CPU
{2E32178A-E962-4BF5-A899-402A7C827BAA}.Release|x64.Build.0 = Release|Any CPU
{B943208E-D516-4D07-8487-4601209E64E3}.Debug|x64.ActiveCfg = Debug|Any CPU
{B943208E-D516-4D07-8487-4601209E64E3}.Debug|x64.Build.0 = Debug|Any CPU
{B943208E-D516-4D07-8487-4601209E64E3}.Release|x64.ActiveCfg = Release|Any CPU
{B943208E-D516-4D07-8487-4601209E64E3}.Release|x64.Build.0 = Release|Any CPU
{2199D3B0-811B-49F9-8CF3-447BA4C5BCFA}.Debug|x64.ActiveCfg = Debug|x64
{2199D3B0-811B-49F9-8CF3-447BA4C5BCFA}.Debug|x64.Build.0 = Debug|x64
{2199D3B0-811B-49F9-8CF3-447BA4C5BCFA}.Release|x64.ActiveCfg = Release|Any CPU
{2199D3B0-811B-49F9-8CF3-447BA4C5BCFA}.Release|x64.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{A0CA97B5-AB84-4124-8012-3738E7B2CBBB} = {E68F89FA-AC55-4DA6-B799-A0BB25536A50}
{08E1AB0F-F76F-4815-974A-0899B7AA5498} = {E68F89FA-AC55-4DA6-B799-A0BB25536A50}
{325CD7FF-1077-4B4B-81B9-4F491AB43D99} = {E68F89FA-AC55-4DA6-B799-A0BB25536A50}
{2E32178A-E962-4BF5-A899-402A7C827BAA} = {E68F89FA-AC55-4DA6-B799-A0BB25536A50}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {795171B2-3C29-4BE1-8E43-E22125440431}
EndGlobalSection
EndGlobal