-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathEliteDangerousCompanionAPI.sln
More file actions
51 lines (51 loc) · 2.73 KB
/
EliteDangerousCompanionAPI.sln
File metadata and controls
51 lines (51 loc) · 2.73 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.14.36310.24 d17.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EliteDangerousCompanionAPI", "EliteDangerousCompanionAPI\EliteDangerousCompanionAPI.csproj", "{C86D864F-E6D5-4177-A918-A1063EE03B76}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{237B5B53-45C2-4404-9DC5-D8C645246F88}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{9F616E16-EE14-4D43-A3BD-173284643278}"
ProjectSection(SolutionItems) = preProject
CommunityGoals.md = CommunityGoals.md
Journal.md = Journal.md
Market.md = Market.md
Profile.md = Profile.md
Shipyard.md = Shipyard.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EliteDangerousCompanionAPI.JournalFetcher", "JournalFetcher\EliteDangerousCompanionAPI.JournalFetcher.csproj", "{90FA5DA6-04F4-4D81-9611-FEC6F6DCCF0A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EliteDangerousCompanionAPI.SystemTest", "SystemTest\EliteDangerousCompanionAPI.SystemTest.csproj", "{65A34000-5728-4FB7-8DF4-EF6533DFFAE9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C86D864F-E6D5-4177-A918-A1063EE03B76}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C86D864F-E6D5-4177-A918-A1063EE03B76}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C86D864F-E6D5-4177-A918-A1063EE03B76}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C86D864F-E6D5-4177-A918-A1063EE03B76}.Release|Any CPU.Build.0 = Release|Any CPU
{90FA5DA6-04F4-4D81-9611-FEC6F6DCCF0A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{90FA5DA6-04F4-4D81-9611-FEC6F6DCCF0A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{90FA5DA6-04F4-4D81-9611-FEC6F6DCCF0A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{90FA5DA6-04F4-4D81-9611-FEC6F6DCCF0A}.Release|Any CPU.Build.0 = Release|Any CPU
{65A34000-5728-4FB7-8DF4-EF6533DFFAE9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{65A34000-5728-4FB7-8DF4-EF6533DFFAE9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{65A34000-5728-4FB7-8DF4-EF6533DFFAE9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{65A34000-5728-4FB7-8DF4-EF6533DFFAE9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C8E9651D-C4A9-456F-AE08-8EDC3CDEF916}
EndGlobalSection
EndGlobal