-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathVPilotMessageAlert.sln
50 lines (50 loc) · 2.91 KB
/
VPilotMessageAlert.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34728.123
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "DLLs", "DLLs", "{B876EA93-8C48-4620-9875-D8FADCDC6ED5}"
ProjectSection(SolutionItems) = preProject
DLLs\ELogging.dll = DLLs\ELogging.dll
DLLs\ESystem.dll = DLLs\ESystem.dll
DLLs\RossCarlson.Vatsim.Vpilot.Plugins.dll = DLLs\RossCarlson.Vatsim.Vpilot.Plugins.dll
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VPilotMessageAlert", "VPilotMessageAlert\VPilotMessageAlert.csproj", "{6D5EB17C-9A00-47A5-8905-48CBC8E13436}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ESystem472", "ESystem472\ESystem472.csproj", "{FEDF12C8-7FBD-496B-9D02-2E59C32AA95A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ELogging472", "ELogging472\ELogging472.csproj", "{4BC9B116-5CFF-4154-B5F8-2B09C168E7FA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VPilotMessageAlertConsoleTest", "VPilotMessageAlertConsoleTest\VPilotMessageAlertConsoleTest.csproj", "{F950E97D-C2B0-4413-8C77-6B08B8C7ABD5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6D5EB17C-9A00-47A5-8905-48CBC8E13436}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6D5EB17C-9A00-47A5-8905-48CBC8E13436}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6D5EB17C-9A00-47A5-8905-48CBC8E13436}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6D5EB17C-9A00-47A5-8905-48CBC8E13436}.Release|Any CPU.Build.0 = Release|Any CPU
{FEDF12C8-7FBD-496B-9D02-2E59C32AA95A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FEDF12C8-7FBD-496B-9D02-2E59C32AA95A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FEDF12C8-7FBD-496B-9D02-2E59C32AA95A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FEDF12C8-7FBD-496B-9D02-2E59C32AA95A}.Release|Any CPU.Build.0 = Release|Any CPU
{4BC9B116-5CFF-4154-B5F8-2B09C168E7FA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4BC9B116-5CFF-4154-B5F8-2B09C168E7FA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4BC9B116-5CFF-4154-B5F8-2B09C168E7FA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4BC9B116-5CFF-4154-B5F8-2B09C168E7FA}.Release|Any CPU.Build.0 = Release|Any CPU
{F950E97D-C2B0-4413-8C77-6B08B8C7ABD5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F950E97D-C2B0-4413-8C77-6B08B8C7ABD5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F950E97D-C2B0-4413-8C77-6B08B8C7ABD5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F950E97D-C2B0-4413-8C77-6B08B8C7ABD5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CAF5BAED-985B-4573-B08C-B2D3F3AA879C}
EndGlobalSection
EndGlobal