Skip to content

Commit caad3aa

Browse files
committed
Move key_events.h to shared folder and remove gauges.h include.
1 parent e1a0f86 commit caad3aa

3 files changed

Lines changed: 2 additions & 8 deletions

File tree

src/WASimCommander.sln

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "client", "client", "{0BFE83
3131
include\client\WASimClient.h = include\client\WASimClient.h
3232
EndProjectSection
3333
EndProject
34-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "private", "private", "{65FBCFE4-F383-4031-BF85-2D33E978AFA0}"
35-
EndProject
36-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "private", "private", "{BF3D1F07-C7B7-466E-B38F-4D504795FB89}"
37-
EndProject
3834
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WASimClient_CLI", "WASimClient_CLI\WASimClient_CLI.vcxproj", "{DAF5B792-C4E6-4E54-9CBF-0A0335E80306}"
3935
EndProject
4036
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Testing", "Testing", "{845BFBCA-6E0D-4938-AA53-BE186FFDEA50}"
@@ -44,6 +40,7 @@ EndProject
4440
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "shared", "shared", "{397C8977-AEB9-4A40-A8AE-392CEF05C289}"
4541
ProjectSection(SolutionItems) = preProject
4642
shared\inipp.h = shared\inipp.h
43+
shared\key_events.h = shared\key_events.h
4744
shared\logfault.h = shared\logfault.h
4845
shared\SimConnectHelper.h = shared\SimConnectHelper.h
4946
shared\SimConnectRequestTracker.h = shared\SimConnectRequestTracker.h
@@ -236,8 +233,6 @@ Global
236233
EndGlobalSection
237234
GlobalSection(NestedProjects) = preSolution
238235
{0BFE8311-11B1-49DE-98C9-3C1F6218AE11} = {7419AC0A-8375-4271-A7D7-0E36309C40A3}
239-
{65FBCFE4-F383-4031-BF85-2D33E978AFA0} = {0BFE8311-11B1-49DE-98C9-3C1F6218AE11}
240-
{BF3D1F07-C7B7-466E-B38F-4D504795FB89} = {7419AC0A-8375-4271-A7D7-0E36309C40A3}
241236
{5B7D7234-D6C8-4D1F-B135-C5297D6476D8} = {845BFBCA-6E0D-4938-AA53-BE186FFDEA50}
242237
{523ABD54-4C1A-4F21-8977-5EFA5821F71D} = {845BFBCA-6E0D-4938-AA53-BE186FFDEA50}
243238
{C6D4303F-E717-4257-990B-2CAE894898A0} = {845BFBCA-6E0D-4938-AA53-BE186FFDEA50}

src/WASimModule/WASimModule.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
<ClInclude Include="..\include\enums.h" />
123123
<ClInclude Include="..\include\global.h" />
124124
<ClInclude Include="..\include\WASimCommander.h" />
125-
<ClInclude Include="key_events.h" />
125+
<ClInclude Include="..\shared\key_events.h" />
126126
<ClInclude Include="token_vars.h" />
127127
</ItemGroup>
128128
<ItemGroup>
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ and is also available at <http://www.gnu.org/licenses/>.
1919

2020
#pragma once
2121
#include <map>
22-
#include <MSFS/Legacy/gauges.h>
2322

2423
namespace WASimCommander {
2524
namespace Utilities {

0 commit comments

Comments
 (0)