-
Notifications
You must be signed in to change notification settings - Fork 0
/
StatsServer.sln
44 lines (44 loc) · 1.87 KB
/
StatsServer.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32630.192
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StatsServer", "StatsServer\StatsServer.csproj", "{2031136B-10A8-4E44-9125-5E4B87E405DA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B7FFA76B-2A3A-4233-8062-A45C24AD3BBE}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Hosting", "Hosting", "{8358F324-2D96-4D8E-A062-0E7B26C64B20}"
ProjectSection(SolutionItems) = preProject
Hosting\backup.sh = Hosting\backup.sh
Hosting\cleanup.sh = Hosting\cleanup.sh
Hosting\crontab = Hosting\crontab
Hosting\env.sh = Hosting\env.sh
Hosting\keepalive.sh = Hosting\keepalive.sh
Hosting\restart.sh = Hosting\restart.sh
Hosting\start.sh = Hosting\start.sh
Hosting\status.sh = Hosting\status.sh
Hosting\stop.sh = Hosting\stop.sh
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2031136B-10A8-4E44-9125-5E4B87E405DA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2031136B-10A8-4E44-9125-5E4B87E405DA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2031136B-10A8-4E44-9125-5E4B87E405DA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2031136B-10A8-4E44-9125-5E4B87E405DA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CA584633-68A7-41CC-AC09-758AB1EB9ABE}
EndGlobalSection
EndGlobal