|
79 | 79 | <PropertyGroup Label="UserMacros" />
|
80 | 80 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
81 | 81 | <LinkIncremental>true</LinkIncremental>
|
82 |
| - <IncludePath>$(ProjectDir);$(SolutionDir)\shared;$(MSFS_SDK)\SimConnect SDK\include;$(IncludePath)</IncludePath> |
| 82 | + <IncludePath>$(ProjectDir);$(SolutionDir)\shared;$(MSFS_SDK)SimConnect SDK\include;$(MSFS2024_SDK)WASM\include\MSFS\Types;$(IncludePath)</IncludePath> |
83 | 83 | <LibraryPath>$(MSFS_SDK)\SimConnect SDK\lib\static;$(LibraryPath)</LibraryPath>
|
84 | 84 | <CopyLocalDeploymentContent>true</CopyLocalDeploymentContent>
|
85 | 85 | <CopyLocalProjectReference>true</CopyLocalProjectReference>
|
86 | 86 | <TargetName>$(ProjectName)_d</TargetName>
|
87 | 87 | </PropertyGroup>
|
88 | 88 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
89 | 89 | <LinkIncremental>false</LinkIncremental>
|
90 |
| - <IncludePath>$(ProjectDir);$(SolutionDir)\shared;$(MSFS_SDK)\SimConnect SDK\include;$(IncludePath)</IncludePath> |
| 90 | + <IncludePath>$(ProjectDir);$(SolutionDir)\shared;$(MSFS_SDK)SimConnect SDK\include;$(MSFS2024_SDK)WASM\include\MSFS\Types;$(IncludePath)</IncludePath> |
91 | 91 | <LibraryPath>$(MSFS_SDK)\SimConnect SDK\lib\static;$(LibraryPath)</LibraryPath>
|
92 | 92 | <CopyLocalDeploymentContent>true</CopyLocalDeploymentContent>
|
93 | 93 | <CopyLocalProjectReference>true</CopyLocalProjectReference>
|
94 | 94 | </PropertyGroup>
|
95 | 95 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-DLL|x64'">
|
96 | 96 | <LinkIncremental>false</LinkIncremental>
|
97 |
| - <IncludePath>$(ProjectDir);$(SolutionDir)\shared;$(MSFS_SDK)\SimConnect SDK\include;$(IncludePath)</IncludePath> |
| 97 | + <IncludePath>$(ProjectDir);$(SolutionDir)\shared;$(MSFS_SDK)SimConnect SDK\include;$(MSFS2024_SDK)WASM\include\MSFS\Types;$(IncludePath)</IncludePath> |
98 | 98 | <LibraryPath>$(MSFS_SDK)\SimConnect SDK\lib\static;$(LibraryPath)</LibraryPath>
|
99 | 99 | <CopyLocalDeploymentContent>true</CopyLocalDeploymentContent>
|
100 | 100 | <CopyLocalProjectReference>true</CopyLocalProjectReference>
|
101 | 101 | </PropertyGroup>
|
102 | 102 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-DLL|x64'">
|
103 | 103 | <LinkIncremental>false</LinkIncremental>
|
104 |
| - <IncludePath>$(ProjectDir);$(SolutionDir)\shared;$(MSFS_SDK)\SimConnect SDK\include;$(IncludePath)</IncludePath> |
| 104 | + <IncludePath>$(ProjectDir);$(SolutionDir)\shared;$(MSFS_SDK)SimConnect SDK\include;$(MSFS2024_SDK)WASM\include\MSFS\Types;$(IncludePath)</IncludePath> |
105 | 105 | <LibraryPath>$(MSFS_SDK)\SimConnect SDK\lib\static;$(LibraryPath)</LibraryPath>
|
106 | 106 | <CopyLocalDeploymentContent>true</CopyLocalDeploymentContent>
|
107 | 107 | <CopyLocalProjectReference>true</CopyLocalProjectReference>
|
|
252 | 252 | </ItemGroup>
|
253 | 253 | <ItemGroup>
|
254 | 254 | <ClInclude Include="..\include\client\enums.h" />
|
| 255 | + <ClInclude Include="..\include\client\enums_impl.h" /> |
255 | 256 | <ClInclude Include="..\include\client\exports.h" />
|
256 | 257 | <ClInclude Include="..\include\client\structs.h" />
|
257 | 258 | <ClInclude Include="..\include\client\WASimClient.h" />
|
258 |
| - <ClInclude Include="..\include\enums.h" /> |
259 | 259 | <ClInclude Include="..\include\enums_impl.h" />
|
260 | 260 | <ClInclude Include="..\include\global.h" />
|
261 | 261 | <ClInclude Include="..\include\WASimCommander.h" />
|
|
0 commit comments