-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCom2vPilotVolumeSolution.sln
44 lines (44 loc) · 2.21 KB
/
Com2vPilotVolumeSolution.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.9.34714.143
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Com2vPilotVolume", "Com2vPilotVolume\Com2vPilotVolume.csproj", "{8B3DC514-C5E0-4C5F-B388-531A7362E862}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WinCoreAudioApiLib", "WinCoreAudioApiLib\WinCoreAudioApiLib.csproj", "{4311AE8B-019C-49B6-9C97-13D86A4932A9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "DLLs", "DLLs", "{FA29EBA6-C4C0-47CD-A074-6931988FF386}"
ProjectSection(SolutionItems) = preProject
DLLs\ELogging.dll = DLLs\ELogging.dll
DLLs\ELogging.pdb = DLLs\ELogging.pdb
DLLs\ESimConnect.deps.json = DLLs\ESimConnect.deps.json
DLLs\ESimConnect.dll = DLLs\ESimConnect.dll
DLLs\ESimConnect.pdb = DLLs\ESimConnect.pdb
DLLs\ESystem.dll = DLLs\ESystem.dll
DLLs\ESystem.pdb = DLLs\ESystem.pdb
DLLs\Microsoft.FlightSimulator.SimConnect.dll = DLLs\Microsoft.FlightSimulator.SimConnect.dll
DLLs\SimConnect.dll = DLLs\SimConnect.dll
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8B3DC514-C5E0-4C5F-B388-531A7362E862}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8B3DC514-C5E0-4C5F-B388-531A7362E862}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8B3DC514-C5E0-4C5F-B388-531A7362E862}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8B3DC514-C5E0-4C5F-B388-531A7362E862}.Release|Any CPU.Build.0 = Release|Any CPU
{4311AE8B-019C-49B6-9C97-13D86A4932A9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4311AE8B-019C-49B6-9C97-13D86A4932A9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4311AE8B-019C-49B6-9C97-13D86A4932A9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4311AE8B-019C-49B6-9C97-13D86A4932A9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {32681ADB-AD5C-4DB9-836E-20C1B3130D4E}
EndGlobalSection
EndGlobal