Skip to content

Commit 6fe8c6c

Browse files
committed
fixed:build error
1 parent e96b99b commit 6fe8c6c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

XEngine_Example/AIApi_APPExample/AIApi_APPExample.vcxproj

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,15 @@
106106
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
107107
<IncludePath>$(XEngine_Include);$(IncludePath)</IncludePath>
108108
</PropertyGroup>
109+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
110+
<IncludePath>$(XEngine_Include);$(IncludePath)</IncludePath>
111+
</PropertyGroup>
112+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
113+
<IncludePath>$(XEngine_Include);$(IncludePath)</IncludePath>
114+
</PropertyGroup>
115+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
116+
<IncludePath>$(XEngine_Include);$(IncludePath)</IncludePath>
117+
</PropertyGroup>
109118
<PropertyGroup Label="Vcpkg" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
110119
<VcpkgUseStatic>true</VcpkgUseStatic>
111120
<VcpkgUseMD>true</VcpkgUseMD>

0 commit comments

Comments
 (0)