-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEliteDangerous-UDP-Dispatcher.sln
51 lines (51 loc) · 2.89 KB
/
EliteDangerous-UDP-Dispatcher.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28621.142
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ED.WebServer", "ED.WebServer\ED.WebServer.csproj", "{C8125347-8DCD-4D65-AA5E-B5FEAC4124E5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3B232F52-8B27-4CC5-A753-D1F9FA91B908}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
.circleci\config.yml = .circleci\config.yml
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ED.UdpListener", "ED.UdpListener\ED.UdpListener.csproj", "{0D819237-0549-4DA2-81FB-A90CD48D6B21}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ED.DispatchEventReceivers", "ED.DispatchEventReceivers\ED.DispatchEventReceivers.csproj", "{E60D7126-45C5-4F0D-AF43-57C240F42E03}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ED.FullUdpPackage", "ED.FullUdpPackage\ED.FullUdpPackage.csproj", "{38AB8993-6BD7-41A5-B690-9ED3AC6B1FF8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C8125347-8DCD-4D65-AA5E-B5FEAC4124E5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C8125347-8DCD-4D65-AA5E-B5FEAC4124E5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C8125347-8DCD-4D65-AA5E-B5FEAC4124E5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C8125347-8DCD-4D65-AA5E-B5FEAC4124E5}.Release|Any CPU.Build.0 = Release|Any CPU
{0D819237-0549-4DA2-81FB-A90CD48D6B21}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0D819237-0549-4DA2-81FB-A90CD48D6B21}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0D819237-0549-4DA2-81FB-A90CD48D6B21}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0D819237-0549-4DA2-81FB-A90CD48D6B21}.Release|Any CPU.Build.0 = Release|Any CPU
{E60D7126-45C5-4F0D-AF43-57C240F42E03}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E60D7126-45C5-4F0D-AF43-57C240F42E03}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E60D7126-45C5-4F0D-AF43-57C240F42E03}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E60D7126-45C5-4F0D-AF43-57C240F42E03}.Release|Any CPU.Build.0 = Release|Any CPU
{38AB8993-6BD7-41A5-B690-9ED3AC6B1FF8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{38AB8993-6BD7-41A5-B690-9ED3AC6B1FF8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{38AB8993-6BD7-41A5-B690-9ED3AC6B1FF8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{38AB8993-6BD7-41A5-B690-9ED3AC6B1FF8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {405B47CE-B845-4FC9-9F41-81DB3FBC2802}
EndGlobalSection
EndGlobal