-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDustyPig.Server.sln
70 lines (70 loc) · 3.72 KB
/
DustyPig.Server.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32319.34
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DustyPig.Server", "DustyPig.Server\DustyPig.Server.csproj", "{CEE02E12-9DCA-4E96-BCA1-65140781FD6D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7C8FBA2C-234A-46A9-A71E-ED453FCA7EBE}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{5CF6D16D-ED06-498A-AFC6-942771DEB2CB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{061B89F5-48A4-4BC4-A39E-C9B77898214A}"
ProjectSection(SolutionItems) = preProject
.github\workflows\release.yml = .github\workflows\release.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Server Config Example", "Server Config Example", "{8CA01048-5275-42CD-A242-843384DF1F4B}"
ProjectSection(SolutionItems) = preProject
Server Config Example\nginx.txt = Server Config Example\nginx.txt
Server Config Example\service-dustypig-tv.service = Server Config Example\service-dustypig-tv.service
Server Config Example\upgrade.sh = Server Config Example\upgrade.sh
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Default Images", "Default Images", "{A625A8F8-2CCA-4888-A51B-8A50282D37C7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "playlists", "playlists", "{AB727881-CA9A-49B7-A2DB-5921C5CF4552}"
ProjectSection(SolutionItems) = preProject
Default Images\playlist\default.backdrop.png = Default Images\playlist\default.backdrop.png
Default Images\playlist\default.png = Default Images\playlist\default.png
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "profile", "profile", "{55012BDC-0BC1-4E44-8E23-EC32964C15E7}"
ProjectSection(SolutionItems) = preProject
Default Images\profile\blue.png = Default Images\profile\blue.png
Default Images\profile\gold.png = Default Images\profile\gold.png
Default Images\profile\green.png = Default Images\profile\green.png
Default Images\profile\grey.png = Default Images\profile\grey.png
Default Images\profile\red.png = Default Images\profile\red.png
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CEE02E12-9DCA-4E96-BCA1-65140781FD6D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CEE02E12-9DCA-4E96-BCA1-65140781FD6D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CEE02E12-9DCA-4E96-BCA1-65140781FD6D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CEE02E12-9DCA-4E96-BCA1-65140781FD6D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{5CF6D16D-ED06-498A-AFC6-942771DEB2CB} = {7C8FBA2C-234A-46A9-A71E-ED453FCA7EBE}
{061B89F5-48A4-4BC4-A39E-C9B77898214A} = {5CF6D16D-ED06-498A-AFC6-942771DEB2CB}
{8CA01048-5275-42CD-A242-843384DF1F4B} = {7C8FBA2C-234A-46A9-A71E-ED453FCA7EBE}
{A625A8F8-2CCA-4888-A51B-8A50282D37C7} = {7C8FBA2C-234A-46A9-A71E-ED453FCA7EBE}
{AB727881-CA9A-49B7-A2DB-5921C5CF4552} = {A625A8F8-2CCA-4888-A51B-8A50282D37C7}
{55012BDC-0BC1-4E44-8E23-EC32964C15E7} = {A625A8F8-2CCA-4888-A51B-8A50282D37C7}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {ADC217DE-607E-4E56-9A20-460D3C727341}
EndGlobalSection
EndGlobal