-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPortfolio.sln
48 lines (48 loc) · 2.74 KB
/
Portfolio.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34322.80
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GithubAPI", "GithubAPI\GithubAPI.csproj", "{1F721F05-279A-4719-8B21-1B9B8B0382E7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TipoutCalculator", "TipoutCalculator\TipoutCalculator.csproj", "{4C557C00-0289-48A0-A7F7-0885F16797A3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BugReporter", "BugReporter\BugReporter.csproj", "{4FB0425A-028F-40CE-92F0-4302BBE3E81C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{251CBD8F-4462-4723-89FA-4AB632D97694}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MinecraftServer", "MinecraftServer\MinecraftServer.csproj", "{328FE745-2DB7-41D2-ABEC-52D02B8F4B9E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1F721F05-279A-4719-8B21-1B9B8B0382E7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1F721F05-279A-4719-8B21-1B9B8B0382E7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1F721F05-279A-4719-8B21-1B9B8B0382E7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1F721F05-279A-4719-8B21-1B9B8B0382E7}.Release|Any CPU.Build.0 = Release|Any CPU
{4C557C00-0289-48A0-A7F7-0885F16797A3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4C557C00-0289-48A0-A7F7-0885F16797A3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4C557C00-0289-48A0-A7F7-0885F16797A3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4C557C00-0289-48A0-A7F7-0885F16797A3}.Release|Any CPU.Build.0 = Release|Any CPU
{4FB0425A-028F-40CE-92F0-4302BBE3E81C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4FB0425A-028F-40CE-92F0-4302BBE3E81C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4FB0425A-028F-40CE-92F0-4302BBE3E81C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4FB0425A-028F-40CE-92F0-4302BBE3E81C}.Release|Any CPU.Build.0 = Release|Any CPU
{328FE745-2DB7-41D2-ABEC-52D02B8F4B9E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{328FE745-2DB7-41D2-ABEC-52D02B8F4B9E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{328FE745-2DB7-41D2-ABEC-52D02B8F4B9E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{328FE745-2DB7-41D2-ABEC-52D02B8F4B9E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {657046D7-E324-4EAA-BC3D-79B56F153BAC}
EndGlobalSection
EndGlobal